基础设施
我们将尽快在此处添加更多数据
ansible -> All ansible playbooks, modules, etc are here
scr ipts -> scr ipts for infrastructure go here
tests -> Repo specific tests
utils -> Utilities focused for infrastructure or testing this repo
会费
看到需要改进的地方吗?
Ansible剧本
入门
确保根据ventory.yaml设置了SSH配置!
# Setup this repo:
$ make dependencies
# Perform a play:
$ ansible-playbook -v playbooks/init_server.yaml
# Performa a play on a specific host:
$ ansible-playbook -v playbooks/common.yaml -l rpi_node_tresor
# P