Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4740c48
Updating paths in meta roles.
gregharvey Nov 10, 2023
41f1e5b
Excluding wazuh role from linting.
gregharvey Nov 10, 2023
fb4cf5f
Removing exclusion from CI because it's in .ansible-lint.
gregharvey Nov 10, 2023
26c9408
Adding debian readme to complete sidebar in docs.
gregharvey Nov 10, 2023
a9a3c59
Merge branch '2.x' into meta_role_paths-PR-2.x
gregharvey Nov 10, 2023
1be52fe
Merge branch 'meta_role_paths' into meta_role_paths-PR-2.x
gregharvey Nov 10, 2023
b6ebf17
Being more generic with Python version for venv to avoid Debian versi…
gregharvey Nov 10, 2023
ba4f996
Merge branch '2.x' into meta_role_paths-PR-2.x
gregharvey Nov 10, 2023
c6ba804
Merge branch 'meta_role_paths' into meta_role_paths-PR-2.x
gregharvey Nov 10, 2023
465b5dd
We shouldn't need to remove all the old Ansible system stuff any more.
gregharvey Nov 10, 2023
c55da9b
Merge branch '2.x' into meta_role_paths-PR-2.x
gregharvey Nov 10, 2023
fb83376
Merge branch 'meta_role_paths' into meta_role_paths-PR-2.x
gregharvey Nov 10, 2023
adf5acf
Grouping python activities together after role downloads.
gregharvey Nov 10, 2023
52642e5
Merge branch '2.x' into meta_role_paths-PR-2.x
gregharvey Nov 10, 2023
9a64963
Merge branch 'meta_role_paths' into meta_role_paths-PR-2.x
gregharvey Nov 10, 2023
c68dbed
Need a cache update to make the 'parallel' package avaiable.
gregharvey Nov 13, 2023
3a23578
Merge branch '2.x' into meta_role_paths-PR-2.x
gregharvey Nov 13, 2023
4f9c4c5
Merge branch 'meta_role_paths' into meta_role_paths-PR-2.x
gregharvey Nov 13, 2023
9296268
Updating path to ce_deploy role for galaxy requirements files.
gregharvey Nov 13, 2023
c8cb40c
Merge branch '2.x' into meta_role_paths-PR-2.x
gregharvey Nov 13, 2023
c26e05d
Merge branch 'meta_role_paths' into meta_role_paths-PR-2.x
gregharvey Nov 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/debian/ce_deploy/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

- name: Copy mandatory ansible-galaxy requirements file to deploy server.
ansible.builtin.copy:
src: "{{ ce_deploy.ce_provision_dir }}/roles/ce_deploy/meta/requirements-{{ ansible_distribution_major_version }}.yml"
src: "{{ ce_deploy.ce_provision_dir }}/roles/debian/ce_deploy/meta/requirements-{{ ansible_distribution_major_version }}.yml"
dest: "{{ ce_deploy.local_dir }}/requirements-{{ ansible_distribution_major_version }}.yml"
owner: "{{ ce_deploy.username }}"
group: "{{ ce_deploy.username }}"
Expand Down