我有一台以CentOS 6.9作为操作系统的机器,它很小。我试图在我的机器上安装Ansible。我无法将机器连接到Internet来设置存储库并安装Ansible,因此我下载了replace into table1 (id, name, createdat, modifiedat)
select id, name, createdat, modifiedat
from table2 t2
where
not exists (
select 1 from table1 t1
where (t1.id = t2.id and t1.modifiedat > t2.modifiedat)
)
。我应该怎么做才能安装它?
tar文件的内容:
userRoutes.route('/getavg').get(function(req, res) {
console.error("Testing");
res.json({test: "works});
});
我尝试安装epel然后安装ansible,但是我没有成功:
ansible.tar.gz
答案 0 :(得分:1)
请参阅ansible docs。它说明了如何在this part末尾自行构建来进行安装。
您也可以自己构建RPM。从结帐的根或 压缩包,请使用
make rpm
命令来构建可以分发的RPM 并安装。git clone https://github.com/ansible/ansible.git cd ./ansible make rpm sudo rpm -Uvh ./rpm-build/ansible-*.noarch.rpm