Move base to setup role

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-03-27 16:32:09 +02:00
parent 7197ff9140
commit 6e457b2be3
17 changed files with 3 additions and 4 deletions

View File

@@ -8,11 +8,10 @@
#=================================================================================================== #===================================================================================================
--- ---
- hosts: ubuntu - hosts: all
remote_user: ansible remote_user: root
become: true
roles: roles:
- base - setup
# Clean up the system # Clean up the system
- hosts: ubuntu - hosts: ubuntu