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]
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-local-alma8 os_d=almalinux os_r=8
|
2022-06-02 12:42:36 +00:00
|
|
|
lxc-local-alma9 os_d=almalinux os_r=9
|
2021-10-09 21:14:03 +00:00
|
|
|
lxc-local-alpine3d os_d=alpine os_r=3.13
|
|
|
|
lxc-local-alpine3e os_d=alpine os_r=3.14
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-local-alpine3f os_d=alpine os_r=3.15
|
2022-06-02 12:42:36 +00:00
|
|
|
lxc-local-alpine3g os_d=alpine os_r=3.16
|
2021-11-12 11:21:04 +00:00
|
|
|
lxc-local-arch os_d=archlinux os_r=current ansible_python_interpreter=/usr/bin/python
|
2022-06-02 12:42:36 +00:00
|
|
|
lxc-local-centos7 os_d=centos os_r=7 ansible_python_interpreter=/usr/bin/python
|
|
|
|
lxc-local-centos8s os_d=centos os_r=8-Stream
|
|
|
|
lxc-local-centos9s os_d=centos os_r=9-Stream
|
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
|
2022-06-02 12:42:36 +00:00
|
|
|
#lxc-local-debian12 os_d=debian os_r=bookworm # https://git.velt.biz/Ansible/Prepare_Workshop/issues/2
|
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
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-local-devuan11 os_d=devuan os_r=chimaera
|
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
|
2022-06-02 12:42:36 +00:00
|
|
|
lxc-local-fedora36 os_d=fedora os_r=36
|
2021-11-12 11:21:04 +00:00
|
|
|
lxc-local-rocky8 os_d=rockylinux os_r=8
|
2021-10-09 21:14:03 +00:00
|
|
|
lxc-local-suse153 os_d=opensuse os_r=15.3
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-local-suse-t os_d=opensuse os_r=tumbleweed
|
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
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-local-ubu2204 os_d=ubuntu os_r=jammy
|
2022-06-02 12:42:36 +00:00
|
|
|
lxc-local-ubu2210 os_d=ubuntu os_r=kinetic
|
2020-11-28 15:12:53 +00:00
|
|
|
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]
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-remote-alma8 os_d=almalinux os_r=8
|
2022-06-02 12:42:36 +00:00
|
|
|
lxc-remote-alma8 os_d=almalinux os_r=9
|
2021-10-09 21:14:03 +00:00
|
|
|
lxc-remote-alpine3d os_d=alpine os_r=3.13
|
|
|
|
lxc-remote-alpine3e os_d=alpine os_r=3.14
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-remote-alpine3f os_d=alpine os_r=3.15
|
2022-06-02 12:42:36 +00:00
|
|
|
lxc-remote-alpine3g os_d=alpine os_r=3.16
|
2021-11-12 11:21:04 +00:00
|
|
|
lxc-remote-arch os_d=archlinux os_r=current ansible_python_interpreter=/usr/bin/python
|
2022-06-02 12:42:36 +00:00
|
|
|
lxc-remote-centos7 os_d=centos os_r=7 ansible_python_interpreter=/usr/bin/python
|
|
|
|
lxc-remote-centos8s os_d=centos os_r=8-Stream
|
|
|
|
lxc-remote-centos9s os_d=centos os_r=9-Stream
|
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
|
2022-06-02 12:42:36 +00:00
|
|
|
#lxc-remote-debian12 os_d=debian os_r=bookworm # https://git.velt.biz/Ansible/Prepare_Workshop/issues/2
|
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
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-remote-devuan11 os_d=devuan os_r=chimaera
|
2021-10-09 21:14:03 +00:00
|
|
|
lxc-remote-fedora34 os_d=fedora os_r=34
|
2022-06-02 12:42:36 +00:00
|
|
|
lxc-remote-fedora35 os_d=fedora os_r=35
|
|
|
|
lxc-remote-fedora36 os_d=fedora os_r=36
|
2021-11-12 11:21:04 +00:00
|
|
|
lxc-remote-rocky8 os_d=rockylinux os_r=8
|
2021-10-09 21:14:03 +00:00
|
|
|
lxc-remote-suse153 os_d=opensuse os_r=15.3
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-remote-suse-t os_d=opensuse os_r=tumbleweed
|
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
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-remote-ubu2204 os_d=ubuntu os_r=jammy
|
2022-06-02 12:42:36 +00:00
|
|
|
lxc-remote-ubu2210 os_d=ubuntu os_r=kinetic
|
2020-11-28 15:12:53 +00:00
|
|
|
lxc-remote-void os_d=voidlinux os_r=current
|
|
|
|
|
|
|
|
[containers_remote:vars]
|
|
|
|
ansible_host = 192.168.1.42
|
|
|
|
ansible_connection = lxc_ssh
|
2021-09-30 14:43:05 +00:00
|
|
|
lxc_container = {{ inventory_hostname }}
|
2020-11-28 15:12:53 +00:00
|
|
|
|