aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/update.yml
blob: f9399cbd09c4f0307d549571b98b24f98dd8a225 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# update.yml

---

- hosts: servers
  strategy: free
  roles:
    - update

- hosts: servers
  tasks:
    - name: reboot all servers
      reboot:
      when: update_reboot is defined and update_reboot
remember that computers suck.