pull/1/head
Alexandre Iooss 5 years ago
parent 2e753db873
commit 24331ca25b
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02

@ -2,8 +2,8 @@
# Put a common configuration on all servers
- hosts: all
roles:
- baseconfig
- basesecurity
- baseconfig
- basesecurity
# Plug LDAP on all servers
- hosts: all

@ -21,7 +21,7 @@
- nginx
- mariadb-server
state: present
update_cache: yes
update_cache: true
register: apt_result
retries: 3
until: apt_result is succeeded

@ -10,7 +10,7 @@
- name: Activate prometheus-node-exporter service
systemd:
name: prometheus-node-exporter
enabled: yes
enabled: true
state: started
# Doesn't work on Debian Stretch

@ -40,7 +40,7 @@
- name: Activate prometheus service
systemd:
name: prometheus
enabled: yes
enabled: true
state: started
- name: Indicate role in motd

@ -12,15 +12,15 @@
# Install EtherPad on EtherPad containers
- hosts: pad.adm.auro.re
roles:
- debian-backports
- nodejs
- etherpad
- debian-backports
- nodejs
- etherpad
# Install DokuWiki on the wiki TEST container
# When it will be operational, horus-wikitest will replace horus-wiki
- hosts: horus-wikitest
roles:
- dokuwiki
- dokuwiki
# Install NGINX with reverse proxy conf
- hosts: proxy.adm.auro.re

Loading…
Cancel
Save