update install sw
This commit is contained in:
@@ -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