update install sw
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
# ---------------------------------------------------
|
||||
# configuration Linux : Utilisateurs et groupes
|
||||
# ---------------------------------------------------
|
||||
- include: users_configuration.yml
|
||||
when: install_grid_infra or install_database
|
||||
|
||||
- include: install_grid_infra.yml
|
||||
when: install_grid_infra
|
||||
|
||||
- include: install_database.yml
|
||||
when: install_database
|
||||
# - include: users_configuration.yml
|
||||
# when: install_grid_infra or install_database
|
||||
#
|
||||
# - include: install_grid_infra.yml
|
||||
# when: install_grid_infra
|
||||
#
|
||||
# - include: install_database.yml
|
||||
# when: install_database
|
||||
|
||||
- include: scripts_exploitation.yml
|
||||
|
||||
@@ -27,16 +27,4 @@
|
||||
ignore_errors: true
|
||||
tags: user
|
||||
|
||||
# ---------------------------------------------------
|
||||
# configuration Linux : config oracle pour logrotate
|
||||
# ---------------------------------------------------
|
||||
- name: Gestion des logs Oracle - copie du fichier de configuration pour logrotate
|
||||
template: src=logrotate_oracle.j2 dest=/etc/logrotate.d/oracle mode=644 owner=root group=root
|
||||
tags: logrotate
|
||||
|
||||
# ---------------------------------------------------
|
||||
# copy du fichier oracledb dans /etc/init.d pour redémmarage auto
|
||||
# ---------------------------------------------------
|
||||
- name: Copy du fichier oracledb dans /etc/init.d pour redémmarage auto
|
||||
template: src=oracledb_initd.j2 dest=/etc/init.d/oracledb mode=755 owner=root group=root
|
||||
tags: init.d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user