You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to install all of the HamPi applications on an existing Ubuntu machine.
I would like to have a separate run script that installs all of the applications, but does not try to create a user, change the host name, or anything like that.
The idea would be that this script would be run on the localhost and use the ansible local connection capability. This can be accomplished by using the variable ansible_connection=local.
The text was updated successfully, but these errors were encountered:
I would like to install all of the HamPi applications on an existing Ubuntu machine.
I would like to have a separate run script that installs all of the applications, but does not try to create a user, change the host name, or anything like that.
The idea would be that this script would be run on the
localhost
and use theansible
local connection capability. This can be accomplished by using the variableansible_connection=local
.The text was updated successfully, but these errors were encountered: