-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
21 lines (20 loc) · 735 Bytes
/
mkdocs.yml
File metadata and controls
21 lines (20 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
site_name: Ultimate Ansible Bootcamp
pages:
- Home: index.md
- Quick Dive:
- Ad Hoc Server Management: "ad-hoc.md"
- Modules - The Batteries Included: "modules.md"
- Learning to Write Infrastructure as a Code: "playbooks.md"
- Working with Roles: "roles.md"
- Variables and Templates: "templates_and_variables.md"
- Control Structures: "control_structures.md"
- Deep Dive:
- Ansible Vault: "ansible-vault.md"
- Ansible on Windows: "ansible-windows.md"
- Ansible Pull: "ansible-pull.md"
- Ansible Tower: "ansible-pull.md"
- Registered Variable: "registered_variables.md"
- Troubleshooting:
- Troubleshooting Techniques: "troubleshooting.md"
docs_dir: chapters
theme: readthedocs