From 34649bf33afe6a0a03b5cfb6cdaa75167cca4c92 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 25 Aug 2022 07:26:06 +0200 Subject: [PATCH] docs - add Ansible to README --- README.md | 19 +++++++++++++++++++ docs/integrations.md | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b72ff4fb..616ab2100 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,25 @@ Repositories of Linux packages for BunkerWeb are available on [PackageCloud](htt You will find more information in the [Linux section](https://docs.bunkerweb.io/latest/integrations/#linux) of the documentation. +## Ansible + +

+ Ansible +

+ +List of supported Linux distros : + +- Debian 11 "Bullseye" +- Ubuntu 22.04 "Jammy" +- Fedora 36 +- CentOS Stream 8 + +[Ansible](https://docs.ansible.com/ansible/latest/index.html) is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates. + +A specific BunkerWeb Ansible role is available on [Ansible Galaxy](https://galaxy.ansible.com/fl0ppy_d1sk/bunkerweb) (source code is available [here](https://github.com/bunkerity/bunkerweb-ansible)). + +You will find more information in the [Ansible section](https://docs.bunkerweb.io/latest/integrations/#ansible) of the documentation. + # Quickstart guide Once you have setup BunkerWeb with the integration of your choice, you can follow the [quickstart guide](https://docs.bunkerweb.io/latest/quickstart-guide/) that will cover the following common use cases : diff --git a/docs/integrations.md b/docs/integrations.md index dcecdc261..1d0484b09 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -890,7 +890,7 @@ List of supported Linux distros : [Ansible](https://docs.ansible.com/ansible/latest/index.html) is an IT automation tool. It can configure systems, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates. -A specific BunkerWeb Ansible role is available on [Ansible Galaxy](https://galaxy.ansible.com/bunkerity/bunkerweb) (source code is available [here](https://github.com/bunkerity/bunkerweb-ansible)). +A specific BunkerWeb Ansible role is available on [Ansible Galaxy](https://galaxy.ansible.com/fl0ppy_d1sk/bunkerweb) (source code is available [here](https://github.com/bunkerity/bunkerweb-ansible)). First of all download the role from ansible-galaxy : ```shell