Skip to content

Adding variables pr 1.x #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 14, 2023
2 changes: 2 additions & 0 deletions docker-images/controller-ci/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- _domain_name: ci.example.com
- _ce_provision_build_tmp_dir: /tmp
- _ce_provision_data_dir: /tmp
- _ce_provision:
username: ce-dev
- is_local: true
- _env_type: utility
- ce_provision:
Expand Down
3 changes: 3 additions & 0 deletions docker-images/controller/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- _domain_name: example.com
- _ce_provision_build_tmp_dir: /tmp
- _ce_provision_data_dir: /tmp
- _ce_provision:
username: ce-dev
- is_local: true
- _env_type: utility
- ce_deploy:
Expand All @@ -16,6 +18,7 @@
new_user: true
key_name: id_rsa.pub
local_dir: /home/ce-dev/ce-deploy
ce_provision_dir: "/home/ce-dev/ce-provision"
groups: []
galaxy_custom_requirements_file: ""
upgrade_galaxy:
Expand Down