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

作者信息

Mario Vejlupek

关于项目

Install Oracle 11g EE

安装
ansible-galaxy install embedit-ansible.oracle_ee_11g
许可证
Unknown
下载
137
拥有者