From bfba6254c49e8ef10438509c62c05f404525539d Mon Sep 17 00:00:00 2001 From: Chris Hambridge Date: Oct 02 2017 22:07:21 +0000 Subject: Updated to utilize Ansible 2.3.1.0 and an Ansible playbook and associate roles. Encryption of auth credential entries and network profile entries using a password and Ansible vault. Added additional error checking with associated messages and more user feedback on success. Added ability to create a network profile with a specified ssh port value. Added support for scans with sudo user both with and without password. Extracted fact information that can be obtaind during a scan into a new subcommand. Provided updated scan options to utilize Ansible. Capturing data in console and within a log file, additionally tying into the Ansible verbosity levels. Tune the number of concurrent ssh connections. Added the capability to hash values from within a generated report. --- diff --git a/.gitignore b/.gitignore index f38d569..0a17b32 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ rho-0.0.20.tar.gz /rho-0.0.27.tar.gz /rho-0.0.28.tar.gz /rho-0.0.28-1.tar.gz +/rho-0.0.28-2.tar.gz diff --git a/rho.spec b/rho.spec index 9d796ed..c670d8f 100644 --- a/rho.spec +++ b/rho.spec @@ -2,13 +2,13 @@ Name: rho Version: 0.0.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An SSH system profiler Group: Applications/Internet License: GPLv2 URL: http://github.com/quipucords/rho -Source0: http://chambridge.fedorapeople.org/rho/rho-0.0.28-1.tar.gz +Source0: http://chambridge.fedorapeople.org/rho/rho-0.0.28-2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -63,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/ansible/%{name}/roles/* %changelog -* Thu Sep 21 2017 Christopher Hambridge 0.0.28-1 +* Thu Sep 21 2017 Christopher Hambridge 0.0.28-2 - Updated to utilize Ansible 2.3.1.0 and an Ansible playbook and associate roles. - Encryption of auth credential entries and network profile entries using a diff --git a/sources b/sources index 503714b..8af23c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (rho-0.0.28-1.tar.gz) = d59a110379fcce369be315a39fab5d3eb5358a59235f5cc82b82cb7a68a54457f0eaed79f4cf20bdf2d4cb6a865e9d3a30cf0d0cc3a64878e911b11365d1cd8e +SHA512 (rho-0.0.28-2.tar.gz) = d59a110379fcce369be315a39fab5d3eb5358a59235f5cc82b82cb7a68a54457f0eaed79f4cf20bdf2d4cb6a865e9d3a30cf0d0cc3a64878e911b11365d1cd8e