You've already forked ansible-role-sudo
Compare commits
7 Commits
fadd9ae492
...
0.1.0
Author | SHA1 | Date | |
---|---|---|---|
ebb37be03f
|
|||
e6ea326d15
|
|||
db72babee6 | |||
799950400a
|
|||
c8efde5d27
|
|||
27f2105e0e
|
|||
55c0d11edf
|
@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v25.5.0
|
uses: ansible/ansible-lint@v25.7.0
|
||||||
with:
|
with:
|
||||||
args: "--config-file .ansible-lint"
|
args: "--config-file .ansible-lint"
|
||||||
setup_python: "true"
|
setup_python: "true"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# sudo_users
|
# sudo_users
|
||||||
|
|
||||||
[](https://drone.cryptic.systems/volker.raschek/sudo_users)
|
|
||||||
[](https://galaxy.ansible.com/volker_raschek/networking_role)
|
[](https://galaxy.ansible.com/volker_raschek/networking_role)
|
||||||
|
|
||||||
With following role can be created sudoers files in `/etc/sudoers.d`. For
|
With following role can be created sudoers files in `/etc/sudoers.d`. For
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
namespace: volker_raschek
|
|
||||||
role_name: "sudo"
|
role_name: "sudo"
|
||||||
author: "Markus Pesch"
|
author: "Markus Pesch"
|
||||||
description: Role to configure sudoers on different distributions
|
description: Role to configure sudoers on different distributions
|
||||||
@ -10,12 +9,15 @@ galaxy_info:
|
|||||||
- name: ArchLinux
|
- name: ArchLinux
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Ubuntu
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- "35"
|
- all
|
||||||
|
- name: Ubuntu
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- sudo
|
- sudo
|
||||||
|
Reference in New Issue
Block a user