Commit ffa236f9 by ansible

no message

1 parent c00a64b1
---
- hosts: all
- hosts: new_host
become: true
tasks:
- name: Create WDCHAT Directory Structure
......
---
- hosts: all
- hosts: new_host
become: true
tasks:
- name: "Format disk: \"{{ item.device }}\" using etx4"
......
---
- hosts: all
- hosts: new_host
become: true
tasks:
- name: "Mount up \"{{ item.device }}\" to \"{{ item.path }}\""
......
---
- hosts: all
- hosts: new_host
become: true
tasks:
- name: Create partiton
......
---
- hosts: all
- hosts: new_host
become: true
tasks:
- 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!