Commit graph

493 commits

Author SHA1 Message Date
4d4b61d5d0 zoneminder: Add TLS when connecting to remote mysql 2021-08-30 19:46:14 +00:00
b535a484a3 mariadb: Allow mysql user to read host private key 2021-08-30 19:27:00 +00:00
87cfeb6249 zoneminder: Fix database name 2021-08-30 18:41:32 +00:00
7cbdbfa43c Add dhcp server to zm hosts 2021-08-30 18:33:07 +00:00
5df27ce9d5 dhcpd: Add support for custom dhcpd.conf 2021-08-30 18:31:41 +00:00
4e887f5da2 mariadb: Fix typo 2021-08-30 17:43:56 +00:00
0f76ae8a3e zoneminder: Add support for remote dabase server 2021-08-28 16:36:19 +00:00
4cc67c2c27 mariadb: Add missing backup script 2021-08-28 13:39:52 +00:00
f848891918 mariadb: Add database backup cron job 2021-08-28 13:04:56 +00:00
2706f177a8 mariadb: Split innodb taables into own files 2021-08-25 21:35:10 +00:00
32fd8e92af mariaadb: Add missing my.cnf template 2021-08-25 19:33:47 +00:00
e81de8a9ff mariadb: Add support for setting root password 2021-08-25 19:30:39 +00:00
45ed2678e7 mariadb: Add TLS support for server 2021-08-25 18:48:25 +00:00
4ea1cc5f81 git/server: Fix cloning repo over http 2021-08-25 17:12:51 +00:00
eb61bb9448 git/server: Set projectroot in environment 2021-08-25 15:09:03 +00:00
2020449bf9 kvm-host: Add nss-tools for creating keys with nssdb 2021-08-19 15:03:40 +00:00
ff4e0b32e8 dhcpd: yamllint fixes 2021-08-16 16:41:06 +00:00
fd2ee25f29 git/client: Configure git only for real users 2021-05-17 15:48:55 +00:00
5a6da68f2f git/client: Don't hardcode mail domain 2021-05-17 15:39:51 +00:00
d89cfb70b7 base: Use trailing slash for OpenBSD install tree
This saves one redirect and fixes connection issue with current master
fsol-gw.
2021-05-17 15:32:36 +00:00
b06b09d054 ansible-host: Install configured git 2021-04-24 13:17:02 +00:00
179154ce12 git: Store settings in config and not in environment variables 2021-04-24 12:53:58 +00:00
9f86ecc099 Rename gw01.home.foo.sh to dna-gw01.home.foo.sh 2021-04-23 08:48:46 +00:00
4044c2a706 Allow TFTP to gw hosts 2021-04-22 20:41:25 +00:00
7c2522a8fb unbound: Add secondry DHCP server and fix interface binding
Unbound can't bind to CARP interfaces without explicit definition.
2021-04-22 20:38:59 +00:00
d4a29bb758 dhcpd: Initial version of role.
Currently works only for main DHCP server.
2021-04-22 20:37:28 +00:00
4634a9687b tftp: Fix startup arguments ordering 2021-04-22 20:36:38 +00:00
b8af7bbf8e tftp: Add OpenBSD support 2021-04-22 16:42:52 +00:00
0d07163059 Use OSPF more properly in fsol-gw hosts 2021-04-14 19:53:16 +00:00
cdf3d3cd2e munin-server: Fix permissions from runtime directory 2021-04-14 18:17:55 +00:00
3ca1e7fce8 zoneminder: Move data directory under /export 2021-04-05 15:19:55 +00:00
525b3cbe99 Add unbound to zm hosts 2021-04-01 22:46:01 +00:00
4ea66f9ece Revert "openvpn: Lint fixes"
This reverts commit afc06c9ccc.
2021-04-01 06:18:23 +00:00
847ac32cc2 cups-client: Lint fixes 2021-03-31 22:50:37 +00:00
afc06c9ccc openvpn: Lint fixes 2021-03-31 22:48:48 +00:00
5094394edd Lint fixes 2021-03-31 22:46:40 +00:00
6a79379d85 zoneminder: Initial version of role 2021-03-31 22:15:49 +00:00
3f9de759aa mariadb: Initial version of role 2021-03-31 22:15:29 +00:00
61d4754bf1 rsyslog: Use advanced configuration format for UDP listen 2021-03-31 06:15:56 +00:00
e345e29b19 cups/server: Remove nginx frontend proxy 2021-03-30 16:14:52 +00:00
a7f22619f9 collab: Force install commands to use python2 2021-03-30 14:46:51 +00:00
e21753a7c8 ldap/server: Tighten LDAP TLS settings 2021-03-30 14:20:46 +00:00
caa8a23d13 Add ifstated to home gw hosts 2021-03-26 17:20:55 +00:00
e31769a606 ifstated: Use templating for ifstated configurations 2021-03-26 16:45:26 +00:00
8d234782df Add unbound to gw hosts 2021-03-25 21:50:09 +00:00
12ec078011 unbound: Add OpenBSD support 2021-03-25 21:49:20 +00:00
c41495066b unbound: Initial version of role 2021-03-25 17:38:21 +00:00
b776431baf network: Add support to force DNS servers for interface
Previously DNS servers could be set for interface but they were used only
when interface address was set to static. This change allow to set (or
remove) DNS servers for interfaces regardles of IP address method.
2021-03-25 15:38:00 +00:00
4dcb2df22b nfs-server: ShellCheck fixes 2021-03-24 05:55:14 +00:00
befa371fdc nfs-server: Allow role/home autocreation run more often
1. Implemented locking for scripts so only one instance is running
   simultaneously. This will also remove stale lock file if found.

2. Use LDAP contextCSN value to determine if we need to run script
   at all. Previous contextCSN is stored in state file which will
   be cleaned during reboots. If state file is not found direcotries
   are scanned in normal way.
2021-03-24 05:48:04 +00:00