diff options
Diffstat (limited to 'sysupgrade.yml')
-rw-r--r-- | sysupgrade.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysupgrade.yml b/sysupgrade.yml new file mode 100644 index 0000000..95bae48 --- /dev/null +++ b/sysupgrade.yml @@ -0,0 +1,12 @@ +- name: Update DigitalOcean machines + hosts: digitalocean + vars: + digitalocean_api_url: https://api.digitalocean.com/v2 + vars_files: + - misc/vaults/digitalocean.yml + roles: + - { role: shutdown } + - { role: snapshot } + - { role: poweron } + - { role: sysupgrade } + - { role: reboot } |