Skip to content

Ekreke/ansible-playbooks

Repository files navigation

Prequisites

MacOs

  1. Install Python3
brew install python3
  1. install ansible with homebrew
brew install ansible 
  1. install sshpass
brew install sshpass

Ubuntu

TODO:

How to use

Tools

check if can connect target server , production is the file where store the server infos list

ansible all -i inventories/production -m ping -vvv

Deploy

ansible-playbook -i inventories/production site.yml -vvv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published