From 6e6fbee6fb5fdc7734adc0af6c8f1e8a865cb7a4 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Thu, 21 Jan 2021 15:20:13 -0700 Subject: [PATCH] comment clarification --- ansible/playbooks/init-rocky-system-config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible/playbooks/init-rocky-system-config.yml b/ansible/playbooks/init-rocky-system-config.yml index 7a8d771..3c20900 100644 --- a/ansible/playbooks/init-rocky-system-config.yml +++ b/ansible/playbooks/init-rocky-system-config.yml @@ -1,7 +1,10 @@ --- # Basic system configuration. All hardening should also be imported here. +# Use --extra-vars="host=..." and specify a hostname in the inventory or +# provide an ansible host group name. You can also just use "all" if you +# want to ensure all systems are up to date on the configuration. - name: Configure system - hosts: all + hosts: "{{ host }}" become: true # This is to try to avoid the handler issue in pre/post tasks