Skip to content
Snippets Groups Projects
Commit 9d35a110 authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Added ls to debug

parent dd4a0c14
No related branches found
No related tags found
No related merge requests found
Pipeline #78459 failed
......@@ -27,6 +27,9 @@ ssh_key:
stage: prepare
script:
- ssh-keygen -b 2048 -t rsa -f /tmp/sshkey -q -N ""
- ls
- ls ${SCRIPTS_ROOT}
- ls ${ANSIBLE_ROOT}
- chmod +x ${SCRIPTS_ROOT}/build-ansible-hosts.sh
- ${SCRIPTS_ROOT}/build-ansible-hosts.sh
......
#!/bin/bash
export HOST_FILE_PATH=./ansible/hosts.yaml
export HOST_FILE_PATH=${ANSIBLE_ROOT}/hosts.yaml
# Create hosts.yaml file with base configuration
echo "instances:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment