-numerous changes to work with Raspbian 10
-redo of some roles, particularly GUI -modifications to support working from a "Raspbian Lite" install
This commit is contained in:
24
roles/domainname/tasks/main.yaml
Executable file → Normal file
24
roles/domainname/tasks/main.yaml
Executable file → Normal file
@@ -1,12 +1,12 @@
|
||||
---
|
||||
- lineinfile:
|
||||
path: /etc/dhcpcd.conf
|
||||
regexp: "{{ item.regexp }}"
|
||||
line: "{{ item.line }}"
|
||||
with_items:
|
||||
- { regexp: '^static\ domain_name=', line: 'static domain_name=demo.dsfinancial.com' }
|
||||
- { regexp: '^static\ domain_search=', line: 'static domain_search=demo.dsfinancial.com' }
|
||||
become: true
|
||||
tags: update_domainname
|
||||
|
||||
|
||||
---
|
||||
- lineinfile:
|
||||
path: /etc/dhcpcd.conf
|
||||
regexp: "{{ item.regexp }}"
|
||||
line: "{{ item.line }}"
|
||||
with_items:
|
||||
- { regexp: '^static\ domain_name=', line: 'static domain_name=demo.dsfinancial.com' }
|
||||
- { regexp: '^static\ domain_search=', line: 'static domain_search=demo.dsfinancial.com' }
|
||||
become: true
|
||||
tags: update_domainname
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user