Besoin d'installer Promtail agent rapidement sur vos machines avec une configuration minimaliste ?
et bah c'est chaud.. Sauf avec ce magnifique role !
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- name: Copie du service systemd |
|
ansible.builtin.copy: |
|
src: promtail.service |
|
dest: /etc/systemd/system/promtail.service |
|
owner: root |
|
group: root |
|
mode: '0744' |
|
become: yes |
|
|
|
- name: Reload de la config de systemd |
|
ansible.builtin.systemd: |
|
daemon_reload: yes |
|
become: yes |
|
|
|
|
|
|