Browse Source

add common playbook

Blaine Story 3 years ago
parent
commit
b32ec5a347
1 changed files with 6 additions and 0 deletions
  1. 6 0
      plays/common.yml

+ 6 - 0
plays/common.yml

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