233 Commits

Author SHA1 Message Date
827e089300 Trying multiple ways of possibly fixing keygen error. Also disabled updating packages for now, could be unsafe if a broken update came out since machines would fall off scm. 2021-02-01 07:04:41 -06:00
20e785aaeb Add quotes to command and prepare for need to ignore_errors. 2021-02-01 06:57:11 -06:00
edf6f0d63c ignore_errors got left behind on the wrong import! ;D 2021-02-01 06:55:03 -06:00
e3b5d6b915 Add pkg refresh for FreeBSD. Create SSH key with shell instead of fancy module. Still looking into how to (safely) get newer ansible on Debian. 2021-02-01 06:52:28 -06:00
a68bafd338 Better and more consistent names. 2021-02-01 06:43:32 -06:00
b1471edf52 Add some packages that should be kept up to date. Hopefully Debian gets to 2.8 sometime soon. May need to use a more bleeding edge repo if not. 2021-02-01 06:40:23 -06:00
c7b0c4f265 Remove tests, start using ansible_pkg_mgr. :D 2021-02-01 06:36:00 -06:00
3e78c363c7 Change family test to only be for Debian. 2021-02-01 06:09:08 -06:00
3a20a1c08f = to == 2021-02-01 06:06:18 -06:00
0a6ed914b4 Testing ansible_pkg_mgr fact. 2021-02-01 06:04:35 -06:00
062116df5a Shorten names. 2021-02-01 05:55:24 -06:00
c71dace1d7 Add test for apt. 2021-02-01 05:54:38 -06:00
d17ef1afbd Comment out keys import so I can test Debian. 2021-02-01 05:51:00 -06:00
250202a897 Debian still mad, moving when to import. 2021-02-01 05:49:00 -06:00
e4968e258b Debian too old to use openssh_keypair from builtin. 2021-02-01 05:47:22 -06:00
36e2e6ee4b Testing for LearnLinuxTV Ansible Bug #1. 2021-02-01 05:40:39 -06:00
b3728f691b Confirmed script is running as root. Remove -f to see if password prompt goes away. May need to specify the key location if this does not work. 2021-02-01 05:20:05 -06:00
f220a0584c Add var param for debug. 2021-02-01 05:17:51 -06:00
922d0cfe82 Debugging the tests. Do not remove snapd from Ubuntu for now. Add some comments. 2021-02-01 05:15:45 -06:00
49035d6712 Trying to troubleshoot. Previous commands did not help. 2021-02-01 05:10:17 -06:00
dfe2270979 Script was asking for password but a key is already joined. May not be running as who I expected. Add commands for testing. 2021-02-01 05:08:25 -06:00
69e223b0d7 Fix copy/paste error. 2021-02-01 05:06:06 -06:00
af1eee5f03 More organization and beginning to add 1337 share. 2021-02-01 05:03:27 -06:00
834800df8c I guess facts are only strings, not booleans. Or I need to learn more. 2021-02-01 03:52:26 -06:00
ff0e10506f Woops, accidentally installed cowsay, LOL! 2021-01-31 18:06:02 -06:00
0f0f9a3aeb Good ol' organization. Tasks folder started getting too busy, and still kind of is. 2021-01-31 18:02:37 -06:00
47be3301e1 Add superuser, sudo group, and sudo group sudoers file. 2021-01-31 17:46:59 -06:00
235d8c304d Removing TODOs and fixing some consistency errors. 2021-01-31 17:21:39 -06:00
a62afe01d0 Remove more FQCN's for Debian. 2021-01-31 17:17:14 -06:00
8a91b2ad6e Go back to include instead of include_tasks so that ignoring CUPS error still works. 2021-01-31 17:15:37 -06:00
65a9394694 Add sudo to installed packages. How was that missed?? 2021-01-31 17:14:08 -06:00
e0b9864a99 Hooray! Removing the FQCN for set_fact makes Debian happy! 2021-01-31 17:10:39 -06:00
ccf28667e5 I think Debian liked removing FQCN. Trying the rest of the file. 2021-01-31 17:09:07 -06:00
1448dfed35 Debian still mad. Trying set_fact without FQCN. 2021-01-31 17:07:57 -06:00
7c555a4a88 Try removing --- from system.yml for Debian. 2021-01-31 17:00:47 -06:00
0b93f15794 Add tasks specifier in system.yml (Debian is still mad). 2021-01-31 16:58:12 -06:00
a8af6f76f7 Changing include to include_tasks seems to help Debian. Change all instances in file for final test. 2021-01-31 16:54:59 -06:00
5b179ffc0d Testing change for Debian. It is upset that it is not finding tasks. It is on ansible 2.7.7 where Ubuntu is 2.9.9 and FreeBSD is 2.9.7. "ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path." 2021-01-31 16:53:19 -06:00
7ede59c950 Allow ansible-pull to spam ansible's mail file so I know if it's doing work. 2021-01-31 16:28:51 -06:00
eb4bc98b03 Remove special characters from names as well as do a little reformatting. 2021-01-31 16:22:01 -06:00
9a39c7c7bb Fix ansible-pull path for FreeBSD. Fix inventory file in cfg (file is being used!). 2021-01-31 16:10:57 -06:00
d1756ea20e Fix "conditional statements should not include jinja2 templating". Test breaking the cfg file to see if it is even being used. 2021-01-31 15:58:21 -06:00
8f29741a38 Hide all the annoying warnings for every hostname iteration. 2021-01-31 15:53:13 -06:00
3bb46c78e5 It's working! Servers are grabbing the changes! Scripts tested successfully on Ubuntu 20.10. Not working on Debian 10 though, failing based on system.yml's first name module? 2021-01-31 15:51:16 -06:00
0dc4a0aad3 Fix users not using variables anymore besides for OS-specific group. 2021-01-31 15:43:08 -06:00
8b95472479 Change all group to everything since all is already a keyword. 2021-01-31 15:40:10 -06:00
5c47f396ec Starting to test Ubuntu Server. Need to find a way to get it working without putting it in the hosts file. 2021-01-31 15:38:46 -06:00
9395e309a5 Refactoring fact files. 2021-01-31 14:44:57 -06:00
c1ac4c3af4 Update comments. 2021-01-31 14:30:08 -06:00
acdff063e8 Move when's back to include's. 2021-01-31 14:25:54 -06:00