Skip to content

Commit

Permalink
set up vm1 as a servicehost, too
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Dec 16, 2014
1 parent cd32980 commit 39d3a9b
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 39d3a9b

Please sign in to comment.