Compare commits
6 Commits
78b85c892e
...
test
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c628e3d54 | |||
| b7588f2002 | |||
| 8741cf9d08 | |||
| 928adcfc7e | |||
| 273cc45871 | |||
| 3d7f3bd209 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
secrets.yml
|
||||
@@ -1,2 +1,7 @@
|
||||
# Copy this into secrets.yml and replate with a real values
|
||||
ansible_password: 'REPLACE_WITH_ROOT_PASSWORD'
|
||||
ansible_password: 'REPLACE_WITH_ROOT_PASSWORD'
|
||||
# Zabbix proxy parameters for connecting to Zabbix server
|
||||
zabbix_server_address: 'x.x.x.x'
|
||||
zabbix_psk_identity: '<zabbix_psk_identity'
|
||||
zabbix_proxy_hostname: '<zabbix_proxy_hostname>' # if needed, in the actual playbook it is set to the hostname of the target
|
||||
zabbix_proxy_psk: 'REPLACE_WITH_ZABBIX_PSK'
|
||||
Reference in New Issue
Block a user