Sfoglia il codice sorgente

add common playbook

Blaine Story 3 anni fa
parent
commit
b32ec5a347
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      plays/common.yml

+ 6 - 0
plays/common.yml

@@ -0,0 +1,6 @@
+---
+- hosts: all
+  become: true
+  gather_facts: true
+  roles:
+    - common