From d4baac25768538bce53dfe50a4e94dee40362036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 5 May 2021 17:42:49 +0200 Subject: config: Clean typo --- README | 33 +++++++++++++++++---------------- ansible.cfg | 2 +- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/README b/README index 0f45ba0..5bed942 100644 --- a/README +++ b/README @@ -41,31 +41,33 @@ inventory --------- - dc0 : OPENBSD domain-controller - wireguard server, - znc + - wireguard (exit-node) + - relayd + - pf + - znc - rt0 : DDWRT router - stack0 : FREEBSD hypervisor - bhyve, - nfs + - bhyve + - nfsd - st0dev0 : OPENBSD development - git, - cgit, - gitdaemon, - jenkins + - git + - cgit + - __gitdaemon__ + - __jenkins__ - st0cld0 : OPENBSD cloud - nextcloud, - miniflux, - grafana, - logstash + - nextcloud + - miniflux + - __grafana__ + - __logstash__ - st0gme0 : ALPINE games - minecraft, - factorio, - stationeers, + - minecraft + - factorio + - stationeers - ST0SBX-0 : OPENBSD - ST0SBX-1 : ALPINE @@ -91,4 +93,3 @@ good to know In various roles, the term `httpd` is used. For this particular infrastructure, it is NOT the apache web server, but instead the OpenBSD web server implementation. - diff --git a/ansible.cfg b/ansible.cfg index 7832cf2..65e74eb 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -17,4 +17,4 @@ command_warnings=False [ssh_connection] pipelining = True -scp_if_ssh=True +scp_if_ssh = True -- cgit v1.2.3