6 lines
85 B
YAML
6 lines
85 B
YAML
---
|
|
- name: install apache via ansible playbook
|
|
hosts: all
|
|
roles:
|
|
- myapache3
|