Class: Ansible::Ruby::Modules::Gitlab_group

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb

Overview

When the group does not exists in Gitlab, it will be created. When the group does exists and state=absent, the group will be deleted.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#login_passwordString?

Returns Gitlab password for login_user.

Returns:

  • (String, nil)

    Gitlab password for login_user



24
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 24

attribute :login_password

#login_tokenString?

Returns Gitlab token for logging in.

Returns:

  • (String, nil)

    Gitlab token for logging in.



28
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 28

attribute :login_token

#login_userString?

Returns Gitlab user name.

Returns:

  • (String, nil)

    Gitlab user name.



20
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 20

attribute :login_user

#nameString

Returns Name of the group you want to create.

Returns:

  • (String)

    Name of the group you want to create.



32
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 32

attribute :name

#pathString?

Returns The path of the group you want to create, this will be server_url/group_path,If not supplied, the group_name will be used.

Returns:

  • (String, nil)

    The path of the group you want to create, this will be server_url/group_path,If not supplied, the group_name will be used.



36
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 36

attribute :path

#server_urlString

Returns Url of Gitlab server, with protocol (http or https).

Returns:

  • (String)

    Url of Gitlab server, with protocol (http or https).



12
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 12

attribute :server_url

#state:present, ...

Returns create or delete group.,Possible values are present and absent.

Returns:

  • (:present, :absent, nil)

    create or delete group.,Possible values are present and absent.



40
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 40

attribute :state

#validate_certsBoolean?

Returns When using https if SSL certificate needs to be verified.

Returns:

  • (Boolean, nil)

    When using https if SSL certificate needs to be verified.



16
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 16

attribute :validate_certs