Skip to content

Commit 3a9d08f

Browse files
committed
updated to Ansible 5
1 parent 3468057 commit 3a9d08f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ All passwords are set to "test".
5151

5252
## Installation of Ansible
5353

54-
- First you need to install Ansible to your system, which will be used to install Perun to remote server (or localhost).
55-
- Install Ansible 4 following the guide [Installing Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) but using the PPA repository **ppa:ansible/ansible-4** on Ubuntu or `deb http://ppa.launchpad.net/ansible/ansible-4/ubuntu focal main` on Debian
56-
- **The required version of Ansible is 4!**
54+
- First you need to install Ansible to your system, which will be used to install Perun to remote server (or localhost).
55+
- Install Ansible following the guide [Installing Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
56+
- **The required version of Ansible is 5!**
5757
- **You must be able to log into the remote server**, thus your public SSH key must be placed in the file /root/.ssh/authorized_keys on the remote server.
5858
- **SSH and Python must be installed on both sides of communication.**
5959

group_vars/all/vars.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# versions of containers to deploy
2-
perun_rpc_container_version: v6.1.0ram
3-
perun_cli_container_version: v6.1.0
4-
perun_ldapc_container_version: v6.1.0
5-
perun_engine_container_version: p_v6.1.0_s_v3.35.0
6-
perun_apache_container_version: gui_v6.1.0_wui_v3.32.0_ngui_v5.0.0
2+
perun_rpc_container_version: v13.0.1
3+
perun_cli_container_version: v13.0.1
4+
perun_ldapc_container_version: v13.0.1
5+
perun_engine_container_version: p_v13.0.1_s_v4.0.0
6+
perun_apache_container_version: gui_v13.0.1_wui_v3.35.1_ngui_v7.1.0
77

88
# use TLS certificates issued by certbot
99
perun_use_certbot_certificates: yes

0 commit comments

Comments
 (0)