File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,13 @@ cp -R OpenConext-deploy/environments/template/* .
9696Edit your inventory file
9797Edit 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
99101The 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>
124127Edit your inventory files
125128Edit 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+
127133The final setup will look like this:
128134
129135- \< ENVIRONMENT\> /group_vars/all.yml
You can’t perform that action at this time.
0 commit comments