
This PS removes privilege escalation from the roles so that these roles can be used in a developer environment Change-Id: I44ddc18532ee75b0d398896d470ecf949ad4496a
8 lines
150 B
YAML
8 lines
150 B
YAML
- hosts: primary
|
|
roles:
|
|
- role: libvirt-pool
|
|
vars:
|
|
libvirt_pool:
|
|
path: /var/lib/libvirt/airship
|
|
name: airship
|