Merge pull request #32 from thefury/hosts-to-example

Move hosts to hosts.example
pull/63/head
Tim Gerla 11 years ago
commit 8714a5cbc2
  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: