chore!: separated galaxy deps and own collections; modified ansible script generation to use two paths for collections

REQUIRES REGENERATING ansible.cfg!
This commit is contained in:
NaeiKinDus 2025-02-23 00:00:00 +00:00
parent 4af69c31ce
commit 888590ed9f
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
188 changed files with 30 additions and 30 deletions

12
.gitignore vendored
View file

@ -2,14 +2,14 @@
.idea .idea
.*~ .*~
.*# .*#
.webui_secret_key
# ansible # ansible
ansible.cfg ansible.cfg
collections/ansible_collections/* ansible_collections/*/*/logs/*
collections/ansible_collections/*/*/logs/* ansible_collections/*/*/tests/*
collections/ansible_collections/*/*/tests/* !ansible_collections/*/*/tests/config.yml
!collections/ansible_collections/*/*/tests/config.yml !ansible_collections/*/*/tests/sanity
!collections/ansible_collections/*/*/tests/sanity galaxy
!collections/ansible_collections/nullified
galaxy_cache galaxy_cache
galaxy_token galaxy_token
inventory/inventory.yml inventory/inventory.yml

View file

@ -52,7 +52,6 @@
- smartmontools - smartmontools
- tree - tree
- xz-utils - xz-utils
- yq
state: present state: present
- name: 'install firmware management tools' - name: 'install firmware management tools'
@ -112,6 +111,8 @@
creates: /usr/bin/duf creates: /usr/bin/duf
cmds: cmds:
- dpkg -i {asset_dirname}/{asset_filename} - dpkg -i {asset_dirname}/{asset_filename}
- repository: mikefarah/yq
asset_name:
- name: '[apt] install custom packages' - name: '[apt] install custom packages'
become: true become: true

Some files were not shown because too many files have changed in this diff Show more