From d4b577bb7a30d98e0589f3212fcece4cd98274a7 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 29 Jul 2020 18:07:11 -0500 Subject: [PATCH] Reorganize inventory This should alleviate issues with trampling zones --- inventory/hosts.yml | 50 +++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/inventory/hosts.yml b/inventory/hosts.yml index e1bf451..c05b3ba 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -16,6 +16,7 @@ all: ssl_cipher_suite: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256" user_username: salt children: + # Personal home machines home: vars: ansible_user: ansible @@ -35,31 +36,36 @@ all: ansible_host: 172.23.100.1 lap-th-e560-0: ansible_host: 172.23.100.2 + # Webheads of all sorts + webservers: + hosts: + web1.9iron.club: + fedi1.9iron.club: + web1.cowfee.moe: + # Gameservers of all sorts + gameservers: + vars: + backups_frequency: 6h + steam_api_key: !vault | + $ANSIBLE_VAULT;1.1;AES256 + 39616163316634306633623435636633623966306537636639316439343839393231376661666335 + 6136333866633861313566306433393637613364386234360a303832626338373230396665336430 + 33346530626633616161613635656433356434366437383363663165303862316163323263323230 + 3334373531646364620a386165626130386265343235363639346230323930626330343235373662 + 38313431663734343931333462316633643935353038313934663466303834636533616165353961 + 6438356265656532396363323532616437353831613261323037 + hosts: + game1.9iron.club: + # Individual domains 9iron.club: vars: zone: 9iron.club - children: - webservers: - hosts: - web1.9iron.club: - fedi1.9iron.club: - gameservers: - vars: - backups_frequency: 6h - steam_api_key: !vault | - $ANSIBLE_VAULT;1.1;AES256 - 39616163316634306633623435636633623966306537636639316439343839393231376661666335 - 6136333866633861313566306433393637613364386234360a303832626338373230396665336430 - 33346530626633616161613635656433356434366437383363663165303862316163323263323230 - 3334373531646364620a386165626130386265343235363639346230323930626330343235373662 - 38313431663734343931333462316633643935353038313934663466303834636533616165353961 - 6438356265656532396363323532616437353831613261323037 - hosts: - game1.9iron.club: + hosts: + web1.9iron.club: + fedi1.9iron.club: + game1.9iron.club: cowfee.moe: vars: zone: cowfee.moe - children: - webservers: - hosts: - web1.cowfee.moe: + hosts: + web1.cowfee.moe: