Merge "Stop running mcollective"

This commit is contained in:
Zuul 2020-05-07 21:42:14 +00:00 committed by Gerrit Code Review
commit 272d127025
2 changed files with 9 additions and 0 deletions
playbooks
base.yaml
roles/disable-puppet-agent/tasks

@ -13,6 +13,7 @@
- timezone
- unbound
- exim
- disable-puppet-agent
# Do not run firewall rules on kubernetes hosts, they are managed by k8s-on-openstack.
# TODO(mordred) snmpd should be able to be re-added to kubernetes hosts but we will

@ -10,3 +10,11 @@
name: puppet
enabled: no
state: stopped
failed_when: false
- name: Disable the mcollective service
service:
name: mcollective
enabled: no
state: stopped
failed_when: false