aboutsummaryrefslogtreecommitdiffstats
path: root/site.all.yml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-11-08 17:46:06 +0100
committerRomain Gonçalves <me@rgoncalves.se>2024-11-08 17:46:06 +0100
commit2cfcab54114799ef612c59a04e537d8c44438814 (patch)
treefd13b0a3097f9d94ed22c7bd0e9978e84788d32d /site.all.yml
parent39e4d98802a51918e12948efcd29c67d9bfe021f (diff)
downloadrules-2cfcab54114799ef612c59a04e537d8c44438814.tar.gz
feat(roles/upgrade): kickstart upgrade role for openbsd
Diffstat (limited to 'site.all.yml')
-rw-r--r--site.all.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/site.all.yml b/site.all.yml
index 73acbef..83a35c7 100644
--- a/site.all.yml
+++ b/site.all.yml
@@ -1,5 +1,11 @@
---
+- name: include prerequisites playbook
+ ansible.builtin.import_playbook: site.prerequisites.yml
+
+- name: include upgrade playbook
+ ansible.builtin.import_playbook: site.upgrade.yml
+
- name: include system playbook
ansible.builtin.import_playbook: site.system.yml
remember that computers suck.