Skip to content
Snippets Groups Projects
Commit 839fd18d authored by Arne Øslebø's avatar Arne Øslebø
Browse files

Merge branch 'master' of gitlab.geant.org:gn4-3-wp8-t3.1-soc/soctools

parents f9aeccce 899e5a47
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ The current version of SOCTools only runs on a single server. A fully distribute
* Minimal installation of CentOS7
* Install Ansible
* `sudo yum -y install epel-release`
* `sudo yum -y install ansible git firewalld`
* `sudo yum -y install ansible git`
* `sudo ansible-galaxy collection install ansible.posix`
## Clone SOCTools
......@@ -34,7 +34,8 @@ Build the Docker images:
* `ansible-playbook -i inventories buildimages.yml`
Build SOCTools CA needed for service and user certificates:
* `ansible-playbook -i inventories buildca.yml`
* `ansible-playbook -i inventories buildca.yml`
This playbook will generate some errors but this is normal as long as the playbook ignores them and finish without stopping.
Start SOCTools:
* `ansible-playbook -i inventories soctools.yml -t start`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment