systemd

DEPRECATION WARNING

This Ansible role has been deprecated in favor of collection almaops.common and advised to be used instead.

aboveops.systemd

Wraps the systemd ansible module into the role

Description

This roles just wraps the systemd ansible module into the role.

Example

- role: aboveops.template
  template_content: |
    upstream grafana {
        {% for host in groups["monitoring"] %}
        server {{ hostvars[host].backnet_ip }}:3000;
        {% endfor %}
    }
  template_dest: "/etc/nginx/conf.d/grafana_upstream.conf"

- role: aboveops.systemd
  systemd_service_name: nginx
  systemd_service_state: reloaded
  systemd_daemon_reload: false
  when: template_result is changed

Install

This role can be installed from Ansible Galaxy:

ansible-galaxy install aboveops.systemd

License

MIT

Author Information

Dmitrii Kashin, freehck@freehck.com

About

systemd module wrapped into the role

Install
ansible-galaxy install aboveops/ansible-role-systemd
GitHub repository
License
Unknown
Downloads
272
Owner
AboveOps - DevOps consulting.