forked from retr0h/gilt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGiltfile.yaml
34 lines (34 loc) · 855 Bytes
/
Giltfile.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
giltDir: ~/.gilt/clone
debug: false
repositories:
- git: https://github.com/retr0h/ansible-etcd.git
version: 77a95b7
dstDir: /tmp/retr0h.ansible-etcd
- git: https://github.com/retr0h/ansible-etcd.git
version: 1.1
dstDir: /tmp/retr0h.ansible-etcd
- git: https://github.com/lorin/openstack-ansible-modules.git
version: 2677cc3
sources:
- src: "*_manage"
dstDir: /tmp/library
- src: nova_quota
dstDir: /tmp/library
- src: neutron_router
dstFile: /tmp/library/neutron_router.py
- src: tests
dstDir: /tmp/tests
commands:
- cmd: touch
args: /tmp/post-command-1
- cmd: touch
args: /tmp/post-command-2
- cmd: ls
args:
- -altr
- /tmp
- cmd: bash
args:
- -c
- who | grep tty