diff --git a/commands b/commands index f0568b5..3648ba3 100644 --- a/commands +++ b/commands @@ -2,3 +2,5 @@ ansible-playbook -b test.yml --vault-password-file password --tags rust ansible-playbook -b test.yml --vault-password-file password --tags "setup,terraform" ansible-galaxy install -r requirements.yml + +ansible-vault encrypt_string 'email-smtp.eu-west-1.amazonaws.com' --name 'vault_smtp_hostname' --vault-pass-file ./password