2019-11-24 02:40:17 +00:00
|
|
|
---
|
|
|
|
all:
|
|
|
|
vars:
|
|
|
|
ansible_user: ansible
|
2020-03-21 17:29:38 +00:00
|
|
|
ansible_python_interpreter: /opt/ansible/bin/python
|
|
|
|
omni_ansible_venv: /opt/ansible
|
2020-12-04 19:55:02 +00:00
|
|
|
update: false
|
|
|
|
clean: false
|
|
|
|
|
2019-11-24 02:40:17 +00:00
|
|
|
children:
|
2020-12-08 01:26:07 +00:00
|
|
|
|
2019-11-24 02:40:17 +00:00
|
|
|
servers:
|
|
|
|
vars:
|
2020-12-04 19:55:02 +00:00
|
|
|
omni_local_hosts:
|
|
|
|
- hostname: jupiter.svr.local
|
|
|
|
ip: 192.168.42.10
|
|
|
|
- hostname: remus.svr.local
|
|
|
|
ip: 192.168.42.20
|
|
|
|
- hostname: romulus.svr.local
|
|
|
|
ip: 192.168.42.30
|
2019-11-24 02:40:17 +00:00
|
|
|
hosts:
|
|
|
|
jupiter:
|
|
|
|
ansible_host: jupiter.net.enp.one
|
2020-02-12 04:15:58 +00:00
|
|
|
omni_description: EN1 System Control Server
|
|
|
|
omni_networking:
|
2019-11-24 02:40:17 +00:00
|
|
|
eno1:
|
|
|
|
dhcp: true
|
2020-12-04 19:55:02 +00:00
|
|
|
dhcp_address: 10.42.101.10/42
|
2019-11-24 02:40:17 +00:00
|
|
|
eno2:
|
2020-03-18 02:50:37 +00:00
|
|
|
dhcp: false
|
|
|
|
addresses: ["192.168.42.10/24"]
|
2020-12-08 01:26:07 +00:00
|
|
|
remus:
|
|
|
|
ansible_host: remus.net.enp.one
|
|
|
|
omni_description: EN1 Hypervisor/Datastore
|
|
|
|
omni_networking:
|
|
|
|
eno1:
|
|
|
|
dhcp: true
|
|
|
|
dhcp_address: 10.42.101.20/24
|
|
|
|
eno2:
|
|
|
|
dhcp: false
|
|
|
|
addresses: ["192.168.42.20/24"]
|
|
|
|
romulus:
|
|
|
|
ansible_host: romulus.net.enp.one
|
|
|
|
omni_description: EN1 Hypervisor/Datastore
|
|
|
|
omni_networking:
|
|
|
|
eno1:
|
|
|
|
dhcp: true
|
|
|
|
dhcp_address: 10.42.101.30/24
|
|
|
|
eno2:
|
|
|
|
dhcp: false
|
|
|
|
addresses: ["192.168.42.30/24"]
|
|
|
|
children:
|
|
|
|
virtualization: {}
|
|
|
|
datastore: {}
|
|
|
|
|
|
|
|
virtualization:
|
|
|
|
hosts:
|
|
|
|
jupiter:
|
2020-12-09 03:21:03 +00:00
|
|
|
omni_docker_configs: /etc/omni/compose
|
2020-12-08 01:26:07 +00:00
|
|
|
omni_docker_swarm_iface: eno2
|
2020-12-04 19:55:02 +00:00
|
|
|
children:
|
2020-12-08 01:26:07 +00:00
|
|
|
virtualization_worker:
|
|
|
|
hosts:
|
|
|
|
remus:
|
|
|
|
omni_docker_swarm_iface: eno2
|
|
|
|
romulus:
|
|
|
|
omni_docker_swarm_iface: eno2
|
|
|
|
|
|
|
|
datastore:
|
|
|
|
children:
|
|
|
|
datastore_arbiter:
|
|
|
|
hosts:
|
|
|
|
jupiter:
|
2020-12-09 03:21:03 +00:00
|
|
|
omni_datastore_mount: /mnt/datastore
|
2020-12-08 01:26:07 +00:00
|
|
|
omni_gluster_brick:
|
|
|
|
mount: /mnt/brick0
|
|
|
|
fs: xfs
|
|
|
|
datastore_block:
|
2020-12-04 19:55:02 +00:00
|
|
|
hosts:
|
|
|
|
remus:
|
2020-12-08 01:26:07 +00:00
|
|
|
omni_gluster_brick:
|
|
|
|
mount: /mnt/brick0
|
|
|
|
fs: xfs
|
2020-12-04 19:55:02 +00:00
|
|
|
romulus:
|
2020-12-08 01:26:07 +00:00
|
|
|
omni_gluster_brick:
|
|
|
|
mount: /mnt/brick0
|
|
|
|
fs: xfs
|