Add Redeploy

This commit is contained in:
madereddy
2023-12-12 10:12:53 -05:00
parent ca6d67393e
commit cefbda7298
4 changed files with 41 additions and 17 deletions
+1 -5
View File
@@ -10,10 +10,6 @@ This repo serves to work with my blog post on using Ansible to automate your hom
- You must have ansible installed on your local machine. You do not need Ansible installed on the target hosts.
- Additional Ansible Roles to install
```
ansible-galaxy install roles-ansible.restic
```
### To Use These Playbooks
Simply clone this repository and follow the blog post below to get started
@@ -27,10 +23,10 @@ Simply clone this repository and follow the blog post below to get started
├── docker_status.yml
├── docker_update_containers.yml
├── deploy.yml
├── redeploy.yml
├── clean.yml
├── fresh_install.yml
├── install_docker.yml
├── install_vim.yml
├── os_family_discovery.yml
├── ping_test.yml
└── update_upgrade.yml