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