mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
just to get initial run. not function tested (nextcloud)
This commit is contained in:
parent
d50a2805e2
commit
515e3e59cd
3 changed files with 11 additions and 2 deletions
|
@ -56,7 +56,8 @@
|
||||||
- "php{{ php_version }}-mysql"
|
- "php{{ php_version }}-mysql"
|
||||||
- "php{{ php_version }}-curl"
|
- "php{{ php_version }}-curl"
|
||||||
- "php{{ php_version }}-intl"
|
- "php{{ php_version }}-intl"
|
||||||
- "php{{ php_version }}-mcrypt"
|
# - "php{{ php_version }}-mcrypt"
|
||||||
|
- "mcrypt"
|
||||||
when: is_debuntu
|
when: is_debuntu
|
||||||
|
|
||||||
# we need to install the rpm in order to get the dependencies
|
# we need to install the rpm in order to get the dependencies
|
||||||
|
|
|
@ -40,6 +40,14 @@
|
||||||
- nodejs
|
- nodejs
|
||||||
- npm
|
- npm
|
||||||
|
|
||||||
|
- name: Install npm (ubuntu-18)
|
||||||
|
package:
|
||||||
|
name: "{{ item }}"
|
||||||
|
state: present
|
||||||
|
when: internet_available and is_ubuntu_18
|
||||||
|
with_items:
|
||||||
|
- npm
|
||||||
|
|
||||||
# attempting to reinstall npm is broken on Raspbian 9
|
# attempting to reinstall npm is broken on Raspbian 9
|
||||||
- name: Check for Sugarizer already installed
|
- name: Check for Sugarizer already installed
|
||||||
stat:
|
stat:
|
||||||
|
|
|
@ -17,6 +17,6 @@ systemctl_program: /bin/systemctl
|
||||||
mysql_service: mysql
|
mysql_service: mysql
|
||||||
apache_log: /var/log/apache2/access.log
|
apache_log: /var/log/apache2/access.log
|
||||||
sshd_service: ssh
|
sshd_service: ssh
|
||||||
php_version: 7.1
|
php_version: 7.2
|
||||||
postgresql_version: 9.6
|
postgresql_version: 9.6
|
||||||
systemd_location: /lib/systemd/system
|
systemd_location: /lib/systemd/system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue