Last active
November 6, 2018 06:29
-
-
Save peterjenkins1/7fb7b53bcf5bddad37bf9d720519c054 to your computer and use it in GitHub Desktop.
Ansible playbook for quickly testing stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: localhost | |
gather_facts: false | |
connection: local | |
tasks: | |
- debug: | |
msg: Hello world! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment