Update example inventory
This commit is contained in:
parent
246953ec24
commit
d8b86c415e
|
@ -16,28 +16,30 @@ debian-host-remote ansible_host=192.168.1.42
|
|||
############################################################
|
||||
|
||||
[containers_local]
|
||||
lxc-local-alma os_d=almalinux os_r=8
|
||||
lxc-local-alpine3b os_d=alpine os_r=3.11
|
||||
lxc-local-alma8 os_d=almalinux os_r=8
|
||||
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
|
||||
lxc-local-alpine3f os_d=alpine os_r=3.15
|
||||
lxc-local-arch os_d=archlinux os_r=current ansible_python_interpreter=/usr/bin/python
|
||||
lxc-local-debian9 os_d=debian os_r=stretch
|
||||
lxc-local-debian10 os_d=debian os_r=buster
|
||||
lxc-local-debian11 os_d=debian os_r=bullseye
|
||||
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-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
|
||||
lxc-local-centos8s os_d=centos os_r=8-Stream
|
||||
lxc-local-centos9s os_d=centos os_r=9-Stream
|
||||
lxc-local-fedora34 os_d=fedora os_r=34
|
||||
lxc-local-fedora35 os_d=fedora os_r=35
|
||||
lxc-local-rocky8 os_d=rockylinux os_r=8
|
||||
lxc-local-suse152 os_d=opensuse os_r=15.2
|
||||
lxc-local-suse153 os_d=opensuse os_r=15.3
|
||||
lxc-local-suse-t os_d=opensuse os_r=tumbleweed
|
||||
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-ubu2204 os_d=ubuntu os_r=jammy
|
||||
lxc-local-void os_d=voidlinux os_r=current
|
||||
|
||||
[containers_local:vars]
|
||||
|
@ -49,28 +51,30 @@ ansible_connection = lxc
|
|||
############################################################
|
||||
|
||||
[containers_remote]
|
||||
lxc-remote-alma os_d=almalinux os_r=8
|
||||
lxc-remote-alpine3b os_d=alpine os_r=3.11
|
||||
lxc-remote-alma8 os_d=almalinux os_r=8
|
||||
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
|
||||
lxc-remote-alpine3f os_d=alpine os_r=3.15
|
||||
lxc-remote-arch os_d=archlinux os_r=current ansible_python_interpreter=/usr/bin/python
|
||||
lxc-remote-debian9 os_d=debian os_r=stretch
|
||||
lxc-remote-debian10 os_d=debian os_r=buster
|
||||
lxc-remote-debian11 os_d=debian os_r=bullseye
|
||||
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-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
|
||||
lxc-remote-centos8s os_d=centos os_r=8-Stream
|
||||
lxc-remote-centos9s os_d=centos os_r=8-Stream
|
||||
lxc-remote-fedora34 os_d=fedora os_r=34
|
||||
lxc-remote-fedora33 os_d=fedora os_r=35
|
||||
lxc-remote-rocky8 os_d=rockylinux os_r=8
|
||||
lxc-remote-suse152 os_d=opensuse os_r=15.2
|
||||
lxc-remote-suse153 os_d=opensuse os_r=15.3
|
||||
lxc-remote-suse-t os_d=opensuse os_r=tumbleweed
|
||||
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-ubu2204 os_d=ubuntu os_r=jammy
|
||||
lxc-remote-void os_d=voidlinux os_r=current
|
||||
|
||||
[containers_remote:vars]
|
||||
|
|
Loading…
Reference in a new issue