This commit is contained in:
1
Jenkinsfile
vendored
Normal file
1
Jenkinsfile
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
playbook: test_play.yml
|
||||||
10
test_play.yml
Executable file
10
test_play.yml
Executable file
@@ -0,0 +1,10 @@
|
|||||||
|
#! /usr/bin/env ansible-playbook
|
||||||
|
---
|
||||||
|
- name: "TestPlay"
|
||||||
|
gather_facts: true
|
||||||
|
become: false
|
||||||
|
hosts: localhost
|
||||||
|
connection: local
|
||||||
|
tasks:
|
||||||
|
- debug:
|
||||||
|
msg: "Hello World"
|
||||||
Reference in New Issue
Block a user