On this page
pkg5 - Manages packages with the Solaris 11 Image Packaging System
New in version 1.9.
Synopsis
- IPS packages are the native packages in Solaris 11 and higher.
Options
parameter | required | default | choices | comments |
---|---|---|---|---|
accept_licenses |
no |
|
Accept any licences.
aliases: accept_licences, accept
|
|
name |
yes |
An FRMI of the package(s) to be installed/removed/updated.
Multiple packages may be specified, separated by , .
|
||
state |
no | present |
|
Whether to install (present, latest), or remove (absent) a package.
|
Examples
# Install Vim:
- pkg5:
name: editor/vim
# Remove finger daemon:
- pkg5:
name: service/network/finger
state: absent
# Install several packages at once:
- pkg5:
name:
- /file/gnu-findutils
- /text/gnu-grep
Notes
Note
- The naming of IPS packages is explained at http://www.oracle.com/technetwork/articles/servers-storage-admin/ips-package-versioning-2232906.html.
Status
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.4/pkg5_module.html