Browse Source

add kitchen playbook

Blaine Story 3 năm trước cách đây
mục cha
commit
be14579d06
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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