You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/win_iis_webapplication/defaults/main.yml

12 lines
174 B
YAML

---
test_app_name: TestApp
test_site_name: 'Test Site'
test_user: testuser
test_password: testpass
test_physical_path: "{{ remote_tmp_dir }}"
test_apppool: 'testapppool'