1
0
Fork 0
forked from cisti/infra
infra/inventory.yml

27 lines
967 B
YAML
Raw Normal View History

2020-11-10 23:28:01 +01:00
paddone:
2020-12-28 10:14:49 +01:00
hosts: 192.168.199.102
2020-11-10 23:28:01 +01:00
2020-11-11 14:44:20 +01:00
cicles:
hosts: 192.168.199.105
2020-11-12 15:07:15 +01:00
gancio:
hosts: 192.168.199.106
2020-11-21 23:42:08 +01:00
frontend:
hosts: 172.172.0.3
test:
2020-12-28 17:39:41 +01:00
hosts: 45.156.24.144
2020-11-21 23:42:08 +01:00
vars:
ansible_user: debian
2020-11-11 11:32:29 +01:00
all:
vars:
passwordstore_path: cisti.org/ansible
2021-01-04 18:56:12 +01:00
restic_default_folders: []
restic_password: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/restic/{{{{ansible_hostname}}_pwd create=True nosymbols=true')}}"
restic_repository_name: "{{ansible_hostname}}"
restic_ssh_private_key: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/restic/ssh_private returnall=true')}}"
restic_ssh_hostname: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/restic/ssh_hostname')}}"
restic_ssh_user: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/restic/ssh_user')}}"
restic_ssh_port: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/restic/ssh_port')}}"