Ansible role. Library of Ansible tasks.
Feel free to share your feedback and report issues.
This role is a collection of independent tasks. The purpose is providing a library of reusable tasks that can be included in playbooks and other roles. For example,
- name: Create groups of reachable and unreachable hosts.
include_role:
name: vbotka.ansible_lib
tasks_from: al_hosts_reachable
See the comments in the tasks.
- community.general
Use the configuration file .ansible-lint.local when running ansible-lint. Some rules might be disabled and some warnings might be ignored. See the notes in the configuration file.
shell> ansible-lint -c .ansible-lint.local