Skip to content

evanmaastrigt/ansible-dev-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-dev-machine

This is an Ansible playbook that aims to configure a newly Ubuntu installation with development tools.

Ansible installation

$ sudo add-apt-repository ppa:rquillo/ansible
$ sudo apt-get update
$ sudo apt-get install ansible

Starting orchestration

$ ansible-playbook dev-machine.yml -i inventory.yml --connection=local -K

If you want to select only some developer tools, you can select them with this command:

$ ansible-playbook dev-machine.yml -i inventory.yml --connection=local -K --tags=tag1,tag2

These are the available packages:

  • system
  • development
  • browser
  • ide
  • php
  • apache
  • mysql
  • virtualization
  • mysql-workbench
  • phpmyadmin
  • sqlite3
  • mongo
  • sshfs
  • gimp
  • calibre
  • skype
  • android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published