main.yml - ansible-roles - A collection of ansible roles I have created over the years.
 (HTM) git clone git://jay.scot/ansible-roles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       main.yml (84B)
       ---
            1 ---
            2 - name: restart firewalld
            3   service: name=firewalld state=restarted enabled=yes