From 525f97dc9498b316c5416a37a2fffbf4148821ce Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 25 Jul 2020 15:11:46 +0200 Subject: [PATCH] Update README and ToDoList after adding backup configuration --- README.md | 12 ++++++------ ToDoList.md | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) 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: