forked from ansible-lockdown/RHEL9-CIS
Added pre-commit manifest file
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
c9db12b603
commit
66ed22e5ee
1 changed files with 20 additions and 0 deletions
20
MANIFEST.in
Normal file
20
MANIFEST.in
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# Files for ansible-signing
|
||||||
|
|
||||||
|
include site.yml
|
||||||
|
include MANIFEST.in
|
||||||
|
include .secrets.baseline
|
||||||
|
include *.md *.rst
|
||||||
|
include ansible.cfg
|
||||||
|
include .ansible-lint .gitattributes .gitignore .yamllint .pre-commit-config.yaml LICENSE
|
||||||
|
include requirements.txt Makefile
|
||||||
|
recursive-exclude .git *
|
||||||
|
recursive-include .github *.yml *.md *.tf *.tfvars
|
||||||
|
recursive-include collections *.yml
|
||||||
|
recursive-include defaults *.yml
|
||||||
|
recursive-include files *
|
||||||
|
recursive-include handlers *.yml
|
||||||
|
recursive-include meta *.yml
|
||||||
|
recursive-include molecule *.yml
|
||||||
|
recursive-include tasks *.yml
|
||||||
|
recursive-include templates *.j2
|
||||||
|
recursive-include vars *.yml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue