Class: Ansible::Ruby::Modules::Supervisorctl
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Supervisorctl
- Defined in:
- lib/ansible/ruby/modules/generated/core/web_infrastructure/supervisorctl.rb
Instance Method Summary collapse
-
#config ⇒ String?
The supervisor configuration file path.
-
#name ⇒ String
The name of the supervisord program or group to manage.,The name will be taken as group name when it ends with a colon I(:),Group support is only available in Ansible version 1.6 or later.
-
#password ⇒ String?
Password to use for authentication.
-
#server_url ⇒ String?
URL on which supervisord server is listening.
-
#state ⇒ :present, ...
The desired state of program/group.
-
#supervisorctl_path ⇒ Object?
Path to supervisorctl executable.
-
#username ⇒ String?
Username to use for authentication.
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
#config ⇒ String?
Returns The supervisor configuration file path.
14 |
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/supervisorctl.rb', line 14 attribute :config |
#name ⇒ String
Returns The name of the supervisord program or group to manage.,The name will be taken as group name when it ends with a colon I(:),Group support is only available in Ansible version 1.6 or later.
10 |
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/supervisorctl.rb', line 10 attribute :name |
#password ⇒ String?
Returns password to use for authentication.
26 |
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/supervisorctl.rb', line 26 attribute :password |
#server_url ⇒ String?
Returns URL on which supervisord server is listening.
18 |
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/supervisorctl.rb', line 18 attribute :server_url |
#state ⇒ :present, ...
Returns The desired state of program/group.
30 |
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/supervisorctl.rb', line 30 attribute :state |
#supervisorctl_path ⇒ Object?
Returns path to supervisorctl executable.
34 |
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/supervisorctl.rb', line 34 attribute :supervisorctl_path |
#username ⇒ String?
Returns username to use for authentication.
22 |
# File 'lib/ansible/ruby/modules/generated/core/web_infrastructure/supervisorctl.rb', line 22 attribute :username |