Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
shutdown.yml 154 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    - hosts: "{{ host_list }}"
      remote_user: root
    
      tasks:
        - name: Shutdown the host in 10 min
          community.general.shutdown:
            delay: 600