Catchup
This commit is contained in:
@@ -2,74 +2,39 @@
|
||||
# deploy.yml
|
||||
#
|
||||
# This playbook details how an entire datacenter should be deployed
|
||||
#
|
||||
# Parameters:
|
||||
#
|
||||
# Parameters:
|
||||
# threads: Number of threads to use; default is 16.
|
||||
#
|
||||
- hosts: Nazara
|
||||
order: sorted
|
||||
serial: "{{ threads | default('16') }}"
|
||||
gather_facts: true
|
||||
ignore_unreachable: true
|
||||
vars_files:
|
||||
- "{{ lookup('env', 'ANSIBLE_VAULT_FILE') }}"
|
||||
vars:
|
||||
- ansible_password: "{{ passwords[inventory_hostname] }}"
|
||||
- ansible_become_password: "{{ passwords[inventory_hostname] }}"
|
||||
roles:
|
||||
- Nazara
|
||||
|
||||
- hosts: managed
|
||||
order: sorted
|
||||
serial: "{{ threads | default('16') }}"
|
||||
gather_facts: true
|
||||
ignore_unreachable: true
|
||||
vars_files:
|
||||
- "{{ lookup('env', 'ANSIBLE_VAULT_FILE') }}"
|
||||
vars: # This is the only segment that should need these variables, as the basics role should take care of sudo and the SSH key.
|
||||
- ansible_password: "{{ passwords[inventory_hostname] }}"
|
||||
- ansible_become_password: "{{ passwords[inventory_hostname] }}"
|
||||
roles:
|
||||
- ShadowArch
|
||||
- SSH
|
||||
- Sharingan
|
||||
|
||||
- hosts: physical
|
||||
gather_facts: true
|
||||
ignore_unreachable: true
|
||||
roles:
|
||||
- hardware
|
||||
|
||||
- hosts: Yggdrasil
|
||||
order: sorted
|
||||
serial: "{{ threads | default('16') }}"
|
||||
gather_facts: true
|
||||
ignore_unreachable: true
|
||||
vars_files:
|
||||
- "{{ lookup('env', 'ANSIBLE_VAULT_FILE') }}"
|
||||
roles:
|
||||
- hardware
|
||||
- SSL
|
||||
- WebServer
|
||||
- IRC
|
||||
- WolfPack
|
||||
roles:
|
||||
- Aether
|
||||
- Foundation
|
||||
- Yggrasil
|
||||
|
||||
- hosts: geth_hubs
|
||||
order: sorted
|
||||
serial: "{{ threads | default('16') }}"
|
||||
gather_facts: true
|
||||
ignore_unreachable: true
|
||||
vars_files:
|
||||
- "{{ lookup('env', 'ANSIBLE_VAULT_FILE') }}"
|
||||
roles:
|
||||
- Geth-Hub
|
||||
|
||||
- hosts: Node1,Node2,Node3
|
||||
order: sorted
|
||||
serial: "{{ threads | default('16') }}"
|
||||
gather_facts: true
|
||||
ignore_unreachable: true
|
||||
vars_files:
|
||||
- "{{ lookup('env', 'ANSIBLE_VAULT_FILE') }}"
|
||||
roles:
|
||||
- hardware
|
||||
- Node
|
||||
- Grimoire
|
||||
- IRC
|
||||
- Password
|
||||
- SSL
|
||||
- TheRaven
|
||||
- WebServer
|
||||
- WolfPack
|
||||
- Yggdrasil
|
||||
|
||||
- hosts: DarkNet
|
||||
order: sorted
|
||||
@@ -81,3 +46,23 @@
|
||||
roles:
|
||||
- DarkNet
|
||||
- WolfPack
|
||||
|
||||
- hosts: "{{ item }}"
|
||||
gather_facts: true
|
||||
ignore_unreachable: true
|
||||
roles:
|
||||
- "{{ item }}"
|
||||
loop:
|
||||
- Chappaai
|
||||
- Maat
|
||||
- Geth
|
||||
- Node
|
||||
- Vergil
|
||||
#- DedSec
|
||||
#- BT
|
||||
|
||||
- hosts: Node3
|
||||
gather_facts: true
|
||||
ignore_unreachable: true
|
||||
roles:
|
||||
- Cyberbrain
|
||||
|
Reference in New Issue
Block a user