Skip to content

lnunno/linux-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linux-env

My Linux environment configuration. Also has some Windows stuff using Chocolatey.

Includes a number of Ansible roles to configure an Ubuntu machine.

Creating the Ubuntu machine with Vagrant

  1. Install vagrant
  2. Install the vbguest plugin with vagrant plugin install vagrant-vbguest
  3. vagrant up
  4. Wait awhile
  5. Run ansible once the machine is up on the guest with
cd ansible
ansible-galaxy install -r requirements.yml
ansible-playbook -i localhost playbooks/main.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published