summaryrefslogtreecommitdiff
path: root/roles/common/tasks
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-04 01:40:27 -0500
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-04 01:40:27 -0500
commitfdd85fb7355d43cf185d79d1f35de9d7d647e0c5 (patch)
treefe8c902bdc774267f69a0914736e1be2695ff309 /roles/common/tasks
parente67eff6accda5ca38b558ebf0f799993d0f3aaee (diff)
downloadoldinfra-fdd85fb7355d43cf185d79d1f35de9d7d647e0c5.tar.gz
oldinfra-fdd85fb7355d43cf185d79d1f35de9d7d647e0c5.zip
add sso login
Diffstat (limited to 'roles/common/tasks')
-rw-r--r--roles/common/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml
index 80aad48..3e00e6f 100644
--- a/roles/common/tasks/main.yml
+++ b/roles/common/tasks/main.yml
@@ -1,5 +1,11 @@
---
+# set hostname
+- name: Set a hostname specifying strategy
+ ansible.builtin.hostname:
+ name: "{{ inventory_hostname }}"
+ use: systemd
+
# docker
- name: install dependencies
apt: