ansible/inventory/host_vars/taiga.fedorainfracloud.org
Kevin Fenzi 256b145135 Change how we backup database dumps.
We had been using rdiff-backup, which was easy to do, but it makes
very little sense with database backups to bother doing that.
Instead we just rsync them over and don't bother with looking at
chunks that may or may not be duplicated. This should make the daily
backup runs much faster.
2017-10-05 22:17:46 +00:00

656 B

— image: "{{ fedora25_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443]

inventory_tenant: persistent inventory_instance_name: taiga hostbase: taiga public_ip: 209.132.184.50 root_auth_users: ralph maxamillion kellin description: taiga frontend server

db_backup_dir: ['/backups'] dbs_to_backup: ['taiga']

volumes:

  • volume_id: 8878d26e-a296-4c81-b636-3eb4dca15ed0 device: /dev/vdc

cloud_networks:

  • net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"