X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Finit-system2.yml;h=40e9aefc164d3eb715b5e38ef4b3b24668187428;hb=7ebb85b10b6793f6f4555699f731f43625861805;hp=a574db17d02b3fe817d1bb16d649aaceed6b08c6;hpb=821cc704535e7fb9a2aaafc5692ad68e38308786;p=ansible.git diff --git a/playbooks/init-system2.yml b/playbooks/init-system2.yml index a574db1..40e9aef 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: - - init-system2 - - role: remove-systemd + - role: debian/firewall when: ansible_facts.os_family == 'Debian' - - root - - firewall + - role: redhat/firewall + when: ansible_facts.os_family == 'RedHat' - logcheck + - root + - setup-usrlocal - sshd