Add docker config variables to inventory
This commit is contained in:
parent
0b214f734c
commit
448e2e4423
5
en1.yml
5
en1.yml
@ -2,6 +2,8 @@
|
||||
all:
|
||||
vars:
|
||||
ansible_user: ansible
|
||||
ansible_python_interpreter: /opt/ansible/bin/python
|
||||
omni_ansible_venv: /opt/ansible
|
||||
omni_protected_users: ["root", "ansible"]
|
||||
omni_domain: net.enp.one
|
||||
children:
|
||||
@ -23,6 +25,7 @@ all:
|
||||
ansible_host: jupiter.net.enp.one
|
||||
omni_description: EN1 System Control Server
|
||||
omni_local_targets: ["core", "network"]
|
||||
omni_docker_swarm_iface: eno2
|
||||
omni_networking:
|
||||
eno1:
|
||||
dhcp: true
|
||||
@ -33,6 +36,7 @@ all:
|
||||
ansible_host: remus.net.enp.one
|
||||
omni_description: EN1 Hypervisor/Datastore
|
||||
omni_local_targets: ["core", "vms"]
|
||||
omni_docker_swarm_iface: eno2
|
||||
omni_networking:
|
||||
eno1:
|
||||
dhcp: true
|
||||
@ -43,6 +47,7 @@ all:
|
||||
ansible_host: romulus.net.enp.one
|
||||
omni_description: EN1 Hypervisor/Datastore
|
||||
omni_local_targets: ["core", "vms"]
|
||||
omni_docker_swarm_iface: eno2
|
||||
omni_networking:
|
||||
eno1:
|
||||
dhcp: true
|
||||
|
Reference in New Issue
Block a user