Commit graph

7 commits

Author SHA1 Message Date
Jakub Jelen
e8b751335e Use proper variable precedence for configuratil file variables 2021-06-10 19:53:00 +02:00
Jakub Jelen
f32003f051 Remove set_facts tasks not to polute global namespace
The usage of set_facts inside of roles is not recommended if
it is used for internal variables used only inside of the role.
It is recommended to use variables with smaller scope to avoid
inter-dependencies between different invocations of the same
role as demonstrated in the tests_alternative_file.yml later
in the patch series

ttps://github.com/oasis-roles/meta_standards#ansible-best-practices
2020-11-06 12:04:41 +01:00
Nikolaos Kakouros
133543cc1f Renames variables for all supported platforms 2018-09-03 00:23:58 +02:00
Matt Willsher
849257c2f4 Add test for supported OS 2015-01-13 17:41:56 +00:00
Matt Willsher
e15dd828f2 Fixed typo in HostbasedAuthentication 2015-01-13 14:27:59 +00:00
Matt Willsher
13fa494cd8 Remove blacklist packages 2015-01-13 13:29:45 +00:00
Matt Willsher
bb3e36a914 Add precise, move 14.04 to specific configuration 2015-01-04 14:56:06 +00:00
Renamed from vars/Ubuntu.yml (Browse further)