Skip to content

Commit

Permalink
Updated variables
Browse files Browse the repository at this point in the history
  • Loading branch information
anupamaloke committed Oct 21, 2017
1 parent 575f2c3 commit 7cc6b91
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions host_vars/myhost-1
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
---
idrac_ip: "192.168.1.1"
idrac_user: "root"
idrac_pwd: "calvin"
user_name: "anupam"
user_pwd: "password"
user_priv: "Operator"
user_state: "present"
user_state: "disable"
power_state: "PowerOn"
snmp_enable: "enabled"
snmp_protocol: "all"
snmp_enable: "Enabled"
snmp_protocol: "All"
snmp_community: "public"
snmp_discovery_port: "161"
snmp_trap_port: "162"
snmp_trap_format: "SNMPv2"
snmp_discovery_port: 161
snmp_trap_port: 162
snmp_trap_format: "SNMPv1"
snmp_state: "present"
csior_state: "present"
csior: "Enabled"
tls_protocol: "TLS 1.1 and Higher"
ssl_bits: "128-Bit or higher"
job_id: "JID_123456789012"
ssl_bits: "256-Bit or higher"

0 comments on commit 7cc6b91

Please sign in to comment.