summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Drop user data here too.Kevin Fenzi2014-01-171-1/+1
|
* apache group on the askbot certKevin Fenzi2014-01-161-1/+1
|
* Add fedmsg certs for ask01.stgKevin Fenzi2014-01-161-0/+9
|
* ask01.stg fixes. Add fedmsg_base, fix settings to include celery for now.Kevin Fenzi2014-01-163-1/+7
|
* Add the new ronin badge to the oldschool script.Ralph Bean2014-01-161-0/+1
|
* Modernize variables in the badges-frontend role.Ralph Bean2014-01-161-3/+3
|
* Remove user_data until I can figure out how to make it work.Kevin Fenzi2014-01-152-3/+1
|
* Incease size of lists-dev and make f19 instanceKevin Fenzi2014-01-151-2/+2
|
* setup copr-fe to use httpsMiroslav Suchý2014-01-152-0/+26
| | | | | selfigned certs, not stored here. It will be replaced in matter of days by properly signed certs, which we store in private repo
* setup copr-be to use httpsMiroslav Suchý2014-01-151-1/+9
| | | | | selfigned certs, not stored here. It will be replaced in matter of days by properly signed certs, which we store in private repo
* GNOME Backups: drop legacy ansible variables and make sure every description ↵Andrea Veri2014-01-141-4/+4
| | | | has GNOME in it to avoid misunderstandings
* GNOME Backups: drawable.gnome.org has no public IP anymore, make sure ↵Andrea Veri2014-01-141-1/+1
| | | | rdiff-backup forwards his agent through bastion
* [copr] add epel7 configMiroslav Suchý2014-01-142-0/+42
|
* Mailman: sync with recent developmentsAurélien Bompard2014-01-145-14/+27
|
* Nuke bacula.Kevin Fenzi2014-01-138-1325/+0
|
* Add db-datanommer01 to backups on backup03Kevin Fenzi2014-01-132-0/+3
|
* Move postgres backup cron task inside a bash flavored script.Ralph Bean2014-01-133-1/+10
|
* Use the right owner/group this time. ;)Kevin Fenzi2014-01-101-1/+1
|
* Fix initial log ownership for askKevin Fenzi2014-01-101-0/+3
|
* Pull askbot from epel-testing for now.Kevin Fenzi2014-01-101-1/+5
|
* Cron backups for db-datanommer01.Ralph Bean2014-01-104-0/+21
|
* Remove unused pg_hba.conf.j2 file.Ralph Bean2014-01-101-4/+0
|
* Add a second config file for postgresql.Ralph Bean2014-01-102-2/+502
|
* Add a postgres config to the postgres role.Ralph Bean2014-01-102-0/+90
|
* Point badges backend at the new datanommer db host.Ralph Bean2014-01-101-1/+1
|
* Move group variables into host in this case.Kevin Fenzi2014-01-102-9/+6
|
* Add db-datanommer01, clean up postgres playbooks to be generic and not koji ↵Kevin Fenzi2014-01-105-39/+26
| | | | specific.
* Merge branch 'master' of /git/ansibleToshio くらとみ2014-01-093-7/+15
|\
| * Add datagrepper02 to inventoryKevin Fenzi2014-01-091-0/+2
| |
| * Setup hosts for ask01 and tweak template.Kevin Fenzi2014-01-092-7/+13
| |
* | Remove the files implementing python-fedora hotfixes. They're all in the ↵Toshio くらとみ2014-01-093-936/+0
|/ | | | latest packages
* Remove python-fedora hotfixesToshio くらとみ2014-01-093-36/+0
|
* Add booleans for db connect to askKevin Fenzi2014-01-091-0/+5
|
* Update settings.Kevin Fenzi2014-01-091-2/+4
|
* Fix settings.py permissions on ask01.stg.Kevin Fenzi2014-01-091-1/+1
|
* Remove fedmsg endpoints for the old trac plugin.Ralph Bean2014-01-091-12/+0
|
* Another correctionKevin Fenzi2014-01-091-1/+1
|
* Fix path to use the configured static contentKevin Fenzi2014-01-091-2/+2
|
* askbot is noarch too. dho.Kevin Fenzi2014-01-091-3/+3
|
* Adjust for noarch python modulles, add some more packages that need to be ↵Kevin Fenzi2014-01-091-3/+4
| | | | installed.
* These may not be needed anymore, comment them out for now.Kevin Fenzi2014-01-091-5/+5
|
* 64 screaming bitsKevin Fenzi2014-01-091-8/+8
|
* Merge branch 'master' of /git/ansibleKevin Fenzi2014-01-091-3/+3
|\
| * Fix up the sign_and_import playbook.Ralph Bean2014-01-091-3/+3
| |
* | We need compressor tooKevin Fenzi2014-01-091-0/+1
|/
* It's endif in jinja2Kevin Fenzi2014-01-091-3/+3
|
* Missed a few :sKevin Fenzi2014-01-091-2/+2
|
* ansible doesn't like : in names. :)Kevin Fenzi2014-01-091-4/+4
|
* Add ask01.stg and first cut at ask playbook and roles to ansible.Kevin Fenzi2014-01-0914-0/+1792
|
* use new ansible syntaxMiroslav Suchý2014-01-091-9/+9
| | | | | | | | | | addressing: [DEPRECATION WARNING]: Legacy variable substitution, such as using ${foo} or $foo instead of {{ foo }} is currently valid but will be phased out and has been out of favor since version 1.2. This is the last of legacy features on our deprecation list. You may continue to use this if you have specific needs for now. This feature will be removed in version 1.6. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.