An Ansible role for configuring sudo on Linux systems.
Supported operating systems:
- Debian 10 (Buster)
The following table lists all variables that can be overridden and their default values.
Name | Default Value | Description |
---|---|---|
sudo_package |
sudo | Name of the sudo package. Use name=ver format to pin. |
sudo_package_state |
present | Installation state for sudo package. |
- hosts: all
roles:
- stonesoupkitchen.sudo
A Makefile is included for easier development with pipenv
.
After cloning this repository,
use the following commands to set up an environment.
pipenv install --dev
To lint your changes with ansible-lint:
make lint
To run tests with molecule:
make test
See LICENSE.