einfachIT / ansible-collection-epic

2 stars 0 forks source link

remove configuration from playbook that should be part of the inventory #27

Closed Bassinator closed 1 month ago

Bassinator commented 1 month ago

in playbooks/configure_server:


   - name: "configure external drive"
     include_role:
       name: "einfachit.epic.ext_disk"
-    vars:
-      ext_disk_device: /dev/sda
-      ext_disk_mountpoint: /var/lib/docker
- ```