当前位置:网站首页>Ansible Deployment Guide
Ansible Deployment Guide
2022-07-25 10:20:00 【Puffiness is also strong】
Software preparation
CentOS Linux release 7.9.2009 (Core)
link :https://pan.baidu.com/s/1DjalfkuGapUoNKU_syZz7g?pwd=1234
Extraction code :1234
ansible-tower-setup-3.7.1-1.tar.gz Plug-in package
link :https://pan.baidu.com/s/1C1Y1lMBPRn-qiKQg2R37-A?pwd=1234
Extraction code :1234
Minimum memory 8G, Hard disk 20G
Software deployment
Deploy ansible
according to yum Tutorial update yum Source (5minutes)
Deploy ansible:yum install ansible -y ( Dependency can be downloaded separately , Package to form an offline package for deployment )
verification :ansible --version

Plug in deployment
Entry directory :cd /opt
Download plug-ins or upload local offline packages :(Tower edition 3.7.1,tower Need to crack , This version is easy to crack )
wget http://releases.ansible.com/ansible-tower/setup/ansible-tower-setup-3.7.1-1.tar.gz

decompression :tar -xvf ansible-tower-setup-latest.tar.gz

modify invent file :
cd ansible-tower-setup-3.7.1-1/
vim inventory
Modify the configuration file as shown in the figure

Deploy supporting software :yum -y install vim curl postgresql

Create a path :mkdir /tmp/tower && cd /tmp/tower
Create a path :mkdir -p /var/log/tower
Enter file :cd /opt/ansible-tower-setup-3.7.1-1
Start the plug-in :./setup.sh

verification :https:// The server ip Address /#/login
( You can reset your password after forgetting it :tower-manage changepassword admin)
to update license:tower:touch /var/lib/awx/i18n.db && ansible-tower-service restart
As shown in the figure, the update is successful

边栏推荐
猜你喜欢

Erlang(离线部署)

message from server: “Host ‘xxx.xxx.xxx.xxx‘ is not allowed to connect to this MySQL server“

Copy the old project into a web project

IDEA整体字体大小修改

数论--约数研究

Pytorch 张量列表转换为张量 List of Tensor to Tensor 使用 torch.stack()

Angr(七)——angr_ctf

关于slf4j log4j log4j2的jar包配合使用的那些事

广度优先遍历(图和二叉树的层序遍历相关问题)

文件的上传功能
随机推荐
动态规划,购物单问题
Filter filter details (listeners and their applications)
将 conda 虚拟环境 env 加入 jupyter kernel
鼠标监听,画笔
软件测试笔记,测试用例设计
UE4 快速找到打包失败的原因
JSONObject解析json格式的终极总结
Common methods of nodejs version upgrade or switching
多线程——Callable接口,lambda
VSCode Latex Workshop 设置 XeLatex 编译
oh-my-zsh和tmux配置(个人)
字符串最长公共前缀
Small knowledge of common classes
四舍五入取近似值
IO流中的输出流
NPM details
数论--约数研究
An ASP code that can return to the previous page and automatically refresh the page
VoxCeleb1 数据集下载
【专栏】RPC系列(理论)-夜的第一章