2019-01-12 12:49:56 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
2019-02-26 14:13:50 +00:00
|
|
|
# - name: ansible-latest
|
|
|
|
# image: python:2.7
|
|
|
|
# pull: always
|
|
|
|
# commands:
|
|
|
|
# - pip install ansible ansible-later -q
|
|
|
|
# - git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
|
|
|
# - git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
|
|
|
# depends_on: [ clone ]
|
|
|
|
|
|
|
|
# - name: ansible-master
|
|
|
|
# image: python:2.7
|
|
|
|
# pull: always
|
|
|
|
# commands:
|
|
|
|
# - pip install ansible ansible-later -q
|
|
|
|
# - git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
|
|
|
|
# - git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
|
|
|
|
# depends_on: [ clone ]
|
2019-01-09 19:57:15 +00:00
|
|
|
|
2019-02-26 14:13:50 +00:00
|
|
|
- name: molecule
|
|
|
|
image: quay.io/ansible/molecule
|
2019-01-12 12:49:56 +00:00
|
|
|
pull: always
|
2019-01-09 19:57:15 +00:00
|
|
|
commands:
|
2019-02-26 14:13:50 +00:00
|
|
|
- pip install ansible -qq
|
|
|
|
- molecule test
|