set hostname
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
branch: master
|
branch: master
|
||||||
|
hostname: mewimeet.de
|
||||||
|
|
||||||
ansible_cron_minute: "40"
|
ansible_cron_minute: "40"
|
||||||
ssh_port: 22
|
ssh_port: 22
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
- block:
|
- block:
|
||||||
- debug:
|
- debug:
|
||||||
msg: Debug
|
msg: Debug
|
||||||
|
# basics
|
||||||
|
- import_tasks: system_setup/hostname.yml
|
||||||
# install software
|
# install software
|
||||||
# - import_tasks: software/repositories.yml
|
# - import_tasks: software/repositories.yml
|
||||||
- import_tasks: software/packages_zsh.yml
|
- import_tasks: software/packages_zsh.yml
|
||||||
|
|||||||
3
roles/base/tasks/system_setup/hostname.yml
Normal file
3
roles/base/tasks/system_setup/hostname.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
- name: base | system_setup | hostname
|
||||||
|
hostname:
|
||||||
|
name: "{{ hostname }}"
|
||||||
Reference in New Issue
Block a user