summaryrefslogtreecommitdiffstats
path: root/roles/base
Commit message (Collapse)AuthorAgeFilesLines
...
* openqa: setup firewall rules for openqa openvswitch guestsAdam Williamson2016-04-271-0/+120
| | | | | | they need to talk to the bridge and to each other. their traffic is not directly routed over the bridge, it is NAT'ed, hence the masquerade rule.
* Move ntp setup in a roleMichael Scherer2016-04-164-62/+1
| | | | | | Since base install ntp on all platforms, we can skip the vars and place it by default (next step is to convert the few playbooks duplicating the role)
* base: only set PS1 for prod/stage for interactive sessionsTodd Zullinger2016-04-142-4/+2
| | | | | | | | | | Setting PS1 for non-interactive shells doesn't make sense. Using tput in the PS1 causes spurious errors to be logged: tput: No value for $TERM and no -T specified tput: No value for $TERM and no -T specified Resolves: #5234
* Improve scripts for setting PS1Mikolaj Izdebski2016-04-132-2/+2
|
* Move bodhi02.stg to bodhi01.stg since it's not booting right anyhow.Kevin Fenzi2016-04-111-1/+1
|
* added tag "prompt"aikidouke2016-04-111-0/+2
|
* set prod/stg colored PS1 depending on env == staging or productionaikidouke2016-04-113-0/+38
| | | | remove from testing on badges and added to base role
* 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
|
* Try and fix up this to work when running with tags that aren't in watchdog tagsKevin Fenzi2016-04-091-1/+1
|
* koji builder: add s390 hub to firewallPeter Robinson2016-04-081-0/+4
|
* Good idea to not delete the base role..aikidouke2016-04-051-0/+412
|
* Merge branch 'prodprompt'aikidouke2016-04-052-412/+8
|\ | | | | | | | | Conflicts: roles/base/tasks/main.yml
| * added a when statement to check if environment is stage or production and ↵aikidouke2016-03-152-0/+20
| | | | | | | | trigger a template to add a file in /etc/profile.d that sets PS1
* | A whitespace changeKevin Fenzi2016-04-041-1/+0
| |
* | Move a copy of this handler to the base roleKevin Fenzi2016-04-041-0/+4
| |
* | Fix typoKevin Fenzi2016-04-041-1/+1
| |
* | Refactor the condition to setup the watchdog with a blockMichael Scherer2016-04-041-26/+26
| |
* | Use package module, so we can simplify the package installationMichael Scherer2016-04-041-12/+2
| |
* | Split watchdog related setup in a separate fileMichael Scherer2016-04-042-44/+46
| |
* | allow the builders to access pagure.io on port 443Dennis Gilmore2016-04-041-1/+4
| | | | | | | | Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
* | Move some handlers around. Some to just base but some also to base.Kevin Fenzi2016-03-301-8/+24
| |
* | We also don't want to track the torrent connections the other direction either.Kevin Fenzi2016-03-301-0/+1
| |
* | and we are now monday to push changeStephen Smoogen2016-03-212-4/+4
| |
* | And we have lots of iptables changes so we can block things when we wantStephen Smoogen2016-03-1810-0/+73
| |
* | and put in items for the rulesStephen Smoogen2016-03-181-3/+3
| |
* | make an iptables set for download-phx2Stephen Smoogen2016-03-181-0/+114
| |
* | Nuke old iptables task and files and drop it from blockerbugs-dev. Also kill ↵Kevin Fenzi2016-03-184-326/+0
|/ | | | old serverbeach templates.
* No more friends.Ralph Bean2016-03-103-18/+0
|
* Also the osuosl proxies.Ralph Bean2016-03-101-0/+5
|
* Distinguish between ipv4 and ipv6.Ralph Bean2016-03-102-1/+7
|
* Friends.Ralph Bean2016-03-101-0/+6
|
* start off with an awstats for log01Stephen Smoogen2016-03-021-1/+1
|
* Switch this over to two ip's instead of a hostname so iptables will start on ↵Kevin Fenzi2016-03-021-3/+5
| | | | boot.
* Add a custom iptables template for torrent02. We don't want to conntrack ↵Kevin Fenzi2016-02-201-0/+115
| | | | torrent tracker connections, there's too many.
* This should be the default perm: 2755Kevin Fenzi2016-02-121-1/+1
|
* Fix nagios and inventory to switch over to people02Kevin Fenzi2016-02-111-1/+1
|
* We need to tell systemd-journald that it should sync out to persist storage ↵Kevin Fenzi2016-02-101-1/+3
| | | | otherwise it won't work until next reboot
* Add buildhw eth config info, blacklist some groups and tweak when statementKevin Fenzi2016-02-061-1/+1
|
* See if this logic works as I want it to.Kevin Fenzi2016-02-051-3/+3
|
* Correctly tag this task so it runs with the rest of the ifcfg things.Kevin Fenzi2016-02-051-3/+8
|
* Debug this suckerKevin Fenzi2016-02-051-0/+3
|
* Perhaps the (s are confusing it?Kevin Fenzi2016-02-051-1/+1
|
* and lo, a herald angel called forth and said let there be vlans, and there ↵Stephen Smoogen2016-02-051-1/+1
| | | | were vlans... and it was good.
* Pesky syntax. Try this.Kevin Fenzi2016-02-051-3/+3
|
* Rework the logic here a bit.Kevin Fenzi2016-02-051-3/+3
|
* Use some parens here to make things happyKevin Fenzi2016-02-051-3/+3
|
* Add a test for nmcli and also a blacklist var we can set on hosts that ↵Kevin Fenzi2016-02-051-3/+8
| | | | shouldn't have ifcfg managed by ansible.
* Add the resolv.conf tasks to the ifcfg tag for now, as we want to make sure ↵Kevin Fenzi2016-02-051-0/+2
| | | | and do them at the same time.