Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend defaults type support #65

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

kraker
Copy link

@kraker kraker commented Feb 26, 2023

Add support for for all default types:

Default_Type ::= 'Defaults' |
                 'Defaults' '@' Host_List |
                 'Defaults' ':' User_List |
                 'Defaults' '!' Cmnd_List |
                 'Defaults' '>' Runas_List
  • Addressed the following issue: Add support for more Defaults types #54
  • Doesn't introduce breaking changes and can be used with existing configurations as is.
  • Tested on openSUSE 15.4 and Rocky Linux 8

Add support for for all default types:
```
Default_Type ::= 'Defaults' |
                 'Defaults' '@' Host_List |
                 'Defaults' ':' User_List |
                 'Defaults' '!' Cmnd_List |
                 'Defaults' '>' Runas_List
```
@sbaerlocher
Copy link
Member

Thank you for the pull request. I will merge it and create a new version, and I will also add the changes to the "arillso.system" collection, which is updated more frequently.

Here is the link to the corresponding GitHub directory:
https://github.com/arillso/ansible.system/tree/main/roles/sudoers

@sbaerlocher sbaerlocher merged commit 418c696 into arillso:master Mar 19, 2023
@kraker kraker deleted the extend_defaults_support branch March 19, 2023 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants