Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Changed Ansible User #398

Merged
merged 5 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ansible/inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ webservers:
hosts:
starknet_testing:
ansible_host: "{{ lookup('ansible.builtin.env', 'TS_HOST') }}"
ansible_user: starknet_explorer
ansible_user: dev
ansible_python_interpreter: /usr/bin/python3
ansible_ssh_private_key_file: "{{ lookup('ansible.builtin.env', 'ANSIBLE_SSH_PKEY_DIR') }}"
ansible_ssh_extra_args: '-o StrictHostKeyChecking=no'
2 changes: 1 addition & 1 deletion ansible/playbooks/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: Delete tmp repo
file:
state: absent
path: /home/dev/tmp/madara_explorer
path: /home/dev/tmp/stark_compass_explorer

- name: Clone repo in tmp dir
ansible.builtin.git:
Expand Down
Loading