diff --git a/.drone.jsonnet b/.drone.jsonnet index a96ea35..21a6f37 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -8,7 +8,7 @@ local PipelineLinting = { steps: [ { name: 'ansible-later', - image: 'xoxys/ansible-later:latest', + image: 'xoxys/ansible-later', commands: [ 'ansible-later', ], @@ -36,10 +36,10 @@ local PipelineDeployment(scenario='centos7') = { steps: [ { name: 'ansible-molecule', - image: 'xoxys/molecule:latest', + image: 'xoxys/molecule:3', + pull: 'always', 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', }, @@ -66,7 +66,7 @@ local PipelineDocumentation = { steps: [ { name: 'generate', - image: 'xoxys/ansible-doctor:latest', + image: 'xoxys/ansible-doctor', environment: { ANSIBLE_DOCTOR_LOG_LEVEL: 'INFO', ANSIBLE_DOCTOR_FORCE_OVERWRITE: true, @@ -78,7 +78,7 @@ local PipelineDocumentation = { }, { name: 'publish', - image: 'plugins/gh-pages:latest', + image: 'plugins/gh-pages', settings: { remote_url: 'https://gitea.rknet.org/ansible/xoxys.mosquitto', netrc_machine: 'gitea.rknet.org', diff --git a/.drone.yml b/.drone.yml index 93fd61d..ebad315 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: ansible-later - image: xoxys/ansible-later:latest + image: xoxys/ansible-later commands: - ansible-later @@ -35,7 +35,7 @@ workspace: steps: - name: ansible-molecule - image: xoxys/molecule:latest + image: xoxys/molecule:3 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: @@ -63,7 +62,7 @@ platform: steps: - name: generate - image: xoxys/ansible-doctor:latest + image: xoxys/ansible-doctor environment: ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/ ANSIBLE_DOCTOR_FORCE_OVERWRITE: true @@ -73,7 +72,7 @@ steps: ANSIBLE_DOCTOR_TEMPLATE: hugo-book - name: publish - image: plugins/gh-pages:latest + image: plugins/gh-pages settings: netrc_machine: gitea.rknet.org pages_directory: _docs/ @@ -147,6 +146,6 @@ depends_on: --- kind: signature -hmac: dfb30cf5fe92d3a7090e233224ca1254b57aa2102734f45df2647e89453b98ad +hmac: 10766cbac0a4a3fb5cc37710925482d7f86b3c188e4327ac94127146e727b545 ... diff --git a/molecule/centos7/playbook.yml b/molecule/centos7/converge.yml similarity index 100% rename from molecule/centos7/playbook.yml rename to molecule/centos7/converge.yml diff --git a/molecule/centos7/molecule.yml b/molecule/centos7/molecule.yml index 938a30e..50018d6 100644 --- a/molecule/centos7/molecule.yml +++ b/molecule/centos7/molecule.yml @@ -2,20 +2,14 @@ dependency: name: galaxy driver: - name: digitalocean + name: delegated platforms: - name: centos7-mosquitto region_id: fra1 image_id: centos-7-x64 size_id: s-1vcpu-1gb -lint: - name: yamllint - enabled: False provisioner: name: ansible - lint: - name: ansible-lint - enabled: False verifier: name: testinfra lint: