embedit-ansible.oracle_ee_11g

Oracle EE 11g

Vereinfachte Installation von Oracle 11g EE

Rollenvariablen

Variablenname Erforderlich Standard Beschreibung
oracle_all_password ja Passwort für die Oracle-Datenbank
oracle_clean_install nein Definieren, ob eine saubere Installation gewünscht ist
oracle_hostname nein oracle.example.com
oracle_install_files_dir nein ../Downloads Ordner mit Installationsdateien linux.x64_11gR2_database_1of2.zip und linux.x64_11gR2_database_2of2.zip

Abhängigkeiten

Beispiel-Playbook

- hosts: alle
  become: true
  vars:
    oracle_hostname: oracle.example.com
    oracle_install_files_dir: ../Downloads
    restore_point_name: frische_installation
  vars_prompt:
    - name: "oracle_all_password"
      prompt: "Oracle Passwort"
      private: ja
  roles:
    - role: ansible-role-oracle-ee-11g

Lizenz

MIT

Autoreninformation

Mario Vejlupek

Über das Projekt

Install Oracle 11g EE

Installieren
ansible-galaxy install embedit-ansible.oracle_ee_11g
GitHub Repository
Lizenz
Unknown
Downloads
137
Besitzer