summaryrefslogtreecommitdiffstats
path: root/roles/base
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrate smtp-mm machines over to ansible. Ticket 4219. Thanks janeznemanic!Kevin Fenzi2014-03-0328-5/+10006
|
* Work around local4 syslog issue with mirrorlists for now.Kevin Fenzi2014-02-283-0/+18
|
* make log04 go. make us strong.Stephen Smoogen2014-02-211-1/+1
|
* Setup a staging host_group and use resolv.conf for it.Kevin Fenzi2014-02-191-0/+6
|
* Add resolv.conf for tummy and telia datacentersKevin Fenzi2014-02-122-0/+8
|
* Move ) to the right place.Kevin Fenzi2014-01-261-1/+1
|
* Exclude arm here too.Kevin Fenzi2014-01-261-1/+1
|
* Notify rsyslog on adding new rsyslog.d snippets.Kevin Fenzi2014-01-251-0/+2
|
* More cleanup, use fileglobKevin Fenzi2014-01-252-6/+4
|
* These are in a subdir.Kevin Fenzi2014-01-251-3/+3
|
* Rework rsyslog stuff. Use default dist /etc/rsyslog.conf, add our stuff to ↵Kevin Fenzi2014-01-258-176/+103
| | | | /etc/rsyslog.d
* Cull global packages, add ansible accel mode to kojibuilders.Kevin Fenzi2014-01-241-0/+6
|
* Remove temporary debugging.Ralph Bean2014-01-081-3/+0
|
* Merge branch 'master' of /git/ansibleKevin Fenzi2014-01-061-0/+3
|\
| * Simplify that.Ralph Bean2014-01-061-1/+1
| |
| * Add some temporary debugging.Ralph Bean2014-01-061-0/+3
| |
* | Add default el6 sshd_config for now.Kevin Fenzi2014-01-062-0/+122
|/
* Need a 18 one of these for another few weeks.Kevin Fenzi2014-01-011-0/+151
|
* Fix some more syntaxKevin Fenzi2014-01-011-6/+12
|
* Fix old variable usage. Patch from janeznemanic. Thanks!Kevin Fenzi2014-01-011-6/+6
|
* Perhaps we need to group this.Kevin Fenzi2013-11-251-1/+1
|
* Update base playbook to not set rootpw on releng and add accel stuff in ↵Kevin Fenzi2013-11-252-1/+5
| | | | iptables for releng.
* Perhaps it hates the newlinesKevin Fenzi2013-11-221-2/+0
|
* Don't set rootpw on build* machines, it's set later in their playbooksKevin Fenzi2013-11-181-0/+1
|
* Update postfix on jenkins master to its own configuration filePierre-Yves Chibon2013-10-281-0/+685
| | | | | | | Bastion is not accessible internally for the cloud instances which thus cannot use it as relay to send emails. This change create a dedicated postfix configuration file to be used by jenkins telling it not to use a relay but to send the emails directly.
* Do jenkins as wellPatrick Uiterwijk2013-10-142-0/+6
|
* Add cloud group and resolv.confPatrick Uiterwijk2013-10-141-0/+3
|
* Ensure libselinux-python is installed before we try to manage sshd_config.Ralph Bean2013-09-261-6/+5
|
* Freezebreak: Adjust rsyslogd for buildvm/buildarm instances to pull ↵Kevin Fenzi2013-09-031-2/+13
| | | | correctly from journald.
* Reorg buildvm/releng playbooks to use base and not duplicate parts of it.Kevin Fenzi2013-08-276-139/+181
|
* add build versions fo sshd_configDennis Gilmore2013-08-272-0/+276
|
* Move base to a role.Kevin Fenzi2013-08-2533-0/+6321
Clean up syntax in all the base tasks. Add CONVENTIONS file for info on where things go. Tweak readme. Switch add playbooks to base role instead of task.