Answer the question
In order to leave comments, you need to log in
Is it possible to connect remotely to the rpm/yum database on the host?
It is necessary to collect information about the versions of installed applications on the host in one place.
Is it possible to connect remotely to the database and retrieve values from it?
While using bashssh hostname 'rpm -qa | grep appname'
Answer the question
In order to leave comments, you need to log in
No.
To execute scripts on a pool of remote machines, it is better to use special software (which partially works through the same SSH).
A simple option is to use fabric
. A more complex one is to collect information through ansible or saltstack.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question