diff --git a/playbook.yml b/app.yml similarity index 59% rename from playbook.yml rename to app.yml index 029456b..48c2017 100644 --- a/playbook.yml +++ b/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