From d4addfbb6a8a70f27965930946d517ec33de6206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0imon?= <53786124+michal-simon@users.noreply.github.com> Date: Fri, 27 Dec 2019 17:24:05 +0100 Subject: [PATCH 1/2] + enable Ansible analysis on Codeac.io --- .codeac.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .codeac.yml diff --git a/.codeac.yml b/.codeac.yml new file mode 100644 index 0000000..43ee48a --- /dev/null +++ b/.codeac.yml @@ -0,0 +1,8 @@ +--- + +version: '1' + +tools: + ansibleLint: + files: + - install_k8s/**/*.yml From a750ea96918dd01e5589a5ca7909249a2a2a5622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0imon?= <53786124+michal-simon@users.noreply.github.com> Date: Fri, 27 Dec 2019 17:28:38 +0100 Subject: [PATCH 2/2] + Codeac.io badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 66a4149..7ac2802 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # IaaSWeek - Ansible +[![Codeac.io](https://static.codeac.io/badges/2-228689228.svg)](https://app.codeac.io/github/iaasweek/ansible) + Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. ([Fonte](https://www.ansible.com/)) - [Documentação](https://docs.ansible.com/ansible/latest/index.html)