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

change inclusion of os specific defaults #353

Merged
merged 14 commits into from
Dec 20, 2020
Merged

change inclusion of os specific defaults #353

merged 14 commits into from
Dec 20, 2020

Commits on Dec 19, 2020

  1. change inclusion of os specific defaults

    we now include the os specific options into a separate variable and
    merge this with the default ansible namespace, when the corresponding
    keys do not already exist (eg. are defined by default oder by user)
    
    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    2fea1d4 View commit details
    Browse the repository at this point in the history
  2. simplify check for os specific variables

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    92209c3 View commit details
    Browse the repository at this point in the history
  3. add test for variable override

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    b4ce123 View commit details
    Browse the repository at this point in the history
  4. move tests to verify stage

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    49f8c73 View commit details
    Browse the repository at this point in the history
  5. correct grep

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    467b835 View commit details
    Browse the repository at this point in the history
  6. linting

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    f5d8d13 View commit details
    Browse the repository at this point in the history
  7. fix typo

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    rndmh3ro authored and schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    8bb3ee2 View commit details
    Browse the repository at this point in the history
  8. Revert "Merge pull request #351 from sprat/fix-umask"

    This reverts commit 9e8e0bc, reversing
    changes made to 98c7553.
    
    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    90c8a3d View commit details
    Browse the repository at this point in the history
  9. move immutable ssh vars to internal vars

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    7b1ef32 View commit details
    Browse the repository at this point in the history
  10. move vars to OS files

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    831383b View commit details
    Browse the repository at this point in the history
  11. change default handling for all roles

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    5ff0eec View commit details
    Browse the repository at this point in the history
  12. fix issues

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    cdfbb7e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. add documentation

    Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
    schurzi committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    552b641 View commit details
    Browse the repository at this point in the history
  2. Update main.yml

    rndmh3ro authored Dec 20, 2020
    Configuration menu
    Copy the full SHA
    19d792d View commit details
    Browse the repository at this point in the history