mkdocs.yml 1.0 KB

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