Skip to content

Commit

Permalink
Renames MT_RUNNER variables for Login and Password
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Apr 22, 2024
1 parent 4344466 commit d217f09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
10 changes: 5 additions & 5 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ mt_runner_bt_mt4_config:
FTPPath: /inetpub
FTPPeriod: 10
FTPServer: ftp.example.com
Login: "{{ ansible_facts.env.MT_RUNNER_LOGIN | default('12345') }}"
Password: "{{ ansible_facts.env.MT_RUNNER_PASSWORD | default('12345') }}"
Login: "{{ ansible_facts.env.MT_RUNNER_MT4_LOGIN | default('12345') }}"
Password: "{{ ansible_facts.env.MT_RUNNER_MT4_PASSWORD | default('12345') }}"
Period: M15
Profile: default
ProxyEnable: false
Expand Down Expand Up @@ -78,9 +78,9 @@ mt_runner_bt_mt5_config:
CertInstall: 0
CertPassword:
KeepPrivate: 1
Login: "{{ ansible_facts.env.MT_RUNNER_LOGIN | default('12345') }}"
Login: "{{ ansible_facts.env.MT_RUNNER_MT5_LOGIN | default('12345') }}"
NewsEnable: 0
Password: "{{ ansible_facts.env.MT_RUNNER_PASSWORD | default('12345') }}"
Password: "{{ ansible_facts.env.MT_RUNNER_MT5_PASSWORD | default('12345') }}"
ProxyEnable: 0
ProxyLogin:
ProxyPassword:
Expand Down Expand Up @@ -126,7 +126,7 @@ mt_runner_bt_mt5_config:
ForwardMode:
FromDate: 2024.01.01
Leverage: 1:100
Login: "{{ ansible_facts.env.MT_RUNNER_PASSWORD | default('12345') }}"
Login: "{{ ansible_facts.env.MT_RUNNER_MT5_LOGIN | default('12345') }}"
Model: 1
Optimization:
OptimizationCriterion:
Expand Down
3 changes: 0 additions & 3 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
vars:
mt_runner_bt_mt5_config:
Common:
Login: '{{ "Nzg3MjEyMTM=" | b64decode }}'
Password: '{{ "WnlVYlJiQDE=" | b64decode }}'
Server: MetaQuotes-Demo
Tester:
Deposit: 10000
ExecutionMode: 0
Expert: Advisors\EA31337-Libre-v1.013.ex5
FromDate: 2024.01.01
Leverage: 1:500
Login: 12345
Model: 1
Report: report.html
ReplaceReport: 1
Expand Down
2 changes: 0 additions & 2 deletions molecule/mt4/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
name: ea31337.mt_runner
vars:
mt_runner_bt_mt4_config:
Login: 12345
Password: 12345
Profile: default
Server:
TestExpert: MACD Sample.ex4
Expand Down
3 changes: 0 additions & 3 deletions molecule/mt5-ea/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@
vars:
mt_runner_bt_mt5_config:
Common:
Login: '{{ "Nzg3MjEyMTM=" | b64decode }}'
Password: '{{ "WnlVYlJiQDE=" | b64decode }}'
Server: MetaQuotes-Demo
Tester:
Deposit: 10000
ExecutionMode: 0
Expert: EA31337-Elite-v3.000-rc1.ex5
FromDate: 2024.01.01
Leverage: 1:500
Login: 12345
Model: 1
Period: M15
Report: report.html
Expand Down

0 comments on commit d217f09

Please sign in to comment.