host-yamlfy #2

Merged
noah.knegt merged 3 commits from host-yamlfy into master 2023-03-27 16:53:32 +02:00
19 changed files with 44 additions and 10 deletions
Showing only changes of commit 6e457b2be3 - Show all commits

View File

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