2021-06-09 08:39:00 +00:00
|
|
|
---
|
2021-06-10 09:39:42 +00:00
|
|
|
- hosts: 127.0.0.1
|
2021-06-09 08:39:00 +00:00
|
|
|
connection: local
|
|
|
|
gather_facts: false
|
|
|
|
# become: true
|
|
|
|
roles:
|
|
|
|
- vapp
|
|
|
|
- network
|
2021-06-10 13:07:48 +00:00
|
|
|
- users
|
2021-06-09 20:49:14 +00:00
|
|
|
- cleanup
|