Ensure hostnames are preserved, Linode needs the help

This commit is contained in:
Jason Rothstein 2022-07-29 23:40:31 -05:00
parent e4b3b1a2cb
commit 0182f1d2b8
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,9 @@ roles:
- name: 'ensure_git'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_git.git'
version: 'master'
- name: 'ensure_hostname'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_hostname.git'
version: 'master'
- name: 'ensure_log_rotation'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git'
version: 'master'

View File

@ -4,6 +4,7 @@
gather_facts: 'yes'
roles:
- role: 'ensure_ansible_prereq'
- role: 'ensure_hostname'
- role: 'ensure_os_patch'
- role: 'ensure_os_upgrade'
- role: 'ensure_cockpit'