This commit is contained in:
parent
4d2f640c75
commit
6d624d5788
@ -36,10 +36,9 @@ local PipelineDeployment(scenario='centos7') = {
|
||||
steps: [
|
||||
{
|
||||
name: 'ansible-molecule',
|
||||
image: 'xoxys/molecule:3',
|
||||
image: 'xoxys/molecule',
|
||||
environment: {
|
||||
DO_API_KEY: { from_secret: 'do_api_key' },
|
||||
USER: 'root',
|
||||
MOLECULE_CUSTOM_MODULES_REPO: 'https://gitea.rknet.org/ansible/custom_modules',
|
||||
MOLECULE_CUSTOM_FILTERS_REPO: 'https://gitea.rknet.org/ansible/custom_filters',
|
||||
},
|
||||
|
@ -35,7 +35,7 @@ workspace:
|
||||
|
||||
steps:
|
||||
- name: ansible-molecule
|
||||
image: xoxys/molecule:3
|
||||
image: xoxys/molecule
|
||||
commands:
|
||||
- molecule test -scentos7
|
||||
environment:
|
||||
@ -43,7 +43,6 @@ steps:
|
||||
from_secret: do_api_key
|
||||
MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters
|
||||
MOLECULE_CUSTOM_MODULES_REPO: https://gitea.rknet.org/ansible/custom_modules
|
||||
USER: root
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
@ -147,6 +146,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: ec7166da7e94fa113b88745a7e6253af1ce163fda1fb21ba6aa6eaccbd69e9f0
|
||||
hmac: 7283571e7aa14bdb9d41491b6c4f70d405737da7887cfc26871daf2392cfd0a8
|
||||
|
||||
...
|
||||
|
@ -3,7 +3,7 @@
|
||||
hosts: localhost
|
||||
connection: local
|
||||
gather_facts: false
|
||||
#no_log: "{{ molecule_no_log }}"
|
||||
no_log: "{{ molecule_no_log }}"
|
||||
vars:
|
||||
ssh_user: root
|
||||
ssh_port: 22
|
||||
|
Loading…
Reference in New Issue
Block a user