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 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)