mkdocs.yml 1.0 KB

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