Displaying 3 results from an estimated 3 matches for "fabfile".
2013 Aug 27
3
puppet for deployment of Java apps
Hello,
Is Puppet a good choice to deploy JAVA applications (Tomcat) where there
exists a cross-system dependency (i.e. the database should be deployed
before the web app)?
If not, any suggestions for alternatives?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send
2010 Nov 15
7
good shell script examples?
I am looking for a beginner guide to shell scripting simple tasks on CentOS
(e.g. ssh'ing into a server / router / switch, checking for certain things,
then exiting and going to the next IP).
Does anyone have any suggestions on where to look? (I'm relatively new to
bash)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Aug 11
21
[Bug 2894] New: Set UpdateHostKeys for interactive sessions to 'ask' (or consider defaulting to 'yes')
...ncement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: db+mindrot at d1b.org
Set UpdateHostKeys for interactive invocations of ssh client to 'ask'
by default.
( Related this request, I notice that Fabric,
http://docs.fabfile.org/en/1.14/usage/ssh.html, defaults to loading and
using the known_hosts file **but** reject_unknown_hosts defaults to
false (so hosts that have never "been seen" are allowed) this combined
with Fabric seemingly preferring an rsa host key while I had an ecdsa
host key for $host would ha...