Ansible: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Noisebridge uses Ansible to manage and deploy changed to some important infrastructure bits, like mail configuration, DNS configuration, etc. | Noisebridge uses Ansible to manage and deploy changed to some important infrastructure bits, like mail configuration, DNS configuration, etc. | ||
| Line 7: | Line 5: | ||
[[Ansible/Quickstart | Ansible Quickstart]] | [[Ansible/Quickstart | Ansible Quickstart]] | ||
=== Roles | == Files == | ||
== /group/vars == | |||
; primanry-dns-server.yml : primary DNS ip config | |||
; secondary-dns-server/yml ; secondary DNS ip config | |||
: hexopedia.org does not resolve | |||
: why is niacas used, but only once? | |||
; lists-noisebridge-net/postfix.yml | |||
: mail domain name and destinations | |||
; noisebridge-net/caddy.yml | |||
== Roles == | |||
; cloudalchemy | ; cloudalchemy | ||
| Line 31: | Line 43: | ||
== Prometheus == | == Prometheus == | ||
monitoring | |||
=== molecule === | === molecule === | ||
Revision as of 18:52, 26 November 2018
Noisebridge uses Ansible to manage and deploy changed to some important infrastructure bits, like mail configuration, DNS configuration, etc.
Files
/group/vars
- primanry-dns-server.yml
- primary DNS ip config
- secondary-dns-server/yml ; secondary DNS ip config
- hexopedia.org does not resolve
- why is niacas used, but only once?
- lists-noisebridge-net/postfix.yml
- mail domain name and destinations
- noisebridge-net/caddy.yml
Roles
- cloudalchemy
- prometheus
- node-exporter
- mailman
- nextcloud-docker
- geerlingguy
- mysql
- antoiner77
- caddy
- percona
- postfix
- tor
- utils
- memcached
- coredns
- ansiblebit
- grafana
- security
- mailman3
- mediawiki
Prometheus
monitoring
molecule
"Molecule aids in the development and testing of Ansible roles."
https://github.com/ansible/molecule
why are there two instances, default and alternate?