Commit Graph

45 Commits

Author SHA1 Message Date
willtome
263225ed47 Fixes for Issues 54 and 55 (#56)
* add fixes

* add survey for org id
2023-01-27 15:22:09 -05:00
willtome
a19615eaf3 Add Satellite Demos (#41)
* add satellite demos

* move satellite vars to setup.yml

* fix var

* fix playbook path

* remove async

* fix =

* fix condition

* fix lookup

* add credential

* update tools version

* fix scap role

* add satellite setup

* add satellite stuff

* remove local

* stupid

* stupid

* params

* these vars arent right

* these vars arent right

* add compliance workflow

* work on landing page

* work on landing page

* work on landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* add files

* derp

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add ee

* add ee

* add ee

* fix landing page

* fix landing page

* fix landing page

* fix landing page

* fix landing page

* remove commented out sections

* remove default ee

* set local admin password

* set ee for fact scan

* fall back to default ee for patching

* check for valid org_id

* check for valid org_id

* no gpg

* no gpg

* add satllite stuff

* update cred type

* update cred type

* raw

* raw

* work on landing page

* work on landing page

* work on landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* add files

* derp

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add ee

* add ee

* add ee

* fix landing page

* fix landing page

* fix landing page

* fix landing page

* fix landing page

* remove commented out sections

* remove default ee

* set local admin password

* set ee for fact scan

* fall back to default ee for patching

* check for valid org_id

* check for valid org_id

* no gpg

* no gpg

* add satllite stuff

* update cred type

* update cred type

* raw

* raw

* raw

* merge satellite

* fix vars

* fix vars

* fix vars

* fix vars

* add publish

* add lifecycle and actviation keys

* workaround for publish issue

* use module to publish

* use module to publish

* use module to publish

* use module to publish

* change sat version

* change sat version

* change sat version

* remove maint repos

* launch sat setup

* reorder

* reorder

* moar inventory

* add manifest refresh

* add telemetry

* run linux setup

* parent efcf729fa0
author willtome <willtome@gmail.com> 1663173584 -0400
committer willtome <willtome@gmail.com> 1668183942 -0500

parent efcf729fa0
author willtome <willtome@gmail.com> 1663173584 -0400
committer willtome <willtome@gmail.com> 1668183785 -0500

parent efcf729fa0
author willtome <willtome@gmail.com> 1663173584 -0400
committer willtome <willtome@gmail.com> 1668183318 -0500

parent efcf729fa0
author willtome <willtome@gmail.com> 1663173584 -0400
committer willtome <willtome@gmail.com> 1668182787 -0500

parent efcf729fa0
author willtome <willtome@gmail.com> 1663173584 -0400
committer willtome <willtome@gmail.com> 1668182651 -0500

add satellite demos

work on landing page

landing page

landing page

landing page

landing page

landing page

landing page

landing page

landing page

landing page

landing page

landing page

add files

derp

add link

add link

add link

add link

add link

add link

add link

add link

add link

add link

add link

add link

add ee

add ee

add ee

fix landing page

fix landing page

fix landing page

fix landing page

fix landing page

remove commented out sections

remove default ee

set local admin password

set ee for fact scan

fall back to default ee for patching

check for valid org_id

check for valid org_id

no gpg

no gpg

add satllite stuff

update cred type

update cred type

raw

raw

raw

add satellite demos

move satellite vars to setup.yml

fix var

fix playbook path

remove async

fix =

fix condition

fix lookup

add credential

update tools version

fix scap role

add satellite setup

add satellite stuff

remove local

stupid

stupid

params

these vars arent right

these vars arent right

add compliance workflow

work on landing page

work on landing page

work on landing page

landing page

landing page

landing page

landing page

landing page

landing page

landing page

landing page

landing page

landing page

landing page

add files

derp

add link

add link

add link

add link

add link

add link

add link

add link

add link

add link

add link

add link

add ee

add ee

add ee

fix landing page

fix landing page

fix landing page

fix landing page

fix landing page

remove commented out sections

remove default ee

set local admin password

set ee for fact scan

fall back to default ee for patching

check for valid org_id

check for valid org_id

no gpg

no gpg

update cred type

update cred type

raw

merge satellite

 fix vars

 fix vars

 fix vars

 fix vars

add publish

add lifecycle and actviation keys

workaround for publish issue

use module to publish

use module to publish

use module to publish

use module to publish

change sat version

change sat version

change sat version

remove maint repos

launch sat setup

reorder

reorder

moar inventory

add manifest refresh

add telemetry

run linux setup

* Updates to node1 (#42)

clean up satellite config
clean up server registration
add web console job

Co-authored-by: Calvin Smith <calvingsmith@users.noreply.github.com>

* add rhel 8 tailoring

* add ee

* dont verify certs

* Update setup.yml

* Update setup.yml

* what the heck

Co-authored-by: calvingsmith <4283930+calvingsmith@users.noreply.github.com>
Co-authored-by: Calvin Smith <calvingsmith@users.noreply.github.com>
2023-01-19 10:17:45 -05:00
willtome
eeb1f2109c Issue 52 (#53)
* add fact scan

* add fact scan

* update patching role

* dont ask limit

* add become
2023-01-16 11:02:51 -06:00
benblasco
33368cdc77 Run insights scan (skip errors if not configured) (Issue #32) (#48)
* Run insights scan (skip errors if not configured) (Issue #32)

* Improved Insights client checks to use facts
defined by redhatinsights.insights.insights_client role

* Fixed missed call to debug module

* Updated message for clarity

Co-authored-by: Benjamin Blasco <bblasco@redhat.com>
2023-01-05 11:25:48 -06:00
benblasco
450729e216 Linux demo updates bblasco podman (#47)
* Switched from using podman volumes to file path (issue #36)

* Improved readability of output

* Added a sensible default message for web server (Issue #36)

Co-authored-by: Benjamin Blasco <bblasco@redhat.com>
2023-01-05 11:24:11 -06:00
benblasco
5939284f65 Added Insights Compliance Scan (Issue #49) (#51)
Co-authored-by: Benjamin Blasco <bblasco@redhat.com>
2022-11-30 16:01:04 -05:00
benblasco
85a220772a Added task to print STDOUT lines from script (Issue #33) (#46)
Co-authored-by: Benjamin Blasco <bblasco@redhat.com>
2022-11-30 15:55:06 -05:00
benblasco
1ac6581882 Linux demo updates bblasco pt1 (#45)
* Improved description of Ansible group to address issue #29

* Ensured "at" package is present rather than latest for Issue #31

* Added timesync as a second example role to run (Issue #37)

Co-authored-by: Benjamin Blasco <bblasco@redhat.com>
2022-11-30 15:50:03 -05:00
willtome
efcf729fa0 Instruqt Refactor (#40)
* work on landing page

* work on landing page

* work on landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* add files

* derp

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add ee

* add ee

* add ee

* fix landing page

* fix landing page

* fix landing page

* fix landing page

* fix landing page

* remove commented out sections

* remove default ee

* set local admin password

* set ee for fact scan

* fall back to default ee for patching

* check for valid org_id

* check for valid org_id

* check admin username

* add remote_user

* credssp

* ntlm
2022-11-10 15:52:13 -05:00
willtome
efb75880e7 Add landing page (#25)
* work on landing page

* work on landing page

* work on landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* landing page

* add files

* derp

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add link

* add ee

* add ee

* add ee

* fix landing page

* fix landing page

* fix landing page

* fix landing page

* fix landing page

* remove commented out sections
2022-09-15 13:45:39 -05:00
willtome
b819dc2185 add assert 2022-09-09 15:23:00 -04:00
willtome
1dbc14f10d add telemetry 2022-09-08 14:50:51 -04:00
willtome
980e541896 add notification 2022-09-08 11:41:24 -04:00
willtome
261afdabcb network demos 2022-08-18 16:04:29 -04:00
willtome
a075554e0b add documentation 2022-07-19 15:30:43 -04:00
willtome
686b17ebae add extra vars 2022-06-30 11:39:34 -04:00
willtome
f6fc069aa1 fix I 2022-06-28 14:38:09 -04:00
willtome
a6cc0c3c2c add job template 2022-06-28 14:33:38 -04:00
willtome
005306ebb9 add compliance 2022-06-28 14:30:47 -04:00
willtome
02167dae36 cleanup setup files and fix things 2022-06-22 10:58:29 -04:00
willtome
8e56c5bbf6 Add cloud and patching demos (#9)
Add demos for cloud provisioning and patching
2022-03-29 15:01:28 -04:00
willtome
d162dcdb50 Update inventory.insights.yml 2022-03-29 14:14:05 -04:00
willtome
5e34928e85 enable repos 2022-02-16 12:45:32 -05:00
willtome
9acae75e4b I can't spell 2022-02-15 14:46:44 -05:00
willtome
efdf7aa5e4 forgot role 2022-02-15 14:44:20 -05:00
willtome
d61eb5965b forgot var 2022-02-15 14:37:39 -05:00
willtome
664e7edc69 add insights Inventory source 2022-02-15 14:36:03 -05:00
willtome
14a528789c get_tags 2022-02-15 14:28:59 -05:00
willtome
c3e60005d1 add system roles playbook 2022-02-14 14:20:04 -05:00
willtome
fae0a9a468 change dir 2022-02-11 16:17:04 -05:00
willtome
44e9b30c15 protocol 2022-02-11 16:13:01 -05:00
willtome
48b55fd2d6 typo 2022-02-11 16:10:11 -05:00
willtome
5dfdbd1fbe become 2022-02-11 16:07:50 -05:00
willtome
b0319ca552 spacing 2022-02-11 15:53:23 -05:00
willtome
5e74593f9f add podman 2022-02-11 15:48:41 -05:00
willtome
aa0938b7ae fixes 2022-02-11 10:38:46 -06:00
willtome
6ba6ccfd54 add cred 2022-02-11 09:00:44 -06:00
willtome
8015ac8ad1 insights 2022-02-11 08:57:51 -06:00
willtome
3eaa51493f int 2022-02-11 08:50:39 -06:00
willtome
2bba8d5e3b number 2022-02-11 08:46:33 -06:00
willtome
a82f3223e3 update vars 2022-02-11 08:41:09 -06:00
willtome
99a6ff6dbf add playbooks 2022-02-11 08:26:04 -06:00
willtome
858e7290ec fix something 2022-02-10 17:02:32 -06:00
willtome
8853ae07a1 add collection 2022-02-10 16:57:09 -06:00
willtome
6f493f14dc add linux job 2022-02-10 16:49:09 -06:00