forked from cisti/infra
10 lines
143 B
YAML
10 lines
143 B
YAML
---
|
|
|
|
- name: "Testing up1 role"
|
|
hosts: jolly
|
|
become: true
|
|
roles:
|
|
- role: common
|
|
- role: up1
|
|
vars:
|
|
hostname: :8000
|