90DaysOfDevOps/zh_tw/Days/Configmgmt/ansible-scenario3/playbook3.yml

8 lines
171 B
YAML
Raw Normal View History

2022-04-21 21:17:43 +07:00
- hosts: webservers
become: yes
vars:
http_port: 8000
https_port: 4443
html_welcome_msg: "Hello 90DaysOfDevOps - Welcome to Day 66!"
roles:
- apache2