adarnimrod.openbsd-bootstrap
OpenBSD 启动 #################
.. image:: https://travis-ci.org/adarnimrod/openbsd-bootstrap.svg?branch=master :target: https://travis-ci.org/adarnimrod/openbsd-bootstrap
角色用于启动一个 OpenBSD 实例(允许 Ansible 进行实例配置)。
要求
请查看 :code:meta/main.yml
和 :code:tasks/main.yml
顶部的说明。
角色变量
请查看 :code:defaults/main.yml
。
依赖
请查看 :code:meta/main.yml
。
示例剧本
请查看 :code:tests/playbook.yml
。
测试
测试需要 Python 2.7、Vagrant 和 Virtualbox。安装 Python 依赖、所需角色及测试相关角色:
.. code:: shell
pip install -r tests/requirements.txt
ansible-galaxy install git+file://$(pwd),$(git rev-parse --abbrev-ref HEAD) -p .molecule/roles
molecule dependency
要运行完整的测试套件:
.. code:: shell
pre-commit run --all-files
molecule test --platform all
许可证
该软件根据 MIT 许可证授权(见 :code:LICENSE.txt
文件)。
作者信息
Nimrod Adar,联系我 <[email protected]>
_ 或访问我的 网站 <https://www.shore.co.il/>
。欢迎通过 git send-email <http://git-scm.com/book/en/v2/Git-Commands-Email>
提交补丁。该代码库位于: https://git.shore.co.il/explore/.