Loading defaults/main.yml +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. handlers/main.yml +1 −1 Original line number Diff line number Diff line --- # handlers file for ansible-role-openbsd-bootstrap # handlers file for openbsd-bootstrap molecule.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading tasks/main.yml +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 Loading tests/playbook.yml +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 Loading
defaults/main.yml +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.
handlers/main.yml +1 −1 Original line number Diff line number Diff line --- # handlers file for ansible-role-openbsd-bootstrap # handlers file for openbsd-bootstrap
molecule.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading
tasks/main.yml +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 Loading
tests/playbook.yml +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