# environment-setup **Repository Path**: iplaystudio/environment-setup ## Basic Information - **Project Name**: environment-setup - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # environment-setup ## Set up This is an [Ansible](http://www.ansible.com.cn/) project aimed to prepare product environment. Before you run any ansible script, please firstly run initialize-ansible.sh to install ansible locally(skip this step if ansible is already installed). ```bash sh initialize-ansible.sh ``` ## Run Run the following command to install docker and docker-compose ```bash ansible-playbook -i inventory initialize-docker.yml ``` In vars/main.yml, you can configure docker-compose version and docker registry mirror.