Skip to content

ansible files to start up a development environment on a new container/computer

Notifications You must be signed in to change notification settings

Dardin-dale/ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible

ansible files to start up a development environment on a new container/computer using ubuntu/apt

based on FEM's course by ThePrimeagen

Testing with provided docker:

step 1 - clone this repo and cd into it.

step 2 - build test docker container

# sh build-docker (shell script)

step 3 - run docker

docker run --rm -it nvim-computer bash

step 4 - run ansible from the container

ansible-playbook local.yml

About

ansible files to start up a development environment on a new container/computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published