Files
ansible-lab/playbooks/webservers.yml

7 lines
92 B
YAML

- name: Configure webserver with nginx
hosts: debian
become: true
roles:
- nginx