5 lines
95 B
YAML
5 lines
95 B
YAML
---
|
|
- name: Install and start Apache web server
|
|
hosts: all
|
|
roles:
|
|
- server_install_ssh
|