commit
2cfbd1289a
4
main.yml
4
main.yml
@ -23,12 +23,15 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: tasks/ansible-setup.yml
|
- import_tasks: tasks/ansible-setup.yml
|
||||||
|
tags: ['setup']
|
||||||
|
|
||||||
- import_tasks: tasks/sudoers.yml
|
- import_tasks: tasks/sudoers.yml
|
||||||
when: configure_sudoers
|
when: configure_sudoers
|
||||||
|
tags: ['sudoers']
|
||||||
|
|
||||||
- import_tasks: tasks/terminal.yml
|
- import_tasks: tasks/terminal.yml
|
||||||
when: configure_terminal
|
when: configure_terminal
|
||||||
|
tags: ['terminal']
|
||||||
|
|
||||||
- import_tasks: tasks/osx.yml
|
- import_tasks: tasks/osx.yml
|
||||||
when: configure_osx
|
when: configure_osx
|
||||||
@ -46,3 +49,4 @@
|
|||||||
loop_control:
|
loop_control:
|
||||||
loop_var: outer_item
|
loop_var: outer_item
|
||||||
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
|
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
|
||||||
|
tags: ['post']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user