-
Notifications
You must be signed in to change notification settings - Fork 3
/
hosts-vars.yml
141 lines (121 loc) · 3.56 KB
/
hosts-vars.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
---
security_repo_base_url: "security.ubuntu.com/ubuntu/"
security_repositories:
vendor_base:
uri: "http://{{ security_repo_base_url }}"
suffix: "-security"
state: "present"
components:
- main
- restricted
- universe
- multiverse
#standard_standard_repo_base_url: "mirrors.us.kernel.org/ubuntu/"
standard_repo_base_url: "ar.archive.ubuntu.com/ubuntu/"
standard_repositories:
vendor_base:
uri: "http://{{ standard_repo_base_url }}"
suffix: ""
state: "present"
components:
- main
- restricted
- universe
- multiverse
vendor_security:
uri: "http://{{ standard_repo_base_url }}"
suffix: "-security"
state: "present"
components:
- main
- restricted
- universe
- multiverse
vendor_updates:
uri: "http://{{ standard_repo_base_url }}"
suffix: "-updates"
state: "present"
components:
- main
- restricted
- universe
- multiverse
vendor_backports:
uri: "http://{{ standard_repo_base_url }}"
suffix: "-backports"
state: "present"
components:
- main
- restricted
- universe
- multiverse
vendor_partner:
uri: "http://archive.canonical.com/ubuntu"
suffix: ""
state: "present"
components:
- partner
vendor_extras:
uri: "http://extras.ubuntu.com/ubuntu"
suffix: ""
state: "absent"
components:
- main
oracle_java_repository:
vendor_java:
uri: "http://ppa.launchpad.net/webupd8team/java/ubuntu"
suffix: ""
state: "absent"
components:
- main
apt_repositories:
- "{{ standard_repositories }}"
- "{{ security_repositories }}"
devops_user_name: 'cesarballardini'
devops_user_uid: 1001
tinyproxy_listen_ip: '<DIRECCION_IP_INTERFAZ_DE_RED>'
tinyproxy_listen_port: '8888'
tinyproxy_no_upstream:
- ".dominio.local.tld"
- "192.168.11.0/24"
- "192.168.20.0/22"
- "."
tinyproxy_upstream: ''
#tinyproxy_upstream:
# - { protocol: http, proxy: DIRECCION_IP_PROXY_CORPORATIVO:PUERTO_PROXY_CORPORATIVO, destination: '' } # default upstream corporate proxy
tinyproxy_min_spare_servers: '5'
tinyproxy_max_spare_servers: '20'
tinyproxy_allow:
- '<MI_DIRECCION_IP>'
- '192.168.11.0/24'
- '192.168.20.0/22'
- '<OTRA_DIRECCION_QUE_AUTORIZO_EN_TINYPROXY>'
organizacion: "<MI_ORGANIZACION>"
all_proxy: 'http://<DIRECCION_IP_INTERFAZ_DE_RED>:8888'
http_proxy: '{{ all_proxy }}'
https_proxy: '{{ all_proxy }}'
ftp_proxy: '{{ all_proxy }}'
no_proxy: '10.,192.168.,wpad,127.0.0.1,localhost,.dominio.local.tld'
soap_use_proxy: 'on'
# /etc/fuse.conf
fuse_mount_max: 'default'
# Allow non-root users to specify the allow_other or allow_root mount options.
fuse_user_allow_other: true
fuse_restrict_access: False
# FIXME: cuando .ansible_facts.ansible_devices.sda.rotational == 0 usar swappiness 1, sino 10
# ansible localhost -i inventario/ -m setup | sed -e "s/localhost | SUCCESS => //" | jq ".ansible_facts.ansible_devices.sda.rotational"
swappiness: "10"
ansible_version_deseada: ''
pharo_version_family: "90"
pharo_version: "9.0"
pharo_home_directory: "/opt/pharo"
# Config de OCS-Inventory: si ocs_server es vacio, no se instala
ocs_server: ''
ocs_tag: ''
ocs_agent_version: '2.8.1'
ocs_ssl: true
# VMware ya no permite descargar directamente con curl y similares,
# sino que obliga a pasar por https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html
# para conseguir el URL del paquete
# URL hoy (2021-06-13) es:
workstation_download_url: https://download3.vmware.com/software/wkst/file/VMware-Workstation-Full-16.1.2-17966106.x86_64.bundle