]> git.phdru.name Git - ansible.git/blobdiff - playbooks/redhat/init-system.yml
Feat(RedHat): Add RedHat and redhatoids playbooks and roles
[ansible.git] / playbooks / redhat / init-system.yml
diff --git a/playbooks/redhat/init-system.yml b/playbooks/redhat/init-system.yml
new file mode 100644 (file)
index 0000000..b1dbd68
--- /dev/null
@@ -0,0 +1,6 @@
+- name: Setup Debain system
+  hosts: "{{ hosts | default('all') }}"
+  gather_facts: false
+  roles:
+    - sudo
+    - phd