|
|
|
@ -30,8 +30,6 @@ options:
|
|
|
|
|
description:
|
|
|
|
|
- The name of the virtual directory to create or remove
|
|
|
|
|
required: true
|
|
|
|
|
default: null
|
|
|
|
|
aliases: []
|
|
|
|
|
state:
|
|
|
|
|
description:
|
|
|
|
|
- Whether to add or remove the specified virtual directory
|
|
|
|
@ -40,28 +38,20 @@ options:
|
|
|
|
|
- present
|
|
|
|
|
required: false
|
|
|
|
|
default: null
|
|
|
|
|
aliases: []
|
|
|
|
|
site:
|
|
|
|
|
description:
|
|
|
|
|
- The site name under which the virtual directory is created or exists.
|
|
|
|
|
required: false
|
|
|
|
|
default: null
|
|
|
|
|
aliases: []
|
|
|
|
|
application:
|
|
|
|
|
description:
|
|
|
|
|
- The application under which the virtual directory is created or exists.
|
|
|
|
|
required: false
|
|
|
|
|
default: null
|
|
|
|
|
aliases: []
|
|
|
|
|
physical_path:
|
|
|
|
|
description:
|
|
|
|
|
- The physical path to the folder in which the new virtual directory is created. The specified folder must already exist.
|
|
|
|
|
required: false
|
|
|
|
|
default: null
|
|
|
|
|
aliases: []
|
|
|
|
|
author: Henrik Wallström
|
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
EXAMPLES = '''
|
|
|
|
|
|
|
|
|
|
'''
|
|
|
|
|