-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.yml
More file actions
32 lines (24 loc) · 1.17 KB
/
main.yml
File metadata and controls
32 lines (24 loc) · 1.17 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
---
# vars file for apstra-aap-configure
## It is best practice to use Ansible Vault to encrypt sensitive data such as passwords.
# Common Variables
organization_name: "Default"
project_url: "https://github.com/Juniper/eda-apstra-project.git"
project_scm_branch: "main"
apstra_blueprint_name: "eda-bp"
kubernetes_host: "https://api.ocpapstra-lab.englab.juniper.net:6443"
# Ansible Automation Controller(Ansible Tower) Configuration
automation_controller_host: "https://aap-controller-aap.apps.ocpapstra-lab.englab.juniper.net/"
automation_controller_username: "admin"
automation_controller_password: ""
execution_environment_image_url: "s-artifactory.juniper.net/atom-docker/ee/apstra-ee:0.1.32"
# Ansible Automation Decisions(Ansible EDA) Configuration
eda_controller_host: "https://aap-eda-aap.apps.ocpapstra-lab.englab.juniper.net/"
eda_controller_username: "admin"
eda_controller_password: ""
controller_api: "https://aap-aap.apps.ocpapstra-lab.englab.juniper.net/api/controller/"
decision_environment_image_url: "s-artifactory.juniper.net/atom-docker/de/juniper-k8s-de:1.4.1"
# Apstra Variables
apstra_api_url: "https://10.87.2.74/api"
apstra_username: "admin"
apstra_password: ""