adding inventory and config file

This commit is contained in:
2021-03-01 00:17:02 +00:00
parent a1b208d1b7
commit 47a2a6ffd1
2 changed files with 8 additions and 0 deletions

2
ansible.cfg Normal file
View File

@@ -0,0 +1,2 @@
[defaults]
inventory = hosts

6
hosts Normal file
View File

@@ -0,0 +1,6 @@
all:
hosts:
116.203.200.219:
vars:
ansible_user: "root"
ansible_ssh_pass: "4Oa;Db5c!"