Skip to content

tailtq/ansible-ubuntu-developer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Ubuntu Developer

Install environment for developer on Ubuntu automatically with Ansible

To setup run the following command:

sudo apt-get update

sudo apt install curl ansible

# download source
cd /tmp && curl -L -O https://github.com/tailtq/ansible-ubuntu-developer/archive/refs/heads/master.zip

# unzip file & 
unzip master.zip && cd ansible-ubuntu-developer-master

# install packages
ansible-playbook playbook.yaml -i inventory.txt --ask-become-pass

Note:

  • If gathering facts step runs slowly in the play 2, you can stop and re-run it.
  • This playbook currently works on Ubuntu 20.04 and I'm not sure about other version, because I encountered error in Ubuntu 18.04.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages