Update hosts.example
This commit is contained in:
parent
e30425a90e
commit
13eb9889b3
|
@ -12,12 +12,13 @@ debian-host-remote ansible_host=192.168.1.42
|
||||||
|
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
### LXContainers ###########################################
|
### LXContainers local #####################################
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
[containers_local]
|
[containers_local]
|
||||||
lxc-local-alpine3B os_d=alpine os_r=3.11
|
lxc-local-alpine3B os_d=alpine os_r=3.11
|
||||||
lxc-local-alpine3C os_d=alpine os_r=3.12
|
lxc-local-alpine3C os_d=alpine os_r=3.12
|
||||||
|
lxc-local-alpine3D os_d=alpine os_r=3.13
|
||||||
lxc-local-debian9 os_d=debian os_r=stretch
|
lxc-local-debian9 os_d=debian os_r=stretch
|
||||||
lxc-local-debian10 os_d=debian os_r=buster
|
lxc-local-debian10 os_d=debian os_r=buster
|
||||||
lxc-local-devuan9 os_d=devuan os_r=ascii
|
lxc-local-devuan9 os_d=devuan os_r=ascii
|
||||||
|
@ -37,12 +38,13 @@ ansible_connection = lxc
|
||||||
|
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
### LXContainers ###########################################
|
### LXContainers remote ####################################
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
[containers_remote]
|
[containers_remote]
|
||||||
lxc-remote-alpine3B os_d=alpine os_r=3.11
|
lxc-remote-alpine3B os_d=alpine os_r=3.11
|
||||||
lxc-remote-alpine3C os_d=alpine os_r=3.12
|
lxc-remote-alpine3C os_d=alpine os_r=3.12
|
||||||
|
lxc-remote-alpine3D os_d=alpine os_r=3.13
|
||||||
lxc-remote-debian9 os_d=debian os_r=stretch
|
lxc-remote-debian9 os_d=debian os_r=stretch
|
||||||
lxc-remote-debian10 os_d=debian os_r=buster
|
lxc-remote-debian10 os_d=debian os_r=buster
|
||||||
lxc-remote-devuan9 os_d=devuan os_r=ascii
|
lxc-remote-devuan9 os_d=devuan os_r=ascii
|
||||||
|
|
Loading…
Reference in a new issue