adding basic structure

master
parent 9649eb4c8b
commit 39fdbbee19
  1. 5
      ansible.cfg
  2. 2
      hosts
  3. 6
      run.yml

@ -0,0 +1,5 @@
[defaults]
INVENTORY = hosts
[ssh_connections]
pipelining = true

@ -0,0 +1,2 @@
[local]
local ansible_host=localhost ansible_user={{username}} ansible_connection=ssh ansible_ssh_private_key_file=/home/{{username}}/.ssh/id_rsa

@ -0,0 +1,6 @@
---
- hosts: local
become: yes
tasks:
- import_tasks: #TODO:
Loading…
Cancel
Save