1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
Commit graph

5431 commits

Author SHA1 Message Date
A Holt
6940a87a7e
Is php{{ php_version }}-sqlite3 really used? Unclear 2019-05-30 00:42:18 -04:00
A Holt
6525521b8d
php{{ php_version }}-sqlite3 appears unused but... 2019-05-30 00:38:57 -04:00
A Holt
d8fc4127af
Deprecate php{{ php_version }}-sqlite3 after Rasp9/Deb9/U18 ? 2019-05-26 09:20:07 -04:00
A Holt
80c9aa3608
php{{ php_version }}-sqlite3 also appears unused 2019-05-26 09:03:53 -04:00
A Holt
d5c7d4ae99
php{{ php_version }}-sqlite if raspbian-8 or debian-8 2019-05-24 23:52:11 -04:00
A Holt
1e9aa27268
php{{ php_version }}-sqlite if raspbian-8 or debian-8 2019-05-24 23:42:26 -04:00
A Holt
b037fe5df9
php7.x-sqlite3 when raspbian 9+ or debian 9+ or ubuntu 18+ 2019-05-24 23:29:34 -04:00
A Holt
59f2a2e7d9
"is_debian_9 or is_ubuntu_16" in calibre/tasks/debs.yml 2019-05-24 23:06:27 -04:00
A Holt
30f7c18364
parens in condition for clarity 2019-05-24 22:55:54 -04:00
holta
a74e187aac not just is_ubuntu_18: make U19/U20 possible 2019-05-24 21:58:37 -04:00
A Holt
5033f9b108
Merge pull request #1696 from holta/bool-for-ansible-2.8
Revise boolean syntax for Ansible 2.8 e.g. 'when: X' -> 'when: X | bool' (eliminates most warnings)
2019-05-24 21:21:49 -04:00
A Holt
f3812754ec
dupl when: 's fixed in nextcloud/tasks/main.yml 2019-05-24 20:19:26 -04:00
holta
2f73f599c5 'when: X }' -> 'when: X | bool }' in both meta/main.yml 2019-05-24 19:57:35 -04:00
holta
2bed0c9404 'when: X #' -> 'when: X | bool #' for Ansible 2.8 2019-05-24 19:39:10 -04:00
holta
9543a10d82 ': false' to ': False' + ': true' to ': True' or ': yes' 2019-05-24 19:29:41 -04:00
holta
3a1ccf3638 'when: X' -> 'when: X | bool' for Ansibl 2.8 2019-05-24 18:33:10 -04:00
A Holt
176abdd2f5
Merge pull request #1695 from holta/version-more-visible
Making IIAB (PRE-)release version number a bit more visible
2019-05-24 14:41:21 -04:00
A Holt
87fa63baba
Mention IIAB at top of default_vars.yml 2019-05-24 14:17:17 -04:00
holta
6d7adf00a2 (PRE-)release version# more visible 2019-05-24 14:04:14 -04:00
A Holt
3b4200b316
Merge pull request #1694 from holta/network-ansible-cleanup
Clean roles/0-init & roles/network for Ansible 2.8 ('| bool'). Prep for Ubuntu 18/19+
2019-05-24 13:23:38 -04:00
holta
cb5743dd11 Merge branch 'network-ansible-cleanup' of https://github.com/holta/iiab into network-ansible-cleanup 2019-05-24 04:58:40 -04:00
holta
58637ef3fa Proper boolean values for var gw_active 2019-05-24 04:56:10 -04:00
A Holt
eb7d5ea706
roles/0-init/tasks/main.yml indentation 2019-05-24 04:54:00 -04:00
holta
4652d3505a @holta 2019-05-24 03:26:21 -04:00
holta
2e3c4b7b2e comments preserve hardcoded U18 clauses 2019-05-24 03:13:52 -04:00
holta
3eccbd9d60 '| bool' for Ansible 2.8; prep U18+ 2019-05-24 03:06:43 -04:00
root
2ea775848a Add |bool in network/tasks/restart.yml 2019-05-24 01:51:03 -04:00
A Holt
be5bbe8e5e
output tweak 2019-05-24 00:03:21 -04:00
A Holt
44c8204f66
Merge pull request #1693 from holta/firewall-usability
iptables firewall: Apply @jvonau's "$lan" != "none" to forwarding not just masquerading
2019-05-23 23:51:54 -04:00
A Holt
a68ae48b4e
Apply @jvonau's "$lan" != "none" to fwd'ing (not just masq'ing) 2019-05-23 23:42:55 -04:00
A Holt
3d976bebec
iptables doc tweak 2019-05-23 19:42:40 -04:00
A Holt
f826c138b8
iptables doc tweak 2019-05-23 19:39:44 -04:00
A Holt
da4fb34090
Merge pull request #1692 from holta/firewall-usability
iptables firewall: further clarify http-or-https (for Admin Console's box.lan/admin too)
2019-05-23 14:54:56 -07:00
A Holt
7012946f1b
Clarify http-or-https (for Admin Console's box.lan/admin too) 2019-05-23 17:52:03 -04:00
A Holt
4f23ca93bd
Clarify http-or-https (for Admin Console's box.lan/admin too) 2019-05-23 17:51:03 -04:00
A Holt
dffe5bf120
Clarify http-or-https (for Admin Console's box.lan/admin too) 2019-05-23 17:50:51 -04:00
A Holt
e8cc7b4897
Clarify http-or-https (for Admin Console's box.lan/admin too) 2019-05-23 17:50:40 -04:00
A Holt
b254d8a7c0
Merge pull request #1691 from holta/firewall-usability
Fix Typo: enable masquerade only when "$lan" != "none" (typo fixed)
2019-05-23 14:03:16 -07:00
A Holt
a55c7150e8
enable masquerade only when "$lan" != "none" (typo fixed) 2019-05-23 17:00:27 -04:00
A Holt
de933e92dd
Merge pull request #1690 from holta/ansible-2.7.11
Recommend 2.7.11 if running scripts/ansible-2.7.x
2019-05-23 13:40:18 -07:00
A Holt
df3455b1ef
Recommend 2.7.11 if running scripts/ansible-2.7.x 2019-05-23 16:37:23 -04:00
A Holt
47b47f242b
Merge pull request #1677 from holta/firewall-usability
Making IIAB's firewall (iptables) understandable to newbie implementers
2019-05-23 11:35:19 -04:00
A Holt
7fa7d1d40a
Enable masquerade only when "$lan" != "none" 2019-05-23 11:25:55 -04:00
A Holt
d06e540ae2
Merge pull request #1688 from holta/lokole-0.4.2
Lokole 0.4.1 -> 0.4.2
2019-05-22 17:38:54 -04:00
A Holt
8b7ac36f81
Lokole 0.4.1 -> 0.4.2 2019-05-22 17:37:43 -04:00
A Holt
3b8c205720
Merge pull request #249 from iiab/master
sync from iiab/iiab
2019-05-22 17:36:52 -04:00
A Holt
f27c748cc2
Merge pull request #1684 from holta/lokole-0.4.1
Lokole 0.4.0 -> 0.4.1
2019-05-21 01:30:55 -07:00
A Holt
c137b60a57
Lokole 0.4.0 -> 0.4.1 2019-05-21 04:29:24 -04:00
A Holt
0ff08ea662
Merge pull request #248 from iiab/master
sync from iiab/iiab
2019-05-21 01:28:12 -07:00
A Holt
98049544b1
Lines numbers fixed in comment 2019-05-21 04:03:39 -04:00