Class: Ansible::Ruby::Modules::Win_iis_website
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_iis_website
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb
Overview
Creates, Removes and configures a IIS Web site
Instance Method Summary collapse
-
#application_pool ⇒ String?
The application pool in which the new site executes.
-
#hostname ⇒ String?
The host header to bind to / use for the new site.
-
#ip ⇒ String?
The IP address to bind to / use for the new site.
-
#name ⇒ String
Names of web site.
-
#parameters ⇒ String?
Custom site Parameters from string where properties are seperated by a pipe and property name/values by colon Ex.
-
#physical_path ⇒ String?
The physical path on the remote host to use for the new site.
-
#port ⇒ Integer?
The port to bind to / use for the new site.
-
#site_id ⇒ Object?
Explicitly set the IIS numeric ID for a site.
-
#ssl ⇒ Object?
Enables HTTPS binding on the site..
-
#state ⇒ :started, ...
State of the web site.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#application_pool ⇒ String?
Returns The application pool in which the new site executes.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 26 attribute :application_pool |
#hostname ⇒ String?
Returns The host header to bind to / use for the new site.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 38 attribute :hostname |
#ip ⇒ String?
Returns The IP address to bind to / use for the new site.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 34 attribute :ip |
#name ⇒ String
Returns Names of web site.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 11 attribute :name |
#parameters ⇒ String?
Returns Custom site Parameters from string where properties are seperated by a pipe and property name/values by colon Ex. “foo:1|bar:2”.
45 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 45 attribute :parameters |
#physical_path ⇒ String?
Returns The physical path on the remote host to use for the new site. The specified folder must already exist.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 22 attribute :physical_path |
#port ⇒ Integer?
Returns The port to bind to / use for the new site.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 30 attribute :port |
#site_id ⇒ Object?
Returns Explicitly set the IIS numeric ID for a site. Note that this value cannot be changed after the website has been created.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 15 attribute :site_id |
#ssl ⇒ Object?
Returns Enables HTTPS binding on the site..
42 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 42 attribute :ssl |
#state ⇒ :started, ...
Returns State of the web site.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 18 attribute :state |