All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Guys IT. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:13, 14 December 2024 User account MOrSvcyegyDo talk was created
- 12:07, 13 December 2024 User account RSAgYufgetgwTw talk was created
- 08:55, 12 December 2024 User account NcGtQpzJrrxHe talk was created
- 04:55, 11 December 2024 User account LjxxLvArTTeNwkC talk was created
- 09:32, 25 July 2023 Gweatherburn talk contribs created page Mail Server (Postfix/Dovecot/Spamassassin/Amavis/OpenDKIM/OpenDMARC (Created page with "All singing, all dancing mail server. I also have Postfix Admin and the Roundcube web app. More to follow.")
- 09:30, 25 July 2023 Gweatherburn talk contribs created page Proxy Server (NGINX) (Created page with "Nginx for a general front end that as well as all web routing also copes with certificates etc. More to follow.")
- 09:29, 25 July 2023 Gweatherburn talk contribs created page Cloud Server (OwnCloud) (Created page with "I did flirt with NextCloud amongst other but settled on OwnCloud as easier to integrate with the rest of my estate. More to follow.")
- 09:28, 25 July 2023 Gweatherburn talk contribs created page Monitor Servers (Prometheus & Nagios) (Created page with "I use Prometheus to monitor ports and Nagios for more fine-grained monitoring. More to follow.")
- 09:25, 25 July 2023 Gweatherburn talk contribs created page Jenkins Server (Created page with "Jenkins what else.")
- 09:24, 25 July 2023 Gweatherburn talk contribs created page Wiki Server (This one) (Created page with "This is, as you may have guessed, is a MediaWiki installation.")
- 09:23, 25 July 2023 Gweatherburn talk contribs created page Archive Server (Created page with "For Archive services I use Rsnapshot and some of the tols for backing up images and Discs in Openstack.")
- 12:57, 11 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-setup-RedHat.yml (Created page with "[https://github.com/WotAGuy/Deploy/blob/master/Ansible/roles/mysqlservers/vars/RedHat-8.yml]")
- 20:06, 10 December 2020 Gweatherburn talk contribs created page Web Server (LEMP) (Created page with "All servers including this one are created from the Base Image in OpenStack (Glance) which is a CentOS 8 minimal installation with, bascially, the Firewalld package removed a...")
- 22:13, 9 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-secure-installation.yml (Created page with "This Ansible task sorts out the security for the database system, along the suggested lines given by MySQL, themselves. <pre style="border:1px solid Black;"> --- - name: Ensu...")
- 22:11, 9 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-secrethub.yml (Created page with "This Ansible task obtains secrethub secrets containing the various passwords required by the MySQL databases. <pre style="border:1px solid Black;"> --- - name: "Read Amavis P...")
- 21:56, 9 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-replication.yml (Created page with "This Ansible task would set up repliacation of the MySQL databases, but I do not allow this to action as you will see in the main.yml file. <pre style="border:1px solid Black...")
- 18:21, 9 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-mysqld exporter.yml (Created page with "This Ansible task sets up the mysqld_exporter used by Prometheus for monitoring. <pre style="border:1px solid Black;"> --- - name: "Promtheus MySQL Node Exporter" copy:...")
- 18:11, 9 December 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-main.yml (Created page with "This Ansible task is the control task for the configuration of a MySQL Server. --- # Get SecretHub Values - include_tasks: secrethub.yml # Variable configuration. - include_t...")
- 13:40, 10 July 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-databases.yml (Created page with "This Ansible task creates the MySQL databases I want on the server. <pre style="border:1px solid Black;"> --- - name: Ensure MySQL databases are present. mysql_db: name...")
- 13:39, 10 July 2020 Gweatherburn talk contribs created page Mysqlservers-tasks-configure.yaml (Created page with "This Ansible task configure MariaDB for me. <pre style="border:1px solid Black;"> --- - name: Get MySQL version. command: 'mysql --version' register: mysql_cli_version...")
- 13:36, 10 July 2020 Gweatherburn talk contribs created page Mysqlservers-handlers-main.yaml (Created page with "This is the ansible handler for ensung the MariaDB instance is up and unning. <pre style="border:1px solid Black;"> --- - name: restart mysql service: "name={{ mysql_daemon...")
- 13:34, 10 July 2020 Gweatherburn talk contribs created page Mysqlservers-files-mysqld exporter.service (Created page with "This is the service file for starting thePrometheus MySQL Exporter Service. <pre style="border:1px solid Black;"> [Unit] Description=Prometheus MySQL Exporter After=network.t...")
- 08:29, 4 July 2020 Gweatherburn talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Code By Webdevtrick ( https://webdevtrick.com ) var toCopy = document.getElementById( 'copy-tex...")
- 13:47, 3 July 2020 Gweatherburn talk contribs created page Mysqlservers-defaults-main.yaml (Created page with "this is a test Does this end up in a code clock.")
- 07:35, 3 July 2020 Gweatherburn talk contribs created page MySQL Role (Created page with "This role is run against all servers. It ensures that we have a baseline and that services required on all servers exist and are configured properly. This role has the follow...")
- 22:29, 2 July 2020 Gweatherburn talk contribs created page Database Server (MySQL) (Created page with "Database Server (MySQL) Page. The base is an Image in OpenStack (Glance) which is a CentOS 8 minimal installation with the ''firewalld'' package removed and the following pa...")
- 21:43, 2 July 2020 Gweatherburn talk contribs created page Common-template-motd.j2 (Created page with "<pre style="border:1px solid Black;"> - name: "Create a Group for the Prometheus user" group: name: prometheus system: true state: present - name: "Add the Prom...")
- 21:42, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-users.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Create a Group for the Prometheus user" group: name: prometheus system: true state: present - name: "Add the Prom...")
- 21:41, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-services.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Is node_exporter.service there" stat: "path=/usr/lib/systemd/system/node_exporter.service" register: node_exporter_service_t...")
- 21:39, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-packages.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Remove unwanted packages" package: name: "{{ item }}" state: absent loop: - exim - telnet - nagios*...")
- 21:12, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-main.yaml (Created page with "<pre style="border:1px solid Black;"> --- - name: "Hostnames for all servers." import_tasks: 'hostnames.yaml' - name: "Prometheus User for all servers." import_tasks: 'us...")
- 21:10, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-logwatch.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Install Logwatch packages" package: name: "{{ item }}" state: latest loop: - logwatch - mailx - perl-Dat...")
- 21:07, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-hostnames.yaml (Created page with "<pre style="border:1px solid Black;"> - name: 'Hostname for admin' hostname: name: 'admin.weatherburn.me.uk' use: 'systemd' when: "'admin' in inventory_hostname"...")
- 21:06, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-files.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Copy clearcache.sh to all servers." copy: src: "../files/clearcache.sh" dest: "/usr/local/bin/clearcache.sh" owner...")
- 21:05, 2 July 2020 Gweatherburn talk contribs created page Common-tasks-cron.yaml (Created page with "<pre style="border:1px solid Black;"> - name: "Clear Cache Cron job for Admin server" cron: name: "Clear Cache Cron Job for Admin Server" hour: '1' minute: '16'...")
- 21:04, 2 July 2020 Gweatherburn talk contribs created page Common-handlers-main.yaml (Created page with "<pre style="border:1px solid Black;"> - name: crond restart service: name=crond state=restarted enabled=true - name: crond reload service: name=crond state=reloaded </pre...")
- 20:39, 2 July 2020 Gweatherburn talk contribs created page Common-files-start node exporter.service (Created page with "<pre style="border:1px solid Black;"> [Unit] Description=Start the node_exporter service After=network.target After=systemd-user-sessions.service After=network-online.target...")
- 20:38, 2 July 2020 Gweatherburn talk contribs created page Common-files-secrethub (Created page with "<pre style="border:1px solid Black;"> </pre> Return to Common Role")
- 20:36, 2 July 2020 Gweatherburn talk contribs created page Common-files-node exporter.service (Created page with "<pre style="border:1px solid Black;"> [Unit] Description=Prometheus Documentation=https://github.com/prometheus/node_exporter Wants=network-online.target After=network-online....")
- 06:40, 30 June 2020 Gweatherburn talk contribs created page Common-files-logwatchreport.sh (Created page with "<pre> #!/bin/bash # # This runs logwatch and then exports the resulting html off to the logwatch # server which in turn will serve this file up as a web page. # # Author: Guy...")
- 19:03, 29 June 2020 Gweatherburn talk contribs created page Common-files-LICENSE (Created page with "<pre> Copyright 2018 Keylocker B.V. All software is licensed under the "Keylocker EULA". All Intellectual Property Rights in or related to the...")
- 19:02, 29 June 2020 Gweatherburn talk contribs created page Common-files-clearcache.sh (Created page with "<pre> #!/bin/bash # # Clear the cache and swap files on this server. # sync; echo 3 > /proc/sys/vm/drop_caches /usr/sbin/swapoff -a /usr/sbin/swapon -a exit 0 </pre>")
- 18:56, 29 June 2020 Gweatherburn talk contribs created page Common-defaults-main.yaml (Created page with "--- os_details: "{{ ansible_distribution }} {{ ansible_distribution_version }} {{ ansible_distribution_release }} {{ ansible_architecture }}" motd_info: - "FQDN: ":...")
- 17:32, 28 June 2020 Gweatherburn talk contribs created page Common Role (Created page with "This role is run against all servers. It ensure that we have a baseline and that services required on all servers exist and are configure properly. This role has the followin...")
- 14:19, 28 June 2020 Gweatherburn talk contribs created page Base Server (first)
- 13:39, 28 June 2020 Gweatherburn talk contribs created page GitHub Actions (Created page with "GitHub Actions Page Coming Soon.")
- 11:21, 28 June 2020 Gweatherburn talk contribs created page Ansible (Created page with "This page describes how I use Ansible.")
- 11:00, 28 June 2020 Gweatherburn talk contribs created page Terraform (Created page with "This Page describes how I use Terraform.")
- 08:26, 28 June 2020 Gweatherburn talk contribs created page Talk:Main Page (Why, where and when)
- 17:32, 27 June 2020 MediaWiki default talk created page Main Page