# platform = Red Hat Enterprise Linux 6, Red Hat Enterprise Linux 7, multi_platform_fedora, Debian 8, Ubuntu 16.04
# reboot = false
# strategy = disable
# complexity = low
# disruption = low
- name: Disable service SERVICENAME
  service:
    name="{{item}}"
    enabled="no"
    state="stopped"
  with_items:
    - SERVICENAME

