Difference between revisions of "Ansible-lint"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<code>ansible-lint</code> checks [[playbooks]] for practices and behaviour that could potentially be improved. As a community backed project ansible-lint supports only the last two major versions of Ansible. | <code>ansible-lint</code> checks [[playbooks]] for practices and behaviour that could potentially be improved. As a community backed project ansible-lint supports only the last two major versions of Ansible. | ||
+ | |||
+ | brew install ansible-lint | ||
+ | |||
+ | |||
+ | == Related commands == | ||
+ | * [[go]] | ||
Revision as of 10:59, 25 April 2021
ansible-lint
checks playbooks for practices and behaviour that could potentially be improved. As a community backed project ansible-lint supports only the last two major versions of Ansible.
brew install ansible-lint
Related commands
See also
- Ansible: modules, plugins, Playbooks (examples)
ansible-playbook
,ansible-vault
,ansible-inventory
,ansible-config
, Ansible Tower, Ansible Galaxy (Roles) (ansible-galaxy
),ansible-cmdb
,gather facts
,ansible.cfg
,Ansible Molecule
, Ansible collections,register
,template
,--ask-pass
,--ask-become-pass
,remote_user:
,/etc/ansible/hosts
,ansible-doc
,ansible-lint
,.ansible/
,--forks
,--start-at-task
,changelog
,inventory
,Notify:
,ansible HOSTNAME -m ping
,gathering
,/usr/bin/ansible
,ansible -m ping
,ansible.builtin
,hosts: (Ansible)
,set fact:
,when:
,blockinfile:
,become method:
,include:
,git:
, AWX,ansible --help
, Tags, Ansible variables, versions
Advertising: