From 2353ca7b38acbd7246adbf23b7d92723bc083dcf Mon Sep 17 00:00:00 2001 From: Samuli Silvius Date: Sun, 21 Apr 2019 19:24:18 +0300 Subject: Molecule test for infrastructure playbook. These tests execute the whole infrastructure playbook. Issue-ID: OOM-1816 Change-Id: I793191e05cb0b527c3da6d820c1916231e69d865 Signed-off-by: Samuli Silvius Signed-off-by: Michal Zegan --- ansible/test/play-infrastructure/.yamllint | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ansible/test/play-infrastructure/.yamllint (limited to 'ansible/test/play-infrastructure/.yamllint') diff --git a/ansible/test/play-infrastructure/.yamllint b/ansible/test/play-infrastructure/.yamllint new file mode 100644 index 00000000..ad0be760 --- /dev/null +++ b/ansible/test/play-infrastructure/.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 -- cgit 1.2.3-korg