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