summaryrefslogtreecommitdiffstats
path: root/vagrant/hosts.update.yml
blob: c6b757790dba975d0709f90e21e193b03dbd7e42 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Update all nodes
#
- hosts: all
  become: yes
  become_method: sudo
  vars_files:
    - ansible/distro-vars.yml
  roles:
    - hosts.update