Browse Source

Rename to app from playbook

main
Mohammad Akbari 4 years ago
parent
commit
c21939ee4e
  1. 6
      app.yml

6
playbook.yml → app.yml

@ -1,10 +1,10 @@
- name: update web servers
- name: Initialize web servers
become: yes
hosts: webservers
tasks:
- name: ensure nano is at the latest version
- name: ensure apache is at the latest version
apt:
update_cache: y
dpkg_options: 'force-confnew,force-confdef'
name: nano
name: httpd
state: latest
Loading…
Cancel
Save