https://github.com/jaypei/ansible-workenv
https://github.com/jaypei/ansible-workenv
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaypei/ansible-workenv
- Owner: jaypei
- License: gpl-2.0
- Created: 2015-02-15T10:22:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-07T01:38:03.000Z (over 11 years ago)
- Last Synced: 2025-06-05T08:09:42.247Z (about 1 year ago)
- Language: Python
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
USAGE
=====
编辑 `vars/user.yml` 中的必填项。
```sh
cd && mkdir work && cd work
git clone https://github.com/jaypei/ansible-workenv.git
cd ansible-workenv
# 本机安装
ansbile-playbook -i hosts site.yml
```