move hosts to hosts.example

- move hosts file
  - add gitignore for hosts
  - this modification will allow admins to add their own hosts
    without worrying about accidentally uploading them to
    external servers.
pull/63/head
Trevor Oke 11 years ago
parent 82cead2bf5
commit ba8f47e2a5
  1. 1
      .gitignore
  2. 5
      wordpress-nginx/README.md
  3. 0
      wordpress-nginx/hosts.example

1
.gitignore vendored

@ -0,0 +1 @@
wordpress-nginx/hosts

@ -5,8 +5,9 @@
These playbooks deploy a simple all-in-one configuration of the popular
Wordpress blogging platform and CMS, frontend by the Nginx web server and the
PHP-FPM process manager. To use, edit the "hosts" inventory file to include the
names of the servers you want to deploy.
PHP-FPM process manager. To use, copy the 'hosts.example' file to 'hosts' and
edit the `hosts` inventory file to include the names or URLs of the servers
you want to deploy.
Then run the playbook, like this: