This commit is contained in:
AnsibleGuy 2023-06-28 21:19:58 +02:00
parent ced8459f8a
commit 51ce9d82a6
No known key found for this signature in database
GPG Key ID: 52984C069F5AD3CD
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
# ansible-playbook -K -D -i inventory/hosts.yml playbook.yml
- hosts: all # should be limited to web-servers
- name: Apache2
hosts: all # should be limited to web-servers
become: true
gather_facts: yes
roles: