You've already forked ansible-role-sudo
Compare commits
1 Commits
0.1.0
...
190507a513
Author | SHA1 | Date | |
---|---|---|---|
190507a513
|
@ -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.7.0
|
uses: ansible/ansible-lint@v25.4.0
|
||||||
with:
|
with:
|
||||||
args: "--config-file .ansible-lint"
|
args: "--config-file .ansible-lint"
|
||||||
setup_python: "true"
|
setup_python: "true"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# 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,4 +1,5 @@
|
|||||||
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
|
||||||
@ -9,15 +10,12 @@ galaxy_info:
|
|||||||
- name: ArchLinux
|
- name: ArchLinux
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: EL
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- all
|
- "35"
|
||||||
- name: Ubuntu
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- sudo
|
- sudo
|
||||||
|
Reference in New Issue
Block a user