Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit 12c5e59

Browse files
authored
Update all.yml
Fixed SSH file issue
1 parent 84b27bb commit 12c5e59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vars/all.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ security_sudoers_passwordless:
3333
#Ansible Settings
3434
src_files: '../files'
3535
ansible_python_interpreter: /usr/bin/python3
36-
ansible_ssh_private_key_file: '../keys/id_rsa_ansible'
37-
ansible_ssh_public_key_file: '../keys/id_rsa_ansible.pub'
36+
ansible_ssh_private_key_file: "{{ lookup('env', 'PWD') }}/keys/id_rsa_ansible"
37+
ansible_ssh_public_key_file: "{{ lookup('env', 'PWD') }}/keys/id_rsa_ansible.pub"
3838
ansible_ssh_user: 'ansible'
3939
zsh_antigen_theme: "romkatv/powerlevel10k powerlevel10k"
4040

@@ -48,4 +48,4 @@ pip_executable: pip3
4848
pip_package: python3-pip
4949
firewall_disable_ufw: true
5050
firewall_flush_rules_and_chains: false
51-
ntp_timezone: 'America/New_York'
51+
ntp_timezone: 'America/New_York'

0 commit comments

Comments
 (0)