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

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

Overview

When the group does not exist in Gitlab, it will be created. When the group does exist and state=absent, the group will be deleted. As of Ansible version 2.7, this module make use of a different python module and thus some arguments are deprecated.

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

#descriptionObject?

Returns A description for the group.

Returns:

  • (Object, nil)

    A description for the group.



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

attribute :description

#login_passwordObject?

Returns Gitlab password for login_user.

Returns:

  • (Object, nil)

    Gitlab password for login_user



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

attribute :login_password

#login_tokenObject?

Returns Gitlab token for logging in.

Returns:

  • (Object, nil)

    Gitlab token for logging in.



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

attribute :login_token

#login_userObject?

Returns Gitlab user name.

Returns:

  • (Object, nil)

    Gitlab user name.



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

attribute :login_user

#nameObject

Returns Name of the group you want to create.

Returns:

  • (Object)

    Name of the group you want to create.



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

attribute :name

#pathObject?

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:

  • (Object, 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.



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

attribute :path

#server_urlObject

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

Returns:

  • (Object)

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



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

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.



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

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.



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

attribute :validate_certs