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

Update to work with latest ansible. #70

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sunshine69
Copy link

@sunshine69 sunshine69 commented Nov 7, 2022

  • Make sure the group exists before creating user.
  • Simplify the arguments builder to be sure they are list all the time and easy to read. My ansible gives error at the end complaining about adding a list to str.
  • Added support for RHEL8
  • Download archive first to be cached before extract. Usefull when testing roles, we do not need to download it all the time.
  • Make sure we detect the value null with None in when condition.
    without this, we configure using option as string 'Nonewhen running the config.sh and it failed as this is invalid option. A var with valuenullis regarded asdefined`.

This changes has been tested with RHEL8 hosts and ansible version 2.13.3

- Simplify the arguments builder to be sure they are list all the time
  and easy to read.
  My ansible gives error at the end complaining about adding a list to
  str.

- Added support for RHEL8
- Download archive first to be cached before extract.
  Usefull when testing roles, we do not need to download it all the
  time.
The windows has it but not on Linux or Darwin. This allows us to set
proxy URL and username, password independently
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.

None yet

1 participant