Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 749 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 749 Bytes

< Backaward

Ansible

Configuration, Management by Ansible

1. Installation

Many ways is provided to install Ansible in Linux, MacOS.

Basically I recommended two way to install ansible.

  1. Use package maanger(apt|snap|pip) in linux.
  2. Use virtualization programs such as Docker, VMWare, Vagrant, Anaconda.

1.a. Package Manager

apt install ansible

1.b. Virtualization - Anaconda

conda activate

References