Class: Ansible::Ruby::Modules::Tower_workflow_template

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_workflow_template.rb

Overview

Create, update, or destroy Ansible Tower workflows. See U(www.ansible.com/tower) for an overview.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#allow_simultaneousSymbol?

Returns If enabled, simultaneous runs of this job template will be allowed.

Returns:

  • (Symbol, nil)

    If enabled, simultaneous runs of this job template will be allowed.



12
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_workflow_template.rb', line 12

attribute :allow_simultaneous

#descriptionString?

Returns The description to use for the workflow.

Returns:

  • (String, nil)

    The description to use for the workflow.



16
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_workflow_template.rb', line 16

attribute :description

#extra_varsObject?

Returns Extra variables used by Ansible in YAML or key=value format.rn.

Returns:

  • (Object, nil)

    Extra variables used by Ansible in YAML or key=value format.rn



20
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_workflow_template.rb', line 20

attribute :extra_vars

#nameString

Returns The name to use for the workflow.

Returns:

  • (String)

    The name to use for the workflow.



23
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_workflow_template.rb', line 23

attribute :name

#organizationString?

Returns The organization the workflow is linked to.

Returns:

  • (String, nil)

    The organization the workflow is linked to.



27
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_workflow_template.rb', line 27

attribute :organization

#schemaString?

Returns The schema is a JSON- or YAML-formatted string defining the hierarchy structure that connects the nodes. Refer to Tower documentation for more information.rn.

Returns:

  • (String, nil)

    The schema is a JSON- or YAML-formatted string defining the hierarchy structure that connects the nodes. Refer to Tower documentation for more information.rn



31
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_workflow_template.rb', line 31

attribute :schema

#state:present, ...

Returns Desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Desired state of the resource.



42
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_workflow_template.rb', line 42

attribute :state

#surveyObject?

Returns The definition of the survey associated to the workflow.

Returns:

  • (Object, nil)

    The definition of the survey associated to the workflow.



39
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_workflow_template.rb', line 39

attribute :survey

#survey_enabledSymbol?

Returns Setting that variable will prompt the user for job type on the workflow launch.

Returns:

  • (Symbol, nil)

    Setting that variable will prompt the user for job type on the workflow launch.



35
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_workflow_template.rb', line 35

attribute :survey_enabled