Class: Ansible::Ruby::Modules::Group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Group
- Defined in:
- lib/ansible/ruby/modules/generated/core/system/group.rb
Instance Method Summary collapse
-
#gid ⇒ Object?
Optional I(GID) to set for the group.
-
#name ⇒ String
Name of the group to manage.
-
#state ⇒ :present, ...
Whether the group should be present or not on the remote host.
-
#system ⇒ :yes, ...
If I(yes), indicates that the group created is a system group.
Methods inherited from Base
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
#gid ⇒ Object?
Returns Optional I(GID) to set for the group.
14 |
# File 'lib/ansible/ruby/modules/generated/core/system/group.rb', line 14 attribute :gid |
#name ⇒ String
Returns Name of the group to manage.
10 |
# File 'lib/ansible/ruby/modules/generated/core/system/group.rb', line 10 attribute :name |
#state ⇒ :present, ...
Returns Whether the group should be present or not on the remote host.
17 |
# File 'lib/ansible/ruby/modules/generated/core/system/group.rb', line 17 attribute :state |
#system ⇒ :yes, ...
Returns If I(yes), indicates that the group created is a system group.
21 |
# File 'lib/ansible/ruby/modules/generated/core/system/group.rb', line 21 attribute :system |