Add initial linting and security checks
YAML Lint / yamllint (push) Failing after 11s
YAML Lint / gitleaks (push) Successful in 3s

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:
2026-05-03 09:49:18 +03:00
parent bac193c8d8
commit 3049d8cb9a
4 changed files with 48 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
- name: Test connectivity to localhost
hosts: localhost
gather_facts: false
tasks:
- name: Ping localhost
ansible.builtin.ping: