We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fe4dc9 + e85430d commit 59de5b2Copy full SHA for 59de5b2
1 file changed
playbooks/files/config_as_code/controller_templates.yml
@@ -27,11 +27,10 @@ controller_templates:
27
- "{{ my_aap_credential }}"
28
- "{{ my_vault }}"
29
extra_vars:
30
- my_organization: "{{ my_organization }}"
31
my_vault: "{{ my_vault }}"
32
- my_aap_credential: "{{ my_aap_credential }}"
33
- my_aws_credential: AWS
34
- aap_configuration_async_retries: 60
+ timezone_id: America/Phoenix
+ my_remote_vault: "{{ my_remote_vault }}"
+ my_remote_ssh_pub_key: "{{ my_remote_ssh_pub_key }}"
35
36
- name: Setup - Panos Daily Demo - CAC
37
job_type: run
0 commit comments