文件名称:ansible-runit:runit 的 Ansible 角色
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-30 13:09:05
Python
Ansible Runit 角色 安装 runit 并添加 runit 模块。 runit 模块可以管理 runit 服务。 要求 仅在 Ubuntu 上测试。 欢迎其他平台的补丁。 角色变量 目前没有。 依赖关系 目前没有。 示例手册 - hosts: servers roles: - { role: bakins.runit } tasks: - runit: name=myservice state=started runit 支持三种状态:“started”、“stopped”、“restarted” 执照 阿帕奇2 作者信息
【文件预览】:
ansible-runit-master
----handlers()
--------main.yml(30B)
----tasks()
--------main.yml(60B)
--------debian.yml(123B)
----defaults()
--------main.yml(30B)
----library()
--------runit(4KB)
----vars()
--------main.yml(26B)
----README.md(610B)
----meta()
--------main.yml(370B)