Prepare_Workshop/hosts.example

81 lines
3 KiB
Plaintext
Raw Normal View History

2020-11-28 15:12:53 +00:00
[all:vars]
ansible_python_interpreter = /usr/bin/python3
ansible_user = root
############################################################
### Host machine(s) ########################################
############################################################
[lxc_hosts]
debian-host-local ansible_connection=local
debian-host-remote ansible_host=192.168.1.42
############################################################
2021-02-18 11:31:02 +00:00
### LXContainers local #####################################
2020-11-28 15:12:53 +00:00
############################################################
[containers_local]
2021-11-12 11:21:04 +00:00
lxc-local-alma os_d=almalinux os_r=8
2021-10-09 21:14:03 +00:00
lxc-local-alpine3b os_d=alpine os_r=3.11
lxc-local-alpine3c os_d=alpine os_r=3.12
lxc-local-alpine3d os_d=alpine os_r=3.13
lxc-local-alpine3e os_d=alpine os_r=3.14
2021-11-12 11:21:04 +00:00
lxc-local-arch os_d=archlinux os_r=current ansible_python_interpreter=/usr/bin/python
2020-11-28 15:12:53 +00:00
lxc-local-debian9 os_d=debian os_r=stretch
lxc-local-debian10 os_d=debian os_r=buster
2021-10-09 21:14:03 +00:00
lxc-local-debian11 os_d=debian os_r=bullseye
2020-11-28 15:12:53 +00:00
lxc-local-devuan9 os_d=devuan os_r=ascii
lxc-local-devuan10 os_d=devuan os_r=beowulf
lxc-local-centos7 os_d=centos os_r=7 ansible_python_interpreter=/usr/bin/python
lxc-local-centos8 os_d=centos os_r=8
lxc-local-fedora33 os_d=fedora os_r=33
2021-10-09 21:14:03 +00:00
lxc-local-fedora34 os_d=fedora os_r=34
lxc-local-fedora35 os_d=fedora os_r=35
2021-11-12 11:21:04 +00:00
lxc-local-rocky8 os_d=rockylinux os_r=8
2020-11-28 15:12:53 +00:00
lxc-local-suse152 os_d=opensuse os_r=15.2
2021-10-09 21:14:03 +00:00
lxc-local-suse153 os_d=opensuse os_r=15.3
2020-11-28 15:12:53 +00:00
lxc-local-ubu1604 os_d=ubuntu os_r=xenial
lxc-local-ubu1804 os_d=ubuntu os_r=bionic
lxc-local-ubu2004 os_d=ubuntu os_r=focal
lxc-local-void os_d=voidlinux os_r=current
[containers_local:vars]
ansible_connection = lxc
############################################################
2021-02-18 11:31:02 +00:00
### LXContainers remote ####################################
2020-11-28 15:12:53 +00:00
############################################################
[containers_remote]
2021-11-12 11:21:04 +00:00
lxc-remote-alma os_d=almalinux os_r=8
2021-10-09 21:14:03 +00:00
lxc-remote-alpine3b os_d=alpine os_r=3.11
lxc-remote-alpine3c os_d=alpine os_r=3.12
lxc-remote-alpine3d os_d=alpine os_r=3.13
lxc-remote-alpine3e os_d=alpine os_r=3.14
2021-11-12 11:21:04 +00:00
lxc-remote-arch os_d=archlinux os_r=current ansible_python_interpreter=/usr/bin/python
2020-11-28 15:12:53 +00:00
lxc-remote-debian9 os_d=debian os_r=stretch
lxc-remote-debian10 os_d=debian os_r=buster
2021-10-09 21:14:03 +00:00
lxc-remote-debian11 os_d=debian os_r=bullseye
2020-11-28 15:12:53 +00:00
lxc-remote-devuan9 os_d=devuan os_r=ascii
lxc-remote-devuan10 os_d=devuan os_r=beowulf
lxc-remote-centos7 os_d=centos os_r=7 ansible_python_interpreter=/usr/bin/python
lxc-remote-centos8 os_d=centos os_r=8
lxc-remote-fedora33 os_d=fedora os_r=33
2021-10-09 21:14:03 +00:00
lxc-remote-fedora34 os_d=fedora os_r=34
lxc-remote-fedora33 os_d=fedora os_r=35
2021-11-12 11:21:04 +00:00
lxc-remote-rocky8 os_d=rockylinux os_r=8
2020-11-28 15:12:53 +00:00
lxc-remote-suse152 os_d=opensuse os_r=15.2
2021-10-09 21:14:03 +00:00
lxc-remote-suse153 os_d=opensuse os_r=15.3
2020-11-28 15:12:53 +00:00
lxc-remote-ubu1604 os_d=ubuntu os_r=xenial
lxc-remote-ubu1804 os_d=ubuntu os_r=bionic
lxc-remote-ubu2004 os_d=ubuntu os_r=focal
lxc-remote-void os_d=voidlinux os_r=current
[containers_remote:vars]
ansible_host = 192.168.1.42
ansible_connection = lxc_ssh
lxc_container = {{ inventory_hostname }}
2020-11-28 15:12:53 +00:00