Răsfoiți Sursa

add x10 playbook

Blaine Story 1 an în urmă
părinte
comite
4db27dfaa4
1 a modificat fișierele cu 8 adăugiri și 0 ștergeri
  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