X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=playbooks%2Fdebian-init-system.yml;h=4866b7e53a9d88dff5f660e280b8bb5fdbf851ec;hb=e0e593517edbc86ecf38d00ac5756e30feeed3ca;hp=af871342dff813158fd935b81758ae21582e0391;hpb=204a50bd1d0148ff845cf66773e65c5ec737eb82;p=ansible.git diff --git a/playbooks/debian-init-system.yml b/playbooks/debian-init-system.yml index af87134..4866b7e 100644 --- a/playbooks/debian-init-system.yml +++ b/playbooks/debian-init-system.yml @@ -1,7 +1,7 @@ -- name: Create user phd +- name: Configure Debain system hosts: "{{ hosts | default('servers') }}" gather_facts: false roles: - - debian-sudo - - debian-phd - - debian-init-system + - debian/init-system + - debian/sudo + - debian/phd