change structure
add alerts
This commit is contained in:
parent
306abe6c32
commit
106116528d
14 changed files with 432 additions and 9 deletions
20
ansible/inventory/host_vars/lewis.yml
Normal file
20
ansible/inventory/host_vars/lewis.yml
Normal file
|
@ -0,0 +1,20 @@
|
|||
backup_mount_point: "/mnt/backups"
|
||||
backup_uuid: "622a8d81-aa2f-460b-a563-c3cdb6285609"
|
||||
|
||||
hyp_user_ca_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHZreEhS/rMHfJB7IenEEfk38zCjmyce+X2AWxzU/N81 User Certificate Authority for *.hyp"
|
||||
|
||||
backup_hosts:
|
||||
- atlas
|
||||
- jefke
|
||||
|
||||
apt_install_packages:
|
||||
- borgbackup
|
||||
|
||||
deploy_ssh_certificates:
|
||||
- name: ssh_host_ed25519_key
|
||||
type: host
|
||||
key_type: ed25519
|
||||
signing_key: hyp_host
|
||||
host: lewis.hyp
|
||||
|
||||
docker_repository: debian
|
7
ansible/inventory/hosts.yml
Normal file
7
ansible/inventory/hosts.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
all:
|
||||
children:
|
||||
dataserver:
|
||||
hosts:
|
||||
lewis:
|
||||
ansible_user: root
|
||||
ansible_host: lewis.hyp
|
Reference in a new issue