ansible-role-k3s/molecule/default/playbook-ha-postgres.yml

14 lines
330 B
YAML
Raw Normal View History

---
- name: Converge
hosts: node*
become: true
vars:
molecule_is_test: true
k3s_datastore_endpoint: "postgres://postgres:verybadpass@database:5432/postgres?sslmode=disable"
pre_tasks:
- name: Set each node to be a control node
set_fact:
k3s_control_node: true
roles:
- role: xanmanning.k3s