~berendt/faafo/master

« back to all changes in this revision

Viewing changes to ansible/playbook.yaml

  • Committer: Christian Berendt
  • Date: 2015-03-31 09:19:06 UTC
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: git-v1:2ffb9fb3d17dbb0846b7efa58d67dafaa2d8a04e
Strip down to use only one configuration file

Change-Id: I51a35123eb37a0b97105f83681899e4d74cd160d

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  - command: python setup.py install
20
20
    args:
21
21
      chdir: /vagrant
22
 
 
23
 
  - copy: src=files/{{ item }} dest=/home/vagrant/{{ item }} mode=0755 owner=vagrant group=vagrant
24
 
    with_items:
25
 
      - run_api.sh
26
 
      - run_producer.sh
27
 
      - run_worker.sh
28
 
 
29
 
  - copy: src=files/{{ item }} dest=/home/vagrant/{{ item }} mode=0644 owner=vagrant group=vagrant
30
 
    with_items:
31
 
      - api.conf
32
 
      - producer.conf
33
 
      - worker.conf