Fix vault

This commit is contained in:
madereddy
2023-12-12 12:53:17 -05:00
parent e2bdb0aaf9
commit 8e745351ab
3 changed files with 32 additions and 28 deletions
+5 -1
View File
@@ -20,6 +20,9 @@ Simply clone this repository and follow the blog post below to get started
├── ansible.cfg
├── inventory.yml
└── playbooks
├── vault
└── restic
└── restic.yml
├── docker_status.yml
├── docker_update_containers.yml
├── deploy.yml
@@ -30,6 +33,7 @@ Simply clone this repository and follow the blog post below to get started
├── os_family_discovery.yml
├── ping_test.yml
└── update_upgrade.yml
``````
#### ansible.cfg
@@ -99,7 +103,7 @@ To clean up the build you can run `clean.yml` against the docker hosts.
If restoring your new machine. You can run playbook `redeploy` to restore from your OCI Backup which uses Restic to backup and restore.
`ansible-playbook playbooks/redeploy.yml`
`ansible-playbook playbooks/redeploy.yml --ask-vault-pass`
To clean up the build you can run `clean.yml` against the docker hosts.