This commit is contained in:
tobi
2022-03-30 22:37:28 +02:00
parent ba8283a7dd
commit 1fd36409b1

View File

@@ -1,7 +1,15 @@
# ---
# - hosts: localhost
# vars:
# - username: sammy
# - home: /home/sammy
# tasks:
# - name: print variables
# debug:
# msg: "Username: {{ username }}, Home dir: {{ home }}"
---
# - name: Basic Arch Linux installation
hosts:
localhost:
- hosts: localhost
vars:
- hostname: 'test-vm'
tasks: