value: Adjust playbook for installing value02 in prod
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8a363ce123
commit
f9b76c707e
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
- supybot-fedmsg
|
- supybot-fedmsg
|
||||||
- packagedb-cli
|
- packagedb-cli
|
||||||
- python-simplejson
|
- python-simplejson
|
||||||
when: env == "production"
|
when: inventory_hostname.startswith('value01')
|
||||||
tags: supybot
|
tags: supybot
|
||||||
|
|
||||||
- name: install limnoria package
|
- name: install limnoria package
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
- supybot-notify
|
- supybot-notify
|
||||||
- supybot-meetbot
|
- supybot-meetbot
|
||||||
- python3-sgmllib3k
|
- python3-sgmllib3k
|
||||||
when: env == "staging"
|
when: inventory_hostname.startswith('value02')
|
||||||
tags: supybot
|
tags: supybot
|
||||||
|
|
||||||
- set_fact: botname={{ botnames[env] }}
|
- set_fact: botname={{ botnames[env] }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue