Class: Ansible::Ruby::Modules::Rundeck_project
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Rundeck_project
- Defined in:
- lib/ansible/ruby/modules/generated/web_infrastructure/rundeck_project.rb
Overview
Create and remove Rundeck projects through HTTP API.
Instance Method Summary collapse
-
#api_version ⇒ Integer?
Sets the API version used by module.,API version must be at least 14.
-
#name ⇒ String
Sets the project name.
-
#state ⇒ :present, ...
Create or remove Rundeck project.
-
#token ⇒ String
Sets the token to authenticate against Rundeck API.
-
#url ⇒ String
Sets the rundeck instance URL.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#api_version ⇒ Integer?
Returns Sets the API version used by module.,API version must be at least 14.
24 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/rundeck_project.rb', line 24 attribute :api_version |
#name ⇒ String
Returns Sets the project name.
16 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/rundeck_project.rb', line 16 attribute :name |
#state ⇒ :present, ...
Returns Create or remove Rundeck project.
12 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/rundeck_project.rb', line 12 attribute :state |
#token ⇒ String
Returns Sets the token to authenticate against Rundeck API.
28 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/rundeck_project.rb', line 28 attribute :token |
#url ⇒ String
Returns Sets the rundeck instance URL.
20 |
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/rundeck_project.rb', line 20 attribute :url |