Add configure-jumphost role

Change-Id: I3958b550c5ce8e44d1eb8a2df5bc5de7bd3df926
diff --git a/playbooks/configure-targethosts.yml b/playbooks/configure-targethosts.yml
index 1b61556..d5d94c7 100644
--- a/playbooks/configure-targethosts.yml
+++ b/playbooks/configure-targethosts.yml
@@ -17,6 +17,13 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 
+- hosts: jumphost
+  gather_facts: true
+  become: true
+
+  roles:
+    - role: configure-jumphost
+
 - hosts: baremetal
   gather_facts: false
   become: false