Class: Ansible::Ruby::Modules::Nginx_status_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/web_infrastructure/nginx_status_facts.rb

Overview

Gathers facts from nginx from an URL having C(stub_status) enabled.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#timeoutInteger?

Returns HTTP connection timeout in seconds.

Returns:

  • (Integer, nil)

    HTTP connection timeout in seconds.



16
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/nginx_status_facts.rb', line 16

attribute :timeout

#urlString

Returns URL of the nginx status.

Returns:

  • (String)

    URL of the nginx status.



12
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/nginx_status_facts.rb', line 12

attribute :url