You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See the latest Ansible documentation.
run daemon-reload before doing any other operations, to make sure systemd has read any changes.
aliases: daemon-reload
enabled
no
yes
no
Whether the service should start on boot. At least one of state and enabled are required.
masked
no
yes
no
Whether the unit should be masked or not, a masked unit is impossible to start.
name
no
Name of the service. When using in a chroot environment you always need to specify the full name i.e. (crond.service).
aliases: unit, service
no_block
(added in 2.3)
no
yes
no
Do not synchronously wait for the requested operation to finish. Enqueued job will continue without Ansible blocking on its completion.
state
no
started
stopped
restarted
reloaded
started/stopped are idempotent actions that will not run commands unless necessary. restarted will always bounce the service. reloaded will always reload.
user
no
yes
no
run systemctl talking to the service manager of the calling user, rather than the service manager of the system.
-name:Make sure a service is runningsystemd:state=started name=httpd-name:stop service cron on debian, if runningsystemd:name=cron state=stopped-name:restart service cron on centos, in all cases, also issue daemon-reload to pick up config changessystemd:state:restarteddaemon_reload:yesname:crond-name:reload service httpd, in all casessystemd:name:httpdstate:reloaded-name:enable service httpd and ensure it is not maskedsystemd:name:httpdenabled:yesmasked:no-name:enable a timer for dnf-automaticsystemd:name:dnf-automatic.timerstate:startedenabled:True-name:just force systemd to reread configs (2.4 and above)systemd:daemon_reload=yes
This module is flagged as stableinterface which means that the maintainers for this module guarantee that no backward incompatible interface changes will be made.
For more information about Red Hat’s this support of this module, please
refer to this knowledge base article<https://access.redhat.com/articles/rhel-top-support-policies>