Add initial linting and security checks
Introduces CI workflows for YAML linting and secret detection, and adds basic configuration for both tools. Also adds a sample connectivity test playbook.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Test connectivity to localhost
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Ping localhost
|
||||
ansible.builtin.ping:
|
||||
Reference in New Issue
Block a user