# ansible **Repository Path**: amyaz/ansible ## Basic Information - **Project Name**: ansible - **Description**: ansible-pull 管理工作站配置。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 如何使用 Ansible 管理你的工作站配置 ------ #### 简介 使用 Ansible 自动化工作站配置,使新安装的机器快速搭建好工作环境。 #### 使用 安装 Ansible : ``` sudo apt update sudo apt install git ansible ``` 应用 playbook : ``` sudo ansible-pull -U https://github.com/amyaz/ansible.git ```