system-config/playbooks/roles/backup-server
Ian Wienand ac11734cf9 ansible-lint : disable 503
This has got me a number of times; I think we can tell in review if a
task firing in response to a "changed" is best in a handler or not.

Remove existing noqa flags

Change-Id: I80ad631f978eeeb9903abe230a95f23f5709d20e
2020-03-06 09:57:00 +11:00
..
defaults Ansible roles for backup 2019-08-05 16:59:57 +10:00
tasks ansible-lint : disable 503 2020-03-06 09:57:00 +11:00
README.rst Ansible roles for backup 2019-08-05 16:59:57 +10:00

README.rst

Setup backup server

This role configures backup server(s) in the backup-server group to accept backups from remote hosts.

Note that the backup role must have run on each host in the backup group before this role. That role will create a bup_user tuple in the hostvars for for each host consisting of the required username and public key.

Each required user gets a separate home directory in /opt/backups. Their authorized_keys file is configured with the public key to allow the remote host to log in and only run bup.

Role Variables