11 lines
147 B
YAML
11 lines
147 B
YAML
|
---
|
||
|
|
||
|
- name: "Testing up1 role"
|
||
|
hosts: localhost
|
||
|
become: true
|
||
|
roles:
|
||
|
- role: common
|
||
|
- role: up1
|
||
|
vars:
|
||
|
hostname: :8000
|