]> git.phdru.name Git - ansible.git/commitdiff
Feat(debian-init-system): Split to debian-init-user-phd
authorOleg Broytman <phd@phdru.name>
Sun, 14 Jul 2019 04:36:55 +0000 (07:36 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 16 Jul 2019 18:28:41 +0000 (21:28 +0300)
playbooks/debian-init-system.yml
playbooks/debian-init-user-phd.yml [new file with mode: 0644]

index af871342dff813158fd935b81758ae21582e0391..d0d28b60ca7bfe1175668b8d2d41bc7bdbda367f 100644 (file)
@@ -2,6 +2,5 @@
   hosts: "{{ hosts | default('servers') }}"
   gather_facts: false
   roles:
-    - debian-sudo
-    - debian-phd
     - debian-init-system
+    - debian-sudo
diff --git a/playbooks/debian-init-user-phd.yml b/playbooks/debian-init-user-phd.yml
new file mode 100644 (file)
index 0000000..d14f4af
--- /dev/null
@@ -0,0 +1,5 @@
+- name: Create user phd
+  hosts: "{{ hosts | default('servers') }}"
+  gather_facts: false
+  roles:
+    - debian-phd