Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix SKS url | Nick Bebout | 2013-09-16 | 1 | -1/+1 | |
| | ||||||
* | Add the design team badge to the cronjob. | Ralph Bean | 2013-09-16 | 1 | -0/+1 | |
| | ||||||
* | Treat openid addresses as utf-8 in the mugshot awarder script. | Ralph Bean | 2013-09-16 | 1 | -1/+1 | |
| | ||||||
* | Fix filename | Kevin Fenzi | 2013-09-13 | 1 | -1/+1 | |
| | ||||||
* | Move again the installing of koji pkg on db server | Kevin Fenzi | 2013-09-13 | 2 | -4/+7 | |
| | ||||||
* | Move koji pkg install | Kevin Fenzi | 2013-09-13 | 2 | -6/+4 | |
| | ||||||
* | We need the koji package on the db server too to get the schema | Kevin Fenzi | 2013-09-12 | 1 | -0/+6 | |
| | ||||||
* | Make this more specific | Kevin Fenzi | 2013-09-12 | 1 | -1/+1 | |
| | ||||||
* | Kinda need the db user created before it can make db's | Kevin Fenzi | 2013-09-12 | 1 | -8/+6 | |
| | ||||||
* | Move postgresql stuff around. | Kevin Fenzi | 2013-09-12 | 4 | -8/+21 | |
| | ||||||
* | fix name and template path here. | Kevin Fenzi | 2013-09-12 | 1 | -2/+2 | |
| | ||||||
* | Add postgresql config | Kevin Fenzi | 2013-09-12 | 2 | -0/+11 | |
| | ||||||
* | Add python psycopg2 | Kevin Fenzi | 2013-09-12 | 1 | -0/+1 | |
| | ||||||
* | Need hosts task here. | Kevin Fenzi | 2013-09-12 | 1 | -0/+1 | |
| | ||||||
* | Update gpg key path for fedora arm repos | Kevin Fenzi | 2013-09-12 | 3 | -9/+9 | |
| | ||||||
* | Remove a cruft. | Ralph Bean | 2013-09-12 | 1 | -2/+2 | |
| | ||||||
* | Add a script to retrieve a persons ID from the badges db on badges-backend01. | Ralph Bean | 2013-09-12 | 2 | -0/+61 | |
| | ||||||
* | Move the koji db stuff to it's own role, include in postgres playbook only ↵ | Kevin Fenzi | 2013-09-12 | 4 | -27/+34 | |
| | | | | on kojidb hosts | |||||
* | Fix the rest too | Kevin Fenzi | 2013-09-12 | 1 | -2/+2 | |
| | ||||||
* | Tweak shell args | Kevin Fenzi | 2013-09-12 | 1 | -2/+2 | |
| | ||||||
* | Add prelim, unfinished yet cut at koji hub role for aarch64 hub. | Kevin Fenzi | 2013-09-12 | 6 | -24/+176 | |
| | ||||||
* | Put my whole fingerprint as server_contact not just short keyid | Nick Bebout | 2013-09-11 | 1 | -1/+1 | |
| | ||||||
* | Remove keys-dev.cloud from membership file for sks | Nick Bebout | 2013-09-11 | 1 | -1/+0 | |
| | ||||||
* | Add bvirthost07/08 to the inventory. | Stephen Smoogen | 2013-09-11 | 1 | -0/+2 | |
| | ||||||
* | Point that var at the testing repo. | Ralph Bean | 2013-09-06 | 1 | -2/+5 | |
| | ||||||
* | Use a var for the repodir in the sign-and-import playbook. | Ralph Bean | 2013-09-06 | 1 | -4/+7 | |
| | ||||||
* | Fix started services list | Aurélien Bompard | 2013-09-06 | 2 | -3/+1 | |
| | ||||||
* | Mailman: the conf dir name is versionned | Aurélien Bompard | 2013-09-06 | 1 | -1/+1 | |
| | ||||||
* | Mailman: skip granting perms on the DB app users | Aurélien Bompard | 2013-09-06 | 1 | -7/+0 | |
| | | | | | At least until there's a better solution available (eg the Ansible bug is fixed). For PG<9, there's no way to grant on all tables at once. | |||||
* | Mailman: don't use postgresql_privs, it's buggy | Aurélien Bompard | 2013-09-06 | 1 | -2/+9 | |
| | | | | See: https://github.com/ansible/ansible/issues/4043 | |||||
* | Use the new tahrir notification callback in yet another place. | Ralph Bean | 2013-09-05 | 1 | -14/+6 | |
| | ||||||
* | Syntax error | Aurélien Bompard | 2013-09-05 | 1 | -1/+1 | |
| | ||||||
* | mailman: missing parameter | Aurélien Bompard | 2013-09-05 | 1 | -1/+1 | |
| | ||||||
* | Separate DB user privileges from creation | Aurélien Bompard | 2013-09-05 | 1 | -3/+7 | |
| | | | | (race condition) | |||||
* | Use db02.stg as a DB server | Aurélien Bompard | 2013-09-05 | 6 | -9/+9 | |
| | ||||||
* | Make it obvious it's mailman3 that's restarted | Aurélien Bompard | 2013-09-05 | 2 | -6/+6 | |
| | ||||||
* | Fix handlers | Aurélien Bompard | 2013-09-05 | 2 | -5/+10 | |
| | ||||||
* | Fix syntax error | Aurélien Bompard | 2013-09-05 | 1 | -2/+2 | |
| | ||||||
* | Don't use the roles variable, it does not work yet | Aurélien Bompard | 2013-09-05 | 1 | -7/+7 | |
| | ||||||
* | Initial version of the mailman setup | Aurélien Bompard | 2013-09-05 | 17 | -8/+1305 | |
| | ||||||
* | Arm in f19 is secondary, so the repo paths are all different. | Kevin Fenzi | 2013-09-05 | 4 | -2/+94 | |
| | ||||||
* | Set repos for fedora machines to use infrastructure repo. | Kevin Fenzi | 2013-09-05 | 4 | -1/+93 | |
| | ||||||
* | Yet another typo fix. | Ralph Bean | 2013-09-04 | 1 | -1/+1 | |
| | ||||||
* | Validate that the badge ids actually exist. | Ralph Bean | 2013-09-04 | 1 | -1/+7 | |
| | ||||||
* | Another typofix. | Ralph Bean | 2013-09-04 | 1 | -1/+1 | |
| | ||||||
* | Forgot the .iteritems() here. | Ralph Bean | 2013-09-04 | 1 | -1/+1 | |
| | ||||||
* | Make the badge award cronjob more flexible. | Ralph Bean | 2013-09-04 | 1 | -59/+38 | |
| | ||||||
* | Use tahrir-api notification machinery in the badges cron jobs. | Ralph Bean | 2013-09-04 | 2 | -30/+11 | |
| | ||||||
* | Take badges nodes out of the freeze list as per the freeze break request email. | Ralph Bean | 2013-09-04 | 2 | -0/+2 | |
| | ||||||
* | Merge branch 'master' of /git/ansible | Nick Bebout | 2013-09-04 | 1 | -0/+1 | |
|\ |