From 67fd3ba986279885a67c547b2a9a6731f207ff88 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 11 Dec 2021 16:34:19 +0100 Subject: [PATCH] Fixed links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e500e6..451a32c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ This repository contains all the Ansible playbooks & roles I use to manage my va ## Playbooks -* `[bootstrap.yml](/bootstrap.yml)`: handles first-time configuration of a server. This is the only playbook that expects you should run as your root user. It creates a non-root user that can use sudo, & secures the SSH configuration. Afterwards, you should edit your hosts file to reflect the changes. -* `[update.yml](/update.yml)`: update your servers. When a new Debian version is released, the sources.list file can be changed. Afterwards, your servers will automatically update to this new version when this playbook is ran. -* `[main.yml](/main.yml)`: This is the playbook that you can run multiple times without issues. It sets up the Docker swarm, network settings, etc. +* [`bootstrap.yml`](/bootstrap.yml): handles first-time configuration of a server. This is the only playbook that expects you should run as your root user. It creates a non-root user that can use sudo, & secures the SSH configuration. Afterwards, you should edit your hosts file to reflect the changes. +* [`update.yml`](/update.yml): update your servers. When a new Debian version is released, the sources.list file can be changed. Afterwards, your servers will automatically update to this new version when this playbook is ran. +* [`main.yml`](/main.yml): This is the playbook that you can run multiple times without issues. It sets up the Docker swarm, network settings, etc.