matchbox
Ansible Role matchbox
Install and manage matchbox.
Requirements
gnupg2
should be installed and working on the remote machine (it can be installed with thelstig.gpg
role).community.general.json_query
should be available on your controller ( part of thecommunity.general
collection).jmespath
in order to use thejson_query
lookup plugin on your controller:
pip install --user jmespath
Role Variables
Dependencies
None.
Example Playbook
---
- hosts: servers
roles:
- role: lstig.matchbox
become: yes