ansible-playbooks

another attempt to have everything organized ...
git clone https://git.e1e0.net/ansible-playbooks.git
Log | Files | Refs | README | LICENSE

main.yml (74B)


      1 ---
      2 - name: restart httpd
      3   service:
      4     name: httpd
      5     state: restarted