Преглед изворни кода

Adding link to Sensu site & adding install tip

cmacrae пре 10 година
родитељ
комит
e46b59db3e
2 измењених фајлова са 6 додато и 2 уклоњено
  1. 1 1
      README.md
  2. 5 1
      docs/index.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@
 This role deploys a full [Sensu](https://sensuapp.org) stack, a modern, open source monitoring framework.
 This role deploys a full [Sensu](https://sensuapp.org) stack, a modern, open source monitoring framework.
 
 
 ## Features
 ## Features
-- Deploy a full Sensu stack, including RabbitMQ, Redis, and the [Uchiwa dashboard](https://uchiwa.io/#/)
+- Deploy a full [Sensu](https://sensuapp.org) stack, including RabbitMQ, Redis, and the [Uchiwa dashboard](https://uchiwa.io/#/)
 - Tight integration with the Ansible inventory - deployment of monitoring checks based on role defined in your inventory
 - Tight integration with the Ansible inventory - deployment of monitoring checks based on role defined in your inventory
 - Automatic generation and dynamic deployment of SSL certs for secure communication between your clients and servers
 - Automatic generation and dynamic deployment of SSL certs for secure communication between your clients and servers
 - Highly configurable
 - Highly configurable

+ 5 - 1
docs/index.md

@@ -4,7 +4,7 @@ An [Ansible](https://ansible.com) role that deploys a full [Sensu](https://sensu
 [![Join the chat at https://gitter.im/cmacrae/ansible-sensu](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cmacrae/ansible-sensu?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 [![Join the chat at https://gitter.im/cmacrae/ansible-sensu](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cmacrae/ansible-sensu?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
 
 ## Features
 ## Features
-- Deploy a full Sensu stack, including RabbitMQ, Redis, and the [Uchiwa dashboard](https://uchiwa.io/#/)
+- Deploy a full [Sensu](https://sensuapp.org) stack, including RabbitMQ, Redis, and the [Uchiwa dashboard](https://uchiwa.io/#/)
 - Tight integration with the Ansible inventory - deployment of monitoring checks based on role defined in your inventory
 - Tight integration with the Ansible inventory - deployment of monitoring checks based on role defined in your inventory
 - Fine grained control over dynamic client configurations
 - Fine grained control over dynamic client configurations
 - Automatic generation and dynamic deployment of SSL certs for secure communication between your clients and servers
 - Automatic generation and dynamic deployment of SSL certs for secure communication between your clients and servers
@@ -28,6 +28,10 @@ However, I am dedicating a lot of time to this role and will be adding support f
 All variables have sensible defaults, which can be found in `defaults/main.yml`.  
 All variables have sensible defaults, which can be found in `defaults/main.yml`.  
 Head over to [the role variables page](role_variables.md) to review them
 Head over to [the role variables page](role_variables.md) to review them
 
 
+## Install (Ansible Galaxy)
+To install this role from [Ansible Galaxy](https://galaxy.ansible.com), simpy run:  
+`ansible-galaxy install cmacrae.sensu`
+
 ## Example Playbook
 ## Example Playbook
 
 
 ``` yaml
 ``` yaml