ansible-playbooks

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

upsd.users.j2 (161B)


      1 {% for user in nut_users %}
      2 [{{ user.name }}]
      3     password = {{ user.password }}
      4     allowfrom = {{ user.allowfrom }}
      5     upsmon {{ user.upsmon }}
      6 
      7 {% endfor %}