From: Oleg Broytman Date: Mon, 2 Sep 2019 18:30:08 +0000 (+0300) Subject: Feat(init-system2): Reorder roles X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=482945fb1e7eadcdaf76fcbcf17b440677225f4f;p=ansible.git Feat(init-system2): Reorder roles --- diff --git a/playbooks/init-system2.yml b/playbooks/init-system2.yml index 15813ce..662560c 100644 --- a/playbooks/init-system2.yml +++ b/playbooks/init-system2.yml @@ -2,10 +2,10 @@ hosts: "{{ hosts | default('all') }}" gather_facts: true roles: - - setup-usrlocal + - firewall + - logcheck - role: remove-systemd when: ansible_facts.os_family == 'Debian' - root - - firewall - - logcheck + - setup-usrlocal - sshd