Class: Ansible::Ruby::Modules::Win_iis_website

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#application_poolString?

Returns The application pool in which the new site executes.

Returns:

  • (String, nil)

    The application pool in which the new site executes.



25
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 25

attribute :application_pool

#hostnameString?

Returns The host header to bind to / use for the new site.

Returns:

  • (String, nil)

    The host header to bind to / use for the new site.



37
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 37

attribute :hostname

#ipString?

Returns The IP address to bind to / use for the new site.

Returns:

  • (String, nil)

    The IP address to bind to / use for the new site.



33
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 33

attribute :ip

#nameString

Returns Names of web site.

Returns:

  • (String)

    Names of web site



10
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 10

attribute :name

#parametersString?

Returns Custom site Parameters from string where properties are seperated by a pipe and property name/values by colon Ex. “foo:1|bar:2”.

Returns:

  • (String, nil)

    Custom site Parameters from string where properties are seperated by a pipe and property name/values by colon Ex. “foo:1|bar:2”



44
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 44

attribute :parameters

#physical_pathString?

Returns The physical path on the remote host to use for the new site. The specified folder must already exist.

Returns:

  • (String, nil)

    The physical path on the remote host to use for the new site. The specified folder must already exist.



21
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 21

attribute :physical_path

#portInteger?

Returns The port to bind to / use for the new site.

Returns:

  • (Integer, nil)

    The port to bind to / use for the new site.



29
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 29

attribute :port

#site_idObject?

Returns Explicitly set the IIS numeric ID for a site. Note that this value cannot be changed after the website has been created.

Returns:

  • (Object, nil)

    Explicitly set the IIS numeric ID for a site. Note that this value cannot be changed after the website has been created.



14
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 14

attribute :site_id

#sslObject?

Returns Enables HTTPS binding on the site..

Returns:

  • (Object, nil)

    Enables HTTPS binding on the site..



41
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 41

attribute :ssl

#state:started, ...

Returns State of the web site.

Returns:

  • (:started, :restarted, :stopped, :absent, nil)

    State of the web site



17
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_iis_website.rb', line 17

attribute :state