Skip to content

lstig/ansible-role-matchbox

Repository files navigation

Ansible Role matchbox

License

Install and manage matchbox.

Requirements

  • gnupg2 should be installed and working on the remote machine (it can be installed with the lstig.gpg role).
  • community.general.json_query should be available on your controller ( part of the community.general collection).
  • jmespath in order to use the json_query lookup plugin on your controller:
pip install --user jmespath

Role Variables

defaults

Dependencies

None.

Example Playbook

---
- hosts: servers
  roles:
    - role: lstig.matchbox
      become: yes