Ansible/ssh.yml

10 lines
128 B
YAML
Raw Normal View History

2020-09-10 19:19:29 +02:00
---
- name: Update Nginx configuration
hosts: all
become: yes
become_user: root
become_method: sudo
roles:
- ssh