1
0
Fork 0
forked from infra/ansible
Commit graph

20 commits

Author SHA1 Message Date
691adee6ee Fix name[casing] ansible-lint issues
fix 1900 failures of the following case issue:

`name[casing]: All names should start with an uppercase letter.`

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2025-01-14 20:20:07 +10:00
2cf38c1f17 [yaml-lint] fix yamllint errors and warnings on plabooks
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
2024-11-25 19:04:25 +10:00
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
04a52b8667 Death to all trailing whitespace. 2016-08-08 19:36:31 +00:00
0c7fd3dbd7 ansible_ssh_port is now ansible_port 2016-07-18 19:03:17 +00:00
fc407a41e2 Fix up depreciated syntax 2016-05-30 20:26:41 +00:00
a6c9ee7ac7 ansible doesn't set ansible_ssh_port if it's 22 (the default). Add a filter to do that. 2015-08-04 22:09:21 +00:00
d162e9dec9 Fix qadevel backups hopefully. 2015-08-04 14:22:23 +00:00
72e2521a90 Bump serial up on backups 2014-05-09 01:44:38 +00:00
8baa7720e7 Adjust backup excludes to be more right. 2014-01-31 16:10:47 +00:00
4effa2c2c0 Do not backup the git_seed stuff on pkgs01 2014-01-30 04:21:15 +00:00
f7d56ff2b1 Fix old variable usage. Patch from janeznemanic. Thanks! 2014-01-01 19:15:11 +00:00
4c9c64032e Re-enable pkgs /srv backups, it was a trailing slash issue. 2013-10-30 14:02:05 +00:00
b959693e2b Exclude all .snapshot dirs from rdiff-backups 2013-10-28 17:46:46 +00:00
85e118ae26 Add rdiff-backup reporting emails. 2013-08-19 15:44:55 +00:00
c53359f4fa Add in a pile of other machines to rdiff-backup. It's going to take it many days. ;) 2013-08-15 17:36:14 +00:00
5cf6b38f94 Try and actually run it. 2013-07-23 18:00:18 +00:00
c398ba988e Kill async for now. 2013-07-23 17:56:37 +00:00
25916e41bd Serial needs to be on the playbook, not the task 2013-07-23 17:43:52 +00:00
de351bea39 Very first cut at using ansible to run rdiff backups on backup03 2013-07-23 17:26:34 +00:00