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
|
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
|
2023-03-20 20:45:56 +00:00
|
|
|
lxc-local-alpine3h os_d=alpine os_r=3.17
|
2023-09-14 11:05:11 +00:00
|
|
|
lxc-local-alpine3i os_d=alpine os_r=3.18
|
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-debian10 os_d=debian os_r=buster
|
2021-10-09 21:14:03 +00:00
|
|
|
lxc-local-debian11 os_d=debian os_r=bullseye
|
2023-03-20 20:45:56 +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-devuan10 os_d=devuan os_r=beowulf
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-local-devuan11 os_d=devuan os_r=chimaera
|
2023-09-14 11:05:11 +00:00
|
|
|
lxc-local-devuan12 os_d=devuan os_r=daedalus
|
2023-03-20 20:45:56 +00:00
|
|
|
lxc-local-fedora37 os_d=fedora os_r=37
|
2023-09-14 11:05:11 +00:00
|
|
|
lxc-local-fedora38 os_d=fedora os_r=38
|
|
|
|
lxc-local-mint-vera os_d=mint os_r=vera # works for me...
|
2023-03-20 20:44:16 +00:00
|
|
|
lxc-local-oracle7 os_d=oracle os_r=7
|
|
|
|
lxc-local-oracle8 os_d=oracle os_r=8 ansible_python_interpreter=/usr/libexec/platform-python # https://git.velt.biz/Ansible/Prepare_Workshop/issues/5
|
|
|
|
lxc-local-oracle9 os_d=oracle os_r=9
|
2021-11-12 11:21:04 +00:00
|
|
|
lxc-local-rocky8 os_d=rockylinux os_r=8
|
2022-09-12 18:09:44 +00:00
|
|
|
lxc-local-rocky9 os_d=rockylinux os_r=9
|
|
|
|
lxc-local-suse154 os_d=opensuse os_r=15.4
|
2023-09-14 11:05:11 +00:00
|
|
|
lxc-local-suse155 os_d=opensuse os_r=15.5
|
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
|
2023-09-14 11:05:11 +00:00
|
|
|
lxc-local-ubu2304 os_d=ubuntu os_r=lunar
|
2020-11-28 15:12:53 +00:00
|
|
|
lxc-local-void os_d=voidlinux os_r=current
|
|
|
|
|
|
|
|
[containers_local:vars]
|
|
|
|
ansible_connection = lxc
|
2023-03-20 20:45:56 +00:00
|
|
|
ansible_lxc_host = {{ inventory_hostname }}
|
2020-11-28 15:12:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
############################################################
|
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-09-12 18:09:44 +00:00
|
|
|
lxc-remote-alma9 os_d=almalinux os_r=9
|
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
|
2023-03-20 20:45:56 +00:00
|
|
|
lxc-remote-alpine3h os_d=alpine os_r=3.17
|
2023-09-14 11:05:11 +00:00
|
|
|
lxc-remote-alpine3i os_d=alpine os_r=3.18
|
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-debian10 os_d=debian os_r=buster
|
2021-10-09 21:14:03 +00:00
|
|
|
lxc-remote-debian11 os_d=debian os_r=bullseye
|
2023-03-20 20:45:56 +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-devuan10 os_d=devuan os_r=beowulf
|
2022-03-07 18:38:45 +00:00
|
|
|
lxc-remote-devuan11 os_d=devuan os_r=chimaera
|
2023-09-14 11:05:11 +00:00
|
|
|
lxc-remote-devuan12 os_d=devuan os_r=daedalus
|
2023-03-20 20:45:56 +00:00
|
|
|
lxc-remote-fedora37 os_d=fedora os_r=37
|
2023-09-14 11:05:11 +00:00
|
|
|
lxc-remote-fedora38 os_d=fedora os_r=38
|
|
|
|
lxc-remote-mint-vera os_d=mint os_r=vera # works for me...
|
2023-03-20 20:44:16 +00:00
|
|
|
lxc-remote-oracle7 os_d=oracle os_r=7
|
|
|
|
lxc-remote-oracle8 os_d=oracle os_r=8 ansible_python_interpreter=/usr/libexec/platform-python # https://git.velt.biz/Ansible/Prepare_Workshop/issues/5
|
|
|
|
lxc-remote-oracle9 os_d=oracle os_r=9
|
2021-11-12 11:21:04 +00:00
|
|
|
lxc-remote-rocky8 os_d=rockylinux os_r=8
|
2022-09-12 18:09:44 +00:00
|
|
|
lxc-remote-rocky9 os_d=rockylinux os_r=9
|
|
|
|
lxc-remote-suse154 os_d=opensuse os_r=15.4
|
2023-09-14 11:05:11 +00:00
|
|
|
lxc-remote-suse155 os_d=opensuse os_r=15.5
|
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
|
2023-09-14 11:05:11 +00:00
|
|
|
lxc-remote-ubu2304 os_d=ubuntu os_r=lunar
|
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
|
|
|
|