You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
214 B

4 years ago
4 years ago
4 years ago
  1. - name: Initialize web servers
  2. become: yes
  3. hosts: webservers
  4. tasks:
  5. - name: Execute the command in remote shell; stdout goes to the specified file on the remote
  6. shell: |
  7. echo $(date) >> sampad.txt