Remove unused hosts from inventory until they can be updated

This commit is contained in:
Ethan Paul 2020-02-11 23:15:58 -05:00
parent e81fc750cb
commit 75c709a5a5

188
en1.yml
View File

@ -2,108 +2,106 @@
all: all:
vars: vars:
ansible_user: ansible ansible_user: ansible
protected_users: ["root", "ansible"] omni_protected_users: ["root", "ansible"]
enable_gui: false omni_domain: net.enp.one
enable_ssh: true
enable_ssh_password_auth: false
disable_sudo_password: false
enable_networkd: true
children: children:
servers: servers:
vars: vars:
required_os: centos_8 omni_os:
name: centos
version_major: "8"
hosts: hosts:
jupiter: jupiter:
ansible_host: jupiter.net.enp.one ansible_host: jupiter.net.enp.one
description: EN1 System Control Server omni_description: EN1 System Control Server
local_targets: ["core", "network"] omni_local_targets: ["core", "network"]
networking: omni_networking:
eno1: eno1:
dhcp: true dhcp: true
eno2: eno2:
addresses: ["192.168.255.10/24"] addresses: ["192.168.255.10/24"]
romulus: # romulus:
ansible_host: romulus.net.enp.one # ansible_host: romulus.net.enp.one
description: EN1 Hypervisor/Datastore # description: EN1 Hypervisor/Datastore
local_targets: ["core", "vms"] # local_targets: ["core", "vms"]
networking: # networking:
em2: # em2:
addresses: ["192.168.255.20/24"] # addresses: ["192.168.255.20/24"]
remus: # remus:
ansible_host: remus.net.enp.one # ansible_host: remus.net.enp.one
description: EN1 Hypervisor/Datastore # description: EN1 Hypervisor/Datastore
local_targets: ["core", "vms"] # local_targets: ["core", "vms"]
em2: # em2:
addresses: ["192.168.255.30/24"] # addresses: ["192.168.255.30/24"]
novis: # novis:
ansible_host: novis.tre2.local # ansible_host: novis.tre2.local
description: EN1 Backup Storage # description: EN1 Backup Storage
local_targets: ["core", "datastore"] # local_targets: ["core", "datastore"]
children: # children:
vms: # vms:
vars: # vars:
disable_sudo_password: true # disable_sudo_password: true
required_os: centos_8 # required_os: centos_8
hosts: # hosts:
gitea: # gitea:
ansible_host: vm-host-gitea.net.enp.one # ansible_host: vm-host-gitea.net.enp.one
description: "Application Host: Gitea VCS" # description: "Application Host: Gitea VCS"
local_targets: ["admin", "vcs"] # local_targets: ["admin", "vcs"]
networking: # networking:
eth0: # eth0:
dhcp: true # dhcp: true
plex: # plex:
ansible_host: vm-host-plex.net.enp.one # ansible_host: vm-host-plex.net.enp.one
description: "Application Host: Plex Media Server" # description: "Application Host: Plex Media Server"
local_targets: ["admin", "plx"] # local_targets: ["admin", "plx"]
networking: # networking:
eth0: # eth0:
dhcp: true # dhcp: true
bitwarden: # bitwarden:
ansible_host: vm-host-bitwarden.net.enp.one # ansible_host: vm-host-bitwarden.net.enp.one
description: "Application Host: Bitwarden Password Manager" # description: "Application Host: Bitwarden Password Manager"
local_targets: ["admin", "ssv"] # local_targets: ["admin", "ssv"]
networking: # networking:
eth0: # eth0:
dhcp: true # dhcp: true
nextcloud: # nextcloud:
ansible_host: vm-host-nextcloud.net.enp.one # ansible_host: vm-host-nextcloud.net.enp.one
description: "Application Host: Nextcloud Web Storage" # description: "Application Host: Nextcloud Web Storage"
local_targets: ["admin", "cfs"] # local_targets: ["admin", "cfs"]
networking: # networking:
eth0: # eth0:
dhcp: true # dhcp: true
workstations: # workstations:
vars: # vars:
enable_gui: true # enable_gui: true
enable_ssh: false # enable_ssh: false
enable_networkd: false # enable_networkd: false
hosts: # hosts:
omega: # omega:
ansible_host: localhost # ansible_host: localhost
description: Last # description: Last
required_os: centos_7 # required_os: centos_7
local_targets: ["admin", "recovery"] # local_targets: ["admin", "recovery"]
vigil-nox: # vigil-nox:
ansible_host: localhost # ansible_host: localhost
required_os: fedora_31 # required_os: fedora_31
description: Watchman # description: Watchman
local_targets: ["admin", "desktop"] # local_targets: ["admin", "desktop"]
serico-nox: # serico-nox:
ansible_host: localhost # ansible_host: localhost
description: Silk # description: Silk
required_os: fedora_31 # required_os: fedora_31
local_targets: ["admin", "desktop"] # local_targets: ["admin", "desktop"]
inerro: # inerro:
ansible_host: localhost # ansible_host: localhost
description: Wanderer # description: Wanderer
required_os: fedora_31 # required_os: fedora_31
local_targets: ["admin", "desktop"] # local_targets: ["admin", "desktop"]
network: # network:
hosts: # hosts:
router: # router:
ansible_host: router.net.enp.one # ansible_host: router.net.enp.one
ansible_network_os: edgeos # ansible_network_os: edgeos
ansible_connection: network_cli # ansible_connection: network_cli
description: EN1 Core Gateway # description: EN1 Core Gateway
targets: ["admin", "network"] # targets: ["admin", "network"]