Satellite 6 Install WIP

This commit is contained in:
Patrick Toal
2018-11-20 10:36:24 -05:00
parent 0223705ed2
commit cc0ff049bd
48 changed files with 911 additions and 132 deletions

View File

@@ -0,0 +1,5 @@
---
# check defaults/main.yml which vars you have to pass.
satellite_deployment_installer_cmd: "/usr/sbin/satellite-installer
--scenario satellite"

View File

@@ -0,0 +1,15 @@
satellite_deployment_fw_ports:
- 22/tcp
- 80/tcp
- 443/tcp
- 5646/tcp
- 5647/tcp
- 5671/tcp
- 5674/tcp
- 8140/tcp
- 9090/tcp
- 53/udp
- 53/tcp
- 67/udp
- 68/udp
- 69/udp

View File

@@ -0,0 +1,18 @@
---
satellite_deployment_packages:
"6.1":
- "katello"
"6.2":
- "satellite"
"6.3":
- "satellite"
satellite_deployment_extra_packages:
- "wget"
- "git"
- "net-tools"
- "bash-completion"
- "screen"
- "vim-*"
satellite_configure_capsule: true

View File

@@ -0,0 +1,2 @@
---
# check defaults/main.yml which vars you have to pass.