Skip to content

Commit d03dbd7

Browse files
committed
explain secrets
1 parent 79b2171 commit d03dbd7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,13 @@ cp -R OpenConext-deploy/environments/template/* .
9696
Edit your inventory file
9797
Edit group_var and host_var files if necessary
9898

99+
Create an ansible vault in secrets and name it secrets.yml, an unencrypted example can be found in secrets/secret_example.yml
100+
More information about vaults: https://docs.ansible.com/projects/ansible/latest/vault_guide/index.html
99101
The final setup will look like this:
100102

101103
- group_vars/all.yml
102104
- group_vars/\<GROUPNAME\>.yml
105+
- secrets/secrets.yml
103106
- host_vars/\<HOSTNAME\>/yml
104107
- inventory
105108
- Openconext-deploy/provision.yml
@@ -124,6 +127,9 @@ cp -R OpenConext-deploy/environments/template/* <ENVIRONMENT>
124127
Edit your inventory files
125128
Edit group_var and host_var files if necessary
126129

130+
For each environment create an ansible vault in secrets and name it secrets.yml, an unencrypted example can be found in secrets/secret_example.yml
131+
More information about vaults: https://docs.ansible.com/projects/ansible/latest/vault_guide/index.html
132+
127133
The final setup will look like this:
128134

129135
- \<ENVIRONMENT\>/group_vars/all.yml

0 commit comments

Comments
 (0)