文件名称:ansible-openwrt:管理OpenWrt路由器的角色
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-05 14:45:37
openwrt lede Shell
ansible-openwrt 管理OpenWRT配置的角色。 苛刻的要求 Ansible版本 最低要求的版本为2.0。 Ansible角色依赖性 没有任何。 安装 使用Ansible Galaxy安装 ansible-galaxy install archf.openwrt 基本用法是: - hosts : all roles : - role : archf.openwrt 用git安装 如果您不想进行全局安装,请将其克隆到您的roles_path 。 git clone git@github.com:archf/ansible-openwrt.git /path/to/roles_path 但是我经常在给定的playbook_dir存储库中将它添加为子类。 git submodule add git@github.com:archf/ansible-openw
【文件预览】:
ansible-openwrt-master
----handlers()
--------main.yml(613B)
----docs()
--------docs.yml(37B)
--------usage.md(2KB)
----tasks()
--------main.yml(1KB)
--------extroot.yml(161B)
--------system.yml(533B)
--------dhcp.yml(748B)
--------firewall.yml(1KB)
--------bootstrap.yml(202B)
----defaults()
--------main.yml(5KB)
----library()
--------uci(2KB)
----README.md(9KB)
----files()
--------packages.sh(1KB)
--------extroot.sh(2KB)
----meta()
--------main.yml(286B)