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

- Rename from ansible-role-example to example.

parent 96c0ef17
No related merge requests found
---
# defaults file for ansible-role-example
# defaults file for example
---
# handlers file for ansible-role-example
# handlers file for example
......@@ -19,7 +19,7 @@ vagrant:
- name: ubuntu
box: ubuntu/xenial64
instances:
- name: ansible-role-example
- name: example
options:
append_platform_to_hostname: yes
raw_config_args:
......@@ -30,7 +30,7 @@ vagrant:
docker:
containers:
- name: ansible-role-example-ubuntu
- name: example-ubuntu
image: ubuntu
image_version: xenial
environment:
......
---
# tasks file for ansible-role-example
# tasks file for example
- name: Assertions
assert:
......
---
- hosts: ansible-role-example-openbsd
- hosts: example-openbsd
gather_facts: false
roles: [openbsd_bootstrap]
- hosts: ansible-role-example-ubuntu
- hosts: example-ubuntu
gather_facts: false
roles: [debian_bootstrap]
- hosts: all
roles:
- role: ansible-role-example
- role: example
---
- src: https://github.com/adarnimrod/ansible-role-openbsd-bootstrap
scm: git
name: openbsd_bootstrap
- src: https://github.com/adarnimrod/ansible-role-debian-bootstrap
scm: git
name: debian_bootstrap
- role: openbsd-bootstrap
- role: debian-bootstrap
---
# vars file for ansible-role-example
# vars file for example
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