Jberlinsky.loggly
Ansible role to Install Loggly
This Ansible role installs/updates and configures loggly. It also installs some aws dependencies to properly rename the host server name.
Installation
$ ansible-galaxy install crushlovely.loggly
Variables
ec2_access_key:
ec2_secret_key:
loggly_account_name:
loggly_token:
loggly_username:
loggly_password:
app_name:
app_path:
You can also add a vars folder to your project folder and have your variables served by adding them to a file and calling it in your playbook.
- hosts: localhost
...
vars_files:
- vars/default_vars.yml
...
Usage
Once this role is installed on your system, include it in the roles list of your playbook.
- hosts: localhost
roles:
- { role: crushlovely.loggly }
Dependencies
None
License
MIT
Install
ansible-galaxy install Jberlinsky.loggly
License
Unknown
Downloads
39
Owner