Commit Graph

779 Commits

Author SHA1 Message Date
Christian Lempa
7e8383c53b
Merge pull request #153 from cschug/pin_version_sophos_factory_runner_pool
chore: pin version of Sophos Factory Runner Pool to 0.144.0
2024-02-23 11:17:03 +01:00
Christoph Schug
988d28e4e5 chore: pin version of Sophos Factory Runner Pool to 0.144.0 2024-02-23 00:44:20 +01:00
Christoph Schug
65b172436f fix: enforce output of df to be single-lined per file system
This change forces `df(1)` to output each file system on a single
line by setting the `-P` flag (POSIX output format). Without it,
some versions of `df(1)` split the output into multiple lines if the
length of some fields like "Filesystem" exceeds a certain limit. As a
consequence, the `awk(1)` expression might fail to catch the correct
fields.

Please note that this fixes a file which is also wrongly named, which is
being addressed in PR #151.

Relates to PR #151.
Fixes issue #137.
2024-02-23 00:20:34 +01:00
Christoph Schug
3f4672e97c fix: fix file names
- Ansible playbooks should have an `.yaml` file extension

- all files related to installation should be consistently prefixed
  wth `inst-`
2024-02-22 23:45:19 +01:00
Christoph Schug
c8dd2952c5 chore: upgrade Ansible Semaphore 2.8.90 -> 2.9.45 2024-02-22 22:45:29 +01:00
Christoph Schug
a40bbf1c84 chore: upgrade Prometheus 2.37.9 -> 2.50.0 2024-02-22 22:34:58 +01:00
Christoph Schug
179e2b43f1 chore: pin version of BIND to 9.18 2024-02-22 22:12:50 +01:00
Christoph Schug
c431ee8600 chore: pin version of Grafana to 10.3.3 2024-02-22 22:03:15 +01:00
Christoph Schug
48eb94f801 chore: upgrade InfluxDB 2.7.1 -> 2.7.5 2024-02-22 21:58:45 +01:00
Christoph Schug
c0311c7bb1 chore: upgrade Homer 23.05.1 -> 23.10.1 2024-02-22 21:55:22 +01:00
Christoph Schug
2e8a2a4fa4 chore: upgrade Traefik 2.10.5 -> 2.11.0 2024-02-22 21:05:54 +01:00
Christoph Schug
8a17193dd0 fix: add final newline character to text files
This makes text files compliant to POSIX which requires every line of a
text file to end with a newline character [1][2].

[1] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_403
[2] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
2024-02-22 19:06:54 +01:00
Christian Lempa
7d23a0f5cc name change 2024-02-19 11:26:30 +01:00
Christian Lempa
df9d081870 moved file into conf directory 2024-02-19 09:38:43 +01:00
Christian Lempa
ca1b5cf74e updated folders and compose config 2024-02-19 09:37:45 +01:00
Christian Lempa
c2b5312efc
Merge pull request #134 from jessefmoore/patch-1
Update proxmox-iso for ubuntu-server-jammy.pkr.hcl source
2024-02-19 09:13:21 +01:00
Christian Lempa
82b536c0e6 added example for local service 2024-02-19 09:00:11 +01:00
Christian Lempa
a7013f2470 terraform provider version update 2024-01-12 11:39:13 +01:00
Christian Lempa
e5d1459169 add civo terraform templates 2024-01-12 10:50:17 +01:00
Christian Lempa
e59a26f1ce update gitignore 2024-01-12 10:44:14 +01:00
Christian Lempa
3b31d590b8 updated postgres and mariadb compose 2023-12-11 14:57:49 +01:00
Jesse Moore
8726e5181b
Update ubuntu-server-jammy.pkr.hcl
Updated source to proxmox-iso
2023-11-19 17:22:06 -08:00
Christian Lempa
d6729c02ae
Merge pull request #131 from ChristianLempa:ChristianLempa/issue129
Traefik latest helm chart changes to ports.web.redirectTo
2023-11-16 09:34:58 +01:00
Christian Lempa
347f217849 Traefik latest helm chart changes to ports.web.redirectTo
Fixes #129
2023-11-16 09:34:22 +01:00
Christian Lempa
6e35ba1413 macos typo 2023-09-26 15:15:57 +02:00
Christian Lempa
860a1f5819 updated text 2023-09-26 15:14:59 +02:00
Christian Lempa
05197167de updated text 2023-09-26 15:09:41 +02:00
Christian Lempa
0dbee421b3 added banner 2023-09-26 15:04:09 +02:00
Christian Lempa
2f4275ad21 readme update 2023-09-26 15:03:16 +02:00
Christian Lempa
d76f1e1242
Merge pull request #125 from ibabaylov/patch-1
Update traefik.yaml
2023-09-22 18:26:40 +02:00
ibabaylov
b3e1b4deb3
Update traefik.yaml
typo
2023-09-19 16:57:14 +05:00
Christian Lempa
010eba0d89
Merge pull request #124 from ChristianLempa:108-update-mariadb-deployment-template
updated mariadb compose
2023-09-13 12:44:28 +02:00
Christian Lempa
34a3c4925e updated mariadb compose 2023-09-13 12:44:13 +02:00
Christian Lempa
36dc637b74
Merge pull request #123 from ChristianLempa:107-update-influxdb-deployment-template
update influxdb compose
2023-09-13 12:35:51 +02:00
Christian Lempa
d46436eb3f update influxdb compose 2023-09-13 12:35:32 +02:00
Christian Lempa
5be504b566
Merge pull request #122 from ChristianLempa:83-error-loading-config-configfile=etcprometheusprometheusyml-file=etcprometheusprometheusyml-err=open-etcprometheusprometheusyml-no-such-file-or-directory
update prometheus
2023-09-13 12:04:55 +02:00
Christian Lempa
e32e0015ca update prometheus 2023-09-13 12:04:10 +02:00
Christian Lempa
d4d123a646
Merge pull request #121 from ChristianLempa:118-if-you-get-error-no-such-host-or-get-httpcadvisor8080metrics-dial-tcp-lookup-cadvisor-on-127001153-no-such-host
remove network mode
2023-09-13 11:57:40 +02:00
Christian Lempa
5b85241be6 remove network mode 2023-09-13 11:56:45 +02:00
Christian Lempa
cdbd9d60a1
Merge pull request #92 from gabegon8910/main
2 new ansible scripts
2023-09-12 11:09:09 +02:00
Christian Lempa
5d5dcdf2ac link update 2023-09-12 11:08:06 +02:00
Christian Lempa
04a33f6a6e
Merge pull request #119 from NethunRanasinghe/main
Install K8s
2023-09-12 11:07:08 +02:00
Christian Lempa
6ab41e340b readme updates 2023-09-12 11:06:06 +02:00
NethunRanasinghe
c42461184a Install K8s 2023-09-06 15:17:48 +05:30
Christian Lempa
52a4363e45 fixed typo 2023-08-28 11:55:26 +02:00
Christian Lempa
c83666ccea update security doc 2023-08-28 11:46:18 +02:00
Christian Lempa
93f0fefb91
Merge pull request #110 from ChristianLempa:90-add-security-policy
update security file
2023-08-28 11:41:27 +02:00
Christian Lempa
cb3c44f790 update security file 2023-08-28 11:40:55 +02:00
Christian Lempa
267d3c3020
Merge pull request #105 from ChristianLempa/104-twingate-connector
twingate compose file
2023-08-24 09:42:29 +02:00
Christian Lempa
50cc36935e twingate compose file 2023-08-24 09:42:05 +02:00