X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Finit-system2.yml;h=947fd6609ef574cca5d2923bf149ed9783e86f88;hb=f7e665139a974b34b7f0694e3fbe68a92c7d14a5;hp=a574db17d02b3fe817d1bb16d649aaceed6b08c6;hpb=821cc704535e7fb9a2aaafc5692ad68e38308786;p=ansible.git diff --git a/playbooks/init-system2.yml b/playbooks/init-system2.yml index a574db1..947fd66 100644 --- a/playbooks/init-system2.yml +++ b/playbooks/init-system2.yml @@ -1,11 +1,9 @@ -- name: Setup Debain system - part 2 +- name: Setup Linux system - part 2 hosts: "{{ hosts | default('all') }}" gather_facts: true roles: - - init-system2 - - role: remove-systemd - when: ansible_facts.os_family == 'Debian' - - root - firewall - logcheck + - root + - setup-usrlocal - sshd