16 lines
508 B
Markdown
Raw Permalink Normal View History

2022-06-08 10:17:44 +00:00
# ansible-package-upgrades
No-frills Ansible playbook to run ad-hoc package upgrades
## Run it
Run it like so:
```
ansible-playbook --inventory hosts.yml playbook.yml --limit <hostgroup>
```
## Vars
* Create your inventory for example at `ansible/hosts.yml`, an exampe file is located at [ansible/hosts.yml.example](ansible/hosts.yml.example).
* Set host group vars as needed, an example file for the `all` group is at [ansible/group_vars/all/vars.yml.example](ansible/group_vars/all/vars.yml.example).