kitchen.yml 144 B

12345678
  1. ---
  2. - hosts: kitchen
  3. gather_facts: true
  4. become: true
  5. vars_files:
  6. - "{{ inventory_dir }}/vars/vault.yaml"
  7. roles:
  8. - dnf-automatic