mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
renamed customer user group
This commit is contained in:
@ -15,4 +15,9 @@
|
|||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: "/etc/hosts"
|
path: "/etc/hosts"
|
||||||
regexp: "^192.168.77.238 .*"
|
regexp: "^192.168.77.238 .*"
|
||||||
line: "192.168.77.238 rpi5 rpi5.home.lan"
|
line: "192.168.77.238 rpi5 rpi5.home.lan"
|
||||||
|
- name: Reconfigure hosts file
|
||||||
|
ansible.builtin.lineinfile:
|
||||||
|
path: "/etc/hosts"
|
||||||
|
regexp: "^192.168.77.4 .*"
|
||||||
|
line: "192.168.77.4 amd amd.home.lan"
|
Reference in New Issue
Block a user