Class: Ansible::Ruby::Modules::Apache2_mod_proxy

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

Overview

Set and/or get members’ attributes of an Apache httpd 2.4 mod_proxy balancer pool, using HTTP POST and GET requests. The httpd mod_proxy balancer-member status page has to be enabled and accessible, as this module relies on parsing this page. This module supports ansible check_mode, and requires BeautifulSoup python module.

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, remove_existing_validations, #to_h, validates

Constructor Details

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

Instance Method Details

#balancer_url_suffixString?



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

attribute :balancer_url_suffix

#balancer_vhostString



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

attribute :balancer_vhost

#member_hostString?



20
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/apache2_mod_proxy.rb', line 20

attribute :member_host

#state:present, ...



24
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/apache2_mod_proxy.rb', line 24

attribute :state

#tls:yes, ...



28
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/apache2_mod_proxy.rb', line 28

attribute :tls

#validate_certs:yes, ...



32
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/apache2_mod_proxy.rb', line 32

attribute :validate_certs