文件名称:ansible-role-k3s:安装k3的Ansible角色
文件大小:31KB
文件格式:ZIP
更新时间:2024-04-30 04:00:47
Python
角色:k3s 在Linux上安装的Ansible角色。 该角色旨在或多或少地从Ansible中的k3s源代码存储库中实现脚本。 要求 此角色不需要其他软件包。 角色变量 有关此角色的可用变量的详细概述,请参见 。 以下是一些变量及其默认值的示例: k3s_version : 0.5.0 k3s_role : server # Can be server or agent # # This is the name to use for the service (either k3s or k3s-agent) k3s_system_name : ' k3s{% if k3s_role == "agent" %}-agent{% endif %} ' k3s_bin_dir : /usr/local/bin k3s_etc_dir :
【文件预览】:
ansible-role-k3s-master
----.gitignore(28B)
----defaults()
--------main.yml(3KB)
----templates()
--------k3s_logrotate.j2(62B)
--------systemd_service.j2(544B)
--------openrc_service.j2(510B)
--------k3s_args.j2(2KB)
--------k3s_env_file.j2(562B)
--------k3s-uninstall.sh.j2(1KB)
----testing_requirements.txt(83B)
----meta()
--------main.yml(524B)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----README.md(12KB)
----.yamllint(172B)
----files()
--------k3s-killall.sh(1KB)
----vars()
--------main.yml(33B)
----handlers()
--------main.yml(494B)
----molecule()
--------tests()
--------aws-ec2-funtoo13()
--------aws-ec2-ubuntu1804()
--------aws-ec2-ubuntu1804-arm64()
----tasks()
--------service_systemd.yml(1KB)
--------main.yml(2KB)
--------service_openrc.yml(1KB)