Este guia abordará a instalção do Ansible AWX. É recomendavel para ambientes de Teste/Desenvolvimento.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: install format lint test sec | |
install: | |
poetry install | |
poetry shell | |
format: | |
isort . | |
blue . | |
lint: | |
prospector --with-tool pep257 --doc-warning | |
sec: |