Fix zodbot deployment on value01.rdu3

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2025-06-30 11:11:55 +02:00
parent 5203378066
commit 24afcc8bd4

View File

@@ -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