Skip to content
Snippets Groups Projects
Commit 79275e97 authored by nimrod's avatar nimrod
Browse files

- Fork from ansible-role-openbsd-bootstrap (currently useful only for

Ubuntu Xenial that by default comes with Python3 only).
parent af55e199
No related branches found
No related tags found
No related merge requests found
OpenBSD bootstrap
#################
Debian bootstrap
################
Role to bootstrap an OpenBSD instance (allow Ansible to provision the instance).
Role to bootstrap a Debian or derivative instance (allow Ansible to provision
the instance).
Requirements
------------
......
---
# defaults file for ansible-role-openbsd-bootstrap
# defaults file for ansible-role-debian-bootstrap
openbsd_pkg_mirror: http://www.mirrorservice.org/pub # Where to get packages.
---
# handlers file for ansible-role-openbsd-bootstrap
# handlers file for ansible-role-debian-bootstrap
galaxy_info:
author: Nimrod Adar
description: Role to bootstrap an OpenBSD instance (allow Ansible to provision the instance).
description: Role to bootstrap a Debian or derivative instance (allow Ansible to provision the instance).
company: Shore technologies.
license: MIT
min_ansible_version: 2.0
platforms:
- name: OpenBSD
- name: Debian
versions:
- 5.6
- 5.7
- 5.8
- 5.9
- 6.0
galaxy_tags: ['OpenBSD', 'bootstrap']
- jessie
- stretch
- name: Ubuntu
versions:
- trusty
- xenial
galaxy_tags: ['Debian', 'bootstrap', 'Ubuntu']
dependencies: []
......@@ -13,12 +13,14 @@ vagrant:
- name: virtualbox
type: virtualbox
platforms:
- name: openbsd60
box: kaorimatz/openbsd-6.0-amd64
- name: openbsd56
box: tmatilai/openbsd-5.6
- name: jessie
box: debian/jessie64
- name: trusty
box: ubuntu/trusty64
- name: xenial
box: ubuntu/xenial64
instances:
- name: ansible-role-openbsd-bootstrap
- name: ansible-role-debian-bootstrap
options:
append_platform_to_hostname: yes
raw_config_args:
......
......@@ -2,4 +2,4 @@
- hosts: all
gather_facts: False
roles:
- ansible-role-openbsd-bootstrap
- ansible-role-debian-bootstrap
---
# vars file for ansible-role-openbsd-bootstrap
ansible_python_interpreter: '/usr/local/bin/python2.7'
# vars file for ansible-role-debian-bootstrap
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment