Class: Ansible::Ruby::Modules::Bigip_facts
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_facts
- Defined in:
- lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb
Instance Method Summary collapse
-
#filter ⇒ Object?
Shell-style glob matching string used to filter fact keys.
-
#include ⇒ :address_class, ...
Fact category or list of categories to collect.
-
#password ⇒ Object
BIG-IP password.
-
#server ⇒ Object
BIG-IP host.
-
#session ⇒ Boolean?
BIG-IP session support; may be useful to avoid concurrency issues in certain circumstances.
-
#user ⇒ Object
BIG-IP username.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates will not be validated.
Methods inherited from Base
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
#filter ⇒ Object?
Returns Shell-style glob matching string used to filter fact keys. Not applicable for software and system_info fact categories.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 34 attribute :filter |
#include ⇒ :address_class, ...
Returns Fact category or list of categories to collect.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 30 attribute :include |
#password ⇒ Object
Returns BIG-IP password.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 18 attribute :password |
#server ⇒ Object
Returns BIG-IP host.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 10 attribute :server |
#session ⇒ Boolean?
Returns BIG-IP session support; may be useful to avoid concurrency issues in certain circumstances.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 26 attribute :session |
#user ⇒ Object
Returns BIG-IP username.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 14 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.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/network/f5/bigip_facts.rb', line 22 attribute :validate_certs |