diff --git a/README.md b/README.md index e915245..91ee659 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ All passwords are set to "test". ## Installation of Ansible -- First you need to install Ansible to your system, which will be used to install Perun to remote server (or localhost). -- 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 -- **The required version of Ansible is 4!** +- First you need to install Ansible to your system, which will be used to install Perun to remote server (or localhost). +- Install Ansible following the guide [Installing Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) +- **The required version of Ansible is 5!** - **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. - **SSH and Python must be installed on both sides of communication.** diff --git a/cesnet_roles b/cesnet_roles index 2262f43..e02ea25 160000 --- a/cesnet_roles +++ b/cesnet_roles @@ -1 +1 @@ -Subproject commit 2262f4370cd935b77b28fef004026e7716b7c7f6 +Subproject commit e02ea25b86ad8a99f6dde0313ef735e153289fd3 diff --git a/group_vars/all/vars.yml b/group_vars/all/vars.yml index 41bf080..8b77ee2 100644 --- a/group_vars/all/vars.yml +++ b/group_vars/all/vars.yml @@ -1,9 +1,9 @@ # versions of containers to deploy -perun_rpc_container_version: v6.1.0ram -perun_cli_container_version: v6.1.0 -perun_ldapc_container_version: v6.1.0 -perun_engine_container_version: p_v6.1.0_s_v3.35.0 -perun_apache_container_version: gui_v6.1.0_wui_v3.32.0_ngui_v5.0.0 +perun_rpc_container_version: v13.0.1 +perun_cli_container_version: v13.0.1 +perun_ldapc_container_version: v13.0.1 +perun_engine_container_version: p_v13.0.1_s_v4.0.0 +perun_apache_container_version: gui_v13.0.1_wui_v3.35.1_ngui_v7.1.0 # use TLS certificates issued by certbot perun_use_certbot_certificates: yes diff --git a/roles/cesnet.perun_docker_server b/roles/cesnet.perun_docker_server index c076b5f..5d45a89 160000 --- a/roles/cesnet.perun_docker_server +++ b/roles/cesnet.perun_docker_server @@ -1 +1 @@ -Subproject commit c076b5f5534b6df8b98bf0446e15a3c42616b169 +Subproject commit 5d45a899c9af67b32c5a3b9625ca7a19cb28e94d