Explorar el Código

add kitchen playbook

Blaine Story hace 3 años
padre
commit
be14579d06
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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