Commit 09152270 authored by nimrod's avatar nimrod
Browse files

- Rename from ansible-role-openbsd-bootstrap to openbsd-bootstrap.

parent fc5eb709
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
---
# defaults file for ansible-role-openbsd-bootstrap
# defaults file for openbsd-bootstrap

openbsd_pkg_mirror: http://www.mirrorservice.org/pub # Where to get packages.
+1 −1
Original line number Diff line number Diff line
---
# handlers file for ansible-role-openbsd-bootstrap
# handlers file for openbsd-bootstrap
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ vagrant:
  - name: openbsd56
    box: tmatilai/openbsd-5.6
  instances:
  - name: ansible-role-openbsd-bootstrap
  - name: openbsd-bootstrap
    options:
        append_platform_to_hostname: yes
  raw_config_args:
+1 −1
Original line number Diff line number Diff line
---
# tasks file for ansible-role-openbsd-bootstrap
# tasks file for openbsd-bootstrap
- name: Install Python
  raw: "PKG_PATH={{ openbsd_pkg_mirror }}/OpenBSD/$(uname -r)/packages/$(arch -s)/ /usr/sbin/pkg_add -Iz python-2.7"
  register: openbsd_pkg_add_python
+1 −2
Original line number Diff line number Diff line
---
- hosts: all
  gather_facts: False
  roles:
    - ansible-role-openbsd-bootstrap
  roles: [openbsd-bootstrap]
  post_tasks:
      - name: Test task with an unprivileged user
        ignore_errors: '{{ ansible_check_mode }}'
Loading