47 lines
743 B
Markdown
47 lines
743 B
Markdown
# Ansible Playbooks
|
|
|
|
## Playbooks
|
|
##### Bootstrap
|
|
Creates user ansible with necessary privileges. Needs become password
|
|
|
|
'ansible-playbook -i inventories bootstrap.yml -l nextrup_copy_test -u fabio -K --ask-vault-password'
|
|
|
|
##### Nodes
|
|
Basic checks connectivity for **all**
|
|
|
|
|
|
|
|
|
|
## Inventories
|
|
|
|
### Main Lab
|
|
Main lab used for experimenting and development [check](main-lab)
|
|
|
|
### Externals
|
|
Management of extra infra nodes [check](non-infra)
|
|
|
|
### Production
|
|
Management of production services, beware!
|
|
|
|
### Prox1_lab
|
|
Prox mox laboratory
|
|
|
|
|
|
|
|
## TODO
|
|
* K8s cluster
|
|
* Ensure micro on operating nodes
|
|
* Swarm clusters
|
|
* Enabling
|
|
* Bind
|
|
* CEPH storage
|
|
* Monitoring
|
|
* Nagios
|
|
* Swarm 1
|
|
|
|
* GOD
|
|
* terraform
|
|
* ansible
|
|
* puppetmaster
|
|
* ...
|