Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

13 lignes
392B

  1. ---
  2. - name: download static installation script
  3. get_url:
  4. url: https://my-netdata.io/kickstart-static64.sh
  5. dest: /opt/netdata-kickstart-static64.sh
  6. checksum: sha256:a8fa2847163a52df4fdbca76f632e53ef5c98d50dee39d6dda0c33fd0c4c204c
  7. - name: run static installation script
  8. command: /bin/bash /opt/netdata-kickstart-static64.sh --non-interactive
  9. args:
  10. creates: /opt/netdata