added initial scaffolding

master
chatton 2 years ago
parent 00d467ecf3
commit 2a63014b0d

1
.gitignore vendored

@ -0,0 +1 @@
.idea

@ -0,0 +1,9 @@
[defaults]
inventory=hosts.ini
vault_password_file=~/.vault-key
host_key_checking = True
private_key_file=~/.ssh/id_rsa
remote_user=cianhatton
roles_path = roles
collections_path = collections
nocows=1

@ -0,0 +1,6 @@
---
- hosts: localhost
tasks:
- name: Hello world.
ansible.builtin.debug:
msg: "Hello World!"
Loading…
Cancel
Save