oravirt / ansible-oracle-modules

Oracle modules for Ansible
MIT License
214 stars 159 forks source link

oracle_db: added support to start a database #91

Closed Rendanic closed 5 years ago

Rendanic commented 5 years ago

The parameter state has been enhanced to start a database with the module:

  oracle_db:
     oracle_home={{ oracle_home_db}}
     db_name={{ oracle_db_name }}
     state=started