Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix execution environment #6

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions extensions/experiences/create_iis/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ controller_templates:
project: Windows Operations / Project
survey_enabled: true
survey_spec: "{{ lookup('file', experience.path.replace('setup.yml', '') + 'template_surveys/create_iis.yml') | from_yaml }}"
ask_credential_on_launch: true
execution_environment: apd-ee-25-windows
2 changes: 2 additions & 0 deletions extensions/experiences/delete_iis/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ controller_templates:
project: Windows Operations / Project
survey_enabled: true
survey_spec: "{{ lookup('file', experience.path.replace('setup.yml', '') + 'template_surveys/delete_iis.yml') | from_yaml }}"
ask_credential_on_launch: true
execution_environment: apd-ee-25-windows
1 change: 0 additions & 1 deletion roles/windows_manage_iis/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ argument_specs:
type: int
description: The network port that the Server will listen on.
default: 80
required: true
windows_manage_iis_path:
type: str
description: The path on disk where the web content will be served from.
Expand Down
Loading