mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 12:03:59 +00:00
Prefer infra-managed manifests for bootstrap; reconcile CNPG instances based on Ready+schedulable labeled db nodes; update manifests to use node-role affinity + anti-affinity; add policy/tests and config touch-ups (incl. prole.cfg).
11 lines
193 B
YAML
11 lines
193 B
YAML
---
|
|
- name: reload systemd
|
|
ansible.builtin.systemd:
|
|
daemon_reload: true
|
|
|
|
- name: restart open-iscsi
|
|
ansible.builtin.systemd:
|
|
name: open-iscsi
|
|
state: restarted
|
|
enabled: true
|