Skip to content

Commit

Permalink
Merge pull request #41 from djmitche/add-vm1
Browse files Browse the repository at this point in the history
set up vm1 as a servicehost, too
  • Loading branch information
Mikhail Sobolev committed Dec 16, 2014
2 parents cd32980 + 39d3a9b commit 224f0fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions local.yml
Expand Up @@ -42,6 +42,14 @@
roles:
- base-servicehost

- name: configure vm1
hosts: vm1
gather_facts: no
connection: local
sudo: yes
roles:
- base-servicehost

- name: configure ns1
hosts: ns1
gather_facts: no
Expand Down

0 comments on commit 224f0fe

Please sign in to comment.