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
|
||||
|
Reference in New Issue
Block a user