From e30b59d6a5c8646491646a0baf2407ba08c0460e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 15 Dec 2018 11:47:13 +0000 Subject: [PATCH] Fix link to YAML and an Ansible link. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5c0b28..cc4b24d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ The XPPL is made up of a few parts: * The [Nginx reverse proxy]. * The [Let's Encrypt web certificates]. -If you know Ansible (it's just YAML), you can just [read the entire configuration]. +If you know [Ansible](https://www.ansible.com/overview/how-ansible-works) (it's +just YAML), you can just [read the entire configuration]. On the varia.zone machine, you can check the running services with: @@ -90,5 +91,4 @@ No backups are configured right now. [Nginx reverse proxy]: https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/ [Let's Encrypt web certificates]: https://certbot.eff.org/ [Syncthing UI]: https://vvvvvvaria.org/st/ -[read the entire configuration]: ansible/plays/main.yml -[Ansible]: https://www.ansible.com/overview/how-ansible-works +[read the entire configuration]: ansible/plays/setup.yml