From 132113968a4126a46b94697db4dd5c80616a2980 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Wed, 3 Mar 2021 14:51:10 +0000 Subject: [PATCH] updating todo --- tasks.todo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks.todo b/tasks.todo index f254d7a..0c4a0a2 100644 --- a/tasks.todo +++ b/tasks.todo @@ -1,12 +1,13 @@ Tasks: - ☐ Create initial folder layout @started(21-02-28 23:29) + ✔ Create initial folder layout @started(21-02-28 23:29) @done(21-03-03 14:30) @lasted(2d15h1m16s) ✔ Create test playbook with a task @done(21-03-01 00:16) ✔ Document creating a hosts file, and an `ansible.cfg` to create an inventory @done(21-03-01 00:07) Alternative to using an `ansible.cfg` is using the flag `-i hosts` Hosts file can contain `ansible_user` and `ansible_ssh_pass` under a `vars` header ✔ Test a connection with `ansible all -m ping` @done(21-03-01 00:08) - ☐ Document commands + ✔ Document commands @done(21-03-03 14:30) Run a playbook with `ansible-playbook -b test.yml` If using vault do `--ask-vault-pass` Point to an inventory with `-i hosts` + ☐ Configure nebula