mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
removed files
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
8525b1e31c
commit
203cc2b682
3 changed files with 0 additions and 58 deletions
20
MANIFEST.in
20
MANIFEST.in
|
|
@ -1,20 +0,0 @@
|
|||
# Files for ansible-signing
|
||||
|
||||
include site.yml
|
||||
include MANIFEST.in
|
||||
include .precommit/.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
|
||||
30
ansible.cfg
30
ansible.cfg
|
|
@ -1,30 +0,0 @@
|
|||
[defaults]
|
||||
host_key_checking=False
|
||||
display_skipped_hosts=True
|
||||
system_warnings=False
|
||||
command_warnings=False
|
||||
nocows=1
|
||||
retry_files_save_path=/dev/null
|
||||
pipelining=true
|
||||
|
||||
# Use the YAML callback plugin.
|
||||
#stdout_callback = yaml
|
||||
# Use the stdout_callback when running ad-hoc commands.
|
||||
bin_ansible_callbacks = True
|
||||
|
||||
[privilege_escalation]
|
||||
|
||||
[paramiko_connection]
|
||||
record_host_keys=False
|
||||
|
||||
[ssh_connection]
|
||||
transfer_method=scp
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
||||
|
||||
[accelerate]
|
||||
|
||||
[selinux]
|
||||
|
||||
[colors]
|
||||
|
||||
[diff]
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- role: "{{ playbook_dir }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue