Oracle modules

Hi,

I’ve created a bunch of modules for Oracle that handles:

  • users
  • roles
  • grants (only system level grants atm, working on object grants as well)
  • tablespaces
  • parameter (init file parameters ‘alter system’, not database (alter database) type parameters yet

They’re fully functional, but some of them need a little more work to be considered a ‘version 1’.

Is this something that maybe would be interesting to include anywhere?

I’m considering a number of other modules as well (asm diskgroups, services etc)

The code can be found here: https://github.com/oravirt/ansible-oracle-modules

regards
/Micke

Hi Micke!

I think this would likely be useful as extras modules for Ansible. I'd
recommend getting them to a point where you're happy with them, and
then submitting them as individual PRs, one per module, to the extras
repo: https://github.com/ansible/ansible-modules-extras/

To ensure that your modules have the best chance of being approved,
please double-check that you adhere to the Ansible module guidelines:
http://docs.ansible.com/developing_modules.html#module-checklist

--g

Nice!

That’s what I’ll do then.

thanks!
/M