Commit Graph

8 Commits

Author SHA1 Message Date
Paul Belanger 1e1255a1fa Add authorized_keys support
It is possible people also want to setup the .ssh/authorized_keys file.

Change-Id: I039f5b866192bb5309bff23f4811cdf83ba859af
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-01-26 18:41:28 -05:00
Paul Belanger c7f8d4154e Clean up punctuation
Change-Id: I18688f5f13e7bb548f278df7fa5de623882b85c3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-12-10 13:18:58 -05:00
Paul Belanger ce6d804c06
Use default(False) filter for conditional check
Change-Id: Icafbe9bc031005241df5ead6762cbc9815b82fb9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-05-18 20:35:26 -04:00
Paul Belanger 1d1636db02 Work around 2.2.1.0 regression
There appears to be an issue with upstream ansible, see:

  https://github.com/ansible/ansible/issues/20392

The following is just a workaround, until upstream fixes our issue.

Add bindep.txt to address gate issue around compiling ansible.

Change-Id: Icc09164743da0d537c369040510998869486f3b3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-01-22 13:32:51 -05:00
Paul Belanger 5f3c220551
Add ssh_manager to expose control of tasks
There might be a time were we only want run the pre task, so rather
then copying the code into another modules, just allow the user to
override the task list that runs.

Change-Id: Id53c87351e691e9f7cc726fec7470eb257c66890
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-09-05 18:57:13 -04:00
Paul Belanger 59557b7f57 Switch to templating for ssh files
Change-Id: Ic86877e26d982e3ba978aec772ade5bee5890a12
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-03-29 15:25:32 -04:00
Paul Belanger 429935d063 Add known_hosts support
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-12-08 13:43:13 -05:00
Paul Belanger 26544ee4b3 Initial commit
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-11-25 10:05:04 -05:00