You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/restart_node_exp.yaml

13 lines
294 B
YAML

- hosts: all
gather_facts: no
vars:
ansible_ssh_host: "{{ stage_server_domain }}"
remote_user: friedrich.goerz
strategy: free
tasks:
- name: restart node-exporter
become: yes
ansible.builtin.systemd:
name: prometheus-node-exporter
state: restarted