/ansible-lib

Ansible library of tasks.

BSD 2-Clause "Simplified" LicenseBSD-2-Clause

ansible_lib

quality Build Status GitHub tag

Ansible role. Library of Ansible tasks.

Feel free to share your feedback and report issues.

Contributions are welcome.

Description

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.

Requirements and dependencies

Collections

  • community.general

Ansible lint

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

License

license

Author Information

Vladimir Botka