New in version 1.9.
IPS packages are the native packages in Solaris 11 and higher. This modules will configure which publishers a client will download IPS packages from.
parameter | required | default | choices | comments |
---|---|---|---|---|
enabled | no |
| Is the repository enabled or disabled? |
|
mirror | no |
A path or URL to the repository mirror.
Multiple values may be provided.
|
||
name | yes |
The publisher's name. aliases: publisher
|
||
origin | no |
A path or URL to the repository.
Multiple values may be provided.
|
||
state | no | present |
| Whether to ensure that a publisher is present or absent. |
sticky | no |
| Packages installed from a sticky repository can only receive updates from that repository. |
# Fetch packages for the solaris publisher direct from Oracle: - pkg5_publisher: name=solaris sticky=true origin=https://pkg.oracle.com/solaris/support/ # Configure a publisher for locally-produced packages: - pkg5_publisher: name=site origin=https://pkg.example.com/site/
For more information on what this means please read Extras Modules
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, developing_test_pr and Developing Modules.
© 2012–2016 Michael DeHaan
© 2016 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/pkg5_publisher_module.html