Added playbooks and scripts
- New mainweb, pxeboot, dns, aethermgmt playbooks
- Add netbox scripts
- pxeboot information from netbox
- full configuration for an edge node
- Update timesheets role
- Ignore files directory
Change-Id: Icfc9ce27b92837563ca01102b8a6793020f79b73
diff --git a/playbooks/pxeboot-playboot.yml b/playbooks/pxeboot-playboot.yml
new file mode 100644
index 0000000..3cbdae0
--- /dev/null
+++ b/playbooks/pxeboot-playboot.yml
@@ -0,0 +1,8 @@
+---
+# Ansible playbook to configure a iPXE pxeboot webserver
+
+- name: Configure pxeboot
+ hosts: static
+ become: true
+ roles:
+ - pxeboot