This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
gitlab-ci-multi-runner register <<EOF | |
https://{{ ci_host_name }}/ci | |
{{ ci_coordinator_token }} | |
{{ ansible_fqdn }} | |
{{ ci_tags }} | |
{{ ci_executor }} | |
{{ ci_executor_var }} | |
latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host 172.30.*.* ![jump host IP] | |
ServerAliveInterval 60 | |
TCPKeepAlive yes | |
ProxyCommand ssh -q -A -W %h:%p -i /etc/ansible/bastionInstanceKey.pem [jump user]@[jump host] | |
ControlMaster auto | |
ControlPath ~/.ssh/mux-%r@%h:%p | |
ControlPersist 8h |