Skip to content

Commit

Permalink
Merge pull request #446 from goneri/Revert-aws-decipher-.age-files-on…
Browse files Browse the repository at this point in the history
…-the-file_28457

Revert "aws: decipher .age files on the file"

This reverts the following commits:

b0f3309
43931e1
c239393
f5b662b
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 22, 2022
2 parents 6bf926f + 021f5d8 commit 3d8befc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 68 deletions.
38 changes: 0 additions & 38 deletions playbooks/age/pre.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
deploy_artifacts_type:
- ansible_collection
- python_sdist
deploy_artifacts_venv_path: ~/venv
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@
with_items: "{{ zuul.artifacts }}"
when: "'metadata' in item and 'type' in item.metadata and (item.metadata.type == 'ansible_collection')"

- name: Install ansible
package:
name: ansible-core
state: present
become: true

- name: Install require-project collection using ansible-galaxy
args:
chdir: ~/downloads
chdir: "{{ ansible_user_dir }}/downloads"
executable: /bin/bash
shell: "ansible-galaxy collection install {{ __collections }}"
shell: "source {{ deploy_artifacts_venv_path }}/bin/activate; ansible-galaxy collection install {{ __collections }}"
5 changes: 1 addition & 4 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,9 @@
name: ansible-core-ci-aws-session
description: |
Create an AWS/sts session with an ansible-core-ci key.
pre-run:
- playbooks/ansible-core-ci/pre.yaml
- playbooks/age/pre.yaml
pre-run: playbooks/ansible-core-ci/pre.yaml
secrets:
- ansible_core_ci
- age

- job:
name: release-ansible-python
Expand Down
18 changes: 0 additions & 18 deletions zuul.d/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3753,21 +3753,3 @@
7HRHFBtrU+ykHynu4k597BvE3P5aMHTAHm6bJkvk4WtmVnKkigbZcVFExV4Y009R4gSEd
xKsFcGxouyfAXaaLxsfXRVvadB4SNiMyLucepOmFC3m7O7WNEgMjS1NpKNg7ddmUXURfk
HgVJ2m2n7fiyHwpFVQ2WraPxNdMfAaHRJ+Mm8w96UIMvgy8LjFSePCZRhUWjTE=

#### AGE #####
- secret:
name: age
data:
# created: 2022-09-08T13:35:22-04:00
# public key: age1tugmwue6qmc0k9wqz0ktd7yrx274ws6xcuuj8q7t6e6499hypuxsenduws
key_txt: !encrypted/pkcs1-oaep
- UEVqMvCxHFKUEqN/VLE4PZCKGwTrdu8j3EZXkTlE4uDDOyCBId/SqLajUbkQRtp7gLBuL
TiA9kjLH5hseC3NxhEka5IbL4YyWwZCvc5VHmJQrGJwyE0vs1AV3jmVtMV56a+8iCx2rF
+M3KhapDjIfsFoVhNX0bn8Sj9hQLjM5bec5UCutjtyoG5rjHtspQ+xc/JX2NQF0zhQZfB
1DMd2XKAX1lTmts8/xIJAQHtIzOcpgUyJLZiOwqlDvhxqbcFzFqlnIvpkqMs0mfVVN6v7
PY5CBGHeKYksQew+eRslP+zMYoicF82a3W5H9EQ6nT6yfEltzWUgDKY2hUBXHCHbRwq09
GPBs4fol4girkBXYcVPJIr2gVMVflk5yVClezVd5/N79PbySoIxvXJlxPyzE2BQejMQXk
Hd65ne08xES5oEYAhE43Mgf0Nac7xTTIN0DQM0JHh9eoDt1zLlk+W6FYeixTve/2Usq9i
g6zxgtcDbiaHRY8piwG4OGBFydODEniPk5GCIjlV2J9nKxKcewk9saBdCv2hR9YC8LQvj
pm+ORPVeVC1mqvDfRzyJ3+/qbP9B3mBqfYNJbqdid7xw9X+wSLdRzkGg2+4S29qjJEeTX
XyATUbYmwIpg2KIv6dhvCKNyojH0ANKXT8vQxoPWIXIS1PejKc0gUcnhOec0nQ=

0 comments on commit 3d8befc

Please sign in to comment.