update..
This commit is contained in:
@@ -165,7 +165,7 @@
|
|||||||
tags: [samba-server, samba-cron]
|
tags: [samba-server, samba-cron]
|
||||||
|
|
||||||
|
|
||||||
- name: (samba-config-server.yml) Creates a cron job for cleaning up samba trash dirs
|
- name: (samba-config-server.yml) Creates a cron job for setting permissions to samba dirs
|
||||||
ansible.builtin.cron:
|
ansible.builtin.cron:
|
||||||
name: "{{ samba_cronjob_permissions.name }}"
|
name: "{{ samba_cronjob_permissions.name }}"
|
||||||
minute: "{{ samba_cronjob_permissions.minute }}"
|
minute: "{{ samba_cronjob_permissions.minute }}"
|
||||||
|
|||||||
@@ -71,6 +71,9 @@
|
|||||||
tags:
|
tags:
|
||||||
- bash
|
- bash
|
||||||
|
|
||||||
|
# --
|
||||||
|
# -- root user
|
||||||
|
# --
|
||||||
|
|
||||||
- name: (users-systemfiles.yml) Check if file '/root/.bashrc.ORIG' exists
|
- name: (users-systemfiles.yml) Check if file '/root/.bashrc.ORIG' exists
|
||||||
stat:
|
stat:
|
||||||
@@ -165,6 +168,10 @@
|
|||||||
tags:
|
tags:
|
||||||
- bash
|
- bash
|
||||||
|
|
||||||
|
# --
|
||||||
|
# -- root user
|
||||||
|
# --
|
||||||
|
|
||||||
- name: (users-systemfiles.yml) Check if file '/root/.profile.ORIG' exists
|
- name: (users-systemfiles.yml) Check if file '/root/.profile.ORIG' exists
|
||||||
stat:
|
stat:
|
||||||
path: /root/.profile.ORIG
|
path: /root/.profile.ORIG
|
||||||
@@ -265,6 +272,9 @@
|
|||||||
tags:
|
tags:
|
||||||
- bash
|
- bash
|
||||||
|
|
||||||
|
# --
|
||||||
|
# -- root user
|
||||||
|
# --
|
||||||
|
|
||||||
- name: (users-systemfiles.yml) Check if file '/root/.bash_profile.ORIG' exists
|
- name: (users-systemfiles.yml) Check if file '/root/.bash_profile.ORIG' exists
|
||||||
stat:
|
stat:
|
||||||
@@ -366,6 +376,10 @@
|
|||||||
tags:
|
tags:
|
||||||
- vim
|
- vim
|
||||||
|
|
||||||
|
# --
|
||||||
|
# -- root user
|
||||||
|
# --
|
||||||
|
|
||||||
# 1) Prüfen ob die _vimrc für root auf dem Control-Node existiert
|
# 1) Prüfen ob die _vimrc für root auf dem Control-Node existiert
|
||||||
- name: stat root _vimrc on control node
|
- name: stat root _vimrc on control node
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
|
|||||||
Reference in New Issue
Block a user