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

Adding cron access in pamd

Former-commit-id: 09cc9d15
parent e0737e3f
No related branches found
No related tags found
No related merge requests found
- 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