-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (65 loc) · 2.18 KB
/
mkdocs.yml
File metadata and controls
70 lines (65 loc) · 2.18 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
site_name: Palo Alto Networks Policy Orchestration with Ansible
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- admonition
- pymdownx.details
- attr_list
- md_in_html
plugins:
- mkdocstrings
- autorefs
- mermaid2
theme:
name: "material"
palette:
primary: black
features:
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- content.code.copy
- content.code.select
logo: img/icon_white.svg
repo_url: https://github.com/adambaumeister/ansible_panos_policy_orchestration
nav:
- Introduction: index.md
- User Guide:
- Introduction: user_guide/introduction.md
- Preset Policy: user_guide/preset_policy.md
- Preset URL Lists: user_guide/preset_policy_urls.md
- New Policy Creation: user_guide/new_policy_creation.md
- Testing Security Policies: user_guide/policy_lookup.md
- AAP/AWX Implementation: user_guide/aap.md
- Reference:
- Roles:
- policy_creation Role: reference/policy_creation_role.md
- lookup_policy Role: reference/lookup_policy_role.md
- Filter Plugins: reference/filters.md
- New Policy Tasks:
- lookup_policy.yml: reference/lookup_policy.md
- security_policy_match.yml: reference/security_policy_match.md
- get_zone_by_ip.yml: reference/get_zone_by_ip.md
- create_policy.yml: reference/create_policy.md
- Preset Policy Tasks:
- add_address_to_preset_group.yml: reference/add_address_to_preset_group.md
- add_application_to_preset_group.yml: reference/add_application_to_preset_group.md
- add_url_to_preset_category.yml: reference/add_url_to_preset_category.md
- Changelog: CHANGELOG.md
extra:
social:
- icon: fontawesome/solid/paper-plane
link: mailto:abaumeister@paloaltonetworks.com