inventory.yml 964 B

123456789101112131415161718192021222324252627
  1. paddone:
  2. hosts: 192.168.200.12
  3. cicles:
  4. hosts: 192.168.199.105
  5. gancio:
  6. hosts: 192.168.199.106
  7. frontend:
  8. hosts: 172.172.0.3
  9. test:
  10. hosts: 45.156.24.144
  11. vars:
  12. ansible_user: debian
  13. all:
  14. vars:
  15. passwordstore_path: cisti.org/ansible
  16. restic_default_folders: []
  17. restic_password: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/restic/{{ansible_hostname}}_pwd create=True nosymbols=true')}}"
  18. restic_repository_name: "{{ansible_hostname}}"
  19. restic_ssh_private_key: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/restic/ssh_private returnall=true')}}"
  20. restic_ssh_hostname: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/restic/ssh_hostname')}}"
  21. restic_ssh_user: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/restic/ssh_user')}}"
  22. restic_ssh_port: "{{lookup('community.general.passwordstore', '{{passwordstore_path}}/restic/ssh_port')}}"