Sfoglia il codice sorgente

add kitchen playbook

Blaine Story 3 anni fa
parent
commit
be14579d06
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      plays/nodes/kitchen.yml

+ 8 - 0
plays/nodes/kitchen.yml

@@ -0,0 +1,8 @@
+---
+- hosts: kitchen
+  gather_facts: true
+  become: true
+  vars_files:
+    - "{{ inventory_dir }}/vars/vault.yaml"
+  roles:
+    - dnf-automatic