Skip to content

Instantly share code, notes, and snippets.

@nasirhm
Last active December 7, 2019 02:51
Show Gist options
  • Save nasirhm/7a2e5fa6cff47c1ffa38af38e42d7cf3 to your computer and use it in GitHub Desktop.
Save nasirhm/7a2e5fa6cff47c1ffa38af38e42d7cf3 to your computer and use it in GitHub Desktop.
---
- name: First Playbook for CodeIn
hosts: codein_fedora_boxes
tasks:
- name: Display
debug:
msg: "My Name is Nasir Hussain, It's First Ansible task and It's awesome"
#Remember to add codein_fedora_boxes or any type of host on your ansible hosts file located : /etc/ansible/hosts use nano to edit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment