Set up the Appcanary agent.
You must have an appcanary account and the API key provided by it.
api_key
: Your appcanary api keymonitored_files
: A list of paths monitoredmonitor_system_packages
: Boolean, determines whether Appcanary should monitor your system packages. Defaults to True.
- hosts: servers
roles:
- { role: appcanary.agent, api_key: "MYAPIKEYHERE", monitored_files: ["/path/to/my/Gemfile.lock", "/path/to/another/Gemfile.lock"] }
GPLv3
Contact us at [email protected]