Skip to content
Snippets Groups Projects
Commit 6a2cc9bb authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

feat: add hello world ansible playbook

parent 438f100e
No related branches found
No related tags found
No related merge requests found
---
- name: My first playbook
hosts: all
tasks:
- name: Print message
ansible.builtin.debug:
msg: Hello world
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment