people: only install old planet on old people
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
da99a573c2
commit
1627545f53
1 changed files with 3 additions and 2 deletions
|
@ -72,12 +72,13 @@
|
||||||
- cgit/clean_lock_cron
|
- cgit/clean_lock_cron
|
||||||
- cgit/make_pkgs_list
|
- cgit/make_pkgs_list
|
||||||
- clamav
|
- clamav
|
||||||
- planet
|
- { role: planet, when: inventory_hostname.startswith('people02') }
|
||||||
- { role: letsencrypt, site_name: 'fedoraplanet.org' }
|
- { role: letsencrypt, site_name: 'fedoraplanet.org', when: inventory_hostname.startswith('people02') }
|
||||||
- git/server
|
- git/server
|
||||||
- role: rabbit/user
|
- role: rabbit/user
|
||||||
username: "planet{{ env_suffix }}"
|
username: "planet{{ env_suffix }}"
|
||||||
sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(planet|logger)\..*
|
sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(planet|logger)\..*
|
||||||
|
when: when: inventory_hostname.startswith('people02')
|
||||||
|
|
||||||
- role: apache
|
- role: apache
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue