文件名称:ansible-vapoursynth:该脚本使您可以轻松地在Linux上安装vapoursynth
文件大小:20KB
文件格式:ZIP
更新时间:2024-04-29 14:17:57
VapourSynth InstallScript 该脚本使您可以轻松地在Linux上安装vapoursynth。 配置: 将要安装vapoursynth的服务器添加到清单/主机 例子: domain.tld ansible_host=127.0.0.1 创建一个具有主机名(domain.tld)的目录,并在该目录中创建一个vars.yml 使用变量user定义ansible通过其登录的用户。 使用变量ssh_port定义可以访问服务器的ssh端口。 例子: # inventory/host_vars/domain.tld/vars.yml user= ansible # default is root ssh_port= 4489 # default is 22 初始化 为了使ansible在服务器上无错误运行,必须在服务器上安装python。 为确保这一点,请执行以下命令
【文件预览】:
ansible-vapoursynth-master
----inventory()
--------host_vars()
--------hosts(691B)
----init.yml(286B)
----Readme.md(1KB)
----LICENSE(34KB)
----roles()
--------install_pip()
--------install_python()
--------install_dependencies()
--------install_git()
--------compile_vapoursynth()
--------compile_zimg()
----ansible.cfg(92B)
----.gitignore(12B)
----setup.yml(320B)