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

Commit

Permalink
Update inventory.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 authored Jan 12, 2024
1 parent 3359b5d commit 8c3ef12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ webservers:
ansible_user: "{{ lookup('ansible.builtin.env', 'TS_USER') }}"
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'

0 comments on commit 8c3ef12

Please sign in to comment.