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

View File

@@ -8,9 +8,9 @@
#
# Patch then restart a node
- hosts: Node0
- hosts: virtual,geth-hubs
order: sorted
serial: 1
serial: 4
vars:
ansible_become: yes
ansible_become_method: sudo
@@ -19,7 +19,7 @@
roles:
- patching
- hosts: managed
- hosts: physical
order: sorted
ignore_unreachable: true
serial: 4