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-02-12 04:15:58 +00:00
|
|
|
omni_protected_users: ["root", "ansible"]
|
|
|
|
omni_domain: net.enp.one
|
2019-11-24 02:40:17 +00:00
|
|
|
children:
|
2020-03-18 02:50:37 +00:00
|
|
|
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"]
|
2019-11-24 02:40:17 +00:00
|
|
|
servers:
|
|
|
|
vars:
|
2020-02-12 04:15:58 +00:00
|
|
|
omni_os:
|
|
|
|
name: centos
|
|
|
|
version_major: "8"
|
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_local_targets: ["core", "network"]
|
2020-03-21 17:29:38 +00:00
|
|
|
omni_docker_swarm_iface: eno2
|
2020-02-12 04:15:58 +00:00
|
|
|
omni_networking:
|
2019-11-24 02:40:17 +00:00
|
|
|
eno1:
|
|
|
|
dhcp: true
|
|
|
|
eno2:
|
2020-03-18 02:50:37 +00:00
|
|
|
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"]
|
2020-03-21 17:29:38 +00:00
|
|
|
omni_docker_swarm_iface: eno2
|
2020-03-18 02:50:37 +00:00
|
|
|
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"]
|
2020-03-21 17:29:38 +00:00
|
|
|
omni_docker_swarm_iface: eno2
|
2020-03-18 02:50:37 +00:00
|
|
|
omni_networking:
|
|
|
|
eno1:
|
|
|
|
dhcp: true
|
|
|
|
eno2:
|
|
|
|
dhcp: false
|
|
|
|
addresses: ["192.168.42.20/24"]
|
2020-02-12 04:15:58 +00:00
|
|
|
# novis:
|
|
|
|
# ansible_host: novis.tre2.local
|
|
|
|
# description: EN1 Backup Storage
|
|
|
|
# local_targets: ["core", "datastore"]
|
|
|
|
# children:
|
|
|
|
# vms:
|
|
|
|
# vars:
|
|
|
|
# disable_sudo_password: true
|
|
|
|
# required_os: centos_8
|
|
|
|
# hosts:
|
|
|
|
# gitea:
|
|
|
|
# ansible_host: vm-host-gitea.net.enp.one
|
|
|
|
# description: "Application Host: Gitea VCS"
|
|
|
|
# local_targets: ["admin", "vcs"]
|
|
|
|
# networking:
|
|
|
|
# eth0:
|
|
|
|
# dhcp: true
|
|
|
|
# plex:
|
|
|
|
# ansible_host: vm-host-plex.net.enp.one
|
|
|
|
# description: "Application Host: Plex Media Server"
|
|
|
|
# local_targets: ["admin", "plx"]
|
|
|
|
# networking:
|
|
|
|
# eth0:
|
|
|
|
# dhcp: true
|
|
|
|
# bitwarden:
|
|
|
|
# ansible_host: vm-host-bitwarden.net.enp.one
|
|
|
|
# description: "Application Host: Bitwarden Password Manager"
|
|
|
|
# local_targets: ["admin", "ssv"]
|
|
|
|
# networking:
|
|
|
|
# eth0:
|
|
|
|
# dhcp: true
|
|
|
|
# nextcloud:
|
|
|
|
# ansible_host: vm-host-nextcloud.net.enp.one
|
|
|
|
# description: "Application Host: Nextcloud Web Storage"
|
|
|
|
# local_targets: ["admin", "cfs"]
|
|
|
|
# networking:
|
|
|
|
# eth0:
|
|
|
|
# dhcp: true
|
|
|
|
# workstations:
|
|
|
|
# vars:
|
|
|
|
# enable_gui: true
|
|
|
|
# enable_ssh: false
|
|
|
|
# enable_networkd: false
|
|
|
|
# hosts:
|
|
|
|
# omega:
|
|
|
|
# ansible_host: localhost
|
|
|
|
# description: Last
|
|
|
|
# required_os: centos_7
|
|
|
|
# local_targets: ["admin", "recovery"]
|
|
|
|
# vigil-nox:
|
|
|
|
# ansible_host: localhost
|
|
|
|
# required_os: fedora_31
|
|
|
|
# description: Watchman
|
|
|
|
# local_targets: ["admin", "desktop"]
|
|
|
|
# serico-nox:
|
|
|
|
# ansible_host: localhost
|
|
|
|
# description: Silk
|
|
|
|
# required_os: fedora_31
|
|
|
|
# local_targets: ["admin", "desktop"]
|
|
|
|
# inerro:
|
|
|
|
# ansible_host: localhost
|
|
|
|
# description: Wanderer
|
|
|
|
# required_os: fedora_31
|
|
|
|
# local_targets: ["admin", "desktop"]
|
|
|
|
# network:
|
|
|
|
# hosts:
|
|
|
|
# router:
|
|
|
|
# ansible_host: router.net.enp.one
|
|
|
|
# ansible_network_os: edgeos
|
|
|
|
# ansible_connection: network_cli
|
|
|
|
# description: EN1 Core Gateway
|
|
|
|
# targets: ["admin", "network"]
|