Skip to content

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.

1 participant