Makes installation of Ansible optional (default: no) and installs additional python libraries #2
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ Defaults:
|
|||
|
||||
```
|
||||
hostname: "{{ inventory_hostname }}"
|
||||
update_hostname: no
|
||||
update_hostname: yes
|
||||
locales_gen:
|
||||
- en_US.UTF-8
|
||||
- de_DE.UTF-8
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
# defaults file for common
|
||||
hostname: "{{ inventory_hostname }}"
|
||||
update_hostname: no
|
||||
update_hostname: yes
|
||||
locales_gen:
|
||||
- en_US.UTF-8
|
||||
- de_DE.UTF-8
|
||||
|
|
Loading…
Add table
Reference in a new issue