-
Notifications
You must be signed in to change notification settings - Fork 96
/
mkdocs.yml
27 lines (26 loc) · 1.04 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
site_name: Ansible Sensu
site_url: https://galaxy.ansible.com/sensu/sensu
repo_url: https://github.com/sensu/sensu-ansible
site_description: An Ansible role to deploy a fully dynamic Sensu stack!
site_author: Calum MacRae
theme: readthedocs
nav:
- Home: index.md
- Usage:
- Role variables: role_variables.md
- Example infrastructure layout: example_infra.md
- Deploy the stack to a single node: single_master.md
- A differing master environment: differing_master_environment.md
- Custom client configuration: custom_client_config.md
- Deployment of handlers/filters/mutators: deploy_plugins.md
- Remote plugin deployment: remote_plugins.md
- Sensitive information in version control: sensitive_info.md
- Integration with other roles/managment methods: integration.md
- Testing: testing.md
- Conventions:
- Dynamic data store: dynamic_data.md
- Dynamic check deployment: dynamic_checks.md
- About:
- A few words from the author: afewwords.md
- License: license.md