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
main.yml 334 B
Newer Older
  • Learn to ignore specific revisions
  • Freezed's avatar
    Freezed committed
    ---
    - hosts: "{{ host_list }}"
      become_user: "{{ my_user }}"
      become_method: su
      remote_user: root
    
      tasks:
    
    
      - name: IMPORT_TASKS | font
        ansible.builtin.import_tasks: font.yml
    
      - name: IMPORT_TASKS | ntp
    
    Freezed's avatar
    Freezed committed
        ansible.builtin.import_tasks: ntp.yml
    
    
      - name: IMPORT_TASKS | shell
        ansible.builtin.import_tasks: shell.yml