Ignore:
Timestamp:
2024-01-31T16:04:47+13:00 (4 months ago)
Author:
davidb
Message:

Updated notes for Redhat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/ansible-playbooks/README.txt

    r38540 r38652  
    99
    1010
    11 To install ansible, for example, on Debian systems:
     11If the necessary repo for Ansible is already present, then
     12installation is as straightforward as:
     13
     14    sudo apt-get install ansible
     15Or
     16    sudo yum install ansible
     17
     18To add the repo on Debian systems:
    1219
    1320    sudo apt update
     
    1623    sudo apt install ansible
    1724
    18 Review and edit as needed the variables in:
     25To add on Redhat:
     26
     27    sudo subscription-manager repos --enable ansible-2.9-for-rhel-8-x86_64-rpms
     28    sudo yum install ansible
     29Or
     30    sudo subscription-manager repos --enable rhel-7-server-ansible-2.9-rpms
     31    sudo yum install ansible
     32
     33depending on whether RHEL7 or RHEL8.
     34
     35NEXT, review and edit as needed the variables in:
    1936
    2037    vars/default-core.xml
Note: See TracChangeset for help on using the changeset viewer.