Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ansible run multiple shell commands

- name: Build nginx 
    shell: |
      cd nginx-1.11.13
      sudo ./configure
      sudo make
      sudo make install
Comment

PREVIOUS NEXT
Code Example
Shell :: python convert excel to html table 
Shell :: use file connect ssh 
Shell :: create git tags 
Shell :: ubuntu startup script 
Shell :: gitignore folder 
Shell :: parquet tools install mac 
Shell :: ubuntu create bootable usb from iso command line 
Shell :: terminal delete directory 
Shell :: open directory 
Shell :: find ip curl 
Shell :: bash change command prompt 
Shell :: setting up path in zsh 
Shell :: bash echo in variable 
Shell :: best code editors 2022 
Shell :: Rollback a Particular Commit in git command 
Shell :: enable system virtualization cmd 
Shell :: what is a nuget package 
Shell :: bash find file 
Shell :: install docker debian 
Shell :: docker build from github repository 
Shell :: getting error while installing npm react-redux-form 
Shell :: git merge origin/master into branch 
Shell :: install npm 
Shell :: terminal trash folder 
Shell :: terminal read json file 
Shell :: bash add text to beginning of file 
Shell :: rename files sequentially linux 
Shell :: make tar.gz 
Shell :: windows install composer 
Shell :: YCM core library not detected 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =