aboveops.systemd
ADVERTENCIA DE DESAPROBACIÓN
Este rol de Ansible ha sido desaprobado a favor de la colección almaops.common
y se aconseja utilizarlo en su lugar.
aboveops.systemd
Envuelve el módulo ansible systemd en el rol.
Descripción
Este rol simplemente envuelve el módulo ansible systemd en el rol.
Ejemplo
- 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
Instalación
Este rol se puede instalar desde Ansible Galaxy:
ansible-galaxy install aboveops.systemd
Licencia
MIT
Información del autor
Dmitrii Kashin, freehck@freehck.com
Instalar
ansible-galaxy install aboveops.systemd
Licencia
Unknown
Descargas
290
Propietario
AboveOps - DevOps consulting.