Skip to content

Commit

Permalink
ansible,docs: a couple of doc improvements
Browse files Browse the repository at this point in the history
PR-URL: #715
  • Loading branch information
santigimeno authored and gibfahn committed May 15, 2017
1 parent 0c4bb30 commit 976dff4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ running one (or multiple) of below playbooks. If you're adding a new host,
limiting ansible to just running on that host is probably quicker:

```console
$ ansible-playbook playbooks/create-jenkins-worker.yml \
$ ansible-playbook playbooks/jenkins/worker/create.yml \
--limit "test-digitalocean-debian8-x64-1"
```

Expand All @@ -43,7 +43,8 @@ These playbooks are available to you:
- **jenkins/linter.yml**: Sets up the code linters (flavour of a worker).

- **create-webhost.yml**: Configures the server(s) that host nodejs.org,
iojs.org and dist.libuv.org among other things.
iojs.org and dist.libuv.org among other things
(only works on Ubuntu boxes).

- **create-unencrypted.yml**: Configures unencrypted.nodejs.org.

Expand Down

0 comments on commit 976dff4

Please sign in to comment.