mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
Fix zodbot deployment on value01.rdu3
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -26,12 +26,14 @@
|
||||
owner_user: daemon,
|
||||
owner_group: daemon,
|
||||
service: ursabot,
|
||||
when: inventory_hostname.startswith('value02.stg')}
|
||||
when: env == "staging"
|
||||
}
|
||||
- {role: keytab/service,
|
||||
owner_user: daemon,
|
||||
owner_group: daemon,
|
||||
service: zodbot,
|
||||
when: inventory_hostname.startswith('value02.iad2')}
|
||||
when: env == "production"
|
||||
}
|
||||
- collectd/base
|
||||
- apache
|
||||
- supybot
|
||||
|
||||
Reference in New Issue
Block a user