Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only keep 2 days of db's not 3 | Kevin Fenzi | 2016-04-10 | 1 | -1/+1 |
| | |||||
* | Try this | Kevin Fenzi | 2016-04-10 | 1 | -1/+1 |
| | |||||
* | Try and fix watchdog so it doesn't try and install everywhere breaking ↵ | Kevin Fenzi | 2016-04-10 | 1 | -1/+3 |
| | | | | everything. ;) | ||||
* | Split postfix in a separate file for clarity | Michael Scherer | 2016-04-09 | 2 | -49/+53 |
| | |||||
* | Move file from gnome_backup to the role | Michael Scherer | 2016-04-09 | 3 | -2/+51 |
| | |||||
* | Refactor the copy of keys and certs for unbound | Michael Scherer | 2016-04-09 | 1 | -11/+11 |
| | | | | Also restart the server if the key is changed, and tags the task | ||||
* | Simplify fasclient package installation | Michael Scherer | 2016-04-09 | 1 | -13/+3 |
| | | | | | | Using package, we can merge the yum/dnf duplication, and we do not need is_rhel, since only EL6 will have ansible_distribution_major_version at 6. | ||||
* | Move netapp_* vars to the iscsi role | Michael Scherer | 2016-04-09 | 1 | -0/+5 |
| | | | | | Since that's the only role where they are used, it make sense to keep it close and not "pollute" the global namespace | ||||
* | Try and fix up this to work when running with tags that aren't in watchdog tags | Kevin Fenzi | 2016-04-09 | 1 | -1/+1 |
| | |||||
* | Fix the REPO_MAP and BASE_REPO_URL for the pkgdb cron updating package info ↵ | Pierre-Yves Chibon | 2016-04-09 | 1 | -10/+10 |
| | | | | to run | ||||
* | add staging Fedora apps URL toggle based on environment | Chaoyi Zha | 2016-04-09 | 1 | -0/+7 |
| | |||||
* | Move koshei handlers to the role | Michael Scherer | 2016-04-09 | 1 | -0/+11 |
| | |||||
* | Start fedmsg-irc once the config is setup | Michael Scherer | 2016-04-09 | 1 | -8/+8 |
| | | | | | Also, do not notify the service to restart once it was started by service, that's not needed | ||||
* | Refactor packages installation for fedmsg-irc, and use package module | Michael Scherer | 2016-04-09 | 1 | -8/+5 |
| | |||||
* | Refactor (again) the code deploying zodbot/ursabot | Michael Scherer | 2016-04-09 | 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. (this time, it work) | ||||
* | dhcp: update some aarch64 entries | Peter Robinson | 2016-04-09 | 1 | -2/+2 |
| | |||||
* | releng secondary second go at update hosts file | Peter Robinson | 2016-04-09 | 2 | -8/+12 |
| | |||||
* | releng secondary update hosts file | Peter Robinson | 2016-04-09 | 1 | -6/+8 |
| | |||||
* | releng: secondary: add ability to sign packages from secondary compose servers | Peter Robinson | 2016-04-09 | 2 | -0/+26 |
| | |||||
* | clean up the rsync because hosts no longer exist. put ips first and ↵ | Stephen Smoogen | 2016-04-08 | 1 | -5/+9 |
| | | | | hostnames last. | ||||
* | openqa/server - restore a quote that went mysteriously missing | Adam Williamson | 2016-04-08 | 1 | -1/+1 |
| | | | | srsly, what the hell. | ||||
* | fix incorrect path in docker-registry-proxy template | Adam Miller | 2016-04-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
* | add client side ssl auth option to docker-registry-proxy role | Adam Miller | 2016-04-08 | 3 | -4/+28 |
| | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
* | Ignore weak deps in staging Koschei | Mikolaj Izdebski | 2016-04-08 | 1 | -2/+1 |
| | |||||
* | enable selinux httpd_can_network_connect for docker-distribution-proxy revproxy | Adam Miller | 2016-04-08 | 1 | -0/+3 |
| | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
* | Merge branch 'master' of /git/ansible | aikidouke | 2016-04-08 | 13 | -24/+192 |
|\ | |||||
| * | koji builder: add s390 hub to firewall | Peter Robinson | 2016-04-08 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'master' of /git/ansible | Adam Miller | 2016-04-08 | 2 | -10/+11 |
| |\ | | | | | | | | | | | | | | | | | | | | | | * 'master' of /git/ansible: Open port 443 for docker openqa/server: fix template load for non-infra Note SOPs for pdc and github2fedmsg. list copr-dev machines in staging | ||||
| | * | openqa/server: fix template load for non-infra | Adam Williamson | 2016-04-08 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | I tweaked the playbook to not patch the templates for non-infra deployments, but then forgot to make test loading work using non-patched templates for non-infra... | ||||
| | * | Note SOPs for pdc and github2fedmsg. | Ralph Bean | 2016-04-08 | 1 | -8/+4 |
| | | | |||||
| * | | update docker-distribution-proxy template to handle /_ping special | Adam Miller | 2016-04-08 | 1 | -1/+10 |
| |/ | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
| * | fix typo in docker-distribution-proxy template | Adam Miller | 2016-04-08 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
| * | docker-distribution-proxy: start/enable the service once configured | Adam Miller | 2016-04-08 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
| * | Do the rpms-checks virtual distgit namespace in prod. | Ralph Bean | 2016-04-08 | 2 | -4/+0 |
| | | |||||
| * | koji builder: fix my ansible | Peter Robinson | 2016-04-08 | 1 | -1/+1 |
| | | |||||
| * | koji builder: more s390 bits | Peter Robinson | 2016-04-08 | 1 | -2/+2 |
| | | |||||
| * | virthost: update for RHEL 7.2 on ppc64le | Peter Robinson | 2016-04-08 | 2 | -12/+14 |
| | | |||||
| * | add missing % for jinja2 if statment in docker-registry-proxy template | Adam Miller | 2016-04-07 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
| * | fix docker-registry-proxy vhost template to use new defaults key names | Adam Miller | 2016-04-07 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
| * | add a state to the path we want to exist | Adam Miller | 2016-04-07 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
| * | fix ansible_pkg_manager -> ansible_pkg_mgr | Adam Miller | 2016-04-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
| * | create docker-distribution-proxy to proxy the docker-distribution registry | Adam Miller | 2016-04-07 | 4 | -0/+121 |
| | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
| * | Create directories. | Ralph Bean | 2016-04-07 | 1 | -0/+11 |
| | | |||||
| * | Create an artificial rpms-checks/ dist-git namespace (in staging). | Ralph Bean | 2016-04-07 | 2 | -0/+18 |
| | | |||||
* | | Merge branch 'fixp1template' | aikidouke | 2016-04-08 | 2 | -2/+3 |
|\ \ | |/ |/| | |||||
| * | change color and position of PROD/STG | aikidouke | 2016-04-08 | 2 | -2/+3 |
| | | |||||
* | | fix docker-distribution role template to conditionally set tls cert | Adam Miller | 2016-04-07 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com> | ||||
* | | Add beaker.qa saml cert | Patrick Uiterwijk | 2016-04-07 | 2 | -0/+55 |
| | | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> | ||||
* | | small tweaks for qadevel buildmaster | Tim Flink | 2016-04-07 | 1 | -7/+7 |
| | | |||||
* | | Add dns tags to dns role | Patrick Uiterwijk | 2016-04-07 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> |