Update hosts.example

This commit is contained in:
Sven Velt 2023-03-20 21:45:56 +01:00
parent 4406623ed4
commit 0c4da4cdce

View file

@ -18,28 +18,27 @@ debian-host-remote ansible_host=192.168.1.42
[containers_local]
lxc-local-alma8 os_d=almalinux os_r=8
lxc-local-alma9 os_d=almalinux os_r=9
lxc-local-alpine3d os_d=alpine os_r=3.13
lxc-local-alpine3e os_d=alpine os_r=3.14
lxc-local-alpine3f os_d=alpine os_r=3.15
lxc-local-alpine3g os_d=alpine os_r=3.16
lxc-local-alpine3h os_d=alpine os_r=3.17
lxc-local-arch os_d=archlinux os_r=current ansible_python_interpreter=/usr/bin/python
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
lxc-local-debian10 os_d=debian os_r=buster
lxc-local-debian11 os_d=debian os_r=bullseye
#lxc-local-debian12 os_d=debian os_r=bookworm # https://git.velt.biz/Ansible/Prepare_Workshop/issues/2
lxc-local-debian12 os_d=debian os_r=bookworm # https://git.velt.biz/Ansible/Prepare_Workshop/issues/2
lxc-local-devuan9 os_d=devuan os_r=ascii
lxc-local-devuan10 os_d=devuan os_r=beowulf
lxc-local-devuan11 os_d=devuan os_r=chimaera
lxc-local-fedora35 os_d=fedora os_r=35
lxc-local-fedora36 os_d=fedora os_r=36
lxc-local-fedora37 os_d=fedora os_r=37
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
lxc-local-rocky8 os_d=rockylinux os_r=8
lxc-local-rocky9 os_d=rockylinux os_r=9
lxc-local-suse153 os_d=opensuse os_r=15.3
lxc-local-suse154 os_d=opensuse os_r=15.4
lxc-local-suse-t os_d=opensuse os_r=tumbleweed
lxc-local-ubu1604 os_d=ubuntu os_r=xenial
@ -51,6 +50,7 @@ lxc-local-void os_d=voidlinux os_r=current
[containers_local:vars]
ansible_connection = lxc
ansible_lxc_host = {{ inventory_hostname }}
############################################################
@ -60,28 +60,27 @@ ansible_connection = lxc
[containers_remote]
lxc-remote-alma8 os_d=almalinux os_r=8
lxc-remote-alma9 os_d=almalinux os_r=9
lxc-remote-alpine3d os_d=alpine os_r=3.13
lxc-remote-alpine3e os_d=alpine os_r=3.14
lxc-remote-alpine3f os_d=alpine os_r=3.15
lxc-remote-alpine3g os_d=alpine os_r=3.16
lxc-remote-alpine3h os_d=alpine os_r=3.17
lxc-remote-arch os_d=archlinux os_r=current ansible_python_interpreter=/usr/bin/python
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
lxc-remote-debian10 os_d=debian os_r=buster
lxc-remote-debian11 os_d=debian os_r=bullseye
#lxc-remote-debian12 os_d=debian os_r=bookworm # https://git.velt.biz/Ansible/Prepare_Workshop/issues/2
lxc-remote-debian12 os_d=debian os_r=bookworm # https://git.velt.biz/Ansible/Prepare_Workshop/issues/2
lxc-remote-devuan9 os_d=devuan os_r=ascii
lxc-remote-devuan10 os_d=devuan os_r=beowulf
lxc-remote-devuan11 os_d=devuan os_r=chimaera
lxc-remote-fedora35 os_d=fedora os_r=35
lxc-remote-fedora36 os_d=fedora os_r=36
lxc-remote-fedora37 os_d=fedora os_r=37
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
lxc-remote-rocky8 os_d=rockylinux os_r=8
lxc-remote-rocky9 os_d=rockylinux os_r=9
lxc-remote-suse153 os_d=opensuse os_r=15.3
lxc-remote-suse154 os_d=opensuse os_r=15.4
lxc-remote-suse-t os_d=opensuse os_r=tumbleweed
lxc-remote-ubu1604 os_d=ubuntu os_r=xenial