diff options
author | Michal Zegan <m.zegan@samsung.com> | 2019-04-30 14:52:13 +0200 |
---|---|---|
committer | Michal Zegan <m.zegan@samsung.com> | 2019-06-03 14:49:32 +0200 |
commit | 1ec19b0598382aa45258ed630ee26cba4fb3a7e5 (patch) | |
tree | 795a6486f4d40a1890a79e65a0afad6397c44d3e /ansible/roles/rke/.yamllint | |
parent | 82052ddde7b2896c05c7b930d8e09d582025f0b3 (diff) |
Add molecule tests for rke role
This change adds molecule tests for the rke role, and
modifies the rke role itself to be more idempotent/to
pass linter.
Note that this molecule test case uses a separate
role to install docker in containers, that runs
docker daemon inside of them instead of using host docker.
Issue-ID: OOM-1778
Change-Id: I875f3ff2ab961e5428acee5a02287a8d2d6e9969
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'ansible/roles/rke/.yamllint')
-rw-r--r-- | ansible/roles/rke/.yamllint | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible/roles/rke/.yamllint b/ansible/roles/rke/.yamllint new file mode 100644 index 00000000..ad0be760 --- /dev/null +++ b/ansible/roles/rke/.yamllint @@ -0,0 +1,11 @@ +extends: default + +rules: + braces: + max-spaces-inside: 1 + level: error + brackets: + max-spaces-inside: 1 + level: error + line-length: disable + truthy: disable |