Skip to content
Extraits de code Groupes Projets
Valider 46e68687 rédigé par Philippe's avatar Philippe
Parcourir les fichiers

fix typo in ssh_hostkeys

parent 8d08232d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -41,7 +41,8 @@ backup_client_enabled: true
backup_repository_host: 'myserver'
backup_repository_user: 'account'
backup_repostiory_ssh_hostkey: 'myserver ecdsa-sha2-nistp256 AAAAE2VjZ...'
backup_repostiory_ssh_hostkeys:
- 'myserver ecdsa-sha2-nistp256 AAAAE2VjZ...'
borg_encryption_passphrase: 'mypassphrase'
......
......@@ -105,8 +105,7 @@ backup_repository_user:
backup_repository_port: 22
backup_repository_path: "backups/{{ ansible_host }}"
backup_repository: "{{ backup_repository_user }}@{{ backup_repository_host }}:{{ backup_repository_path }}"
backup_repository_ssh_hostkey: []
backup_repository_ssh_hostkeys: []
# The borg major version installed on the client
#
# The minor version installed correspond to the one define in the variable
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter