Skip to content

Commit

Permalink
ansible: Introduce Ansible config file
Browse files Browse the repository at this point in the history
Introduce the Ansible config file (`ansible.cfg`), to enable Ansible
pipelining and set globally the default Python interpreter.

Signed-off-by: Dimitris Poulopoulos <[email protected]>
  • Loading branch information
dpoulopoulos committed Jun 17, 2024
1 parent 3cfb2fe commit 6abab8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/ansible.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[defaults]
pipelining = True
interpreter_python = /usr/bin/python3

0 comments on commit 6abab8d

Please sign in to comment.