ansible/test.yml

10 lines
185 B
YAML
Raw Normal View History

---
- hosts: db
gather_facts: yes
vars_files:
- secrets.yml
tasks:
- name: Print the database connection string
debug:
msg: "{{ k3s_db_connection_string }}"