parameter |
required |
default |
choices |
comments |
name |
yes |
|
|
Package name, e.g. SUNWcsr |
proxy |
no |
|
|
HTTP[s] proxy to be used if src is a URL. |
response_file |
no |
|
|
Specifies the location of a response file to be used if package expects input on install. (added in Ansible 1.4) |
src |
no |
|
|
Specifies the location to install the package from. Required when state=present .Can be any path acceptable to the pkgadd command's -d option. e.g.: somefile.pkg , /dir/with/pkgs , http:/server/mypkgs.pkg .If using a file or directory, they must already be accessible by the host. See the copy module for a way to get them there. |
state |
yes |
|
|
Whether to install (present ), or remove (absent ) a package.If the package is to be installed, then src is required.The SVR4 package system doesn't provide an upgrade operation. You need to uninstall the old, then install the new package. |