diff --git a/misc.yml b/misc.yml index 32a7b3c..f8315d4 100644 --- a/misc.yml +++ b/misc.yml @@ -69,4 +69,11 @@ - name: put SELinux in permissive mode selinux: policy: targeted - state: permissive \ No newline at end of file + state: permissive + +- name: create message in motd + copy: + content: "\n**************************************************\n* !! This +server is managed by ANSIBLE !! *\n* The config files must be changed in repos +itory *\n**************************************************\n\n" + dest: /etc/motd \ No newline at end of file