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

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

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, #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



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

attribute :login_password

#login_tokenString?

Returns Gitlab token for logging in.

Returns:

  • (String, nil)

    Gitlab token for logging in.



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

attribute :login_token

#login_userString?

Returns Gitlab user name.

Returns:

  • (String, nil)

    Gitlab user name.



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

attribute :login_user

#nameString

Returns Name of the group you want to create.

Returns:

  • (String)

    Name of the group you want to create.



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

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.



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

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).



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

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.



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

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.



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

attribute :validate_certs