Start user-squid-proxy at login so that all programs without kerberos support have proxy access
This commit is contained in:
parent
f5f3d9557d
commit
352a897d88
4 changed files with 11 additions and 3 deletions
|
|
@ -159,7 +159,6 @@
|
|||
src: startusersquid.sh.j2
|
||||
dest: /usr/local/bin/startusersquid.sh
|
||||
mode: '0755'
|
||||
notify: daemon reload
|
||||
|
||||
- name: Provide usersquid service
|
||||
copy:
|
||||
|
|
@ -167,6 +166,12 @@
|
|||
dest: /etc/systemd/user/usersquid.service
|
||||
mode: 0644
|
||||
|
||||
- name: Enable usersquid service
|
||||
ansible.builtin.systemd:
|
||||
name: usersquid.service
|
||||
scope: global
|
||||
enabled: true
|
||||
|
||||
- name: Deploy sudo configurations
|
||||
copy:
|
||||
src: "{{ item }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue