ansible-playbooks

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

main.yml (76B)


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