diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-04 01:40:27 -0500 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-04 01:40:27 -0500 |
| commit | fdd85fb7355d43cf185d79d1f35de9d7d647e0c5 (patch) | |
| tree | fe8c902bdc774267f69a0914736e1be2695ff309 /roles/common/tasks | |
| parent | e67eff6accda5ca38b558ebf0f799993d0f3aaee (diff) | |
| download | oldinfra-fdd85fb7355d43cf185d79d1f35de9d7d647e0c5.tar.gz oldinfra-fdd85fb7355d43cf185d79d1f35de9d7d647e0c5.zip | |
add sso login
Diffstat (limited to 'roles/common/tasks')
| -rw-r--r-- | roles/common/tasks/main.yml | 6 |
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: |
