Skip to content

Commit

Permalink
Adding new ce-provision vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregharvey committed May 22, 2024
1 parent 4046dcc commit 7d4ea34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions docker-images/controller-ci/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
_domain_name: ci.example.com
_ce_provision_build_tmp_dir: /tmp
_ce_provision_data_dir: /tmp
_ce_provision_username: ce-dev
_ce_provision_username: controller
_venv_path: "/home/{{ _ce_provision_username }}/ansible"
_venv_command: /usr/bin/python3 -m venv
_venv_install_username: "{{ _ce_provision_username }}"
Expand All @@ -21,7 +21,11 @@
config_repository: https://github.com/codeenigma/ce-dev-ce-provision-config.git
config_repository_branch: 1.x
config_repository_skip_checkout: false
username: controller
username: "{{ _ce_provision_username }}"
install_username: "{{ _ce_provision_username }}"
upgrade_timer_name: upgrade_ce_provision_ansible
new_user: true
public_key_name: id_rsa.pub
local_dir: /home/controller/ce-provision
groups: []
contrib_roles:
Expand Down
2 changes: 1 addition & 1 deletion docker-images/controller-devel/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
install_username: "{{ _ce_provision_username }}"
upgrade_timer_name: upgrade_ce_provision_ansible
new_user: true
key_name: id_rsa.pub
public_key_name: id_rsa.pub
local_dir: /home/ce-dev/ce-deploy
ce_provision_dir: "/home/ce-dev/ce-provision"
groups: []
Expand Down
2 changes: 1 addition & 1 deletion docker-images/controller/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
install_username: "{{ _ce_provision_username }}"
upgrade_timer_name: upgrade_ce_provision_ansible
new_user: true
key_name: id_rsa.pub
public_key_name: id_rsa.pub
local_dir: /home/ce-dev/ce-provision
groups: []
contrib_roles:
Expand Down

0 comments on commit 7d4ea34

Please sign in to comment.