This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
2018-01-11 15:33:54 +01:00
|
|
|
---
|
|
|
|
# defaults file for basics
|
|
|
|
|
|
|
|
# Domain
|
|
|
|
basics__domain: "{{ ansible_domain }}"
|
|
|
|
|
|
|
|
# Manage /etc/hosts
|
|
|
|
basics__hosts_localhost_manage: false
|
2018-01-12 10:41:29 +01:00
|
|
|
basics__hosts_localhost_content: "localhost.localdomain localhost"
|
2018-01-11 15:33:54 +01:00
|
|
|
basics__hosts_ipv4_manage: false
|
|
|
|
basics__hosts_ipv4_content: "{{ ansible_hostname }}.{{ basics__domain }} {{ ansible_hostname }}"
|
|
|
|
|
2018-02-26 16:19:49 +01:00
|
|
|
# Proxmox
|
2018-03-01 11:09:08 +01:00
|
|
|
basics__proxmox_disable: []
|
|
|
|
basics__proxmox_group_disable: []
|
|
|
|
basics__proxmox_host_disable: []
|