当前位置:网站首页>Related operations of ansible and Playbook
Related operations of ansible and Playbook
2022-06-25 00:06:00 【qq_ fifty-two million one hundred and seventy-eight thousand fi】
1、 Deploy to the managed host yum Warehouse , Examples are as follows :
Warehouse 1 : Name: base
Description: baseos
Base url: Index of /centos-vault/8.5.2111/BaseOS/x86_64/os/
Need to validate the package GPG Signature GPG key stay /etc/pki/rpm-gpg/RPM-GPG-KEY-*
Enable this software repository
Warehouse 2: Name: app
Description: appstream
Base url: Index of /centos-vault/8.5.2111/AppStream/x86_64/os/
Need to validate the package GPG Signature GPG key stay : /etc/pki/rpm-gpg/RPM-GPG-KEY-*
Enable this software repository
[[email protected] test01]$ vim creat_yum.yml
---
- name: play1
hosts: all
tasks:
- name: create base
yum_repository:
name: base
description: baseos
baseurl: https://mirrors.aliyun.com/centos-vault/8.2.2004/BaseOS/x86_64/os/
gpgcheck: yes
- name: create appstream
yum_repository:
name: app
description: appstream
baseurl: https://mirrors.aliyun.com/centos-vault/8.2.2004/AppStream/x86_64/os/
gpgcheck: yes
- name: install vsftpd
yum:
name: vsftpd
state: latest
notes : Check your own linux System version , And select the corresponding version warehouse .
After successful deployment, install on the managed host vsftpd software package
2、 to web Host group write one playbook, The playbook There are two play, first play It can be guaranteed in web Install on host group httpd and php, Make sure web Of the host group /var/www/html/ There is a file under the directory named index.php, The contents are as follows :
$ cat /var/www/html/index.php <?php phpinfo();
The playbook The second one play Used to test the web Of the host group web Whether the service can be successfully accessed index.php Content .
[[email protected] test01]$ vim inventory
[[email protected] test01]$ vim 1.yml
3、 Add a normal user on the controlled node xiaohong, Users who configure the current control node can log in without secret xiaohong user , also xiaohong Sure sudo.
[[email protected] test01]$ vim 2.yml
---
- name: play1
hosts: node01
tasks:
- name: useradd xiaohong
user:
name: xiaohong
state: present
- name: xiaohong sudoers
lineinfile:
line: "xiaohong ALL=(ALL) NOPASSWD:ALL"
path: /etc/sudoers
- authorized_key:
state: present
user: xiaohong
key: "{
{ lookup('file', '/home/admin/.ssh/id_rsa.pub') }}"
边栏推荐
- DO280OpenShift访问控制--加密和ConfigMap
- Svg line animation background JS effect
- The new employee of the Department after 00 is really a champion. He has worked for less than two years. The starting salary of 18K is close to me when he changes to our company
- Hello C (V) -- pointer and array
- Current situation analysis and development trend prediction report of hesperidase industry in the world and China from 2022 to 2028
- Investment analysis and prospect forecast report of global and Chinese octadecyl cyclopentanoate industry from 2022 to 2028
- svg线条动画背景js特效
- Start QT program
- Hello C (VII) - structure
- Andersen global strengthens the Middle East platform with Palestinian member companies
猜你喜欢
openGauss内核:简单查询的执行
VR全景制作的优势是什么?为什么能得到青睐?
Why are life science enterprises on the cloud in succession?
JPA学习1 - 概述、JPA、JPA核心注解、JPA核心对象
UE4 WebBrowser图表不能显示问题
Svg+js keyboard control path
One way 和two way ANOVA分析的区别是啥,以及如何使用SPSS或者prism进行统计分析
颜色渐变梯度颜色集合
Human body transformation vs digital Avatar
ArcGIS loads free online historical images as the base map (no plug-ins are required)
随机推荐
Go shopping
Modify stm32f030 clock source to internal crystal oscillator (HEI)
VR全景制作的优势是什么?为什么能得到青睐?
Why do more and more physical stores use VR panorama? What are the advantages?
Number of bytes corresponding to common data types
SAP PA certificate for no birds, which can be tested by new peers
Laravel framework knowledge
Do280openshift access control -- encryption and configmap
Approaching harvest moon:moonbeam DFI Carnival
Enterprise level ~uni app network request encapsulation
Hello C (III) - pointer
Human body transformation vs digital Avatar
Hello C (two) -- use of bit operation
机器学习自学成才的十条戒律
VR全景怎么赚钱?结合市场从两个方面客观分析下
Tremblement de terre réel ~ projet associé unicloud
canvas线条的动态效果
U.S. House of Representatives: digital dollar will support the U.S. dollar as the global reserve currency
Tongji and Ali won the CVPR best student thesis, lifeifei won the Huang xutao award, and nearly 6000 people attended the offline conference
有趣的checkbox计数器