mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-25 14:43:06 +00:00
21 lines
613 B
Text
21 lines
613 B
Text
|
|
# 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
|