local-admin.j2 265 B

12345678910
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. #
  6. # sudo configuration for local admins
  7. #
  8. # Debian apt configuration
  9. %operator ALL=NOPASSWD: /usr/bin/apt-get update, /usr/bin/apt-get upgrade