Add hosts remus, romulus, and router

This commit is contained in:
Ethan Paul 2020-03-17 22:50:37 -04:00
parent 2e34cf9c85
commit 33ef563375
1 changed files with 30 additions and 14 deletions

44
en1.yml
View File

@ -5,6 +5,14 @@ all:
omni_protected_users: ["root", "ansible"]
omni_domain: net.enp.one
children:
network:
hosts:
router:
ansible_host: en1-core.net.enp.one
ansible_network_os: edgeos
ansible_connection: network_cli
description: EN1 Core Gateway
targets: ["admin", "network"]
servers:
vars:
omni_os:
@ -19,20 +27,28 @@ all:
eno1:
dhcp: true
eno2:
addresses: ["192.168.255.10/24"]
# romulus:
# ansible_host: romulus.net.enp.one
# description: EN1 Hypervisor/Datastore
# local_targets: ["core", "vms"]
# networking:
# em2:
# addresses: ["192.168.255.20/24"]
# remus:
# ansible_host: remus.net.enp.one
# description: EN1 Hypervisor/Datastore
# local_targets: ["core", "vms"]
# em2:
# addresses: ["192.168.255.30/24"]
dhcp: false
addresses: ["192.168.42.10/24"]
remus:
ansible_host: remus.net.enp.one
omni_description: EN1 Hypervisor/Datastore
omni_local_targets: ["core", "vms"]
omni_networking:
eno1:
dhcp: true
eno2:
dhcp: false
addresses: ["192.168.42.20/24"]
romulus:
ansible_host: romulus.net.enp.one
omni_description: EN1 Hypervisor/Datastore
omni_local_targets: ["core", "vms"]
omni_networking:
eno1:
dhcp: true
eno2:
dhcp: false
addresses: ["192.168.42.20/24"]
# novis:
# ansible_host: novis.tre2.local
# description: EN1 Backup Storage