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:
@ -5,7 +5,6 @@
|
|||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: config
|
src: config
|
||||||
dest: /home/jd/.ssh/config
|
dest: /home/jd/.ssh/config
|
||||||
remote_src: true
|
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
owner: jd
|
owner: jd
|
||||||
group: jd
|
group: jd
|
||||||
@ -14,7 +13,6 @@
|
|||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: config
|
src: config
|
||||||
dest: /root/.ssh/config
|
dest: /root/.ssh/config
|
||||||
remote_src: true
|
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
Reference in New Issue
Block a user