]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/init-system.yml
Feat(init-system): By default run on all systems
[ansible.git] / playbooks / debian / init-system.yml
index 4866b7e53a9d88dff5f660e280b8bb5fdbf851ec..b1dbd6848976c0fa2fc34b03b8902fa2f55ac11e 100644 (file)
@@ -1,7 +1,6 @@
-- name: Configure Debain system
-  hosts: "{{ hosts | default('servers') }}"
+- name: Setup Debain system
+  hosts: "{{ hosts | default('all') }}"
   gather_facts: false
   roles:
-    - debian/init-system
-    - debian/sudo
-    - debian/phd
+    - sudo
+    - phd