Class: Ansible::Ruby::Modules::Deploy_helper
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Deploy_helper
- Defined in:
- lib/ansible/ruby/modules/generated/extras/web_infrastructure/deploy_helper.rb
Instance Method Summary collapse
-
#clean ⇒ Boolean?
Whether to run the clean procedure in case of C(state=finalize).
-
#current_path ⇒ String?
The name of the symlink that is created when the deploy is finalized.
-
#keep_releases ⇒ Integer?
The number of old releases to keep when cleaning.
-
#path ⇒ String
The root path of the project.
-
#release ⇒ String?
The release version that is being deployed.
-
#releases_path ⇒ String?
The name of the folder that will hold the releases.
-
#shared_path ⇒ String?
The name of the folder that will hold the shared resources.
-
#state ⇒ :present, ...
The state of the project.
-
#unfinished_filename ⇒ String?
The name of the file that indicates a deploy has not finished.
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
#clean ⇒ Boolean?
38 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/deploy_helper.rb', line 38 attribute :clean |
#current_path ⇒ String?
30 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/deploy_helper.rb', line 30 attribute :current_path |
#keep_releases ⇒ Integer?
42 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/deploy_helper.rb', line 42 attribute :keep_releases |
#path ⇒ String
10 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/deploy_helper.rb', line 10 attribute :path |
#release ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/deploy_helper.rb', line 18 attribute :release |
#releases_path ⇒ String?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/deploy_helper.rb', line 22 attribute :releases_path |
#shared_path ⇒ String?
26 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/deploy_helper.rb', line 26 attribute :shared_path |
#state ⇒ :present, ...
14 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/deploy_helper.rb', line 14 attribute :state |
#unfinished_filename ⇒ String?
34 |
# File 'lib/ansible/ruby/modules/generated/extras/web_infrastructure/deploy_helper.rb', line 34 attribute :unfinished_filename |