Class: Ansible::Ruby::Modules::Easy_install
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Easy_install
- Defined in:
- lib/ansible/ruby/modules/generated/packaging/language/easy_install.rb
Overview
Installs Python libraries, optionally in a I(virtualenv)
Instance Method Summary collapse
-
#executable ⇒ Object?
The explicit executable or a pathname to the executable to be used to run easy_install for a specific version of Python installed in the system.
-
#name ⇒ String
A Python library name.
-
#state ⇒ :present, ...
The desired state of the library.
-
#virtualenv ⇒ String?
An optional I(virtualenv) directory path to install into.
-
#virtualenv_command ⇒ String?
The command to create the virtual environment with.
-
#virtualenv_site_packages ⇒ :yes, ...
Whether the virtual environment will inherit packages from the global site-packages directory.
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
#executable ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/easy_install.rb', line 28 attribute :executable |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/easy_install.rb', line 12 attribute :name |
#state ⇒ :present, ...
31 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/easy_install.rb', line 31 attribute :state |
#virtualenv ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/easy_install.rb', line 16 attribute :virtualenv |
#virtualenv_command ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/easy_install.rb', line 24 attribute :virtualenv_command |
#virtualenv_site_packages ⇒ :yes, ...
20 |
# File 'lib/ansible/ruby/modules/generated/packaging/language/easy_install.rb', line 20 attribute :virtualenv_site_packages |