first commit
This commit is contained in:
8
playbooks/docker.yml
Normal file
8
playbooks/docker.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Install Docker and Docker Compose
|
||||
hosts: all
|
||||
become: true
|
||||
gather_facts: true
|
||||
|
||||
roles:
|
||||
- docker
|
||||
12
playbooks/nfs.yml
Normal file
12
playbooks/nfs.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Install NFS and configure mounts
|
||||
hosts: all
|
||||
become: true
|
||||
gather_facts: true
|
||||
|
||||
vars:
|
||||
install_nfs_folder: false
|
||||
install_nfs_vault: false
|
||||
|
||||
roles:
|
||||
- nfs
|
||||
Reference in New Issue
Block a user