-
Notifications
You must be signed in to change notification settings - Fork 16
/
.cqfdrc
25 lines (19 loc) · 885 Bytes
/
.cqfdrc
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
[project]
org='seapath'
name='ansible'
flavors='prepare manual module_documentation ansible-lint export'
[build]
docker_run_args="-v $(pwd)/examples/inventories/advanced_inventory_cluster_example.yaml:/etc/ansible/hosts/hosts.yaml -v $(pwd)/ceph-ansible/roles:/etc/ansible/roles"
command='check_yaml && ansible-lint -c ansible-lint.conf'
[prepare]
docker_run_args=""
command='./prepare.sh'
[manual]
command='asciidoctor-pdf README.adoc OVS_configuration.adoc'
[module_documentation]
command='./generate_module_documentation.sh'
[ansible-lint]
docker_run_args="-v $(pwd)/examples/inventories/advanced_inventory_cluster_example.yaml:/etc/ansible/hosts/hosts.yaml -v $(pwd)/ceph-ansible/roles:/etc/ansible/roles"
command='ansible-lint -c ansible-lint.conf'
[export]
command='rm -f ansible.tar.gz && ./prepare.sh && tar --exclude=ansible.tar.gz --exclude=.git -czf ansible.tar.gz .'