Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Refactor the code deploying zodbot/ursabot | Michael Scherer | 2016-04-04 | 2 | -28/+11 | |
| | | | | | | | | | | Since there is the same code between staging and production, except for the bot name, using a variable permit to avoid duplication. | |||||
* | | Tag this with fedmsg/gateway also | Kevin Fenzi | 2016-04-04 | 1 | -0/+2 | |
| | | ||||||
* | | Do not override the complete systemd config | Michael Scherer | 2016-04-04 | 3 | -18/+10 | |
| | | | | | | | | | | | | using the drop-in config snipper system, we can add configuration to systemd without replacing it, in case the systemd file is changed upstream. | |||||
* | | A whitespace change | Kevin Fenzi | 2016-04-04 | 1 | -1/+0 | |
| | | ||||||
* | | Move a copy of this handler to the base role | Kevin Fenzi | 2016-04-04 | 1 | -0/+4 | |
| | | ||||||
* | | Fix typo | Kevin Fenzi | 2016-04-04 | 1 | -1/+1 | |
| | | ||||||
* | | Add docker-registry vars files | Patrick Uiterwijk | 2016-04-04 | 2 | -0/+10 | |
| | | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | |||||
* | | Set effective cache size for all these postgresql role using machines that ↵ | Kevin Fenzi | 2016-04-04 | 4 | -2/+6 | |
| | | | | | | | | aren't dedicated db servers | |||||
* | | Move a few handlers to the only role using them | Michael Scherer | 2016-04-04 | 6 | -15/+15 | |
| | | ||||||
* | | Fix edafebe7dca01, varnish file was missing | Michael Scherer | 2016-04-04 | 1 | -0/+2 | |
| | | ||||||
* | | Add a retrace sudoers file. | Kevin Fenzi | 2016-04-04 | 2 | -0/+4 | |
| | | ||||||
* | | Add group vars files for retrace/faf stg | Kevin Fenzi | 2016-04-04 | 2 | -0/+8 | |
| | | ||||||
* | | updating qa-stg buildbot to work better w/ proposed build changes in ↵ | Tim Flink | 2016-04-04 | 1 | -10/+10 | |
| | | | | | | | | libtaskotron | |||||
* | | Add retrace01.stg and faf01.stg (ticket 5204) | Kevin Fenzi | 2016-04-04 | 4 | -1/+38 | |
| | | ||||||
* | | Theres some machines that don't actually exist (yet). Comment them until ↵ | Kevin Fenzi | 2016-04-04 | 2 | -12/+9 | |
| | | | | | | | | they do. | |||||
* | | Move service start to the end (after we did set it up) | Michael Scherer | 2016-04-04 | 1 | -8/+6 | |
| | | | | | | | | | | | | Also remove notify for handler for service, since the service will be started by service, no need to notify a handler to restart it. | |||||
* | | Refactor the condition to setup the watchdog with a block | Michael Scherer | 2016-04-04 | 1 | -26/+26 | |
| | | ||||||
* | | Use package module, so we can simplify the package installation | Michael Scherer | 2016-04-04 | 1 | -12/+2 | |
| | | ||||||
* | | Split watchdog related setup in a separate file | Michael Scherer | 2016-04-04 | 2 | -44/+46 | |
| | | ||||||
* | | setting correct selinux content for httpd content | Tim Flink | 2016-04-04 | 1 | -1/+1 | |
| | | ||||||
* | | fixing virthost config to work better for qa-stg01 | Tim Flink | 2016-04-04 | 1 | -7/+15 | |
| | | ||||||
* | | allow the builders to access pagure.io on port 443 | Dennis Gilmore | 2016-04-04 | 1 | -1/+4 | |
| | | | | | | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org> | |||||
* | | fixing jinja syntax in qa-stg template | Tim Flink | 2016-04-04 | 1 | -1/+1 | |
| | | ||||||
* | | tweaking httpd conf for qa-stg | Tim Flink | 2016-04-04 | 1 | -1/+6 | |
| | | ||||||
* | | need internal hostname for static sites w/ proxy | Tim Flink | 2016-04-04 | 1 | -1/+1 | |
| | | ||||||
* | | fixing syntax error in playbook | Tim Flink | 2016-04-04 | 1 | -1/+1 | |
| | | ||||||
* | | reworking qa-stg static sites to work better with proxy setup | Tim Flink | 2016-04-04 | 2 | -8/+10 | |
| | | ||||||
* | | Bump the number of nrpe procs up for virthosts | Kevin Fenzi | 2016-04-04 | 1 | -2/+2 | |
| | | ||||||
* | | Fix typo in doc | Michael Scherer | 2016-04-04 | 1 | -2/+2 | |
| | | ||||||
* | | Remove duplicate handlers for update-ca-trust | Michael Scherer | 2016-04-04 | 2 | -7/+1 | |
| | | | | | | | | | | Since there is a already existing update ca-trust in handlers/main.yml doing the same thing as 'update ca trust', better use 1 single copy. | |||||
* | | Move the unbound related handlers to the role | Michael Scherer | 2016-04-04 | 10 | -11/+3 | |
| | | ||||||
* | | mirrorlist logs: only keep logs of the last 7 days | Adrian Reber | 2016-04-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The log files of the mirrorlist servers are currently kept for 14 days. The logs are used to create the statistics at: https://admin.fedoraproject.org/mirrormanager/statistics The statistics scripts only need the current and the previous day to work correctly. This reduces the log file retention from 14 to 7 days. Kind of resolves: https://github.com/fedora-infra/mirrormanager2/issues/164 | |||||
* | | Finish off this round of the hubs-devel playbook. | Ralph Bean | 2016-04-02 | 1 | -21/+48 | |
| | | ||||||
* | | Clean up postgresql template and move variables into host vars for each db ↵ | Kevin Fenzi | 2016-04-01 | 10 | -23/+17 | |
| | | | | | | | | host as they are memory dependent. | |||||
* | | ppc: rebalance VMs | Peter Robinson | 2016-04-01 | 1 | -1/+1 | |
| | | ||||||
* | | ppc64: initial updates to builders for renaming | Peter Robinson | 2016-04-01 | 41 | -85/+75 | |
| | | ||||||
* | | Merge branch 'master' of /git/ansible | Peter Robinson | 2016-04-01 | 2 | -3/+58 | |
|\ \ | ||||||
| * | | Update IP here. | Ralph Bean | 2016-04-01 | 2 | -2/+2 | |
| | | | ||||||
| * | | More work on hubs-devel playbook (not done yet).. | Ralph Bean | 2016-04-01 | 1 | -1/+56 | |
| | | | ||||||
* | | | ppc: only ppc64le for virthost | Peter Robinson | 2016-04-01 | 1 | -5/+0 | |
|/ / | ||||||
* | | arm.koji: rediret to http ATM as it's a self signed cert | Peter Robinson | 2016-04-01 | 1 | -2/+2 | |
| | | ||||||
* | | Need some repos here. | Ralph Bean | 2016-04-01 | 1 | -2/+3 | |
| | | ||||||
* | | Start of a playbook for the fedora-hubs dev node. | Ralph Bean | 2016-04-01 | 2 | -0/+22 | |
| | | ||||||
* | | Update instructions for deleting transient cloud nodes. | Ralph Bean | 2016-04-01 | 1 | -1/+7 | |
| | | ||||||
* | | koji hub: make kojihub.conf add add arm.koji bit needed for serving files as ↵ | Peter Robinson | 2016-04-01 | 2 | -2/+15 | |
| | | | | | | | | secondary doesn't have separate kojipkgs | |||||
* | | and make them with the right kickstart | Stephen Smoogen | 2016-03-31 | 4 | -4/+4 | |
| | | ||||||
* | | Add usi.edu mirror to ACL | Nick Bebout | 2016-03-31 | 3 | -13/+13 | |
| | | ||||||
* | | git pull | aikidouke | 2016-03-31 | 13 | -14/+26 | |
|\ \ | | | | | | | | | | Merge branch 'master' of /git/ansible | |||||
| * | | osbs: add koji_certs_secret to osbs-dev | Adam Miller | 2016-03-31 | 1 | -0/+1 | |
| | | | | | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | |||||
| * | | osbs: actually add koji_certs_secret to osbs-client role defaults | Adam Miller | 2016-03-31 | 1 | -0/+1 | |
| | | | | | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com> |