From c69f7782d3fb33f62db7b265df592c1a6c06d543 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Sun, 2 Jul 2023 15:38:56 +0200 Subject: [PATCH] Added secret edit instructions --- README.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 6377a34..9358bdf 100644 --- a/README.org +++ b/README.org @@ -24,5 +24,13 @@ you can run the playbook ansible-playbook run.yml -K --ask-vault-pass #+end_src -* More +To edit the password store at a later date, +run the following command: +#+begin_src bash +ansible-vault edit group_vars/all/secret.yml +#+end_src + +* Additional resources - [[https://www.youtube.com/watch?v=Z7p9-m4cimg][Ansible IaC Deep Dive (Wolfang's Channel)]] +- [[https://www.redhat.com/sysadmin/ansible-templates-configuration][Ansible template guide]] +- [[https://docs.ansible.com/ansible/latest/collections/community/docker/docker_container_module.html#ansible-collections-community-docker-docker-container-module][Ansible community docker container module]] -- 2.38.5