ソースを参照

add kitchen playbook

Blaine Story 3 年 前
コミット
be14579d06
1 ファイル変更8 行追加0 行削除
  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