auxiliary infrastructure [PXE, netbox, ubnt controller]. probably on a pi or something

15 lines
427 B

6 years ago
  1. - name: "############## IMPORT TASKS: hostname ##############"
  2. import_tasks: hostname.yml
  3. become: yes
  4. - name: "############## IMPORT TASKS: locale ##############"
  5. import_tasks: locale.yml
  6. become: yes
  7. - name: "############## IMPORT TASKS: access ##############"
  8. import_tasks: access.yml
  9. become: yes
  10. - name: "############## IMPORT TASKS: user ##############"
  11. import_tasks: user.yml
  12. become: yes