Infrastructure cleanup

This commit is contained in:
2022-12-18 22:23:17 -06:00
parent 890e20c64c
commit 36d0be5f88
3 changed files with 27 additions and 5 deletions

View File

@@ -44,6 +44,8 @@
roles:
- hardware
- SSL
- WebServer
- IRC
- hosts: geth_hubs
order: sorted
@@ -66,3 +68,12 @@
- hardware
- Node
- hosts: DarkNet
order: sorted
serial: "{{ threads | default('16') }}"
gather_facts: true
ignore_unreachable: true
vars_files:
- "{{ lookup('env', 'ANSIBLE_VAULT_FILE') }}"
roles:
- DarkNet