Infrastructure cleanup
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user