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.zip 和 linux.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