Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .codeac.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

version: '1'

tools:
ansibleLint:
files:
- install_k8s/**/*.yml
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down