9 lines
149 B
YAML
9 lines
149 B
YAML
---
|
|
|
|
# execute this role
|
|
- name: "install and configure Pangolin"
|
|
hosts: "all"
|
|
become: true
|
|
roles:
|
|
- role: "docker"
|
|
- role: "pangolin"
|