Ubuntu under Ansible installation and use

Source: Internet
Author: User

Ansible is a tool for batch deployment

Reference: Ansible Chinese authoritative guide

1. Installation

sudo apt-get install Software-properties-commonsudo apt-add-repository ppa:ansible/ansiblesudo apt-get Updatesudo Apt-get Install Ansible

2. Add the IP of the server in the/etc/ansible/hosts file

Vim/etc/ansible/hosts

3. Need to add the public key in the ~/.ssh/directory of your machine, the pub file, to the server ~/. ssh /authorized_keys file

Vim ~/.ssh/authorized_keys

Test whether SSH can be password-free

4. Test if you can ping, log in as root

Ansible all-m ping-u Root

5. Test to build a test folder

Ansible all-u root-a "/bin/mkdir test"

Ubuntu under Ansible installation and use

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.