当前位置:网站首页>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

边栏推荐
猜你喜欢

@Import, conditional and @importresource annotations

Copy the old project into a web project

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

Configuring ROS development environment with vscode: Causes and solutions to the problem of ineffective code modification

Common methods of nodejs version upgrade or switching

JS encryption parameter positioning

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

Use of dictionary tree

Subtotal of rospy odometry sinkhole

拷贝过来老的项目变成web项目
随机推荐
异常处理Exception
Subtotal of rospy odometry sinkhole
1、 Initial mysql, MySQL installation, environment configuration, initialization
GUI window
测试基本概念
简易加法计算器
文件的上传功能
JS encryption parameter positioning
Swing component
PyTorch 代码模板 (CNN)
Configuring ROS development environment with vscode: Causes and solutions to the problem of ineffective code modification
多线程——五大状态
集合的创建,及常用方法
About the jar package of slf4j log4j log4j2 used together
Use and principle of rest
Summary of most consistency problems
shortest-unsorted-continuous-subarray
第五阶段第一周
Detailed explanation of MySQL database
Detailed explanation of chrome developer tools