Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ansible copy

- name: Copy in config file for RHEL
  copy:
    src: './files/rhel/syslog'
    dest: '/etc/logrotate.d/'
    owner: root
    group: root
    mode: '0600'
  when:
    - ansible_facts['distribution'] == 'RedHat'
  become: yes
Comment

PREVIOUS NEXT
Code Example
Shell :: openssl universal requires cocoapods openssl-universal 
Shell :: remote desktop connection wsl2 
Shell :: cmd find file dir 
Shell :: linux && 
Shell :: see unpushed commits 
Shell :: centos reboot 
Shell :: ubuntu 20.04 how to check dns server 
Shell :: create symbolic link linux 
Shell :: optimize github repo 
Shell :: How to use the sort command 
Shell :: delete all local branches except current branch 
Shell :: uninstall multipass 
Shell :: compress folder ubuntu 
Shell :: committed to wrong branch 
Shell :: ext-dom missing ubuntu 
Shell :: -bash: screen: command not found 
Shell :: show public ip 
Shell :: move file from one directory to another sftp 
Shell :: how to make git commit in the past 
Shell :: ubuntu 18.04 default display manager 
Shell :: how to install terraform macos 
Shell :: delete all merged branches 
Shell :: yum uninstall package 
Shell :: kafka set retention time for topic 
Shell :: install mariadb 10.2 ubuntu 16.04 
Shell :: git remove without deleting 
Shell :: install pycharm in ubuntu 
Shell :: how to change default crontab editor 
Shell :: helm repo list charts 
Shell :: centos install specific kernel headers 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =