Fix vault
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user