Set up basic ansible repo
This commit is contained in:
commit
9c06b98fde
5 changed files with 30 additions and 0 deletions
18
play.yaml
Normal file
18
play.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
|
||||
- name: Example task
|
||||
hosts: host
|
||||
tasks:
|
||||
- name: Display facts
|
||||
debug:
|
||||
msg: "Facts collected: {{ ansible_facts }}"
|
||||
|
||||
# - name: Create void btrfs subvol
|
||||
# hosts: host
|
||||
# vars:
|
||||
# - btrfs_target: 441a90a5-3da2-46ce-9e32-987569b746c9
|
||||
# tasks:
|
||||
# - name: Create @voidroot subvool under root
|
||||
# community.general.btrfs_subvolume:
|
||||
# name: /@voidroot
|
||||
# filesystem_uuid: {{ btrfs_target }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue