Skip to content

appcanary/ansible-appcanary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]