Skip to content

Commit

Permalink
move hosts to hosts.example
Browse files Browse the repository at this point in the history
  - 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.
  • Loading branch information
thefury committed Oct 21, 2013
1 parent 82cead2 commit ba8f47e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wordpress-nginx/hosts
5 changes: 3 additions & 2 deletions wordpress-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
File renamed without changes.

0 comments on commit ba8f47e

Please sign in to comment.