Skip to content

Commit 59de5b2

Browse files
authored
Merge pull request #101 from ericcames/ericames/productdemo
refactoring the F5 daily demo to work with Ansible Product Demos.
2 parents 7fe4dc9 + e85430d commit 59de5b2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

playbooks/files/config_as_code/controller_templates.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ controller_templates:
2727
- "{{ my_aap_credential }}"
2828
- "{{ my_vault }}"
2929
extra_vars:
30-
my_organization: "{{ my_organization }}"
3130
my_vault: "{{ my_vault }}"
32-
my_aap_credential: "{{ my_aap_credential }}"
33-
my_aws_credential: AWS
34-
aap_configuration_async_retries: 60
31+
timezone_id: America/Phoenix
32+
my_remote_vault: "{{ my_remote_vault }}"
33+
my_remote_ssh_pub_key: "{{ my_remote_ssh_pub_key }}"
3534

3635
- name: Setup - Panos Daily Demo - CAC
3736
job_type: run

0 commit comments

Comments
 (0)