Linux-ansible Installation

Source: Internet
Author: User

# Installation Dependencies

Yum install rpm-build python2-devel sshpass pyyaml python-jinja2 Python-paramiko python-six python2-cryptography

git clone git://github.com/ansible/ansible.git
CD ansible/
Make rpm
CD rpm-build/
sudo rpm-uvh ansible-*.noarch.rpm

# Add Host
Vi/etc/ansible/hosts


# See if the server is connected
Ansible all-m Ping

# Remote execution of local scripts
$ ansible 172.16.10.15-m script-a ' ~/shell/getsysinfo '-u Huateng

Summary of issues:

1. Prompt when remote server executes local script: command not found

The specific phenomenon is as follows

Workaround:

When executing the script, load the current environment variable.

Linux-ansible Installation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.