summaryrefslogtreecommitdiff
path: root/elements/ansible/ansible.bst
blob: af5bd550842514915ec2e592099baee802e37632 (plain)
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
kind: distutils
depends:
- core.bst
- python-common.bst
sources:
- kind: git
  url: upstream:ansible
  track: v1.8.4
  ref: ebc8d48d34296fe010096f044e2b7591df37a622
  submodules:
    lib/ansible/modules/core:
      url: upstream:ansible-modules-core.git
    lib/ansible/modules/extras:
      url: upstream:ansible-modules-extras.git
    v2/ansible/modules/core:
      url: upstream:ansible-modules-core.git
    v2/ansible/modules/extras:
      url: upstream:ansible-modules-extras.git
variables:
  python: python
config:
  install-commands:
    (>):
    - |
      install -D -m644 /proc/self/fd/0 "%{install-root}/etc/ansible/ansible.cfg" <<EOF
      [defaults]
      log_path=/var/log/ansible
      EOF