Skip to content

Commit

Permalink
Updating username var for ce-provision.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregharvey committed May 22, 2024
1 parent 6e607f9 commit 4046dcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker-images/controller-ci/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
is_local: true
_env_type: utility
ce_provision:
venv_path: "/home/{{ _ce_provision.username }}/ansible"
venv_path: "/home/{{ _ce_provision_username }}/ansible"
venv_command: /usr/bin/python3 -m venv
own_repository: https://github.com/codeenigma/ce-provision.git
own_repository_branch: 2.x
Expand All @@ -32,7 +32,7 @@
repo: https://github.com/vlcty/ansible-systemd-timers.git
branch: master
galaxy_custom_requirements_file: ""
galaxy_roles_directory: "/home/{{ _ce_provision.username }}/.ansible/roles"
galaxy_roles_directory: "/home/{{ _ce_provision_username }}/.ansible/roles"
upgrade_galaxy:
enabled: false
ce_ansible:
Expand Down
10 changes: 5 additions & 5 deletions docker-images/controller/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
is_local: true
_env_type: utility
ce_deploy:
venv_path: "/home/{{ _ce_provision.username }}/ansible"
venv_path: "/home/{{ _ce_provision_username }}/ansible"
venv_command: /usr/bin/python3 -m venv
own_repository: https://github.com/codeenigma/ce-deploy.git
config_repository: https://github.com/codeenigma/ce-dev-ce-deploy-config.git
own_repository_branch: 1.x
config_repository_branch: 1.x
username: ce-dev
install_username: "{{ _ce_provision.username }}"
install_username: "{{ _ce_provision_username }}"
upgrade_timer_name: upgrade_ce_provision_ansible
new_user: true
key_name: id_rsa.pub
Expand All @@ -31,7 +31,7 @@
upgrade_galaxy:
enabled: false
ce_provision:
venv_path: "/home/{{ _ce_provision.username }}/ansible"
venv_path: "/home/{{ _ce_provision_username }}/ansible"
venv_command: /usr/bin/python3 -m venv
own_repository: https://github.com/codeenigma/ce-provision.git
own_repository_branch: 2.x
Expand All @@ -40,7 +40,7 @@
config_repository_branch: 1.x
config_repository_skip_checkout: false
username: ce-dev
install_username: "{{ _ce_provision.username }}"
install_username: "{{ _ce_provision_username }}"
upgrade_timer_name: upgrade_ce_provision_ansible
new_user: true
key_name: id_rsa.pub
Expand All @@ -54,7 +54,7 @@
repo: https://github.com/vlcty/ansible-systemd-timers.git
branch: master
galaxy_custom_requirements_file: ""
galaxy_roles_directory: "/home/{{ _ce_provision.username }}/.ansible/roles"
galaxy_roles_directory: "/home/{{ _ce_provision_username }}/.ansible/roles"
upgrade_galaxy:
enabled: false
ce_ansible:
Expand Down

0 comments on commit 4046dcc

Please sign in to comment.