1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
* do a special download and install of usbmount

* misspelled iiab_download_url

* misspell downloads_dir

* diable php-sqlite

* php version issues

* fixes transferred from recognize branch

* local_fact moved

* remove preload

* remove preload

* spell ansible

* debian9 sqlite3

* package needs name

* remove prepped

* use apt ratheer than ansible package for npm

* monit disable chkconfig

* moodle needs php-zip and php-mbstring

* debian9 -> debian-9

* returen to os_ver nomenclature for OS.yml
This commit is contained in:
georgejhunt 2017-07-04 13:27:44 -07:00 committed by GitHub
parent 842e617e42
commit 29b0b50885
13 changed files with 70 additions and 55 deletions

View file

@ -28,7 +28,7 @@
shell: nmcli con delete id iiab-LAN
ignore_errors: True
changed_when: False
when: iiab_prepped and (num_lan_interfaces != "0" or iiab_wireless_lan_iface != "none")
when: (num_lan_interfaces != "0" or iiab_wireless_lan_iface != "none")
## vars/ users should set user_wan_iface to avoid messy redetect
- include: redetect.yml

View file

@ -34,10 +34,6 @@
- network
- domain
- name: Domain name did not change setting iiab_prepped
set_fact:
iiab_prepped: True
when: not domainname.changed and iiab_base_ver == gui_version
##### Start static ip address info for first run #####
#- include: static.yml
@ -49,31 +45,26 @@
- network
- include: named.yml
# when: not iiab_prepped
tags:
- named
- network
- include: dhcpd.yml
# when: not iiab_prepped
tags:
- dhcpd
- network
- include: squid.yml
# when: not iiab_prepped
tags:
- squid
- network
- include: wondershaper.yml
when: not iiab_prepped
tags:
- wondershaper
- network
- include: iptables.yml
# when: not iiab_prepped
tags:
- iptables
- network