initial project commit
This commit is contained in:
commit
f23987925f
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
collections/ansible_collections
|
4
ansible.cfg
Normal file
4
ansible.cfg
Normal file
@ -0,0 +1,4 @@
|
||||
[defaults]
|
||||
collections_path = collections
|
||||
host_key_checking = False
|
||||
display_skipped_hosts = False
|
4
requirements.yml
Normal file
4
requirements.yml
Normal file
@ -0,0 +1,4 @@
|
||||
collections:
|
||||
- name: community.general
|
||||
- name: rhc.known_good
|
||||
- name: rhc.known_bad
|
Loading…
x
Reference in New Issue
Block a user