Changed playbook host to reflect hosts file changes

This commit is contained in:
Alex Tavarez
2025-09-05 00:46:48 -04:00
parent 8e83c58eb1
commit 8cd242a34c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
--- ---
- hosts: servers4 # @NOTE for IPv6, switch to 'servers6' instead of 'servers4'--for both, 'servers' - hosts: servers # @NOTE for IPv6, switch to 'servers6' instead of 'servers4'--for both, 'servers'
vars_files: vars_files:
# - vars/ssh_keys_vault.yml # - vars/ssh_keys_vault.yml
- vars/ssh_keys.yml - vars/ssh_keys.yml

View File

@@ -1,5 +1,5 @@
--- ---
- hosts: servers4 # @NOTE for IPv6, switch to 'servers6' instead of 'servers4'--for both, 'servers' - hosts: servers # @NOTE for IPv6, switch to 'servers6' instead of 'servers4'--for both, 'servers'
remote_user: root # MUST be run as root remote_user: root # MUST be run as root
roles: roles:
- lockdown - lockdown