Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 8f4976a

Browse files
committed
docs: Remove Ansible and Terraform from documentation
1 parent 4cd3053 commit 8f4976a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Open source web server management powered by Ansible
2+
description: Open source web server management
33
---
44

55
# StackHead

Documentation/introduction/project-definition.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ description: >-
88

99
Project definition files consist of a **domain** and an **application configuration**.
1010

11-
When using the Ansible playbook, the project definition files are expected to be inside `<INVENTORY_PATH>/stackhead`.
12-
When using the StackHead CLI, you can enter the path to the project definition file in the command.
13-
14-
Applications run in one or multiple Docker containers. While the settings are based on Docker Compose version 2.4, some may require a different syntax. Please have a closer look at the list below.
11+
Applications run in one or multiple Docker containers. While the settings are based on Docker Compose version 2.4,
12+
some may require a different syntax. Please have a closer look at the list below.
1513

1614
{% hint style="info" %}
1715
The file has to end in **.stackhead.yml** or **.stackhead.yaml**.

Documentation/technical-documentation/ssl-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The figure above shows the organisation of SSL certificates and how they are use
88

99
## Snakeoil certificate
1010

11-
The **snakeoil certificate** is created via Ansible during server setup. It is a selfsigned certificate that technically expires after 100 years after creation, i.e. never. \(If it really expires simply run the server setup again.\)
11+
The **snakeoil certificate** is created during server setup. It is a selfsigned certificate that technically expires after 100 years after creation, i.e. never. \(If it really expires simply run the server setup again.\)
1212

1313
The certificate and corresponding private key is stored inside the `/stackhead/certificates` directory.
1414

0 commit comments

Comments
 (0)