Fix: blank lines and trailing spaces

Signed-off-by: Hadrien Patte <hadrien.patte@protonmail.com>
mail_server
Hadrien Patte 5 years ago
parent 0d78b9b783
commit 5f08a7522e
No known key found for this signature in database
GPG Key ID: 0954F2874A54F4B1

@ -47,4 +47,3 @@ d'Ansible.
```
ansible -i hosts ldap-replica-fleming1.adm.auro.re -m setup --ask-vault-pass
```

@ -3,4 +3,3 @@
- hosts: all
roles:
- baseconfig

@ -4,4 +4,3 @@
- hosts: horus-wikitest
roles:
- dokuwiki

@ -4,4 +4,3 @@
roles:
- debian-backports
- etherpad

@ -30,4 +30,3 @@ ssh_pub_keys: "{{ vault_ssh_pub_keys }}"
# Monitoring
monitoring_mail: 'monitoring.aurore@lists.crans.org'

@ -2,4 +2,3 @@
ldap_local_replica_uri:
- 'ldap://ldap-replica-fleming1.adm.auro.re'
- 'ldap://ldap-replica-fleming2.adm.auro.re'

@ -1,4 +1,3 @@
---
ldap_local_replica_uri:
- 'ldap://10.128.0.100'

@ -61,4 +61,3 @@ fleming-pve
# every LDAP replica
[ldap-replica:children]
fleming-vm-ldap-replica

@ -9,4 +9,3 @@
#- hosts: ldap-replica
# roles:
# - ldap-replica

@ -12,4 +12,3 @@
- hosts: riot.adm.auro.re
roles:
- matrix-riot

@ -35,4 +35,3 @@
to: codimd.adm.auro.re:8080
roles:
- nginx-reverse-proxy

@ -17,4 +17,3 @@
confirm: 'confirm=true'
email_address: "email_address={{ monitoring_mail }}"
which: 'which=both'

@ -55,4 +55,3 @@
with_dict:
dot_zshrc: .zshrc
dot_zshrc.local: .zshrc.local

@ -13,4 +13,3 @@
dest: /etc/molly-guard/rc
regexp: '^#*\s*ALWAYS_QUERY_HOSTNAME.*$'
line: 'ALWAYS_QUERY_HOSTNAME=true'

@ -28,4 +28,3 @@ deb {{ debian_security_mirror }} {{ ansible_distribution_release }}/updates {{ d
# Backports
deb {{ debian_security_mirror }} {{ ansible_distribution_release }}-backports {{ debian_components }}
{% endif %}

@ -10,4 +10,3 @@
# Reload systemd daemons when a service file changes
- name: Reload systemd daemons
command: systemctl daemon-reload

@ -66,4 +66,3 @@
name: codimd
state: started
enabled: true

@ -3,4 +3,3 @@
Package: node* libuv1*
Pin: release a=stretch-backports
Pin-Priority: 600

@ -16,4 +16,3 @@ Restart=always
[Install]
WantedBy=multi-user.target

@ -5,4 +5,3 @@
src: backports.list.j2
dest: /etc/apt/sources.list.d/backports.list
mode: 0644

@ -6,4 +6,3 @@
{% endif %}
deb {{ debian_mirror }} {{ ansible_distribution_release }}-backports main

@ -20,4 +20,3 @@
apt:
name: dokuwiki
update_cache: yes

@ -7,4 +7,3 @@
deb {{ debian_mirror }} buster main
deb-src {{ debian_mirror }} buster main

@ -7,4 +7,3 @@ Pin-Priority: 990
Package: dokuwiki
Pin: release n=buster
Pin-Priority: 990

@ -2,4 +2,3 @@
# Reload systemd daemons when a service file changes
- name: Reload systemd daemons
command: systemctl daemon-reload

@ -24,4 +24,3 @@
owner: etherpad
group: etherpad
mode: 0750

@ -57,4 +57,3 @@
# TODO-list
# * Configure admin user, logs
# Plugins : https://framacloud.org/fr/cultiver-son-jardin/etherpad.html#concernant-framapad

@ -3,4 +3,3 @@
Package: node* libuv1*
Pin: release a=stretch-backports
Pin-Priority: 600

@ -15,4 +15,3 @@ Restart=always
[Install]
WantedBy=multi-user.target

@ -14,4 +14,3 @@
state: restarted
ignore_errors: true # Sometimes service do not exist
listen: Restart nslcd service

@ -38,4 +38,3 @@
shadow: 'shadow: files ldap'
sudoers: 'sudoers: files ldap'
notify: Restart nslcd service

@ -18,4 +18,3 @@
dest: /etc/sudoers
regexp: "^%{{ sudo_group }}"
line: "%{{ sudo_group }} ALL=(ALL:ALL) ALL"

@ -15,4 +15,3 @@
src: /usr/local/bin/chsh
dest: /usr/local/bin/chsh.ldap
state: link

@ -22,4 +22,3 @@
key: "{{ ssh_pub_keys }}"
state: present
# exclusive: True

@ -1,4 +1,3 @@
#!/bin/sh
# {{ ansible_managed }}
echo "Pour changer votre mot de passe,\nAllez sur l'intranet : {{intranet_url}}"

@ -56,4 +56,3 @@
# Save the day
- name: Start LDAP server
service: name=slapd state=started

@ -1183,4 +1183,3 @@ createTimestamp: 20150305013830Z
entryCSN: 20160607103125.521039Z#000000#000#000000
modifiersName: cn=config
modifyTimestamp: 20160607103125Z

@ -4,4 +4,3 @@
service:
name: mxisd
state: restarted

@ -87,4 +87,3 @@ threepid:
# Password for the account
password: ""

@ -49,4 +49,3 @@
dest: /etc/nginx/sites-enabled/riot
state: link
notify: Reload NGINX service

@ -4,4 +4,3 @@
service:
name: matrix-synapse
state: restarted

@ -15,4 +15,3 @@ listeners:
compress: true
- names: [federation]
compress: false

@ -4,4 +4,3 @@
service:
name: nginx
state: reloaded

@ -29,4 +29,3 @@
state: link
loop: "{{ reversed_proxy_subdomains }}"
notify: Reload NGINX service

@ -33,4 +33,3 @@ server {
add_header X-Clacks-Overhead "GNU Terry Pratchett";
}
}

Loading…
Cancel
Save