Skip to content

Commit a8be8c6

Browse files
authored
ansible: update readme
1 parent a8d7d72 commit a8be8c6

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

deploy/ansible/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ Tested on the following operating systems on the target machines:
2424

2525
## Prerequisites: on host machine
2626

27-
1. Install dependencies required by ansible
27+
1. Install python.
28+
29+
```bash
30+
sudo apt-get update
31+
sudo apt-get install python3 python3-dev python3-pip
32+
```
33+
34+
2. Install dependencies required by ansible
2835

2936
```bash
3037
# for python2
@@ -34,12 +41,12 @@ Tested on the following operating systems on the target machines:
3441
# OR
3542
sudo apt install python-netaddr
3643
```
37-
2. Install ansible on host machine
44+
3. Install ansible on host machine
3845

3946
<https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html>
4047

4148

42-
3. You should be able to ssh into the target machines/VMs without a password. If not then run (on host machine):
49+
4. You should be able to ssh into the target machines/VMs without a password. If not then run (on host machine):
4350

4451
```bash
4552
# if not installed yet
@@ -48,6 +55,7 @@ Tested on the following operating systems on the target machines:
4855
# you must ensure the target machine has ssh server installed already (see below)
4956
ssh-copy-id -i ~/.ssh/id_rsa your-username@your-target-hostname
5057
```
58+
Note that for a local installation, your public key should be put into `~/.ssh/authorized_keys`.
5159

5260
## Prerequisites: on target machines
5361

@@ -142,6 +150,8 @@ Tested on the following operating systems on the target machines:
142150
```
143151
6. Check *.log files for any errors
144152
153+
For Ubuntu installation, if riak fails to install via a missing `libssl` dependency, check out [this comment](https://github.com/knix-microfunctions/knix/issues/117#issuecomment-832854669).
154+
145155
7. After installation, open a browser and access `http://<nginx-hostname>:<nginx_http_listen_port>/`
146156
147157
*Note: If you find something wrong or missing, please consider opening an issue on [GitHub](https://github.com/knix-microfunctions/knix) and/or letting us know in our [Slack workspace](https://knix.slack.com). Thank you!*

0 commit comments

Comments
 (0)