project-config/jenkins/jobs/ansible-role-jobs.yaml
Monty Taylor 66eaf7473b Add ansible role for running puppet
Rather than embedding ansible roles inside of puppet modules (which is
mildly more than passing strange) make the ansible role a standalone
role that can be published to ansible galaxy.

Change-Id: I79a5a21278a1268e0e0011a874ff29c6980fd334
2015-02-24 18:07:25 -05:00

20 lines
348 B
YAML

- job-template:
name: 'gate-{name}-ansible-lint'
node: '{node}'
builders:
- ansible-prep
- ansible-lint-prep
- revoke-sudo
- gerrit-git-prep
- ansible-syntax
- ansible-lint
publishers:
- console-log
- job-group:
name: 'ansible-lint-jobs'
jobs:
- 'gate-{name}-ansible-lint'