[ansible-project] new to ansible, looking for the way to go with oracle-ansible

2014-09-29 Thread Ronald Rood
Hi, Michael already made a great set of roles to install and configure Oracle databases. See https://github.com/oravirt/ansible-oracle. It works but I wonder if this is the way to go or not. Considering the fact that there will be many Oracle installations and upgrades, I can imagine that the

Re: [ansible-project] new to ansible, looking for the way to go with oracle-ansible

2014-09-30 Thread Michael DeHaan
A few things, as I don't have time to review this directly. - Generally a "fact" module isn't also a module that makes changes - a module should be something like oracle_db or oracle_user, etc. If it's installing oracle, that feels like a role to me, and maybe it even packages an expect script, wh