Browse Source

remove sensible data from inventory

les 3 years ago
parent
commit
c298c5ebd4
1 changed files with 10 additions and 13 deletions
  1. 10 13
      inventory.yml

+ 10 - 13
inventory.yml

@@ -1,27 +1,24 @@
 paddone:
-  hosts: 192.168.200.12
+  hosts: cisti.pad
+
+gancio:
+  hosts: cisti.gancio
 
 cicles:
-  hosts: 192.168.199.105
+  hosts: cisti.cicles
 
-gancio:
-  hosts: 192.168.199.106
+farma:
+  hosts: cisti.farma
 
 frontend:
-  hosts: 172.172.0.3
+  hosts: cisti.frontend
 
 test:
-  hosts: 45.156.24.144
+  hosts: cisti.jolly
   vars:
     ansible_user: debian
 
 all:
   vars:
     passwordstore_path: cisti.org/ansible
-    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')}}"
+