Skip to content

Sets up a full development environment through Ansible on local or remote Debian based hosts without the need to manually copy files or perform configurations on the target machines.

Notifications You must be signed in to change notification settings

ricardomfmsousa/ansible-dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible DEV setup (debian compatible)

Sets up a full development environment through ansible on local or remote Debian based hosts without the need to manually copy files or perform configurations on the target machines.

Deploy

Pre-requisites

  • Install the following dependencies:

    python3 -m pip install ansible ansible-runner psutil
  • The target hosts should have ssh installed:

    sudo apt install ssh
  • Get all target hosts IPs:

    ip a | grep inet

Execute

# Local deployment
./deploy-local.sh

# Remote deployment
./deploy-remote.sh <target-ip> <target-username>

Playbook development

About

Sets up a full development environment through Ansible on local or remote Debian based hosts without the need to manually copy files or perform configurations on the target machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published