Skip to content

Commit

Permalink
correct aws config
Browse files Browse the repository at this point in the history
  • Loading branch information
przsus committed Nov 28, 2024
1 parent 62c3c30 commit 6a62604
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions playbooks/aws/ux2_full_deploy_and_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
hosts: localhost
gather_facts: false
vars_files:
./dev_config_aws.yml
./aws_sdwan_config.yml
tasks:
roles:
- cisco.sdwan_deployment.aws_network_infrastructure
Expand All @@ -18,7 +18,7 @@
hosts: localhost
gather_facts: false
vars_files:
- ./dev_config_aws.yml
- ./aws_sdwan_config.yml
- ./pnp_credentials.yml
- "{{ results_path_controllers }}"
roles:
Expand All @@ -31,7 +31,7 @@
hosts: localhost
gather_facts: false
vars_files:
- ./dev_config_aws.yml
- ./aws_sdwan_config.yml
- ./pnp_credentials.yml
- "{{ results_path_controllers }}"
roles:
Expand All @@ -43,7 +43,7 @@
hosts: localhost
gather_facts: false
vars_files:
- ./dev_config_aws.yml
- ./aws_sdwan_config.yml
- "{{ results_path_controllers }}"
- "{{ deployment_edges_config }}"
roles:
Expand All @@ -55,7 +55,7 @@
hosts: localhost
gather_facts: false
vars_files:
- ./dev_config_aws.yml
- ./aws_sdwan_config.yml
- "{{ results_path_controllers }}"
- "{{ results_path_edges }}"
roles:
Expand All @@ -67,7 +67,7 @@
hosts: localhost
gather_facts: false
vars_files:
- ./dev_config_aws.yml
- ./aws_sdwan_config.yml
- "{{ results_path_controllers }}"
roles:
- cisco.catalystwan.vmanage_mode
Expand All @@ -76,7 +76,7 @@
hosts: localhost
gather_facts: false
vars_files:
- ./dev_config_aws.yml
- ./aws_sdwan_config.yml
- "{{ results_path_controllers }}"
vars:
min_version_required: "20.13.1"
Expand All @@ -95,7 +95,7 @@
hosts: localhost
gather_facts: false
vars_files:
- ./dev_config_aws.yml
- ./aws_sdwan_config.yml
- "{{ playbook_dir }}/results/generated_feature_profiles.yml"
- "{{ results_path_controllers }}"
- "{{ results_path_edges }}"
Expand All @@ -110,7 +110,7 @@
hosts: localhost
gather_facts: false
vars_files:
- ./dev_config_aws.yml
- ./aws_sdwan_config.yml
- "{{ results_path_controllers }}"
- "{{ results_path_edges }}"
roles:
Expand Down

0 comments on commit 6a62604

Please sign in to comment.