927046f18a
To complete our transition to borg backups, remove bup-related bits from backup hosts. All hosts have been backing up with borg since Ic3adfd162fa9bedd84402e3c25b5c1bebb21f3cb. Change-Id: Ie99f8cee9befee28bcf74bff9f9994c4b17b87ff
9 lines
270 B
YAML
9 lines
270 B
YAML
# NOTE(ianw) : we are removing bup for borg. This just needs to run
|
|
# once to remove bup parts from the backup clients, then we will
|
|
# remove it completely.
|
|
- hosts: "backup:!disabled"
|
|
name: "Base: Generate backup users and keys"
|
|
roles:
|
|
- iptables
|
|
- backup
|