Skip to content

Commit

Permalink
Added init-node ad-hoc playbook, based on the convert-from-puppet one
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Arrotin <arrfab@centos.org>
  • Loading branch information
arrfab committed Feb 28, 2019
1 parent 80b6bfc commit 9c7a53d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions adhoc-init-node.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- import_playbook: adhoc-sshd_sign_host_key.yml
- import_playbook: adhoc-host-getvars.yml

# Just the new baseline everywhere
- import_playbook: role-baseline.yml
# And now the roles based on inventory match / group membership
- import_playbook: role-all.yml

0 comments on commit 9c7a53d

Please sign in to comment.