Update md
This commit is contained in:
parent
35da919742
commit
b9621f6d54
|
@ -173,3 +173,7 @@ This playbook deploys a Munin server and Munin "clients" using async to get info
|
||||||
|
|
||||||
This playbook deploys and configures an OpenLDAP server.
|
This playbook deploys and configures an OpenLDAP server.
|
||||||
|
|
||||||
|
### playbook_icinga2_deploy.yml
|
||||||
|
|
||||||
|
This playbook deploys and configures an Icinga2/MariaDB/Icingaweb2 server.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
* Complete iptables role for routers (FORWARD, NAT, ...).
|
* Complete iptables role for routers (FORWARD, NAT, ...).
|
||||||
* Complete sysctl customizations role for routers (forward) and RA.
|
* Complete sysctl customizations role for routers (forward) and RA.
|
||||||
* Create Icinga2 server and clients roles.
|
* Create Icinga2 server (conf hosts) and clients roles.
|
||||||
* Add a pre-task which can install python-apt, gentoolkit or python-yum if not installed (with shell module).
|
* Add a pre-task which can install python-apt, gentoolkit or python-yum if not installed (with shell module).
|
||||||
* Add roles for different function:
|
* Add roles for different function:
|
||||||
* **DNS authority**
|
* **DNS authority**
|
||||||
|
@ -18,12 +18,9 @@
|
||||||
* GIT
|
* GIT
|
||||||
* Pad/Paste/...
|
* Pad/Paste/...
|
||||||
* Build server (Gentoo builds)
|
* Build server (Gentoo builds)
|
||||||
* Peertube
|
|
||||||
* Nextcloud
|
* Nextcloud
|
||||||
* Zabbix/LibreNMS/autres trucs à tester
|
* Zabbix/LibreNMS/autres trucs à tester
|
||||||
* Tests (ex: restauration backup)
|
* Tests (ex: restauration backup)
|
||||||
* Site Web
|
|
||||||
* Minecraft Server
|
|
||||||
* Kubernetes cluster
|
* Kubernetes cluster
|
||||||
|
|
||||||
## More...
|
## More...
|
||||||
|
@ -31,3 +28,4 @@
|
||||||
* Role munin-async: add possibility to deploy multiple SSH keys (if multiple Munin server).
|
* Role munin-async: add possibility to deploy multiple SSH keys (if multiple Munin server).
|
||||||
* Role munin-node: add some plugins / custom configurations for more details.
|
* Role munin-node: add some plugins / custom configurations for more details.
|
||||||
* Test deploy all the infrastructure to validate ansible-base.
|
* Test deploy all the infrastructure to validate ansible-base.
|
||||||
|
* Role icinga2_server: add hosts.conf and hosts files via ansible (and not manually)
|
||||||
|
|
Loading…
Reference in a new issue