Skip to content

Commit

Permalink
Also set the hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jul 3, 2024
1 parent 6934489 commit a23e42a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/ansible_controller/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ tasks:
- "vim"
state: "latest"
update_cache: "yes"

- name: set the hostname
ansible.builtin.hostname:
name: "ansible-controller"

0 comments on commit a23e42a

Please sign in to comment.