Use ansible-vault instead of env var lookups (#18)#59
Open
jerome-caucat wants to merge 1 commit intodemocratech:mainfrom
Open
Use ansible-vault instead of env var lookups (#18)#59jerome-caucat wants to merge 1 commit intodemocratech:mainfrom
jerome-caucat wants to merge 1 commit intodemocratech:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@JMLX42 What do you think of this solution?
hosts_var/laprimaire_2022/main.ymlhosts.ymlinventories/development/hosts_var/laprimaire_2022/main.ymlinventories/development/hosts.ymlinventories/production/hosts_var/laprimaire_2022/main.ymlinventories/production/hosts_var/laprimaire_2022/vault_main.ymlinventories/production/hosts.ymlinventories/production/hosts_var/laprimaire_2022/main.ymlpoint to variables ininventories/production/hosts_var/laprimaire_2022/vault_main.yml, which is encrypted by ansible-vault.inventories/production/hosts_var/laprimaire_2022/vault_main.ymlusing editing-encrypted-files, the current password is "password" (it should be changed).hosts.ymlare duplicates at the moment, I could not find how to avoid this.vagrant upwill provision using thedevelopmentinventory and in production we can use theproductioninventory (requiring the password).LAPRIMAIRE_2022_SSH_KEYmentioned in the issue.The next steps would be:
inventories/production/hosts_var/laprimaire_2022/vault_main.yml.inventories/production/hosts_var/laprimaire_2022/vault_main.yml(editing-encrypted-files).