embedit-ansible.oracle_ee_11g

Oracle EE 11g

Uproszczona rola instalacyjna Oracle 11g EE

Zmienne roli

Nazwa Zmiennej Wymagana Domyślna Opis
oracle_all_password tak Hasło do bazy danych Oracle
oracle_clean_install nie Określ, czy chcesz wykonać czystą instalację
oracle_hostname nie oracle.example.com
oracle_install_files_dir nie ../Downloads Folder zawierający pliki instalacyjne linux.x64_11gR2_database_1of2.zip i linux.x64_11gR2_database_2of2.zip

Zależności

Przykładowy 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: "Hasło do Oracle"
      private: yes
  roles:
    - role: ansible-role-oracle-ee-11g

Licencja

MIT

Informacje o autorze

Mario Vejlupek

O projekcie

Install Oracle 11g EE

Zainstaluj
ansible-galaxy install embedit-ansible.oracle_ee_11g
Licencja
Unknown
Pobrania
137
Właściciel