Implementing Configuration Management in CloudShell
This article explains the end-to-end flow for implementing configuration management in CloudShell Apps. For detailed information and implementation examples, see the CloudShell Dev Guide's Developing Configuration Management Scripts for Apps chapter.
To implement configuration management:
-
For Ansible configuration management, make sure you have a compatible execution server running on a Linux computer - see Configure Execution Server for Ansible.
-
Develop the configuration management script or playbook - see Adding App templates.
-
Make sure it's compatible with CloudShell App deployment by running an App with the custom script or playbook, and fixing any issues that arise.
noteTo run configuration management on a Windows VM, the VM must have WinRM enabled. See Enable WinRM on Windows VMs to Support Configuration Management.