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:
|
vars:
|
||||||
- hostname: 'test-vm'
|
- hostname: 'test-vm'
|
||||||
tasks:
|
tasks:
|
||||||
|
|||||||
Reference in New Issue
Block a user