Declare backups for pagure.

This commit is contained in:
Ralph Bean 2015-05-14 18:07:48 +00:00
parent b78d1f277e
commit 9627fa77c2
2 changed files with 4 additions and 0 deletions

View file

@ -17,6 +17,9 @@ fas_client_groups: sysadmin-noc,sysadmin-web
freezes: false
postfix_group: vpn.pagure
host_backup_targets: ['/srv/git']
dbs_to_backup: ['pagure']
# Configuration for the git-daemon/server
git_group: git
git_port: 9418

View file

@ -35,6 +35,7 @@
- openvpn/client
- postgresql_server
- git/server
- rdiff-backup
tasks:
- include: "{{ tasks }}/yumrepos.yml"