DigitalEarns / upswing

Makes DevOPS
0 stars 12 forks source link

Ansible #21

Closed Ranjandas closed 8 years ago

Ranjandas commented 8 years ago

Create new role common Create new Makefile

Ranjandas commented 8 years ago

This role common is created using ansible-galaxy --offline init common. Which gives me all the templates.

sebinjohn commented 8 years ago

Should we use ansible-galaxy comand to create modules? Should we make it a rule?

Ranjandas commented 8 years ago

@sebinjohn I think using ansible-galaxy to create roles will gives us a neat skeleton for the files in the repo. Its a great way to bootstrap ansible roles I believe. If you agree we can make it a standard.

sebinjohn commented 8 years ago

I like the idea. Lets go for it.