diff --git a/defaults/main.yml b/defaults/main.yml index 25ca86f325b131ae189e74bc108bcc2bc403501e..0a97962c3b635cf908e8e45d5171b0aa8b7f3d92 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,2 +1,2 @@ --- -# defaults file for ansible-role-example +# defaults file for example diff --git a/handlers/main.yml b/handlers/main.yml index 1d74a03c15eb4a405872128a9f81f91ecf354f2e..bd0df0d80d6094e097cca7760cd1b12a480df33c 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,2 +1,2 @@ --- -# handlers file for ansible-role-example +# handlers file for example diff --git a/molecule.yml b/molecule.yml index 71e855cddf4f0c0afa57d92a450a5b24d528449c..a22598d1a35776469ab9e94d71ab5b3aa44e845f 100644 --- a/molecule.yml +++ b/molecule.yml @@ -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: diff --git a/tasks/main.yml b/tasks/main.yml index 5772d26c3fc71643ef5528765bde1543674a519f..6784821deee6cb0db41de18ee53b6e04ce43ea01 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,5 +1,5 @@ --- -# tasks file for ansible-role-example +# tasks file for example - name: Assertions assert: diff --git a/tests/playbook.yml b/tests/playbook.yml index 02cca1a33e13b3e2e2eb2fb91071f066de21fdf7..a0afd5ea6eef609565b54f0b880ab98afdc63665 100644 --- a/tests/playbook.yml +++ b/tests/playbook.yml @@ -1,12 +1,12 @@ --- -- 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 diff --git a/tests/requirements.yml b/tests/requirements.yml index 2fd4277a79ac54c36daf1dc8d983d8bbdce2732f..1eeb2ae811b1d8d19e3f50a454fb4b5603008512 100644 --- a/tests/requirements.yml +++ b/tests/requirements.yml @@ -1,7 +1,3 @@ --- -- 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 diff --git a/vars/main.yml b/vars/main.yml index 241750308ae0dc5fd6fc0d21108c47746696d808..7542f3cf45dd754b408bd13b5c57af85bc3d0fc8 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -1,2 +1,2 @@ --- -# vars file for ansible-role-example +# vars file for example