update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user