Class: Ansible::Ruby::Modules::Git_config

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

Instance Method Summary collapse

Methods inherited from Base

#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

#list_allBoolean?

Returns List all settings (optionally limited to a given I(scope)).

Returns:

  • (Boolean, nil)

    List all settings (optionally limited to a given I(scope))



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

attribute :list_all

#nameString?

Returns The name of the setting. If no value is supplied, the value will be read from the config if it has been set.

Returns:

  • (String, nil)

    The name of the setting. If no value is supplied, the value will be read from the config if it has been set.



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

attribute :name

#repoString?

Returns Path to a git repository for reading and writing values from a specific repo.

Returns:

  • (String, nil)

    Path to a git repository for reading and writing values from a specific repo.



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

attribute :repo

#scope:local, ...

Returns Specify which scope to read/set values from. This is required when setting config values. If this is set to local, you must also specify the repo parameter. It defaults to system only when not using I(list_all)=yes.

Returns:

  • (:local, :global, :system, nil)

    Specify which scope to read/set values from. This is required when setting config values. If this is set to local, you must also specify the repo parameter. It defaults to system only when not using I(list_all)=yes.



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

attribute :scope

#valueString?

Returns When specifying the name of a single setting, supply a value to set that setting to the given value.

Returns:

  • (String, nil)

    When specifying the name of a single setting, supply a value to set that setting to the given value.



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

attribute :value