Skip to content

Instantly share code, notes, and snippets.

View 11mariom's full-sized avatar

Mariusz Kozakowski 11mariom

View GitHub Profile
#!/usr/bin/lua
tasks={}
y=" \27[32m✔\27[0m "
n=" \27[31m✗\27[0m "
function read()
for line in io.lines( 'task' ) do
table.insert( tasks, line )
end
end
@11mariom
11mariom / keybase.md
Created June 13, 2016 17:59
keybase.md

Keybase proof

I hereby claim:

  • I am 11mariom on github.
  • I am 11mariom (https://keybase.io/11mariom) on keybase.
  • I have a public key whose fingerprint is A610 5EA0 1154 9719 AEE7 85DE 88E6 CDFF CEF2 BB06

To claim this, I am signing this object:

- name: Vars iteration
hosts: all
vars:
users:
user1:
name: user1
key: ssh-key
user2:
name: user2
key: ssh-key2