mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
363ffad15c
commit
7a1811e1be
1 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@
|
||||||
- download
|
- download
|
||||||
when: is_ubuntu
|
when: is_ubuntu
|
||||||
|
|
||||||
- name: Sqlite3 no longer included in another package in ubuntu18
|
- name: SQLite3 no longer included in another package (ubuntu-18)
|
||||||
package:
|
package:
|
||||||
name: php{{ php_version }}-sqlite3
|
name: php{{ php_version }}-sqlite3
|
||||||
when: is_ubuntu_18
|
when: is_ubuntu_18
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
state: absent
|
state: absent
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
- name: Create http pid dir
|
- name: Create http pid dir /var/run/{{ apache_user }}
|
||||||
file:
|
file:
|
||||||
path: "/var/run/{{ apache_user }}"
|
path: "/var/run/{{ apache_user }}"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
@ -126,14 +126,14 @@
|
||||||
name: admin
|
name: admin
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add apache user to admin group
|
- name: Add apache_user {{ apache_user }} to admin group
|
||||||
user:
|
user:
|
||||||
name: "{{ apache_user }}"
|
name: "{{ apache_user }}"
|
||||||
groups: admin
|
groups: admin
|
||||||
state: present
|
state: present
|
||||||
createhome: no
|
createhome: no
|
||||||
|
|
||||||
- name: Create httpd log dir
|
- name: Create httpd log dir /var/log/{{ apache_service }}
|
||||||
file:
|
file:
|
||||||
path: "/var/log/{{ apache_service }}"
|
path: "/var/log/{{ apache_service }}"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue