Commit ffa236f9 by ansible

no message

1 parent c00a64b1
--- ---
- hosts: all - hosts: new_host
become: true become: true
tasks: tasks:
- name: Create WDCHAT Directory Structure - name: Create WDCHAT Directory Structure
......
--- ---
- hosts: all - hosts: new_host
become: true become: true
tasks: tasks:
- name: "Format disk: \"{{ item.device }}\" using etx4" - name: "Format disk: \"{{ item.device }}\" using etx4"
......
--- ---
- hosts: all - hosts: new_host
become: true become: true
tasks: tasks:
- name: "Mount up \"{{ item.device }}\" to \"{{ item.path }}\"" - name: "Mount up \"{{ item.device }}\" to \"{{ item.path }}\""
......
--- ---
- hosts: all - hosts: new_host
become: true become: true
tasks: tasks:
- name: Create partiton - name: Create partiton
......
--- ---
- hosts: all - hosts: new_host
become: true become: true
tasks: tasks:
- name: Install required packages - name: Install required packages
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!