ome.sudoers
Sudoers
Configure sudoers.
TODO: Expand this role
Role Variables
sudoers_individual_commands: List of dictionaries with keys:[{user: username, become: becomeuser, command: "/usr/bin/command args" }]
Example Playbook
- hosts: localhost
roles:
- role: ome.sudoers
sudoers_individual_commands:
- user: user1
become: root
command: /usr/bin/mount *
- user: user2
become: root
command: /usr/bin/less /var/log/*
Author Information
Install
ansible-galaxy install ome.sudoersLicense
bsd-2-clause
Downloads
43.9k
Owner
Software and data format standards for management of microscopy image data. Joint project between international private and public research
