Skip to content

Commit

Permalink
Merge pull request #24 from andreygubarev/dependency-templates
Browse files Browse the repository at this point in the history
add dependencies of molecule test
  • Loading branch information
andreygubarev authored Aug 23, 2023
2 parents ed1162f + 7388311 commit b188c60
Show file tree
Hide file tree
Showing 22 changed files with 82 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: community.crypto
version: ">=2.11.1"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
roles: []
11 changes: 11 additions & 0 deletions molecule_qemu/playbooks/cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
- name: Cleanup
hosts: localhost
gather_facts: false
no_log: "{{ molecule_no_log }}"

environment:
http_proxy: "{{ lookup('ansible.builtin.env', 'http_proxy') | default(omit) }}"
https_proxy: "{{ lookup('ansible.builtin.env', 'https_proxy') | default(omit) }}"

tasks: []
11 changes: 11 additions & 0 deletions molecule_qemu/playbooks/side_effect.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
- name: Side effect
hosts: localhost
gather_facts: false
no_log: "{{ molecule_no_log }}"

environment:
http_proxy: "{{ lookup('ansible.builtin.env', 'http_proxy') | default(omit) }}"
https_proxy: "{{ lookup('ansible.builtin.env', 'https_proxy') | default(omit) }}"

tasks: []
4 changes: 4 additions & 0 deletions tests/molecule/default/collections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: community.crypto
version: ">=2.11.1"
2 changes: 2 additions & 0 deletions tests/molecule/default/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
roles: []
4 changes: 4 additions & 0 deletions tests/molecule/network-shared/collections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: community.crypto
version: ">=2.11.1"
2 changes: 2 additions & 0 deletions tests/molecule/network-shared/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
roles: []
4 changes: 4 additions & 0 deletions tests/molecule/network-user/collections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: community.crypto
version: ">=2.11.1"
2 changes: 2 additions & 0 deletions tests/molecule/network-user/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
roles: []
4 changes: 4 additions & 0 deletions tests/molecule/os-debian-bookworm/collections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: community.crypto
version: ">=2.11.1"
2 changes: 2 additions & 0 deletions tests/molecule/os-debian-bookworm/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
roles: []
4 changes: 4 additions & 0 deletions tests/molecule/os-debian-bullseye/collections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: community.crypto
version: ">=2.11.1"
2 changes: 2 additions & 0 deletions tests/molecule/os-debian-bullseye/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
roles: []
4 changes: 4 additions & 0 deletions tests/molecule/os-ubuntu-focal/collections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: community.crypto
version: ">=2.11.1"
2 changes: 2 additions & 0 deletions tests/molecule/os-ubuntu-focal/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
roles: []
4 changes: 4 additions & 0 deletions tests/molecule/os-ubuntu-jammy/collections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: community.crypto
version: ">=2.11.1"
2 changes: 2 additions & 0 deletions tests/molecule/os-ubuntu-jammy/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
roles: []
4 changes: 4 additions & 0 deletions tests/molecule/platform-amd64/collections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: community.crypto
version: ">=2.11.1"
2 changes: 2 additions & 0 deletions tests/molecule/platform-amd64/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
roles: []
4 changes: 4 additions & 0 deletions tests/molecule/platform-arm64/collections.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
collections:
- name: community.crypto
version: ">=2.11.1"
2 changes: 2 additions & 0 deletions tests/molecule/platform-arm64/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
roles: []

0 comments on commit b188c60

Please sign in to comment.