Changes to rsync and profiles
* rsync: change motd * skel: change default profiles
This commit is contained in:
parent
55521638ab
commit
b578d9ef69
1
files/etc/skel/.inputrc
Normal file
1
files/etc/skel/.inputrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
set editing-mode vi
|
1
files/root/.inputrc
Normal file
1
files/root/.inputrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
set editing-mode vi
|
@ -9,6 +9,7 @@
|
|||||||
mode: '0644'
|
mode: '0644'
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ ansible_distribution_major_version }}-tmux.conf"
|
- "{{ ansible_distribution_major_version }}-tmux.conf"
|
||||||
|
- ".inputrc"
|
||||||
|
|
||||||
- name: SKEL - ansible profile
|
- name: SKEL - ansible profile
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
@ -19,4 +20,14 @@
|
|||||||
mode: '0644'
|
mode: '0644'
|
||||||
with_items:
|
with_items:
|
||||||
- ".inputrc"
|
- ".inputrc"
|
||||||
|
|
||||||
|
- name: All user profiles
|
||||||
|
ansible.builtin.copy:
|
||||||
|
src: "etc/skel/{{ item }}"
|
||||||
|
dest: "/etc/skel/{{ item }}"
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: '0644'
|
||||||
|
with_items:
|
||||||
|
- ".inputrc"
|
||||||
...
|
...
|
||||||
|
@ -13,12 +13,16 @@
|
|||||||
|
|
||||||
Welcome to the Rocky Linux rsync service @ msync.rockylinux.org
|
Welcome to the Rocky Linux rsync service @ msync.rockylinux.org
|
||||||
|
|
||||||
This service is for the use of mirror partners of the Rocky Enterprise Software
|
This service is for the use of mirror partners of the Rocky Linux project and the Rocky
|
||||||
Foundation to synchronize distributed software. We recommend end users download from
|
Enterprise Software Foundation to synchronize distributed software. We recommend end
|
||||||
public mirrors listed on this page. https://downloads.rockylinux.org
|
users download from public mirrors listed on this page. https://mirrors.rockylinux.org
|
||||||
|
|
||||||
We reserve the right to modify access controls and traffic flows as necessary to
|
We reserve the right to modify access controls and traffic flows as necessary to
|
||||||
maintain continuity of service. Contact us: mirrors@rockylinux.org
|
maintain continuity of service. Contact us:
|
||||||
|
|
||||||
|
* mirrors@rockylinux.org
|
||||||
|
* https://lists.resf.org/mailman3/lists/rocky-mirror.lists.resf.org/
|
||||||
|
* https://chat.rockylinux.org/rocky-linux/channels/infrastructure
|
||||||
|
|
||||||
*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-*
|
*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user