Ansible: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Rando (talk | contribs)
No edit summary
Rando (talk | contribs)
No edit summary
Line 1: Line 1:
== Ansible ==
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 ==
What is this machine?
monitoring
Where is it?
What does it do?
Who has access to it?
What is on it besides molecule?


=== 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.

Noisebridge Ansible Repo

Ansible Quickstart

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?