Class: Ansible::Ruby::Modules::Gitlab_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Gitlab_group
- 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
-
#login_password ⇒ String?
Gitlab password for login_user.
-
#login_token ⇒ String?
Gitlab token for logging in.
-
#login_user ⇒ String?
Gitlab user name.
-
#name ⇒ String
Name of the group you want to create.
-
#path ⇒ String?
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.
-
#server_url ⇒ String
Url of Gitlab server, with protocol (http or https).
-
#state ⇒ :present, ...
Create or delete group.,Possible values are present and absent.
-
#validate_certs ⇒ Boolean?
When using https if SSL certificate needs to be verified.
Methods inherited from Base
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_password ⇒ String?
Returns Gitlab password for login_user.
24 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 24 attribute :login_password |
#login_token ⇒ String?
Returns Gitlab token for logging in.
28 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 28 attribute :login_token |
#login_user ⇒ String?
Returns Gitlab user name.
20 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 20 attribute :login_user |
#name ⇒ String
Returns 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 |
#path ⇒ String?
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.
36 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 36 attribute :path |
#server_url ⇒ String
Returns 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.
40 |
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_group.rb', line 40 attribute :state |
#validate_certs ⇒ Boolean?
Returns 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 |