BookmarkSubscribeRSS Feed
ashishj816
Quartz | Level 8

I am getting below error after I run  ansible-playbook system-assessment.yml

ashishj816_0-1604496390100.png

Please help me with solution 

 

10 REPLIES 10
alexal
SAS Employee
Are you sure inventory.ini file have correct information about your servers?
ashishj816
Quartz | Level 8

Hi Alexal, 

 

How to check that.

alexal
SAS Employee
How many servers do you intend to use for the installation? Show me how you described them in inventory.ini file?
ashishj816
Quartz | Level 8

only one server.

alexal
SAS Employee
I would like to see top of the file please.
ashishj816
Quartz | Level 8

Do you want full file content.

alexal
SAS Employee
I want to see only top part of your file.
ashishj816
Quartz | Level 8

ashishj816_0-1604552163770.png

This is the top part of the file.

alexal
SAS Employee

Did you change inventory.ini file after you saw that error message? With ansible_connection=local there should be no SSH connections. Show me the output from a command shown below:

ansible -i inventory.ini -m shell -a "id" -vv