appcanary.agent

appcanary.agent

Set up the Appcanary agent.

Requirements

You must have an appcanary account and the API key provided by it.

Role Variables

  • api_key: Your appcanary api key
  • monitored_files: A list of paths monitored
  • monitor_system_packages: Boolean, determines whether Appcanary should monitor your system packages. Defaults to True.

Example Playbook

- hosts: servers
  roles:
     - { role: appcanary.agent, api_key: "MYAPIKEYHERE", monitored_files: ["/path/to/my/Gemfile.lock", "/path/to/another/Gemfile.lock"] }

License

GPLv3

Author Information

Contact us at [email protected]

About

Set up the Appcanary agent. Learn more at https://www.appcanary.com.

Install
ansible-galaxy install appcanary.agent
GitHub repository
License
Unknown
Downloads
204
Owner