ソースを参照

add x10 playbook

Blaine Story 1 年間 前
コミット
4db27dfaa4
1 ファイル変更8 行追加0 行削除
  1. 8 0
      plays/nodes/x10.yml

+ 8 - 0
plays/nodes/x10.yml

@@ -0,0 +1,8 @@
+---
+- hosts: x10
+  gather_facts: true
+  become: true
+  vars_files:
+    - "{{ inventory_dir }}/vars/vault.yaml"
+  roles:
+    - role: heyu