ilyachur / ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Install Mac

  1. Install ansible
$ brew install ansible
  1. Run script
$ ./install_mac.sh

Install Ubuntu

  1. Set proxy if necessary
  2. Set proxy for apt
$ sudo visudo
  1. Add next line to this file:
Defaults env_keep = "https_proxy http_proxy ftp_proxy"
  1. Install ansible
$ sudo apt-get install ansible
  1. Run script
$ ./install_linux.sh

About


Languages

Language:Shell 100.0%