Skip to content

Instantly share code, notes, and snippets.

View alvin4frnds's full-sized avatar
🎯
Focusing

Praveen Kumar alvin4frnds

🎯
Focusing
View GitHub Profile
@alvin4frnds
alvin4frnds / hello_world.yml
Last active March 11, 2018 08:57
Hello world example for ansible-playbook.
---
- name: Hello World!
hosts: all
tasks:
- name: Hello World!
shell: echo "Hi! Tower is working."