roles/sudo/tasks/main.yml

Thu, 14 Apr 2016 22:35:55 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 14 Apr 2016 22:35:55 -0400
changeset 46
c98aa42d7d53
parent 17
d0d9fdf1f9d3
child 89
86248a83a3dd
permissions
-rw-r--r--

Add urxvt 256

---

- package:
    name: sudo
    state: latest
  tags: packages, install

- name: sudo group
  group:
    name: sudo
    state: present
    system: yes

- name: sudo permission for sudoers
  lineinfile:
    dest: /etc/sudoers
    state: present
    regexp: '^%sudo'
    line: '%sudo ALL=(ALL:ALL) ALL'

mercurial