Skip to content

Commit

Permalink
Create ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
allamiro committed Jan 27, 2024
1 parent ca35570 commit e379bc1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions KAFKA/kafka-automation/ansible.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[defaults]
inventory = inventory
host_key_checking = False
remote_user = ansible_user # --< change this to your ansible user .--
ask_sudo_pass = False
ask_pass = False

[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False

0 comments on commit e379bc1

Please sign in to comment.