Signed-off-by: Zack Cerza <zack@redhat.com>
snippets:
- cephlab_user
- cephlab_hostname
- - cephlab_apt-mirror_hack
- cephlab_packages_rhel
- cephlab_rc_local
- cephlab_rhel_disks
# Start final steps
$SNIPPET('cephlab_hostname')
$SNIPPET('cephlab_user')
-$SNIPPET('cephlab_apt-mirror_hack')
$SNIPPET('cephlab_rc_local')
$SNIPPET('kickstart_done')
# End final steps
# custom
$SNIPPET('cephlab_hostname')
$SNIPPET('cephlab_user')
-$SNIPPET('cephlab_apt-mirror_hack')
$SNIPPET('cephlab_rc_local')
# end custom
$SNIPPET('kickstart_done')
+++ /dev/null
-## {{ ansible_managed }}
-grep -q apt-mirror /etc/hosts || echo 64.90.32.37 apt-mirror.front.sepia.ceph.com | sudo tee -a /etc/hosts