Compare commits

...

2 Commits

Author SHA1 Message Date
35c2daaa08 remove wip tag 2022-06-23 11:53:03 +02:00
221d617624 use koha_user and group variable - correct logrotate conf 2022-06-20 14:06:46 +02:00
4 changed files with 5 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ koha_install_dir: "{{ koha_home_dir }}/koha"
koha_src_dir: "{{ koha_home_dir }}/Koha-{{ koha_version }}" koha_src_dir: "{{ koha_home_dir }}/Koha-{{ koha_version }}"
koha_opac_hostname: koha.opendoor.fr koha_opac_hostname: koha.opendoor.fr
koha_user: koha koha_user: koha
koha_group: koha
koha_intranet_hostname: sigb.opendoor.fr koha_intranet_hostname: sigb.opendoor.fr
koha_mariadb_server: localhost koha_mariadb_server: localhost
koha_mariadb_user: "kohauser" koha_mariadb_user: "kohauser"

View File

@@ -6,6 +6,7 @@ koha_home_dir: /home/koha
koha_install_dir: "{{ koha_home_dir }}/koha" koha_install_dir: "{{ koha_home_dir }}/koha"
koha_src_dir: "{{ koha_home_dir }}/Koha-v{{ koha_version }}" koha_src_dir: "{{ koha_home_dir }}/Koha-v{{ koha_version }}"
koha_user: koha koha_user: koha
koha_group: koha
koha_opac_hostname: koha.opendoor.fr koha_opac_hostname: koha.opendoor.fr
koha_intranet_hostname: sigb.opendoor.fr koha_intranet_hostname: sigb.opendoor.fr
koha_mariadb_server: localhost koha_mariadb_server: localhost

View File

@@ -37,7 +37,8 @@
6333363164313030340a336430326334613435333161656435373962316266333765326462393238 6333363164313030340a336430326334613435333161656435373962316266333765326462393238
6237 6237
user: user:
name: koha name: "{{ koha_user }}"
group: "{{ koha_group }}"
home: "{{ koha_home_dir }}" home: "{{ koha_home_dir }}"
shell: /bin/bash shell: /bin/bash
create_home: yes create_home: yes
@@ -134,7 +135,6 @@
- "{{ koha_install_dir }}/var/run" - "{{ koha_install_dir }}/var/run"
- name: set systempreference url - name: set systempreference url
tags: wip
community.mysql.mysql_query: community.mysql.mysql_query:
login_db: "{{ koha_mariadb_db }}" login_db: "{{ koha_mariadb_db }}"
login_password: "{{ koha_mariadb_password }}" login_password: "{{ koha_mariadb_password }}"

View File

@@ -5,6 +5,7 @@
weekly weekly
missingok missingok
compress compress
su {{ koha_user }} {{ koha_group }}
delaycompress delaycompress
notifempty notifempty
sharedscripts sharedscripts