add vault for nas server

This commit is contained in:
2022-10-10 23:35:44 +02:00
parent 234e9b6395
commit 9799d9c39c
5 changed files with 19 additions and 1 deletions

0
inventory/group_vars/nas Normal file
View File

View File

@@ -0,0 +1,6 @@
$ANSIBLE_VAULT;1.1;AES256
35333863396561393462653263323133343233346534616138616530643066323161656534653738
3335306466663636623236383435663337393466633437660a303961663331653463343933353966
35636161393663386137306561613965653438626432323865323233636662653333616532636665
3562333936366238640a646262373233363665366437653032303238313266356138343239303936
36663531303061663763653637333365303664666563353631303435633462343537

View File

@@ -1,4 +1,5 @@
vps ansible_connection=ssh ansible_host=51.222.107.37 ansible_port=2424 ansible_user=valentin
valentin-nas ansible_connection=ssh ansible_host=151.80.37.38 ansible_port=2424 ansible_user=valentin
localhost ansible_host=127.0.0.1
[db]
@@ -7,6 +8,12 @@ vps
[db_vault:children]
db
[nas]
valentin-nas
[nas_vault:children]
nas
[local]
localhost