Skip to content

devjony/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This repository contains the ansible playbook files to setup a shield's team workstation

Requirements

sudo apt update && \
  sudo apt install git python3-apt ansible

Run Locally

git clone https://github.com/devjony/dotfiles.git && \
  cd dotfiles && \
  git checkout pags

Edit the variables accordingly

$EDITOR vars/$TEAM_NAME.yml

Test the playbook

ansible-playbook -i inventory playbooks/$TEAM_NAME.yml --check

Run the playbook

ansible-playbook \
-i inventory \ 
playbooks/$TEAM_NAME.yml

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published