Skip to content

Commit

Permalink
updated to Ansible 5
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-kuba committed Jun 1, 2022
1 parent 3468057 commit 3a9d08f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand Down
2 changes: 1 addition & 1 deletion cesnet_roles
10 changes: 5 additions & 5 deletions group_vars/all/vars.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3a9d08f

Please sign in to comment.