This playground provides a personalised sandboxed environment for you to learn and explore Ansible.
What are playgrounds?
Playgrounds give you a configured environment to start playing and exploring using an unstructured learning approach.
Playgrounds are great for experimenting and trying samples. To learn more about the technology then start with one of our labs
Thank you for trying the playground. More courses and scenarios are available at on our homepage

Steps
Ansible Playground
Ansible Hello World
Add Host
echo "[group1]" > myhosts
echo "host01 ansible_ssh_user=ubuntu" >> myhosts
Run Ansible Command
ansible group1 -i myhosts -m command -a date