Skip to content
Snippets Groups Projects
Commit b3855536 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

Update .gitlab-ci.yml

Former-commit-id: eab82ba2c6cb7343055606380ef3f15aab01eea9
parent 5db44aa5
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ test-centos7:
deploy-webserver:
stage: deploy
script:
- yum install -y epel-release
- yum install install -y python34-pip python34-devel
- pip install ansible
- cd ansible
- ansible-playbook -v -i ./hosts deploy.yaml --ask-become-pass --extra-vars "deploy_user_name=ippidb repo_api_token=JZS-4cH7bWkFkHa2rAVf"
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment