You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
199 B
YAML

---
- name: Update packages on cloud nodes
hosts: cloud
user: root
roles:
- package-update
- name: Update packages on home nodes
hosts: home
user: root
roles:
- package-update