commit | 73b7a04abb68989b05a6497d399918202848473e | [log] [tgz] |
---|---|---|
author | Fatih Degirmenci <fdegir@gmail.com> | Sun May 03 15:05:32 2020 +0000 |
committer | Fatih Degirmenci <fdegir@gmail.com> | Mon May 18 20:14:38 2020 +0000 |
tree | 47ede8d7b4f855a3fa9486784a1eb2c069ca5a7a | |
parent | 126adb72df01f2c898a97d5db9d21b12f65bfe91 [diff] [blame] |
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