X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Finit-system2.yml;h=e4449ebda85eebe9f1ceb6f700b66a455e2ec3ee;hb=6389d0d8bfaa34f882c8edf21e4a231c8e9a5632;hp=15813cef744452e940c1833f2e664ff385f154b0;hpb=a778cfdeb617354b2c238aa2b7579b84ebed5a29;p=ansible.git diff --git a/playbooks/init-system2.yml b/playbooks/init-system2.yml index 15813ce..e4449eb 100644 --- a/playbooks/init-system2.yml +++ b/playbooks/init-system2.yml @@ -1,11 +1,12 @@ -- name: Setup Debain system - part 2 +- name: Setup Linux system - part 2 hosts: "{{ hosts | default('all') }}" gather_facts: true roles: - - setup-usrlocal - - role: remove-systemd + - debian/firewall when: ansible_facts.os_family == 'Debian' - - root - - firewall + - redhat/firewall + when: ansible_facts.os_family == 'RedHat' - logcheck + - root + - setup-usrlocal - sshd