adfinis-sygroup.upgrade
ROLE UPGRADE
Link: License
Link: Travis CI
Link: Galaxy
A short description of the role will be provided here.
Requirements
List any requirements that are not covered by Ansible or this role. For example, if this role uses the EC2 module, mention that the boto
package is needed.
Role Variables
Describe the variables you can set for this role, including those in defaults/main.yml
and vars/main.yml
, as well as any that can be set as parameters. Mention any variables read from other roles or the global scope (like hostvars and group vars).
To upgrade the machine, use extra-vars
when running your playbook to specify dist_upgrade
and reboot
. For instance:
$ ansible-playbook -i hosts playbook.yml --extra-vars dist_upgrade=True --extra-vars reboot=True
Dependencies
List any other roles found on Galaxy that this role depends on. Include details on any parameters or variables that need to be set for those roles.
Example Playbook
It's helpful for users to see an example of how to use your role, including parameters:
- hosts: servers
roles:
- { role: adfinis-sygroup.upgrade }
License
GPL-3.0
| More Info
Author Information
This upgrade role was created by:
ansible-galaxy install adfinis-sygroup.upgrade