Added requirements
This commit is contained in:
parent
e5443b7bc3
commit
0e8b1d7d21
2 changed files with 8 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,7 +6,7 @@ vault-password.txt
|
|||
*.vault
|
||||
collections/*
|
||||
!collections/ansible_collections
|
||||
!collections/requirements.yml
|
||||
!collections/requirements.yaml
|
||||
collections/ansible_collections/*
|
||||
!collections/ansible_collections/adhdgirl
|
||||
collections/ansible_collections/adhdgirl/*
|
||||
|
|
|
|||
7
collections/requirements.yaml
Normal file
7
collections/requirements.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
collections:
|
||||
- name: community.general
|
||||
- name: ansible.posix
|
||||
# - name: ansibleguy.nftables
|
||||
# version: 1.0.3
|
||||
- name: community.docker
|
||||
Loading…
Add table
Add a link
Reference in a new issue