Skip to content

Commit

Permalink
fix new functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Jun 5, 2024
1 parent 946b946 commit 1ae4157
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,17 @@
<threadcount>1</threadcount>
</dispatch>
<executionEnabled>true</executionEnabled>
<group>Local</group>
<group>Ansible</group>
<id>0ea27de5-ef36-4a2f-b09c-1bd548eb78d4</id>
<loglevel>INFO</loglevel>
<name>simple-inline-playbook-user-encryption-and-ssh-pass</name>
<nodeFilterEditable>false</nodeFilterEditable>
<nodefilters>
<filter>tags: "nodes"</filter>
<filter>name: ssh-node </filter>
</nodefilters>
<nodesSelectedByDefault>true</nodesSelectedByDefault>
<plugins />
<runnerSelector>
<runnerFilterMode>LOCAL</runnerFilterMode>
<runnerFilterType>LOCAL_RUNNER</runnerFilterType>
</runnerSelector>
<scheduleEnabled>true</scheduleEnabled>
<schedules />
<sequence keepgoing='false' strategy='node-first'>
<command>
<node-step-plugin type='com.batix.rundeck.plugins.AnsiblePlaybookInlineWorkflowNodeStep'>
Expand All @@ -36,10 +31,10 @@
<entry key='ansible-playbook-inline' value='- hosts: all&#10; gather_facts: false&#10; tasks:&#10;&#10; - name: Hello World!&#10; debug:&#10; msg: "Hello World!"&#10; - name: wait&#10; shell: "sleep 15"&#10; register: sh_output&#10; &#10; - name: Get Disk Space&#10; shell: "df -h"&#10; register: sh_output&#10;&#10;&#10; &#10; - debug: msg={{hostvars[inventory_hostname]}}&#10; - debug: var=sh_output.stdout_lines&#10; - debug: msg="{{ username }}"&#10; - debug: msg="{{ token }}"&#10; - debug: msg="{{ environmentTest }}"&#10;' />
<entry key='ansible-ssh-auth-type' value='password' />
<entry key='ansible-ssh-passphrase-option' value='option.password' />
<entry key='ansible-ssh-password-storage-path' value='keys/node/node.pass' />
<entry key='ansible-ssh-password-storage-path' value='keys/project/ansible-test/ssh-node.pass' />
<entry key='ansible-ssh-use-agent' value='false' />
<entry key='ansible-ssh-user' value='rundeck' />
<entry key='ansible-vault-storage-path' value='keys/node/vault-user.pass' />
<entry key='ansible-vault-storage-path' value='keys/project/ansible-test/vault-user.pass' />
</configuration>
</node-step-plugin>
</command>
Expand Down

0 comments on commit 1ae4157

Please sign in to comment.