Update oci-nodes to Rocky 9

This commit is contained in:
Timo Makinen 2023-11-25 17:11:19 +00:00
parent 0eff4dd804
commit 023af1ae91
6 changed files with 42 additions and 2 deletions

View file

@ -10,6 +10,14 @@
group: grafana
shell: /sbin/nologin
- name: Enable user lingering
ansible.builtin.command:
argv:
- loginctl
- enable-linger
- grafana
creates: /var/lib/systemd/linger/grafana
- name: Copy host key
ansible.builtin.copy:
dest: "{{ tls_private }}/grafana.key"