Ensure hostnames are preserved, Linode needs the help
This commit is contained in:
parent
e4b3b1a2cb
commit
0182f1d2b8
@ -21,6 +21,9 @@ roles:
|
|||||||
- name: 'ensure_git'
|
- name: 'ensure_git'
|
||||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_git.git'
|
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_git.git'
|
||||||
version: 'master'
|
version: 'master'
|
||||||
|
- name: 'ensure_hostname'
|
||||||
|
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_hostname.git'
|
||||||
|
version: 'master'
|
||||||
- name: 'ensure_log_rotation'
|
- name: 'ensure_log_rotation'
|
||||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git'
|
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git'
|
||||||
version: 'master'
|
version: 'master'
|
||||||
|
1
test.yml
1
test.yml
@ -4,6 +4,7 @@
|
|||||||
gather_facts: 'yes'
|
gather_facts: 'yes'
|
||||||
roles:
|
roles:
|
||||||
- role: 'ensure_ansible_prereq'
|
- role: 'ensure_ansible_prereq'
|
||||||
|
- role: 'ensure_hostname'
|
||||||
- role: 'ensure_os_patch'
|
- role: 'ensure_os_patch'
|
||||||
- role: 'ensure_os_upgrade'
|
- role: 'ensure_os_upgrade'
|
||||||
- role: 'ensure_cockpit'
|
- role: 'ensure_cockpit'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user