From a3f982badb3f47db2211d76b4c2bd5434d2bfb14 Mon Sep 17 00:00:00 2001 From: Bradley <41597815+userbradley@users.noreply.github.com> Date: Sat, 26 Aug 2023 01:13:26 +0100 Subject: [PATCH] Fixing the callout --- docs/automation/airflow/airflow-basics.md | 3 +-- docs/automation/ansible/basics.md | 1 - docs/automation/ansible/python-install.md | 1 - .../google-certs/gcp-associate/compute-engine.md | 1 - docs/certifications/google-certs/gcp-associate/costs.md | 1 - .../google-certs/gcp-associate/gce-google-compute-engine.md | 1 - docs/certifications/google-certs/gcp-associate/gcp.md | 1 - .../google-certs/gcp-associate/networking-and-lb.md | 1 - .../google-certs/gcp-associate/regions-and-zones.md | 1 - .../gcp-associate/vm-bootstrapping-templates-and-images.md | 1 - .../google-certs/workspace-admin/managing-gsuit.md | 1 - docs/certifications/google-certs/workspace-admin/mdm.md | 1 - .../google-certs/workspace-admin/user-administration.md | 1 - 13 files changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/automation/airflow/airflow-basics.md b/docs/automation/airflow/airflow-basics.md index ea2c21fb..3275c101 100644 --- a/docs/automation/airflow/airflow-basics.md +++ b/docs/automation/airflow/airflow-basics.md @@ -1,7 +1,6 @@ --- title: Airflow basics -#reviewdate: '2022-01-01' -outdated: true +reviewdate: '2022-01-01' --- diff --git a/docs/automation/ansible/basics.md b/docs/automation/ansible/basics.md index 91576969..76013eac 100644 --- a/docs/automation/ansible/basics.md +++ b/docs/automation/ansible/basics.md @@ -3,7 +3,6 @@ title: Ansible Basics reviewdate: '2022-01-01' --- -# Ansible Basics

I always create a folder for new tasks, so installing Nginx

Ansible
|
|-----Nginx
|        |---hosts
|        |---nginx.yaml

diff --git a/docs/automation/ansible/python-install.md b/docs/automation/ansible/python-install.md index 941126ac..623da0cd 100644 --- a/docs/automation/ansible/python-install.md +++ b/docs/automation/ansible/python-install.md @@ -2,7 +2,6 @@ title: Python install using Ansible reviewdate: '2022-01-01' --- -# Python install using Ansible For some reporting, Ansible needs python! diff --git a/docs/certifications/google-certs/gcp-associate/compute-engine.md b/docs/certifications/google-certs/gcp-associate/compute-engine.md index 00bf3f34..bc6ee97a 100644 --- a/docs/certifications/google-certs/gcp-associate/compute-engine.md +++ b/docs/certifications/google-certs/gcp-associate/compute-engine.md @@ -3,7 +3,6 @@ title: Compute Engine reviewdate: '2022-01-01' --- -# Compute Engine

HA

Live migration and availability policy

diff --git a/docs/certifications/google-certs/gcp-associate/costs.md b/docs/certifications/google-certs/gcp-associate/costs.md index d28a8f59..60664dad 100644 --- a/docs/certifications/google-certs/gcp-associate/costs.md +++ b/docs/certifications/google-certs/gcp-associate/costs.md @@ -2,7 +2,6 @@ title: GCP Costs reviewdate: '2022-01-01' --- -# GCP Costs

When using the cloud you want to keep the costs as low as possible

Sustained use discounts 

diff --git a/docs/certifications/google-certs/gcp-associate/gce-google-compute-engine.md b/docs/certifications/google-certs/gcp-associate/gce-google-compute-engine.md index 5a381959..2802232d 100644 --- a/docs/certifications/google-certs/gcp-associate/gce-google-compute-engine.md +++ b/docs/certifications/google-certs/gcp-associate/gce-google-compute-engine.md @@ -3,7 +3,6 @@ title: Google Compute Engine reviewdate: '2022-01-01' --- -# Google Compute Engine In datacenters, applications are deployed to Physical machines, whereas in the cloud we provision a virtual server. diff --git a/docs/certifications/google-certs/gcp-associate/gcp.md b/docs/certifications/google-certs/gcp-associate/gcp.md index 2f443dda..51739a3c 100644 --- a/docs/certifications/google-certs/gcp-associate/gcp.md +++ b/docs/certifications/google-certs/gcp-associate/gcp.md @@ -3,7 +3,6 @@ title: GCP reviewdate: '2022-01-01' --- -# GCP

https://docs.google.com/document/d/1u6pXBiGMYj7ZLBN21x6jap11rG6gWk7n210hNnUzrkI/edit

https://medium.com/@sathishvj/writing-and-passing-the-google-cloud-associate-engineer-certification-a60c2f6d99c2

diff --git a/docs/certifications/google-certs/gcp-associate/networking-and-lb.md b/docs/certifications/google-certs/gcp-associate/networking-and-lb.md index 1135b043..14b09c24 100644 --- a/docs/certifications/google-certs/gcp-associate/networking-and-lb.md +++ b/docs/certifications/google-certs/gcp-associate/networking-and-lb.md @@ -3,7 +3,6 @@ title: Networking and LB reviewdate: '2022-01-01' --- -# Networking and LB You get an internal network, and an external. You cant have 2 resources with the same IP address However you can have separate resources with the same IP address if they are internal diff --git a/docs/certifications/google-certs/gcp-associate/regions-and-zones.md b/docs/certifications/google-certs/gcp-associate/regions-and-zones.md index 72da8377..d20bdb50 100644 --- a/docs/certifications/google-certs/gcp-associate/regions-and-zones.md +++ b/docs/certifications/google-certs/gcp-associate/regions-and-zones.md @@ -3,7 +3,6 @@ title: Regions and Zones reviewdate: '2022-01-01' --- -# Regions and Zones Only deploying in to one DC can cause latency and issues, should your DC burn down, you lose the application. Secondly it can increase latency. diff --git a/docs/certifications/google-certs/gcp-associate/vm-bootstrapping-templates-and-images.md b/docs/certifications/google-certs/gcp-associate/vm-bootstrapping-templates-and-images.md index 2ad9ad0e..3247512d 100644 --- a/docs/certifications/google-certs/gcp-associate/vm-bootstrapping-templates-and-images.md +++ b/docs/certifications/google-certs/gcp-associate/vm-bootstrapping-templates-and-images.md @@ -3,7 +3,6 @@ title: VM Bootstrapping, templates and Images reviewdate: '2022-01-01' --- -# VM Bootstrapping, templates and Images You can bootstrap an instance with a startup script diff --git a/docs/certifications/google-certs/workspace-admin/managing-gsuit.md b/docs/certifications/google-certs/workspace-admin/managing-gsuit.md index be8dba39..11a428e2 100644 --- a/docs/certifications/google-certs/workspace-admin/managing-gsuit.md +++ b/docs/certifications/google-certs/workspace-admin/managing-gsuit.md @@ -3,7 +3,6 @@ title: Managing Gsuit reviewdate: '2022-01-01' --- -# Managing Gsuit

Enabling services for everyone

diff --git a/docs/certifications/google-certs/workspace-admin/mdm.md b/docs/certifications/google-certs/workspace-admin/mdm.md index b98607b3..ab39e211 100644 --- a/docs/certifications/google-certs/workspace-admin/mdm.md +++ b/docs/certifications/google-certs/workspace-admin/mdm.md @@ -3,7 +3,6 @@ title: MDM reviewdate: '2022-01-01' --- -# MDM To enforce these policies on Android devices, your users must install the [Google Apps Device Policy](https://play.google.com/store/apps/details?id=com.google.android.apps.enterprise.dmagent) app on their device. This app ensures that your domain policies are set properly on the user's Android device before synchronizing any data. See diff --git a/docs/certifications/google-certs/workspace-admin/user-administration.md b/docs/certifications/google-certs/workspace-admin/user-administration.md index 156d0190..b09923a3 100644 --- a/docs/certifications/google-certs/workspace-admin/user-administration.md +++ b/docs/certifications/google-certs/workspace-admin/user-administration.md @@ -3,7 +3,6 @@ title: Gsuit - User administration reviewdate: '2022-01-01' --- -# Gsuit - User administration

Global info can be set under `Account settings` but this has changed from `Company profile`