embedit-ansible.oracle_ee_11g

Oracle EE 11g

Simplified Oracle 11g EE Installation Role

Role Variables

Variable Name Required Default Description
oracle_all_password yes Password for Oracle Database
oracle_clean_install no Set to true if you want a fresh installation
oracle_hostname no Example: oracle.example.com
oracle_install_files_dir no ../Downloads Folder containing installation files: linux.x64_11gR2_database_1of2.zip and linux.x64_11gR2_database_2of2.zip

Dependencies

Example Playbook

- hosts: all
  become: true
  vars:
    oracle_hostname: oracle.example.com
    oracle_install_files_dir: ../Downloads
    restore_point_name: fresh_install
  vars_prompt:
    - name: "oracle_all_password"
      prompt: "Oracle Password"
      private: yes
  roles:
    - role: ansible-role-oracle-ee-11g

License

MIT

Author Information

Mario Vejlupek

Informazioni sul progetto

Install Oracle 11g EE

Installa
ansible-galaxy install embedit-ansible.oracle_ee_11g
Licenza
Unknown
Download
137
Proprietario