remove some spaces

This commit is contained in:
iphizic
2025-04-27 22:05:28 +03:00
parent 363ad67c2b
commit f56b3fb035

View File

@@ -274,25 +274,25 @@ This project helps install Remnawave via Ansible.
Author: [iphizic](https://github.com/iphizic)
#### Clone repo and change dir
```bash
```bash
git clone https://github.com/iphizic/remna-playbook.git
cd remna-playbook
```
```
#### Now make Python .env:
```bash
```bash
python3 -m venv .env
```
```
#### Activate .env:
```bash
```bash
source .env/bin/activate
```
```
#### Install Ansible and requirements:
```bash
```bash
pip install -r requirements.txt
ansible-galaxy install -r requirements.yml
```
```
#### Make inventory and other vars
Make inventory like inventory.yml.example in inventory dir
In directory group_vars make all.yml like all.yml.example
@@ -301,16 +301,16 @@ ansible-galaxy install -r requirements.yml
:::warning
For start this playbook we need username like in Github and all.yml
:::
```bash
```bash
ansible-playbook prepare-playbook.yml -u root -k
```
```
First question it is root password
Second question it is password for the created user
#### Run install Remnaware:
```bash
```bash
ansible-playbook playbook.yml -K
```
```
<div style={{ display: 'flex', justifyContent: 'center', gap: '1rem' }}>
<Button label="Github repository" link="https://github.com/iphizic/remna-playbook" variant="secondary" size="md" outline />