aboveops.systemd
OSTRZEŻENIE O DEPREKACJI
Ta rola Ansible została wycofana na rzecz kolekcji almaops.common
i zaleca się jej użycie zamiast tej roli.
aboveops.systemd
Owinięcie modułu Ansible systemd w rolę
Opis
Ta rola po prostu owija moduł Ansible systemd w rolę.
Przykład
- rola: 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"
- rola: aboveops.systemd
systemd_service_name: nginx
systemd_service_state: reloaded
systemd_daemon_reload: false
when: template_result is changed
Instalacja
Ta rola może być zainstalowana z Ansible Galaxy:
ansible-galaxy install aboveops.systemd
Licencja
MIT
Informacje o autorze
Dmitrii Kashin, freehck@freehck.com
Zainstaluj
ansible-galaxy install aboveops.systemd
Licencja
Unknown
Pobrania
290
Właściciel
AboveOps - DevOps consulting.