指示 安装ansible(和依赖项) sudo apt install ansible ansible-galaxy collection install community.general 下载剧本 wget https://raw.githubusercontent.com/karlwalsh/env/master/ansible/development.yml 运行剧本 全新安装后首次运行 ansible-playbook development.yml -K ansible-playbook development.yml -K --tags configure-git -e "git_username='Groovy Gorilla' git_email=groovy.gorilla@ubuntu.com" ansible-playbook development.yml -K