Update inventory.ini
This commit is contained in:
parent
2cdef62dce
commit
9814216082
1 changed files with 3 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[all:vars]
|
||||
# Ansible SSH Configuration
|
||||
ansible_user=root
|
||||
ansible_ssh_private_key_file=~/.ssh/id_rsa
|
||||
ansible_user=<your-actual-admin-username>
|
||||
ansible_ssh_private_key_file=~/.ssh/id_ed25519
|
||||
ansible_python_interpreter=/usr/bin/python3
|
||||
ansible_gather_facts=yes
|
||||
|
||||
|
|
@ -10,6 +10,5 @@ ansible_gather_facts=yes
|
|||
192.168.0.240 ansible_host=192.168.0.240 ansible_name=bigboy
|
||||
|
||||
[bigboy:vars]
|
||||
# BigBoy-specific variables override group_vars
|
||||
ansible_connection=ssh
|
||||
ansible_port=22
|
||||
ansible_port=22
|
||||
Loading…
Add table
Add a link
Reference in a new issue