Suppression des playbooks absents (dns-recursive, vsftpd, prometheus-node-exporter-postfix) et fingerprints commentés dans moinmoin-gendoc
parent
75fc09aacd
commit
7c81aba195
2
all.yml
2
all.yml
|
@ -15,7 +15,6 @@
|
|||
- import_playbook: plays/constellation.yml
|
||||
- import_playbook: plays/dhcp.yml
|
||||
- import_playbook: plays/dns-authoritative.yml
|
||||
- import_playbook: plays/dns-recursive.yml
|
||||
- import_playbook: plays/dovecot.yml
|
||||
- import_playbook: plays/ethercalc.yml
|
||||
- import_playbook: plays/etherpad.yml
|
||||
|
@ -63,6 +62,5 @@
|
|||
- import_playbook: plays/unbound.yml
|
||||
- import_playbook: plays/utilities.yml
|
||||
- import_playbook: plays/vm_setup.yml
|
||||
- import_playbook: plays/vsftpd.yml
|
||||
- import_playbook: plays/wireguard.yml
|
||||
- import_playbook: plays/zamok.yml
|
||||
|
|
|
@ -51,9 +51,9 @@ glob_reverseproxy:
|
|||
- {from: cas.crans.org, to: 172.16.10.120}
|
||||
- {from: constellation-dev.crans.org, to: 172.16.10.167}
|
||||
- {from: eclats.crans.org, to: 172.16.10.104}
|
||||
- {from: ftps.crans.org, to: 172.16.10.113}
|
||||
- {from: ethercalc.crans.org, to: "172.16.10.133:8000"}
|
||||
- {from: framadate.crans.org, to: 172.16.10.109}
|
||||
- {from: ftps.crans.org, to: 172.16.10.113}
|
||||
- {from: galene-token.crans.org, to: "172.16.10.115:3000"}
|
||||
- {from: grafana.crans.org, to: "172.16.10.121:3000"}
|
||||
- {from: hedgedoc.crans.org, to: "172.16.10.128:3000"}
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
- import_playbook: bird.yml
|
||||
- import_playbook: freeradius.yml
|
||||
- import_playbook: firewall.yml
|
||||
- import_playbook: dns-recursive.yml
|
||||
- import_playbook: prefix-delegation.yml
|
||||
- import_playbook: radvd.yml
|
||||
- import_playbook: keepalived.yml
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
#!/usr/bin/env ansible-playbook
|
||||
---
|
||||
# Deploy vsftpd server on the mirrors
|
||||
- hosts: vsftpd_mirror
|
||||
vars:
|
||||
certbot: "{{ loc_certbot | default(glob_certbot | default([])) }}"
|
||||
vsftpd: "{{ glob_vsftpd_mirror | default({}) | combine(loc_vsftpd | default({})) }}"
|
||||
roles:
|
||||
- certbot
|
||||
- vsftpd
|
||||
|
||||
# Deploy vstfpd on the camera serveur
|
||||
- hosts: vsftpd_cameras
|
||||
vars:
|
||||
vsftpd: "{{ glob_vsftpd_cameras | default({}) | combine(loc_vsftpd | default({})) }}"
|
||||
roles:
|
||||
- vsftpd
|
|
@ -8,4 +8,3 @@
|
|||
roles:
|
||||
- zamok-tools
|
||||
# - postfix
|
||||
- prometheus-node-exporter-postfix
|
||||
|
|
|
@ -9,9 +9,10 @@
|
|||
|
||||
- name: get dmidecode facts
|
||||
dmidecode_facts: {}
|
||||
- name: get ssh fingerprints
|
||||
sshfp: {}
|
||||
register: sshfp
|
||||
|
||||
#- name: get ssh fingerprints
|
||||
# sshfp: {}
|
||||
# register: sshfp
|
||||
|
||||
- name: Create wiki page documenting {{ ansible_hostname }} (physical)
|
||||
when: ansible_system_vendor != 'QEMU'
|
||||
|
|
|
@ -78,7 +78,7 @@ et {{ (ansible_memory_mb.swap.total/1024)|round(1) }} GiB de SWAP.
|
|||
{{ interface.macaddress }} ||
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{#
|
||||
=== Clés publiques SSH de la machine ===
|
||||
|
||||
'''RSA''' :
|
||||
|
@ -94,4 +94,4 @@ et {{ (ansible_memory_mb.swap.total/1024)|round(1) }} GiB de SWAP.
|
|||
'''ED25519''' :
|
||||
{{ '{{{' }}
|
||||
{{ sshfp.ssh_host_key_ed25519_fp }}
|
||||
{{ '}}}' }}
|
||||
{{ '}}}' }}#}
|
||||
|
|
Loading…
Reference in New Issue