aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* dovecot: add documentationStonewall Jackson2023-02-121-0/+67
|
* dns_records: update docsStonewall Jackson2023-02-111-1/+1
|
* dns_records: add docsStonewall Jackson2023-02-111-0/+32
|
* dnsmasq: add docsStonewall Jackson2023-02-111-0/+41
|
* cups_server: add docsStonewall Jackson2023-02-111-0/+35
|
* dnf_automatic: add docsStonewall Jackson2023-02-111-0/+39
|
* dev_environment: add docsStonewall Jackson2023-02-111-0/+24
|
* cups_client: add documentationStonewall Jackson2023-02-112-1/+33
|
* firefox: disable push notifications by defaultStonewall Jackson2023-02-113-1/+5
|
* use domain for coturn domainStonewall Jackson2023-02-101-1/+1
|
* add coturn docsStonewall Jackson2023-02-101-0/+36
|
* add docs for common roleStonewall Jackson2023-02-101-0/+55
|
* add chrony documentationStonewall Jackson2023-02-101-0/+35
|
* add cgit documentationStonewall Jackson2023-02-102-2/+60
|
* add certbot documentationStonewall Jackson2023-02-101-0/+43
|
* update asterisk defaultsStonewall Jackson2023-02-101-1/+1
|
* update asterisk defaultsStonewall Jackson2023-02-101-38/+5
|
* update documentationStonewall Jackson2023-02-101-2/+2
|
* update asterisk docsStonewall Jackson2023-02-101-2/+93
|
* update documentationStonewall Jackson2023-02-101-5/+5
|
* add asterisk documentationStonewall Jackson2023-02-103-2/+140
|
* update documentationStonewall Jackson2023-02-091-3/+3
|
* update documentationStonewall Jackson2023-02-091-1/+4
|
* update documentationStonewall Jackson2023-02-093-20/+20
|
* update documentationStonewall Jackson2023-02-091-0/+3
|
* update documentationStonewall Jackson2023-02-092-2/+2
|
* update documentationStonewall Jackson2023-02-091-0/+4
|
* update documentationStonewall Jackson2023-02-091-1/+1
|
* update documentationStonewall Jackson2023-02-091-1/+1
|
* update documentationStonewall Jackson2023-02-091-1/+1
|
* update documentationStonewall Jackson2023-02-092-4/+4
|
* update documentationStonewall Jackson2023-02-091-10/+12
|
* update documentationStonewall Jackson2023-02-091-1/+1
|
* update documentationStonewall Jackson2023-02-091-5/+9
|
* update documentationStonewall Jackson2023-02-091-1/+1
|
* update documentationStonewall Jackson2023-02-091-1/+1
|
* update documentationStonewall Jackson2023-02-091-3/+3
|
* add archiver documentationStonewall Jackson2023-02-098-6/+143
|
* update gitignoreStonewall Jackson2023-02-081-2/+0
|
* fix gathio role for v1.3Stonewall Jackson2023-02-084-5/+13
|
* document apache rolesStonewall Jackson2023-02-086-8/+247
|
* cleanupStonewall Jackson2023-02-073-2/+2
|
* cleanup tags in playbooksStonewall Jackson2023-02-0633-58/+54
|
* set max_retries to UINT32_MAX for asterisk registrationsStonewall Jackson2023-02-065-9/+66
| | | | | | | | | | | | | | | After a brief internet outage, I noticed that asterisk had given up trying to reconnect to my upstream SIP server (looks like the default value of max_retries is 10). Although the asterisk "registration" object was disconnected, the "endpoint" object still reported being up, so the check_asterisk_endpoints nagios plugin did not alert me to the problem. This commit sets max_retries to UNIT32_MAX for asterisk registrations by default. It also adds a new nagios plugin, check_asterisk_registrations. Unfortunately, the ARI does not expose registrations via the REST API, so I had to write a hacky bash script to parse the asterisk CLI output.
* dont log create-local-homedir.sh to syslogStonewall Jackson2023-02-051-2/+0
| | | | Causes lots of syslog noise due to selinux denials.
* remove unused devd roleStonewall Jackson2023-02-053-14/+0
|
* fix permissions error in archive-freeipa scriptStonewall Jackson2023-02-051-1/+4
| | | | | | | | The mv command attempts to preserve the original file's permissions, which thwarts the default ACL we have in place for the archive spool directory. Switch to a more convoluted cp/chmod.
* don't perform nagios checks during reboot windowStonewall Jackson2023-02-042-3/+3
| | | | | | | | | | | | | Intially, I configured nagios to suspend notifications during the reboot window, to avoid alert noise while hosts were doing automated reboots. Since our nagios only sends a single notification for state changes, this results in lost alerts when a "real" problem occurs during the window. This commit switches the default host template to suspend the checks themselves, rather than the notifications, during the daily reboot window. If the problem still exists once the reboot window passes, we'll get the notification.
* update readmeStonewall Jackson2023-02-041-1/+1
|
* update readmeStonewall Jackson2023-02-041-0/+1
|