aboutsummaryrefslogtreecommitdiffstats
path: root/roles/setup_hostname/tasks/main.yml
blob: 326e04739c1e531705ea2f12e4bc143ffbdac786 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# =========================================================================== #
#                   __          __               __                           
#       _________  / /__       / /_  ____  _____/ /_____  ____ _____ ___  ___ 
#      / ___/ __ \/ / _ \     / __ \/ __ \/ ___/ __/ __ \/ __ `/ __ `__ \/ _ \
#     / /  / /_/ / /  __/    / / / / /_/ (__  ) /_/ / / / /_/ / / / / / /  __/
#    /_/   \____/_/\___(_)  /_/ /_/\____/____/\__/_/ /_/\__,_/_/ /_/ /_/\___/ 
#
# =========================================================================== #

---
- name: Syncrhonize host hostname with config hostname
  hostname:
    name: "{{ inventory_hostname }}"
remember that computers suck.