[DOC] fix some typos in comments and docs
This commit is contained in:
parent
11174830cf
commit
ab4846abf3
|
@ -25,7 +25,7 @@ If you want to configure borgbackup backups, these variables need to be set:
|
|||
- `borgbackup_hostname`: Hostname to prefix the snapshots
|
||||
|
||||
Optional configuration:
|
||||
- `borgbackup_ssh_id`: Path to the used ssh id (default: `/home/{{ ansible_user_id }}/.ssh/id_ed25519`)
|
||||
- `borgbackup_ssh_id`: Path to the used ssh id (default: `{{ ansible_user_dir }}/.ssh/id_ed25519`)
|
||||
|
||||
Attention: You still need to setup the borgbackup repository manually.
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
# defaults file for server
|
||||
|
||||
borgbackup_ssh_id: "/home/{{ ansible_user_id }}/.ssh/id_ed25519"
|
||||
borgbackup_ssh_id: "{{ ansible_user_dir }}/.ssh/id_ed25519"
|
||||
|
||||
caddy_cachedir: "/home/{{ ansible_user_id }}/.ansbl-caddy-cache"
|
||||
caddy_cachedir: "{{ ansible_user_dir }}/.ansbl-caddy-cache"
|
||||
|
||||
telegraf_interval: "300s"
|
||||
telegraf_docker_file: "telegraf-docker.conf"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
- "cronmails-{{ ansible_distribution }}.yml"
|
||||
- "cronmails-{{ (override_os_family is defined) | ternary(override_os_family,ansible_os_family) }}.yml"
|
||||
|
||||
# Set crobjob env variables/ settings
|
||||
# Set cronjob env variables/ settings
|
||||
- name: cronmails - Crontab set path
|
||||
become: yes
|
||||
cron:
|
||||
|
|
Loading…
Reference in a new issue