embedit-ansible.oracle_ee_11g

Oracle EE 11g

Oracle 11g EE インストールの簡略化された役割

役割変数

変数名 必須 デフォルト 説明
oracle_all_password はい Oracleデータベースのパスワード
oracle_clean_install いいえ クリーンインストールを希望するか定義します
oracle_hostname いいえ oracle.example.com
oracle_install_files_dir いいえ ../Downloads インストールファイルが含まれているフォルダ linux.x64_11gR2_database_1of2.ziplinux.x64_11gR2_database_2of2.zip

依存関係

例のプレイブック

- 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 パスワード"
      private: yes
  roles:
    - role: ansible-role-oracle-ee-11g

ライセンス

MIT

著者情報

マリオ・ヴェユルペク

プロジェクトについて

Install Oracle 11g EE

インストール
ansible-galaxy install embedit-ansible.oracle_ee_11g
ライセンス
Unknown
ダウンロード
137
所有者