added Jenkinsfile
Some checks failed
multibranch_ansible/pipeline/head There was a failure building this commit

This commit is contained in:
2023-06-05 19:31:06 +02:00
parent e82d3d5157
commit 2320b24011
2 changed files with 11 additions and 4 deletions

View File

@@ -3,9 +3,9 @@
- name: "TestPlay"
gather_facts: true
become: false
#hosts: 192.168.150.40
hosts: localhost
connection: local
hosts: 192.168.50.40
#hosts: localhost
#connection: local
tasks:
- debug:
msg: "Hello World"