diff --git a/README.md b/README.md index 40754b4..c3655b3 100644 --- a/README.md +++ b/README.md @@ -150,18 +150,18 @@ ansible-playbook -i inventory_yourInventoryName/inventory.yml -- Playbook deployment: * `playbook_general_deploy.yml` -* `playbook_backup_server_deploy.yml` -* `playbook_munin_server_deploy.yml` +* `playbook_backup_deploy.yml` +* `playbook_munin_deploy.yml` ### playbook_general_deploy.yml This playbook deploys general configuration: tools (useful packages), auto reboot, auto upgrade, sudo users, NTP client, iptables config and DNS resolvers. -### playbook_backup_server_deploy.yml +### playbook_backup_deploy.yml -This playbook deploys a backup server with dedicated user to save GIT repositories to backup (use Ansible vars to list them). In a future, it will also configure users for each server to backup. +This playbook deploys a backup server with a dedicated user to save GIT repositories to backup (use Ansible vars to list them). Furthermore, it configures users for each server to backup and configure "client" servers to send backups through SSH (pubkey authent). -### playbook_munin_server_deploy.yml +### playbook_munin_deploy.yml -This playbook deploys a Munin server using async to get information from "clients". He integrates HTTPS configuration and configuration generation with Ansible vars. The clients need to have beend deployed with the `playbook_general_deploy.yml` playbook (whichh includes munin-async role). +This playbook deploys a Munin server and Munin "clients" using async to get information from "clients". He integrates HTTPS configuration and configuration generation with Ansible vars. diff --git a/ToDoList.md b/ToDoList.md index 209918b..45372d0 100644 --- a/ToDoList.md +++ b/ToDoList.md @@ -2,7 +2,6 @@ * Complete iptables role for routers (FORWARD, NAT, ...). * Complete sysctl customizations role for routers (forward) and RA. -* Create backup roles (server and clients). * Create Icinga2 server and clients roles. * Add a pre-task which can install python-apt, gentoolkit or python-yum if not installed (with shell module). * Add roles for different function: