Swap to role based tasks #1

Merged
noah.knegt merged 10 commits from roles into master 2023-02-28 15:49:55 +01:00
18 changed files with 286 additions and 71 deletions
Showing only changes of commit 6c148e91e9 - Show all commits

View File

@@ -1,8 +0,0 @@
- hosts: ubuntu
remote_user: provision
become: true
tasks:
- name: upgrade system
apt:
update_cache: yes
upgrade: yes

View File

@@ -9,6 +9,6 @@
--- ---
- hosts: all - hosts: all
remote_user: root become: true
roles: roles:
- base - base