mirror of
https://github.com/jamieahelmke/ansible-quickstart.git
synced 2026-01-02 14:42:11 +01:00
Initial commit
This commit is contained in:
7
ansible/playbooks/example.yml
Normal file
7
ansible/playbooks/example.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Example Playbook
|
||||
hosts: local
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Test connection
|
||||
ansible.builtin.ping:
|
||||
Reference in New Issue
Block a user