In automated operation and maintenance, file distribution is a high-frequency demand scenario, such as uploading configuration files, distributing scripts, etc. Ansible provides a powerful copy module to help us quickly complete the file distribution task. This article will combine actual cases to explain the usage of the copy module in detail to help you master it in production. Copy Module IntroductionThe copy module is used to upload files or directories from the Ansible control node to the target host. It supports functions such as file permission settings and content replacement, and is a powerful tool for file management. Module parameters:
Basic usage examplesUpload files to a remote host In the /etc/ansible/playbooks/ directory of the control node, there is a config.txt file that needs to be distributed to the /etc/app/ directory of all target hosts. Playbook syntax example: Command run: Example of ad-hoc syntax: result: The file config.txt is successfully uploaded to the /etc/app/ directory of the target host, with the permissions set to 0644, and the owner and group set to root. Multi-environment file distributionIn a production environment, different configuration files need to be distributed to development, test, and production environments. The configuration files are stored in different directories on the control node according to the environment name:
Dynamic Path Distribution Playbook example: **hosts**** File Example:** Command run: result: The hosts in each environment receive the corresponding configuration files:
Replace the target file contentWhen uploading a file, you need to dynamically replace the placeholders in it, for example, with a host name or IP address. Using the content parameter Playbook example: Command run: result: The content of the target host /etc/app/config.txt is as follows:
copy module vs template moduleAlthough the copy module is simple and efficient, it needs to be explicitly defined through the content parameter when processing dynamic content. The template module is designed for dynamic content and is more flexible when combined with Jinja2 templates. SummarizeThe copy module is a basic tool for Ansible file distribution. Whether it is single file upload, multi-environment management, or dynamic content generation, it can quickly meet the needs. In actual operation and maintenance, choosing the appropriate method according to the scenario and using it with other modules can greatly improve the efficiency of automation. Try the copy module in your work! |
RackNerd is a foreign VPS hosting company founded...
On November 19, 2020, the 12th CEFE China Enterpr...
[[404070]] Hello everyone, I am IT sharer, also k...
[51CTO.com original article] 2017 is a critical y...
In 2019, Samsung and Apple were the first to intr...
The Industrial Internet is a network that connect...
Hello everyone, I am Lao Yang. I have said many t...
ColoCrossing recently released a 50% discount cou...
Recently, the Shaanxi Provincial Communications A...
On May 26, the 2021 China International Big Data ...
Currently, operators are actively migrating 2G us...
A major shift is happening with IoT devices that ...
1. Understanding MPLS Background Traditional IP d...
2017 is destined to be an extraordinary year for ...
Host-to-Host Layer Protocol The main function of ...