diff --git a/README.md b/README.md index 796f874..3dbc196 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ansible-roles +# Ansible roles At [Firewall Services](https://www.firewall-services.com), we use Ansible. And we use it **a lot**. Like, there's now nearly nothing we deploy manually, without it. As such we've written a lot of roles, to deploy and manage various applications. This include : @@ -13,7 +13,7 @@ At [Firewall Services](https://www.firewall-services.com), we use Ansible. And w * Security tools (OpenXPKI, Bitwareden_RS, manage SSH keys etc.) * A lot more :-) -Most of our roles and CentOS centric, and are made to be deployed on CentOS 7 servers. Basic roles (like basic system configuration, postfix etc.) also support Debian systems, but are less tested. +Most of our roles are CentOS centric, and are made to be deployed on CentOS 7 servers. Basic roles (like basic system configuration, postfix etc.) also support Debian systems, but are less tested. Our roles are often dependent on other roles. For example, if you deploy glpi, it'll first pull all the required web and PHP stack. @@ -136,7 +136,7 @@ letsencrypt_dns_provider: gandi letsencrypt_dns_provider_options: '--api-protocol=rest' letsencrypt_dns_auth_token: "G7Bm9RckZdgI" ``` - * host_vars/proxyin.fws.fr : variables here will be inherited only by the host **proxyin.fws.fr** + * host_vars/proxyin.fws.fr/vars.yml : variables here will be inherited only by the host **proxyin.fws.fr** ``` nginx_auto_letsencrypt_cert: True