updating todo
This commit is contained in:
22
tasks.todo
22
tasks.todo
@@ -1,8 +1,11 @@
|
|||||||
Tasks:
|
Tasks:
|
||||||
|
☐ Configure nebula
|
||||||
|
|
||||||
|
Done:
|
||||||
✔ Create initial folder layout @started(21-02-28 23:29) @done(21-03-03 14:30) @lasted(2d15h1m16s)
|
✔ 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)
|
✔ 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)
|
✔ Document creating a hosts file, and an `ansible.cfg` to create an inventory @done(21-03-01 00:07)
|
||||||
<https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html>
|
https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html
|
||||||
Alternative to using an `ansible.cfg` is using the flag `-i hosts`
|
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
|
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)
|
✔ Test a connection with `ansible all -m ping` @done(21-03-01 00:08)
|
||||||
@@ -10,10 +13,19 @@ Tasks:
|
|||||||
Run a playbook with `ansible-playbook -b test.yml`
|
Run a playbook with `ansible-playbook -b test.yml`
|
||||||
If using vault do `--ask-vault-pass`
|
If using vault do `--ask-vault-pass`
|
||||||
Point to an inventory with `-i hosts`
|
Point to an inventory with `-i hosts`
|
||||||
☐ Configure nebula
|
✔ Still to configure: @done(21-03-04 13:08)
|
||||||
☐ Still to configure:
|
✔ Monit @done(21-03-04 13:08)
|
||||||
☐ Monit
|
|
||||||
✔ UFW @done(21-03-04 12:57)
|
✔ UFW @done(21-03-04 12:57)
|
||||||
✔ Networking @done(21-03-04 12:59)
|
✔ Networking @done(21-03-04 12:59)
|
||||||
✔ Configure /etc/email-addresses with from addresses for root and default_user @done(21-03-04 12:57)
|
✔ Configure /etc/email-addresses with from addresses for root and default_user @done(21-03-04 12:57)
|
||||||
<https://serverfault.com/questions/377821/exim-send-every-emails-with-a-predefined-sender>
|
https://serverfault.com/questions/377821/exim-send-every-emails-with-a-predefined-sender
|
||||||
|
|
||||||
|
Mac:
|
||||||
|
Mac functionality needs adding
|
||||||
|
☐ Install Homebrew packages for Python
|
||||||
|
`brew install readline xz`
|
||||||
|
https://docs.ansible.com/ansible/latest/collections/community/general/homebrew_module.html
|
||||||
|
|
||||||
|
Done:
|
||||||
|
✔ https://github.com/elliotweiser/ansible-osx-command-line-tools @done(21-03-05 22:02)
|
||||||
|
✔ Add tag/variable to toggle between server/mac setup @started(21-03-05 22:01) @done(21-03-05 22:02) @lasted(1m33s)
|
||||||
|
|||||||
Reference in New Issue
Block a user