From 69be6526d2e42778bdc61ffbfdd893bde244cbbc Mon Sep 17 00:00:00 2001
From: Ondřej Ezr <oezr@redhat.com>
Date: Mon, 16 Mar 2020 02:56:38 +0100
Subject: [PATCH] Improve satellite installation (#1340)

---
 ansible/roles/satellite-installation/README.adoc |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/ansible/roles/satellite-installation/README.adoc b/ansible/roles/satellite-installation/README.adoc
index 0a62983..b92f6d5 100644
--- a/ansible/roles/satellite-installation/README.adoc
+++ b/ansible/roles/satellite-installation/README.adoc
@@ -3,22 +3,21 @@
 :author: GPTE Team
 :tag1: install_satellite
 :tag2: install_firewalld
-:tag3: public_hostname
-:tag4: update_satellite_host
-:tag5: setup_satellite
+:tag3: update_satellite_host
+:tag4: setup_satellite
 :main_file: tasks/main.yml
-:version_file: tasks/version_6.4.yml
+:version_file: tasks/version_6.7.yml
 
 
 Role: {role}
 ============
 
-This role installs and configure satellite and setup firewalld. 
+This role installs and configure satellite and setup firewalld.
 
 Requirements
 ------------
 
-. Basic repository should be configure to install packages. 
+. Basic repository should be configure to install packages.
 
 Role Variables
 --------------
@@ -35,7 +34,7 @@
 
 [source=text]
 ----
-satellite_version: 6.4
+satellite_version: 6.7
 satellite_admin: admin
 satellite_admin_password: password
 firewall_services:
@@ -53,9 +52,8 @@
 |===
 |{tag1} |Consistent tag for all satellite install tasks
 |{tag2} |For firewall tasks
-|{tag3} |For hostname setup tasks
-|{tag4} |For host update tasks
-|{tag5} |For satellite setup tasks 
+|{tag3} |For host update tasks
+|{tag4} |For satellite setup tasks
 |===
 
 * Example tags
@@ -79,7 +77,9 @@
 [source=text]
 ----
 [user@desktop ~]$ cat sample_vars.yml
-satellite_version: 6.4
+satellite_version: 6.7
+satellite_admin: 'admin'
+satellite_admin_password: 'changeme'
 firewall_services:
   - ssh
   - RH-Satellite-6
@@ -102,7 +102,7 @@
 Dependencies
 ------------
 
-Role has dependency of role satellite-public-hostname. 
+Role has dependency of role satellite-public-hostname.
 
 
 Tips to update Role
@@ -110,10 +110,10 @@
 
 To extend role works for other version, create new file named  version_{{satellite_version}}.yml and import newly created file in main.yml
 
-for reference look at link:{main_file}[main.yml] and link:{version_file}[version_6.4.yml]
+for reference look at link:{main_file}[main.yml] and link:{version_file}[version_6.7.yml]
 
 
 Author Information
 ------------------
 
-{author}
\ No newline at end of file
+{author}

--
Gitblit v1.9.3