Delete description for unpublished playbooks

This commit is contained in:
Nemo 2020-05-15 22:29:09 +02:00
parent 2cd7502fee
commit b0043ccde3
1 changed files with 1 additions and 8 deletions

View File

@ -137,17 +137,10 @@ ansible-playbook -i inventory_yourInventoryName.yml <playbook_name> --ask-vault-
Playbook deployment :
* playbook_general_deploy.yml
* playbook_build_deploy.yml
* playbook_backup_deploy.yml
### playbook_general_deploy.yml
This playbook deploys general configuration : tools (useful packages), auto reboot, auto upgrade, sudo users, NTP client and DNS resolvers.
### playbook_build_deploy.yml
### Other playbooks will be written...
This playbook deploys a build node which needs Docker.
### playbook_backup_deploy.yml
This playbook deploys a backup server which use borgbackup to manage backup rotation.