Ansible: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 43: | Line 43: | ||
== Prometheus == | == Prometheus == | ||
monitoring | System monitoring and time series database | ||
== molecule == | |||
"Molecule aids in the development and testing of Ansible roles." | "Molecule aids in the development and testing of Ansible roles." | ||
Revision as of 18:54, 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
System monitoring and time series database
molecule
"Molecule aids in the development and testing of Ansible roles."
https://github.com/ansible/molecule
why are there two instances, default and alternate?