Files
ansible/ansible_ping_test.yml
nerv 3049d8cb9a
YAML Lint / yamllint (push) Failing after 11s
YAML Lint / gitleaks (push) Successful in 3s
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.
2026-05-03 09:49:18 +03:00

8 lines
148 B
YAML

---
- name: Test connectivity to localhost
hosts: localhost
gather_facts: false
tasks:
- name: Ping localhost
ansible.builtin.ping: