Skip to content

Instantly share code, notes, and snippets.

@tetherit
Created September 5, 2016 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tetherit/21343364291f3bfbc0ead1d260e0cfc5 to your computer and use it in GitHub Desktop.
Save tetherit/21343364291f3bfbc0ead1d260e0cfc5 to your computer and use it in GitHub Desktop.
---
- hosts:
- timeboxes-zanview.com
- timeboxes-xancloud.com
- timeboxes-timeline.is
- timeboxes-icomplycloud.com
remote_user: root
gather_facts: false
force_handlers: true
vars:
- dpkg_architecture: 'amd64' # amd64 or armhf
- architecture: 'amd64'
- drive_name: 'sdb'
- ansible_memtotal_mb: 2048
- ansible_processor_cores: 2
- ansible_lsb:
id: "Ubuntu"
release: "{{ ubuntu_release }}"
roles:
- timebox-bootstrap # uses "local" and "chroot" for connection
- { role: common, connection: 'chroot', tags: [ 'minimal' ] }
- { role: timebox, connection: 'chroot', tags: [ 'timebox'] }
- { role: timeagent, ansible_connection: 'chroot', tags: [ 'timeagent' ]}
tasks:
- { include: roles/timebox-bootstrap/tasks/umount.yml, ansible_connection: local }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment