From fd1701df25f9428c8d1d4c635c145e160917f493 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 2 Jul 2020 10:09:43 -0700 Subject: [PATCH] Adjust the readme file to make more clear about the repo vs the control host we run things on. Signed-off-by: Kevin Fenzi --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb6c12cfd2..670f6b2898 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Welcome! This is the Fedora Infrastructure Ansible Pagure project. This repository is also mirrored for production runs to https://infrastructure.fedoraproject.org/infra/ansible/ +but this is the working repository where changes are made. If you would like to help out with Fedora Infrastructure, see: @@ -54,9 +55,10 @@ master.yml - This is the master playbook, consisting of all Paths ----- -The public path for everything is `/srv/web/infra/ansible` +The public path on batcave01 (our control host) for everything is `/srv/web/infra/ansible` -The private path (which is sysadmin-main accessible only) is `/srv/private/ansible` +The private path on batcave01 (our control host) (which is sysadmin-main accessible only) +is `/srv/private/ansible` In general to run any ansible playbook you will want to run: @@ -64,6 +66,8 @@ In general to run any ansible playbook you will want to run: sudo -i ansible-playbook /path/to/playbook.yml ``` +(On batcave01, our control host) + Scheduled check-diff --------------------