set hostname during update_hosts.yml playbook

This commit is contained in:
2022-08-21 09:57:50 -04:00
parent 42c80b4894
commit bcbca14816
7 changed files with 82 additions and 43 deletions

View File

@@ -1,12 +1,16 @@
---
- include_tasks: set_hostname.yml
- include_tasks: install_tools.yml
# update packages to latest
- include_tasks: apply_updates.yml
- name: update login screen
include_tasks: motd.yml
#- name: update login screen
# include_tasks: motd.yml
- name: update fstab
include_tasks: update_fstab.yml