217 Commits

Author SHA1 Message Date
0199e267fc Add aliases for clean and clean-trash. 2021-07-19 10:21:30 -05:00
c59e706c17
Add initial HUGO support, FreeBSD 13 support, and script for Ansible to hit dev branch. (#4)
* Create HUGO file.

* Add HUGO.

* Add script for running system against development branch.

* Add newline to end of file.

* Comment unused blocks.

* Add path of site that HUGO should host.

* Newlines, comments, and HUGO path. (#2) (#3)

* Create HUGO file.

* Add HUGO.

* Add script for running system against development branch.

* Add newline to end of file.

* Comment unused blocks.

* Add path of site that HUGO should host.

* FreeBSD is complaining about certbot not having dict object stdout. This whole playbook is supposed to be skipped though, lol.

* FreeBSD 13 is still mad. Ansible 2.11.2, jinja 2.11.2 (same version number??), Python 3.8.10.

* Fix root group to be existing variable. FreeBSD uses wheel.

* Allow choosing Github branch dynamically.

* `branch` needs to be at General level. Testing if this works...

* Change other `localhost` to `everything`.

* Update FreeBSD status.

* Goodbye, Code-OSS on Linux!

* Delete a terrible file.

* Remove excess tag.

* "Fix" SSHFS for FreeBSD.

* Variablize FreeBSD's loading of fusefs.

* Variablize /etc/rc.conf. Enable FuseFS more properly.

* Add beginning ticks.

* Add missing playbook.

* Enable FreeBSD mount job.

* Rearrange items to be more consistent with comment.

* It seems  FreeBSD removed the `gnome3` metapackage. Use `gnome3-lite` instead. Also add Telegram.

* Python is to 3.8 now.

* Expand on FreeBSD work.

* Expand on FreeBSD work.

* Add placeholders for Gitlab.

* Add parameter for Gitlab install.

* Add Gitlab playbook.

* Ensure FreeBSD uses the correct Python install.

* Add newline.

* Fix NFS for FreeBSD workstations.

* Remove unnecessary line, restricted install to Linux in playbook.

* Fix mount options for FreeBSD.

* Fix mount number, as well as system-specific facts.

* Add placeholders for remote viewing.

* Add RDP for FreeBSD.

* Omg! It works! Add setting enforcement.

* Always remove OSS.

* Remove hosts from explicit dev testing.
2021-07-19 07:07:03 -05:00
a62336f139
Release HUGO and scm-dev.sh additions. (#1)
* Create HUGO file.

* Add HUGO.

* Add script for running system against development branch.
2021-07-13 06:47:31 -05:00
1b5be7cebe Add OS check to make Ubuntu happy. 2021-07-13 06:03:30 -05:00
143907c8ff Add a space between PS1 and commands. 2021-07-11 13:20:31 -05:00
600c1612e3 YAML is complaining about the @ sign even though there are quotes. Trying something else. 2021-07-11 13:16:30 -05:00
189bbd1b5b Add an easy, consistent, global PS1. Big thanks to FreeBSD for the simplicity. 2021-07-11 13:13:51 -05:00
55e38480e6 Fix permissions, again. :) 2021-07-11 12:09:33 -05:00
432674a2a0 Change shell module to file module. 2021-07-11 11:11:33 -05:00
9640a19cc1 Parrot OS did the clone with group staff? Ensure it's always owned by root:root. 2021-07-11 11:08:08 -05:00
7166e43a3b Attempt to finish the Parrot exit logic. 2021-07-11 08:50:24 -05:00
29fbb2bf3b Add missing s to ignore_errors. 2021-07-11 08:40:33 -05:00
26f243f920 Need to exit after moving Parrot OS zypper. Testing variable attributes. 2021-07-11 08:38:31 -05:00
93df340b49 Add missing colon. 2021-07-11 08:31:05 -05:00
70f5be57ee Remove quotes from name. 2021-07-11 08:30:32 -05:00
1f9dede97f Add quotes to Parrot OS shell. 2021-07-11 08:28:32 -05:00
15d191e1c6 More changes for pattos. Move zypper and put facts on top of files. 2021-07-11 08:27:00 -05:00
3876e76a72 Add a real package name, top was not found in Apt. 2021-07-11 08:11:07 -05:00
42aa687657 Name is required in newer Ansible for package module. 2021-07-11 08:08:39 -05:00
72111e81b4 Only send total CPU since it's all I report, hopefully it makes the graph faster. 2021-04-17 20:15:49 -05:00
3133497c4e Fix names. Totally why I was not seeing the certbot job in log. Darn. 2021-04-07 20:52:19 -05:00
17f3f1cc8a Add GIMP to workstations. 2021-03-21 08:41:52 -05:00
707c65ce2d Attempt to delete FUSE file. 2021-03-20 20:16:13 -05:00
97ea0137d7 Ensure Linux also has the path for the executable. 2021-03-20 14:15:58 -05:00
7a1baaae5c Go ahead and run reboot job on FreeBSD. Unsure why it happened twice before, is not happening at all now. 2021-03-20 13:43:27 -05:00
67bf5ff32a Did the ternary on the wrong job, fixed now. 2021-03-20 13:38:12 -05:00
7f43e29680 Allow mv to fail if config hasn't been created yet. 2021-03-20 13:34:12 -05:00
862642adc4 Fix name. 2021-03-20 13:30:46 -05:00
bd297833a2 Fix variable inheritance. 2021-03-20 13:29:31 -05:00
2e1d745582 Fix warning and missing folder in Linux Install. 2021-03-20 13:24:38 -05:00
15eaefa3a6 Remove command from FreeBSD Reboot job. It seems to start on its own. 2021-03-20 13:21:26 -05:00
33e43aab3d Don't warn about commands having module alternatives. 2021-03-20 13:15:02 -05:00
ddee8b7cf1 Linux complains about moving folder onto folder. Need to rm it. 2021-03-20 13:04:05 -05:00
8e2a909470 Take default markers. Remove config each reload. 2021-03-20 12:57:04 -05:00
edfb5be0b6 Change ; to # to avoid TOML syntax error. 2021-03-20 12:51:47 -05:00
8c88dbbe8e Rename Start job to Reboot. Fix markers on config file. 2021-03-20 12:47:02 -05:00
a36b62d0a3 Remove running program, allow cron to kickoff later. 2021-03-20 12:20:40 -05:00
58fab0c8de Fix counter in name. 2021-03-20 12:10:03 -05:00
eaed30efa5 Remove 's' from module name. 2021-03-20 12:07:56 -05:00
e143e55b2e Add quotes. 2021-03-20 12:06:56 -05:00
9250767d10 First attempt at domain-wide Telegraf logging. (debug-only) 2021-03-20 12:05:18 -05:00
5fd542efcd Create placeholder for client software. 2021-03-16 20:17:01 -05:00
10886347c4 Keep root output clean for rsync. 2021-03-12 20:30:51 -06:00
17097ff91f wttr: Add comment. I think it's done now. ;D 2021-03-02 07:08:23 -06:00
ef5de65f1a wttr: Trim example section. Add evil return code. 2021-03-02 06:58:53 -06:00
ed16e4d4cf wttr: Escape didn't work (at least in zsh). 2021-03-02 06:42:52 -06:00
8f7bb2de8b Escape single quote. 2021-03-02 06:41:04 -06:00
113421fa9e wttr: Convert spaces to +, add literal examples to examples section. 2021-03-02 06:39:39 -06:00
1515d8db52 Make location types a wee bit more understandable in case I forget about this for a year. 2021-03-02 06:29:21 -06:00
16c4a93651 More user-friendly weather function. 2021-03-02 06:25:24 -06:00