Browse Source

first commit

main
Mohammad Akbari 4 years ago
commit
656d472735
Signed by: akbarjimi GPG Key ID: 55726AEFECE5E683
  1. 12
      playbook.yml

12
playbook.yml

@ -0,0 +1,12 @@
- name: update web servers
become: yes
hosts:
- 193.176.240.2
- 185.239.107.148
tasks:
- name: ensure apache is at the latest version
apt:
update_cache: y
dpkg_options: 'force-confnew,force-confdef'
name: apache2
state: latest
Loading…
Cancel
Save