Skip to content

daneoshiga/ansible_local_playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Development Machine Ansible

Ad-hoc created ansible playbook for initial machine setup

Every "one entry" task is on tasks/base.yml

Mostly things that needed more then one entry, got itself a role.

somewhat based on https://github.com/magnunleno/ansible-vostro-setup

vars directory is kept out ot repo for having sensitive data, will think in a better way to do it someday

Downsides

py2 vs py3:

Ansible ppa version uses python2 Installing with python3 requires using pip and doing a system install Trying with pipsi didn't worked out fine, so I accepted using python2

Pipsi install is a little harsh because of this bug: mitsuhiko/pipsi#125

Pipsi returns an error when something is already installed

I mostly got idempotency wrong, so tags are useful to filter which tasks to run

Upsides

Now I know.

disclaimer:

I mostly didn't know what I'm doing, you've been warned.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published