Class: Ansible::Ruby::Modules::Docker_login

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.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

#config_pathString?

Returns Custom path to the Docker CLI configuration file.

Returns:

  • (String, nil)

    Custom path to the Docker CLI configuration file.



30
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 30

attribute :config_path

#emailString?

Returns The email address for the registry account. NOTE: private registries may not require this, but Docker Hub requires it.

Returns:

  • (String, nil)

    The email address for the registry account. NOTE: private registries may not require this, but Docker Hub requires it.



22
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 22

attribute :email

#passwordString

Returns The plaintext password for the registry account.

Returns:

  • (String)

    The plaintext password for the registry account



18
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 18

attribute :password

#reauthorizeBoolean?

Returns Refresh exiting authentication found in the configuration file.

Returns:

  • (Boolean, nil)

    Refresh exiting authentication found in the configuration file.



26
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 26

attribute :reauthorize

#registry_urlString?

Returns The registry URL.

Returns:

  • (String, nil)

    The registry URL.



10
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 10

attribute :registry_url

#usernameString

Returns The username for the registry account.

Returns:

  • (String)

    The username for the registry account



14
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 14

attribute :username