diff --git a/ansible/inventory.yaml b/ansible/inventory.yaml index d3c88a6d..76190980 100644 --- a/ansible/inventory.yaml +++ b/ansible/inventory.yaml @@ -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' diff --git a/ansible/playbooks/deployment.yaml b/ansible/playbooks/deployment.yaml index 0a893fff..95b87222 100644 --- a/ansible/playbooks/deployment.yaml +++ b/ansible/playbooks/deployment.yaml @@ -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: