mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
12 lines
365 B
YAML
12 lines
365 B
YAML
|
- name: turn the crank for systemd
|
||
|
shell: hostnamectl set-hostname "{{ iiab_hostname }}.{{ iiab_domain }}"
|
||
|
when: is_debuntu
|
||
|
|
||
|
- name: Configure /etc/sysconfig/network
|
||
|
template: src=roles/network/templates/network/sysconfig.network.j2
|
||
|
dest=/etc/sysconfig/network
|
||
|
owner=root
|
||
|
group=root
|
||
|
mode=0644
|
||
|
when: is_redhat
|