Feat(Songe): mod ssh connectin policy between every body

This commit is contained in:
2018-12-11 18:40:49 +01:00
parent 0dcf383e3b
commit b98264ea7d
4 changed files with 18 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
---
me: "{{ deploy_users }}"
deploy_public_key: files/id_ed25519_home.pub
# deploy_public_key: files/id_ed25519_home.pub
deploy_public_key: files/id_rsa_songe.pub
minimal: true
server: true
@@ -22,19 +23,19 @@ nfs_shares:
## J'en suis là!!
borg:
user: backup
password: '$6$6lmddb2/hRK5$zpz9rr./tC1oJYyw5588AXs53U0oEUPmKNUE.a6hP9fTazWRGZihvjZ722F.dfNWh2Kw6K3BDejvG78RhPN1Q0'
group: backup
home: /media/backup/borgbackup
pool: /media/backup/borgbackup/repos
auth_users:
- host: Poivre
key: "{{ lookup('file', 'sshpubs/id_rsa_poivre_borg.pub') }}"
# - host: Choux
# key: "{{ lookup('file', '') }}"
# - host: localhost
# key: "{{ lookup('file', '') }}"
# borg:
# user: backup
# password: '$6$6lmddb2/hRK5$zpz9rr./tC1oJYyw5588AXs53U0oEUPmKNUE.a6hP9fTazWRGZihvjZ722F.dfNWh2Kw6K3BDejvG78RhPN1Q0'
# group: backup
# home: /mnt/BackupWD_1T/borgbackup
# pool: /mnt/BackupWD_1T/borgbackup/repos
# auth_users:
# - host: Poivre
# key: "{{ lookup('file', 'sshpubs/id_rsa_poivre_borg.pub') }}"
# # - host: Choux
# # key: "{{ lookup('file', '') }}"
# # - host: localhost
# # key: "{{ lookup('file', '') }}"