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:
parent
4af69c31ce
commit
888590ed9f
188 changed files with 30 additions and 30 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -2,14 +2,14 @@
|
|||
.idea
|
||||
.*~
|
||||
.*#
|
||||
.webui_secret_key
|
||||
# ansible
|
||||
ansible.cfg
|
||||
collections/ansible_collections/*
|
||||
collections/ansible_collections/*/*/logs/*
|
||||
collections/ansible_collections/*/*/tests/*
|
||||
!collections/ansible_collections/*/*/tests/config.yml
|
||||
!collections/ansible_collections/*/*/tests/sanity
|
||||
!collections/ansible_collections/nullified
|
||||
ansible_collections/*/*/logs/*
|
||||
ansible_collections/*/*/tests/*
|
||||
!ansible_collections/*/*/tests/config.yml
|
||||
!ansible_collections/*/*/tests/sanity
|
||||
galaxy
|
||||
galaxy_cache
|
||||
galaxy_token
|
||||
inventory/inventory.yml
|
||||
|
|
|
@ -52,7 +52,6 @@
|
|||
- smartmontools
|
||||
- tree
|
||||
- xz-utils
|
||||
- yq
|
||||
state: present
|
||||
|
||||
- name: 'install firmware management tools'
|
||||
|
@ -112,6 +111,8 @@
|
|||
creates: /usr/bin/duf
|
||||
cmds:
|
||||
- dpkg -i {asset_dirname}/{asset_filename}
|
||||
- repository: mikefarah/yq
|
||||
asset_name:
|
||||
|
||||
- name: '[apt] install custom packages'
|
||||
become: true
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue