ansible — Easy Playground
IT automation: config management, provisioning, deployment
Getting started with ansibleRun locally
Install
pip install ansiblePython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: ansible)
ansible is a third-party package. IT automation: config management, provisioning, deployment. Install with: pip install ansible
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?