

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://castinganet.net/</id>
  <title>David's tidbits</title>
  <subtitle>Where I store my documentation pages.</subtitle>
  <updated>2024-10-10T15:46:47-04:00</updated>
  <author>
    <name>David Pearce</name>
    <uri>https://castinganet.net/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://castinganet.net/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="https://castinganet.net/"/>
  <generator uri="https://jekyllrb.com/" version="4.3.1">Jekyll</generator>
  <rights> © 2024 David Pearce </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>Ansible Examples - Part 3 - Ansible Facts</title>
    <link href="https://castinganet.net/posts/Printing-Ansible-Facts/" rel="alternate" type="text/html" title="Ansible Examples - Part 3 - Ansible Facts" />
    <published>2024-10-10T00:00:00-04:00</published>
  
    <updated>2024-10-10T00:00:00-04:00</updated>
  
    <id>https://castinganet.net/posts/Printing-Ansible-Facts/</id>
    <content src="https://castinganet.net/posts/Printing-Ansible-Facts/" />
    <author>
      <name>dave</name>
    </author>

  
    
    <category term="Ansible" />
    
  

  
    <summary>
      





      Here is a sample Ansible script that prints the Ansible facts collected by Ansible.


  Use an existing computer. Install Ansible on it.
  For this example, create two VMs or use two or more computers you already have. These will be our test computers.
  Enter the names and IP addresses of the test computers you want to poll in your /etc/hosts file of your Ansible computer.
  From your Ansible ...
    </summary>
  

  </entry>

  
  <entry>
    <title>Ansible Examples - Part 2</title>
    <link href="https://castinganet.net/posts/Ansible-Example-2/" rel="alternate" type="text/html" title="Ansible Examples - Part 2" />
    <published>2024-10-10T00:00:00-04:00</published>
  
    <updated>2024-10-10T00:00:00-04:00</updated>
  
    <id>https://castinganet.net/posts/Ansible-Example-2/</id>
    <content src="https://castinganet.net/posts/Ansible-Example-2/" />
    <author>
      <name>dave</name>
    </author>

  
    
    <category term="Ansible" />
    
  

  
    <summary>
      





      Here is a sample Ansible script that updates the packages on your computers.


  Use an existing computer. Install Ansible on it.
  For this example, create two VMs or use two or more computers you already have. These will be our test computers.
  Enter the names and IP addresses of the test computers you want to poll in your /etc/hosts file of your Ansible computer.
  From your Ansible compute...
    </summary>
  

  </entry>

  
  <entry>
    <title>Ansible Examples - Part 1</title>
    <link href="https://castinganet.net/posts/Ansible-Example-1/" rel="alternate" type="text/html" title="Ansible Examples - Part 1" />
    <published>2024-10-10T00:00:00-04:00</published>
  
    <updated>2024-10-10T00:00:00-04:00</updated>
  
    <id>https://castinganet.net/posts/Ansible-Example-1/</id>
    <content src="https://castinganet.net/posts/Ansible-Example-1/" />
    <author>
      <name>dave</name>
    </author>

  
    
    <category term="Ansible" />
    
  

  
    <summary>
      





      Here is a sample Ansible script that gets the version number of the “grep” utility installed on your computers.


  Use an existing computer. Install Ansible on it.
  For this example, create two VMs or use two or more computers you already have. These will be our test computers.
  Enter the names and IP addresses of the test computers you want to poll in your /etc/hosts file of your Ansible co...
    </summary>
  

  </entry>

  
  <entry>
    <title>Why set a Security Profile?</title>
    <link href="https://castinganet.net/posts/SecurityProfile/" rel="alternate" type="text/html" title="Why set a Security Profile?" />
    <published>2024-10-09T00:00:00-04:00</published>
  
    <updated>2024-10-09T15:15:25-04:00</updated>
  
    <id>https://castinganet.net/posts/SecurityProfile/</id>
    <content src="https://castinganet.net/posts/SecurityProfile/" />
    <author>
      <name>dave</name>
    </author>

  
    
    <category term="Security Profile" />
    
    <category term="Linux" />
    
  

  
    <summary>
      





      In some instances, security beyond a default install is very important. Here is how you can start with a system that is already mostly compliant.

When installing a new RHEL, Rocky or AlmaLinux system, you will be provided with a screen to set the passwords and networking. In bottom right corner under System, you will see “Security Profile”.


Click on that link. You will then be presented with...
    </summary>
  

  </entry>

  
  <entry>
    <title>AlmaLinux &amp; RHEL - Install the GUI</title>
    <link href="https://castinganet.net/posts/ALMALINUX-INSTALL-GUI/" rel="alternate" type="text/html" title="AlmaLinux &amp; RHEL - Install the GUI" />
    <published>2024-10-09T00:00:00-04:00</published>
  
    <updated>2024-10-09T00:00:00-04:00</updated>
  
    <id>https://castinganet.net/posts/ALMALINUX-INSTALL-GUI/</id>
    <content src="https://castinganet.net/posts/ALMALINUX-INSTALL-GUI/" />
    <author>
      <name>dave</name>
    </author>

  
    
    <category term="AlmaLinux" />
    
    <category term="RHEL" />
    
  

  
    <summary>
      





      This series of steps will install the GUI on an installation that was installed without a GUI.

Run this command to see the “environment groups”:
dnf group list


You should see “Server with GUI” as available. You can install it and all of the packages required by using this command:
dnf groupinstall "Server with GUI" -y


After the installation is complete, run this command to make the GUI the...
    </summary>
  

  </entry>

</feed>


