Created basic playbook skeleton and setup scripts
This commit is contained in:
20
group_vars/client.yml
Normal file
20
group_vars/client.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
os:
|
||||
family: "FAMILY"
|
||||
version: "VERSION"
|
||||
|
||||
backup:
|
||||
repo: "REPO"
|
||||
encrypt: "ENCRYPT"
|
||||
allocate_space: "yes"
|
||||
additional_space: "50"
|
||||
compression: "COMPRESSION"
|
||||
|
||||
tailscale:
|
||||
install: "false"
|
||||
enable: "true"
|
||||
|
||||
install_dirs:
|
||||
- { path: "/opt/backup", mode: "0755" }
|
||||
- { path: "/opt/backup/bin", mode: "0755" }
|
||||
- { path: "/opt/backup/etc", mode: "0700" }
|
||||
3
group_vars/secret.yml.example
Normal file
3
group_vars/secret.yml.example
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
backup:
|
||||
passphrase: "PASSPHRASE"
|
||||
6
group_vars/server.yml
Normal file
6
group_vars/server.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
user: backup
|
||||
password_locked: true
|
||||
install_key: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user