mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
04b66a2b1e
5 changed files with 8 additions and 6 deletions
|
@ -76,6 +76,7 @@
|
||||||
- wget
|
- wget
|
||||||
- openssl #FC 18 does not supply, but pear requires
|
- openssl #FC 18 does not supply, but pear requires
|
||||||
- gawk
|
- gawk
|
||||||
|
- curl
|
||||||
tags:
|
tags:
|
||||||
- download
|
- download
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|
||||||
- name: Get the dhcp client daemon used in recent raspbian
|
- name: Get the dhcp client daemon used in recent raspbian
|
||||||
package: name=dhcpcd-dbus
|
package: name=dhcpcd5
|
||||||
state=present
|
state=present
|
||||||
|
|
||||||
- name: for upgrades from earlier 6.2, remove br0 file
|
- name: for upgrades from earlier 6.2, remove br0 file
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
- download
|
- download
|
||||||
|
|
||||||
- name: Install list of packages for debuntu
|
- name: Install list of packages for debuntu
|
||||||
apt: name={{ item }} state=installed
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- libapache2-mod-php5
|
- libapache2-mod-php5
|
||||||
- php{{ php_version }}-gd
|
- php{{ php_version }}-gd
|
||||||
|
@ -30,16 +30,17 @@
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
- name: Install list of packages
|
- name: Install list of packages
|
||||||
apt: name={{ item }} state=installed
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- libapache2-mod-php5
|
- php
|
||||||
- php-gd
|
- php-gd
|
||||||
- php-json
|
- php-json
|
||||||
- php-mysql
|
- php-mysql
|
||||||
- php-curl
|
- php-curl
|
||||||
- php-intl
|
- php-intl
|
||||||
- php-mcrypt
|
- php-mcrypt
|
||||||
- php-imagick
|
# centos does not have a package for php-imagick
|
||||||
|
# - php-imagick
|
||||||
when: is_redhat
|
when: is_redhat
|
||||||
|
|
||||||
- name: Copy it to permanent location /opt
|
- name: Copy it to permanent location /opt
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
- name: Run nextcloud initial install wizard
|
- name: Run nextcloud initial install wizard
|
||||||
shell: curl http://{{ xsce_hostname }}{{ nextcloud_url }}/index.php
|
shell: curl http://{{ xsce_hostname }}{{ nextcloud_url }}/index.php
|
||||||
|
when: nextcloud_enabled
|
||||||
|
|
||||||
- name: Remove Rewrite URL
|
- name: Remove Rewrite URL
|
||||||
lineinfile: regexp='overwrite.cli.url'
|
lineinfile: regexp='overwrite.cli.url'
|
||||||
|
|
|
@ -5,7 +5,6 @@ dns_user: bind
|
||||||
proxy: squid3
|
proxy: squid3
|
||||||
proxy_user: proxy
|
proxy_user: proxy
|
||||||
apache_service: apache2
|
apache_service: apache2
|
||||||
apache_user: apache
|
|
||||||
apache_config_dir: apache2/sites-available
|
apache_config_dir: apache2/sites-available
|
||||||
apache_data: www-data
|
apache_data: www-data
|
||||||
apache_log_dir: /var/log/apache2
|
apache_log_dir: /var/log/apache2
|
||||||
|
|
Loading…
Add table
Reference in a new issue