Class: Ansible::Ruby::Modules::Consul_acl
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Consul_acl
- Defined in:
- lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb
Instance Method Summary collapse
-
#host ⇒ String?
Host of the consul agent defaults to localhost.
-
#mgmt_token ⇒ String?
A management token is required to manipulate the acl lists.
-
#name ⇒ String?
The name that should be associated with the acl key, this is opaque to Consul.
-
#port ⇒ Integer?
The port on which the consul agent is running.
-
#rules ⇒ Array<Hash>, ...
An list of the rules that should be associated with a given token.
-
#scheme ⇒ String?
The protocol scheme on which the consul agent is running.
-
#state ⇒ :present, ...
Whether the ACL pair should be present or absent, defaults to present.
-
#token ⇒ String?
The token key indentifying an ACL rule set.
-
#type ⇒ :client, ...
The type of token that should be created, either management or client, defaults to client.
-
#validate_certs ⇒ Boolean?
Whether to verify the tls certificate of the consul agent.
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
#host ⇒ String?
34 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb', line 34 attribute :host |
#mgmt_token ⇒ String?
10 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb', line 10 attribute :mgmt_token |
#name ⇒ String?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb', line 22 attribute :name |
#port ⇒ Integer?
38 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb', line 38 attribute :port |
#rules ⇒ Array<Hash>, ...
30 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb', line 30 attribute :rules |
#scheme ⇒ String?
42 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb', line 42 attribute :scheme |
#state ⇒ :present, ...
14 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb', line 14 attribute :state |
#token ⇒ String?
26 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb', line 26 attribute :token |
#type ⇒ :client, ...
18 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb', line 18 attribute :type |
#validate_certs ⇒ Boolean?
46 |
# File 'lib/ansible/ruby/modules/generated/extras/clustering/consul_acl.rb', line 46 attribute :validate_certs |