3049d8cb9a
Introduces CI workflows for YAML linting and secret detection, and adds basic configuration for both tools. Also adds a sample connectivity test playbook.
8 lines
148 B
YAML
8 lines
148 B
YAML
---
|
|
- name: Test connectivity to localhost
|
|
hosts: localhost
|
|
gather_facts: false
|
|
tasks:
|
|
- name: Ping localhost
|
|
ansible.builtin.ping:
|