auxiliary infrastructure [PXE, netbox, ubnt controller]. probably on a pi or something
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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