Adjust the readme file to make more clear about the repo vs the control host we run things on.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-07-02 10:09:43 -07:00
parent 2475c00e01
commit fd1701df25

View file

@ -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
--------------------