Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
wearep3r
shipmate
Commits
8c5b79bc
Commit
8c5b79bc
authored
Oct 13, 2020
by
Fabian Peter
Browse files
Merge branch 'legacy2' into 'master'
fix: inventory dir See merge request
!45
parents
3f17866d
268c7e4a
Pipeline
#201752932
passed with stages
in 6 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
1 deletion
+50
-1
ansible.cfg
ansible.cfg
+49
-0
shipmate.gitlab-ci.yml
shipmate.gitlab-ci.yml
+1
-1
No files found.
ansible.cfg
0 → 100644
View file @
8c5b79bc
[defaults]
nocows = True
host_key_checking = False
system_warnings = False
library = library/
remote_user = root
become_user = root
roles_path = /etc/ansible/roles:/usr/share/ansible/roles:/ansible/roles:/roles:$PWD/roles:$APOLLO_SPACE_DIR/apps:/apollo/roles:$APOLLO_SPACE_DIR/addons:/apollo/addons
inventory = /shipmate/inventory
stdout_callback = yaml
stderr_callback = debug
display_failed_stderr=yes
display_ok_hosts=yes
display_skipped_hosts=no
show_custom_stats=yes
show_per_host_start=no
module_name = command
remote_tmp = $HOME/.ansible/tmp
pattern = *
forks = 20
timeout = 10
poll_interval = 15
remote_port = 22
gathering = smart
fact_caching_connection = $HOME/.ansible/cache/facts
force_valid_group_names = ignore
deprecation_warnings = False
ask_pass = False
error_on_missing_handler = True
private_key_file = $HOME/.ssh/id_rsa
interpreter_python = /usr/bin/env python
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
strategy = mitogen_linear
retry_files_enabled = True
retry_files_save_path = $HOME/.ansible/.retry
strategy_plugins = /usr/local/mitogen-0.2.9/ansible_mitogen/plugins/strategy
[ssh_connection]
control_path = "%(directory)s/%%h-%%r"
ssh_args=-C -o ControlMaster=auto -o ControlPersist=3600s -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
scp_if_ssh = True
pipelining = True
[inventory]
enable_plugins = host_list, script, auto, yaml, ini, toml, advanced_host_list, constructed, yaml
cache = yes
cache_plugin = jsonfile
cache_timeout = 86400
cache_connection = $HOME/.ansible/tmp/inventory
\ No newline at end of file
shipmate.gitlab-ci.yml
View file @
8c5b79bc
...
...
@@ -13,7 +13,7 @@ variables:
DOCKER_BUILDKIT
:
1
IMAGE_TAG
:
$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHA
SHIPMATE_CARGO_DIR
:
$CI_BUILDS_DIR/$CI_PROJECT_PATH
SHIPMATE_VERSION
:
"
1.14.
6
"
SHIPMATE_VERSION
:
"
1.14.
7
"
.branch-master
:
&branch-master
if
:
'
$CI_BUILD_REF_NAME
==
"master"'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment