Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ansible run multiple shell commands

- name: Build nginx 
    shell: |
      cd nginx-1.11.13
      sudo ./configure
      sudo make
      sudo make install
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ansible #run #multiple #shell #commands
ADD COMMENT
Topic
Name
1+1 =