ansible-phantomjs
二进制 phantomjs 安装程序。
phantomjs 安装到 /usr/local/bin,因此需要一次 sudo 来复制下载的二进制文件。
仅在 phantomjs 不存在或安装了不同版本时才执行。
用法
- hosts: servers
vars:
phantomjs_version: "1.9.2"
phantomjs_url: "https://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-x86_64.tar.bz2"
roles:
- nicolai86.ansible-phantomjs
2021-07-20 15:03:42
5KB
Python
1