Merge "Stop running mcollective"
This commit is contained in:
commit
272d127025
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user