Styleguide improvements

This commit is contained in:
Dieter Verhelst 2018-08-30 23:37:26 +02:00
parent 3e1b0473cc
commit 01bc64e95c
6 changed files with 32 additions and 31 deletions

View file

@ -1,5 +1,5 @@
---
borgbackup_required: True
borgbackup_required: true
borgbackup_client_user: root
borgbackup_ssh_key: "~{{ borgbackup_client_user }}/.ssh/id_borg_rsa"
@ -36,8 +36,8 @@ borgbackup_cron_day: "*"
borgbackup_cron_hour: "{{ 5|random(seed=inventory_hostname) }}"
borgbackup_cron_minute: "{{ 59|random(seed=inventory_hostname) }}"
borgbackup_appendonly: False
borgbackup_appendonly_repoconfig: False
borgbackup_appendonly: false
borgbackup_appendonly_repoconfig: false
borgbackup_management_station: ''
borgbackup_management_user: ''
borgbackup_management_ssh_pubkey: ''