Skip to content
Snippets Groups Projects
Commit 09cc9d15 authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

Adding cron access in pamd

parent d8b838a5
No related branches found
No related tags found
1 merge request!290Cron
- name: Adding pamd access for users who can run cron jobs
lineinfile:
path: /etc/security/access.conf
state: present
insertbefore: '^-:ALL EXCEPT root systems ec2-user debian ubuntu admin :ALL'
line: '+: cron-users : cron crond :0'
become: true
become_user: root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment