-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdynamic.yml
47 lines (40 loc) · 834 Bytes
/
dynamic.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
- hosts: localhost
connection: local
become: yes
tasks:
- name: set variables
set_fact:
cobbler_state: absent
cobbler_inventory_state: absent
cobbler_add_remove_state: absent
ansible_var_files_state: absent
tags:
- never
- destroy
- import_role:
name: cobbler
tags:
- create
- import_role:
name: cobbler_inventory
tags:
- create
- import_role:
name: cobbler_add_remove
tags:
- always
- import_role:
name: ansible_var_files
tags:
- always
- import_role:
name: cobbler_inventory
tags:
- never
- destroy
- import_role:
name: cobbler
tags:
- never
- destroy