Replace hosts.ini with hosts.yml
This commit is contained in:
parent
96f4752d2e
commit
69f094523a
3 changed files with 6 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
dransible ansible_ssh_host=192.168.33.10 ansible_ssh_port=22
|
5
ansible/hosts.yml
Normal file
5
ansible/hosts.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
all:
|
||||
hosts:
|
||||
dransible:
|
||||
ansible_ssh_host: 192.168.33.10
|
||||
ansible_ssh_port: 22
|
Loading…
Add table
Add a link
Reference in a new issue