summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Only keep 2 days of db's not 3Kevin Fenzi2016-04-101-1/+1
|
* Try thisKevin Fenzi2016-04-101-1/+1
|
* Try and fix watchdog so it doesn't try and install everywhere breaking ↵Kevin Fenzi2016-04-101-1/+3
| | | | everything. ;)
* Split postfix in a separate file for clarityMichael Scherer2016-04-092-49/+53
|
* Move file from gnome_backup to the roleMichael Scherer2016-04-093-2/+51
|
* Refactor the copy of keys and certs for unboundMichael Scherer2016-04-091-11/+11
| | | | Also restart the server if the key is changed, and tags the task
* Simplify fasclient package installationMichael Scherer2016-04-091-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 roleMichael Scherer2016-04-091-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 tagsKevin Fenzi2016-04-091-1/+1
|
* Fix the REPO_MAP and BASE_REPO_URL for the pkgdb cron updating package info ↵Pierre-Yves Chibon2016-04-091-10/+10
| | | | to run
* add staging Fedora apps URL toggle based on environmentChaoyi Zha2016-04-091-0/+7
|
* Move koshei handlers to the roleMichael Scherer2016-04-091-0/+11
|
* Start fedmsg-irc once the config is setupMichael Scherer2016-04-091-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 moduleMichael Scherer2016-04-091-8/+5
|
* Refactor (again) the code deploying zodbot/ursabotMichael Scherer2016-04-092-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 entriesPeter Robinson2016-04-091-2/+2
|
* releng secondary second go at update hosts filePeter Robinson2016-04-092-8/+12
|
* releng secondary update hosts filePeter Robinson2016-04-091-6/+8
|
* releng: secondary: add ability to sign packages from secondary compose serversPeter Robinson2016-04-092-0/+26
|
* clean up the rsync because hosts no longer exist. put ips first and ↵Stephen Smoogen2016-04-081-5/+9
| | | | hostnames last.
* openqa/server - restore a quote that went mysteriously missingAdam Williamson2016-04-081-1/+1
| | | | srsly, what the hell.
* fix incorrect path in docker-registry-proxy templateAdam Miller2016-04-081-2/+2
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* add client side ssl auth option to docker-registry-proxy roleAdam Miller2016-04-083-4/+28
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Ignore weak deps in staging KoscheiMikolaj Izdebski2016-04-081-2/+1
|
* enable selinux httpd_can_network_connect for docker-distribution-proxy revproxyAdam Miller2016-04-081-0/+3
| | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Merge branch 'master' of /git/ansibleaikidouke2016-04-0813-24/+192
|\
| * koji builder: add s390 hub to firewallPeter Robinson2016-04-081-0/+4
| |
| * Merge branch 'master' of /git/ansibleAdam Miller2016-04-082-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-infraAdam Williamson2016-04-081-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 Bean2016-04-081-8/+4
| | |
| * | update docker-distribution-proxy template to handle /_ping specialAdam Miller2016-04-081-1/+10
| |/ | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * fix typo in docker-distribution-proxy templateAdam Miller2016-04-081-1/+1
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * docker-distribution-proxy: start/enable the service once configuredAdam Miller2016-04-081-0/+5
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * Do the rpms-checks virtual distgit namespace in prod.Ralph Bean2016-04-082-4/+0
| |
| * koji builder: fix my ansiblePeter Robinson2016-04-081-1/+1
| |
| * koji builder: more s390 bitsPeter Robinson2016-04-081-2/+2
| |
| * virthost: update for RHEL 7.2 on ppc64lePeter Robinson2016-04-082-12/+14
| |
| * add missing % for jinja2 if statment in docker-registry-proxy templateAdam Miller2016-04-071-1/+1
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * fix docker-registry-proxy vhost template to use new defaults key namesAdam Miller2016-04-071-3/+3
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * add a state to the path we want to existAdam Miller2016-04-071-0/+1
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * fix ansible_pkg_manager -> ansible_pkg_mgrAdam Miller2016-04-071-2/+2
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * create docker-distribution-proxy to proxy the docker-distribution registryAdam Miller2016-04-074-0/+121
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
| * Create directories.Ralph Bean2016-04-071-0/+11
| |
| * Create an artificial rpms-checks/ dist-git namespace (in staging).Ralph Bean2016-04-072-0/+18
| |
* | Merge branch 'fixp1template'aikidouke2016-04-082-2/+3
|\ \ | |/ |/|
| * change color and position of PROD/STGaikidouke2016-04-082-2/+3
| |
* | fix docker-distribution role template to conditionally set tls certAdam Miller2016-04-071-0/+2
| | | | | | | | Signed-off-by: Adam Miller <admiller@redhat.com>
* | Add beaker.qa saml certPatrick Uiterwijk2016-04-072-0/+55
| | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* | small tweaks for qadevel buildmasterTim Flink2016-04-071-7/+7
| |
* | Add dns tags to dns rolePatrick Uiterwijk2016-04-071-0/+15
| | | | | | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>