Class: Ansible::Ruby::Modules::Bigip_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb

Overview

Collect facts from F5 BIG-IP devices via iControl SOAP API

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

#filterObject?

Returns Shell-style glob matching string used to filter fact keys. Not applicable for software and system_info fact categories.

Returns:

  • (Object, nil)

    Shell-style glob matching string used to filter fact keys. Not applicable for software and system_info fact categories.



35
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 35

attribute :filter

#include:address_class, ...

Returns Fact category or list of categories to collect.

Returns:

  • (:address_class, :certificate, :client_ssl_profile, :device, :device_group, :interface, :key, :node, :pool, :rule, :self_ip, :software, :system_info, :traffic_group, :trunk, :virtual_address, :virtual_server, :vlan)

    Fact category or list of categories to collect



31
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 31

attribute :include

#passwordObject

Returns BIG-IP password.

Returns:

  • (Object)

    BIG-IP password



19
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 19

attribute :password

#serverObject

Returns BIG-IP host.

Returns:

  • (Object)

    BIG-IP host



11
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 11

attribute :server

#sessionBoolean?

Returns BIG-IP session support; may be useful to avoid concurrency issues in certain circumstances.

Returns:

  • (Boolean, nil)

    BIG-IP session support; may be useful to avoid concurrency issues in certain circumstances.



27
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 27

attribute :session

#userObject

Returns BIG-IP username.

Returns:

  • (Object)

    BIG-IP username



15
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 15

attribute :user

#validate_certs:yes, ...

Returns If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites. Prior to 2.0, this module would always validate on python >= 2.7.9 and never validate on python <= 2.7.8.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites. Prior to 2.0, this module would always validate on python >= 2.7.9 and never validate on python <= 2.7.8



23
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 23

attribute :validate_certs