从ansible动态清单文件构建分子配置文件

moleculerize的Python项目详细描述


分子化

从ansible动态清单文件构建分子配置文件

快速入门指南

  1. 从pypi安装moleculerize,pip:

    $ pip install moleculerize
    
  2. 有关使用moleculerize启动帮助的详细信息,请通过:

    $ moleculerize --help
    
  3. 下面是一个从ansible动态清单文件构建分子配置的示例:

    $ moleculerize --output molecule/default/molecule.yml /path/to_my/dynamic_inventory.json
    

选项

选项以一个或两个破折号开头。许多期权都是附加值 在他们旁边。

-h, --helpUsage help. This lists all current command line options with a short description.
-o, --output <file>
Write the molecule config to <file>. If this option is omitted, the config will be written to molecule.yml.
-s, --scenario <name>
The molecule config scenario to be created and defined in the config file.
-t, --template <file>
Use the jinja2 template <file> for creating the molecule config file. If this option is omitted, the template is assumed to be data/molecule.yml.j2.

释放过程

有关“分子化”释放过程的信息,请参见release_process.rst

学分

这个包是用Cookiecutteraudreyr/cookiecutter-pypackage项目模板创建的。

历史记录

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java使用split函数分割字符串,但没有得到期望的结果   未找到包含derby数据库嵌入架构的sql Java桌面应用程序错误   java elasticsearch vs solr用于定制全文搜索系统   java Android:创建没有startOffset的动画延迟?   java如何查看其他应用程序接收的数据?   java如何在Linux中使用D和classpath选项运行jar文件   java和域设计最佳实践   具有相同内存位置的java数组,将显示为输出   连接到java中的elasticsearch?   Java Playframework重定向到带有Json负载的外部url   java无法在Android平台上使用InputStream为蓝牙socket创建ObjectInputStream   使用POI将Excel日期转换为Java日期,年份未正确显示   oracle从数据库层还是Java层调用webservice?