NTP client/server, prepare slapd
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
53
group_vars/all/all.yml
Normal file
53
group_vars/all/all.yml
Normal file
@ -0,0 +1,53 @@
|
||||
---
|
||||
# Custom header
|
||||
dirty: "{% if template_path is defined %}{{ lookup('pipe', 'git diff --quiet -- ' + template_path | quote + ' || echo dirty') }}{% else %}{{ lookup('pipe', 'git diff --quiet || echo dirty') }}{% endif %}"
|
||||
ansible_header: |
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
Ansible managed, don't modify the file locally.
|
||||
See https://gitlab.crans.org/ynerant/templier-ansible.
|
||||
{% if template_path is defined %}{% set _, rpath = template_path.split('roles/', 1) %}Commit: {% if dirty %}({{dirty}}) {% endif %}{{ lookup('pipe', 'git log -n 1 --pretty=format:%H -- ' + template_path | quote) }}
|
||||
{% if dirty %}Run by: {{ ansible_env.SUDO_USER }}
|
||||
{% else %}Author: {{ lookup('pipe', 'git log -n 1 --pretty=format:%an -- ' + template_path | quote) }}
|
||||
{% endif %}Template: roles/{{ rpath }}
|
||||
{% else %}
|
||||
Run by: {{ ansible_env.SUDO_USER }}
|
||||
Latest commit: {% if dirty %}({{dirty}}) {% endif %}{{ lookup('pipe', 'git rev-parse HEAD') }}
|
||||
{% endif %}
|
||||
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
|
||||
|
||||
pass:
|
||||
upstream: 'ssh://git@git.ynerant.fr:2222/ynerant/pass.git'
|
||||
dest: '.password-store/'
|
||||
|
||||
cliutils:
|
||||
bash:
|
||||
bogus_dirs: []
|
||||
git:
|
||||
email: ynerant@crans.org
|
||||
name: Yohann D'ANELLO
|
||||
signingkey: 3A75C55819C8CF85
|
||||
|
||||
bind:
|
||||
domains:
|
||||
- name: ynerant.fr
|
||||
administrator: ynerant.crans.org
|
||||
ipv4: 185.230.78.178
|
||||
ipv6: 2a0c:700:12:0:f21f:afff:fee5:34ca
|
||||
slave: "" # 51.15.199.212
|
||||
aliases:
|
||||
- cloud
|
||||
- element
|
||||
- git
|
||||
- hydrogen
|
||||
- mailu
|
||||
- notls
|
||||
- synapse
|
||||
- thelounge
|
||||
- traefik
|
||||
- translate
|
||||
- whoami
|
||||
- www
|
3
group_vars/all/ntp.yml
Normal file
3
group_vars/all/ntp.yml
Normal file
@ -0,0 +1,3 @@
|
||||
glob_ntp_client:
|
||||
servers:
|
||||
- ntp.crans.org
|
Reference in New Issue
Block a user