Fix: indentations and spaces
Signed-off-by: Hadrien Patte <hadrien.patte@protonmail.com>
This commit is contained in:
parent
5f08a7522e
commit
58cb43d0d0
6 changed files with 56 additions and 56 deletions
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
ldap_local_replica_uri:
|
ldap_local_replica_uri:
|
||||||
- 'ldap://ldap-replica-fleming1.adm.auro.re'
|
- 'ldap://ldap-replica-fleming1.adm.auro.re'
|
||||||
- 'ldap://ldap-replica-fleming2.adm.auro.re'
|
- 'ldap://ldap-replica-fleming2.adm.auro.re'
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
ldap_local_replica_uri:
|
ldap_local_replica_uri:
|
||||||
- 'ldap://10.128.0.100'
|
- 'ldap://10.128.0.100'
|
||||||
|
|
|
@ -3,35 +3,35 @@
|
||||||
- hosts: proxy.adm.auro.re
|
- hosts: proxy.adm.auro.re
|
||||||
vars:
|
vars:
|
||||||
reversed_proxy_subdomains:
|
reversed_proxy_subdomains:
|
||||||
- name: re2o
|
- name: re2o
|
||||||
from: re2o.auro.re
|
from: re2o.auro.re
|
||||||
to: 10.128.0.10
|
to: 10.128.0.10
|
||||||
- name: intranet
|
- name: intranet
|
||||||
from: intranet.auro.re
|
from: intranet.auro.re
|
||||||
to: 10.128.0.10
|
to: 10.128.0.10
|
||||||
- name: pad
|
- name: pad
|
||||||
from: pad.auro.re
|
from: pad.auro.re
|
||||||
to: 10.128.0.54:9001
|
to: 10.128.0.54:9001
|
||||||
- name: phabricator
|
- name: phabricator
|
||||||
from: phabricator.auro.re
|
from: phabricator.auro.re
|
||||||
to: 10.128.0.50
|
to: 10.128.0.50
|
||||||
- name: wiki
|
- name: wiki
|
||||||
from: wiki.auro.re
|
from: wiki.auro.re
|
||||||
to: 10.128.0.51
|
to: 10.128.0.51
|
||||||
- name: www
|
- name: www
|
||||||
from: www.auro.re
|
from: www.auro.re
|
||||||
to: 10.128.0.52
|
to: 10.128.0.52
|
||||||
- name: main
|
- name: main
|
||||||
from: auro.re
|
from: auro.re
|
||||||
to: 10.128.0.52
|
to: 10.128.0.52
|
||||||
- name: re2o-test
|
- name: re2o-test
|
||||||
from: re2o-test.auro.re
|
from: re2o-test.auro.re
|
||||||
to: 10.128.0.100
|
to: 10.128.0.100
|
||||||
- name: riot
|
- name: riot
|
||||||
from: riot.auro.re
|
from: riot.auro.re
|
||||||
to: riot.adm.auro.re
|
to: riot.adm.auro.re
|
||||||
- name: codimd
|
- name: codimd
|
||||||
from: codimd.auro.re
|
from: codimd.auro.re
|
||||||
to: codimd.adm.auro.re:8080
|
to: codimd.adm.auro.re:8080
|
||||||
roles:
|
roles:
|
||||||
- nginx-reverse-proxy
|
- nginx-reverse-proxy
|
||||||
|
|
|
@ -8,17 +8,17 @@
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
vars:
|
vars:
|
||||||
packages:
|
packages:
|
||||||
- bash-completion # for bash users
|
- bash-completion # for bash users
|
||||||
- zsh # alternative shell
|
- zsh # alternative shell
|
||||||
- sudo # to gain root access
|
- sudo # to gain root access
|
||||||
- git # code versioning
|
- git # code versioning
|
||||||
- nano # basic text editor
|
- nano # basic text editor
|
||||||
- vim # like nano but more powerful and complex
|
- vim # like nano but more powerful and complex
|
||||||
- htop # better than top
|
- htop # better than top
|
||||||
- less # i like cats
|
- less # i like cats
|
||||||
- tree # create a graphical tree of files
|
- tree # create a graphical tree of files
|
||||||
- ipython # better Python shell
|
- ipython # better Python shell
|
||||||
- acl # for Ansible become support
|
- acl # for Ansible become support
|
||||||
|
|
||||||
# Pimp my server
|
# Pimp my server
|
||||||
- name: Customize motd
|
- name: Customize motd
|
||||||
|
|
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
# Download CodiMD
|
# Download CodiMD
|
||||||
# TODO : temporally disabled until 1.3.0 is out (because of uws bug)
|
# TODO : temporally disabled until 1.3.0 is out (because of uws bug)
|
||||||
#- name: Clone CodiMD project
|
# - name: Clone CodiMD project
|
||||||
# git:
|
# git:
|
||||||
# repo: https://github.com/hackmdio/codimd.git
|
# repo: https://github.com/hackmdio/codimd.git
|
||||||
# dest: /var/local/codimd/codimd
|
# dest: /var/local/codimd/codimd
|
||||||
# version: 1.2.1
|
# version: 1.2.1
|
||||||
# become: yes
|
# become: yes
|
||||||
# become_user: codimd
|
# become_user: codimd
|
||||||
# notify: Build front-end for CodiMD
|
# notify: Build front-end for CodiMD
|
||||||
|
|
||||||
# Setup dependencies and configs
|
# Setup dependencies and configs
|
||||||
- name: Install CodiMD depedencies
|
- name: Install CodiMD depedencies
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
regexp: "^{{ item.key }}:"
|
regexp: "^{{ item.key }}:"
|
||||||
line: "{{ item.value }}"
|
line: "{{ item.value }}"
|
||||||
with_dict:
|
with_dict:
|
||||||
passwd: 'passwd: files ldap'
|
passwd: 'passwd: files ldap'
|
||||||
group: 'group: files ldap'
|
group: 'group: files ldap'
|
||||||
shadow: 'shadow: files ldap'
|
shadow: 'shadow: files ldap'
|
||||||
sudoers: 'sudoers: files ldap'
|
sudoers: 'sudoers: files ldap'
|
||||||
notify: Restart nslcd service
|
notify: Restart nslcd service
|
||||||
|
|
Loading…
Reference in a new issue