|
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 |
|
|
cb126dcc0b
|
Split UI into Linux vs FreeBSD to avoid "local.yml, line 25, column 3, found a duplicate dict key
(tasks). Using last defined value only."
|
2021-01-31 14:24:09 -06:00 |
|
|
ea096c01fe
|
Fix blockinfile.backup indent.
|
2021-01-31 14:19:57 -06:00 |
|
|
9eff4d7109
|
Remove the marker atribute so I don't play with them in the future. They need to stay static so the block gets updated not inserted.
|
2021-01-31 14:18:41 -06:00 |
|
|
d4c59bd6c0
|
Add rc.conf and fstab settings for FreeBSD GUI + SSHFS.
|
2021-01-31 14:16:57 -06:00 |
|
|
447cb33919
|
Remove failed_when, will just have to get used to seeing the errors on systems without CUPS.
|
2021-01-31 14:01:18 -06:00 |
|
|
336480ba2b
|
Try different failed_when syntax.
|
2021-01-31 14:00:04 -06:00 |
|
|
fc4e49b355
|
Try to silence CUPS failures. They aren't stopping playback but they look bad.
|
2021-01-31 13:58:15 -06:00 |
|
|
6336715b98
|
Change shell chmod to file module.
|
2021-01-31 13:55:18 -06:00 |
|
|
a53ec10a99
|
Fix quotes so that I can remove lynis_exec variable.
|
2021-01-31 13:50:27 -06:00 |
|
|
63e848210c
|
Remove comments, FreeBSD has been tested pretty well now. Still have a bit to do though in the GUI setup file.
|
2021-01-31 13:41:45 -06:00 |
|
|
4cd52e5405
|
Create new variable for lynis executable.
|
2021-01-31 13:40:06 -06:00 |
|
|
9313d1a7ed
|
OCD: Call lynis from the install directory variable. Happened to be the same on all systems so it worked on FreeBSD.
|
2021-01-31 13:36:54 -06:00 |
|
|
f66e39ad6e
|
Fix package variable "present: no" to "state: absent". Also added "state: present" to other package calls. I was so close to knowing it off-hand!
|
2021-01-31 13:25:18 -06:00 |
|
|
59e3dc7947
|
Service module complained about ignore_errors. Trying it on the include.
|
2021-01-31 13:19:35 -06:00 |
|
|
dddfdb7800
|
Ignore CUPS removal failures if they are not installed on a system (FreeBSD).
|
2021-01-31 13:15:55 -06:00 |
|
|
b57f49e7c9
|
FreeBSD does not support update_cache.
|
2021-01-31 13:13:21 -06:00 |
|
|
319a717e68
|
Adjust for FreeBSD root group being wheel.
|
2021-01-31 13:11:40 -06:00 |
|
|
81d59aabb3
|
Fix when spacing.
|
2021-01-31 13:04:26 -06:00 |
|
|
a001cddb1a
|
Fixing typos and missing information.
|
2021-01-31 13:02:29 -06:00 |
|
|
537a0f59ca
|
FreeBSD and QoL changes.
|
2021-01-31 12:58:37 -06:00 |
|
|
2f0b319242
|
Modify sudoers path for FreeBSD
|
2021-01-31 12:07:46 -06:00 |
|
|
b479d4dbb3
|
Add dell-laptop to hosts.
|
2021-01-30 21:37:26 -06:00 |
|
Hyperling
|
408feceb06
|
Pull to local. Remove comment.
|
2021-01-16 15:42:56 -06:00 |
|
Chad
|
5d91f412fa
|
Create LICENSE
|
2021-01-16 14:40:35 -06:00 |
|
Chad
|
12198ccaca
|
Update and rename sudoers_hyper to sudoers_ansible
|
2021-01-10 15:55:04 -06:00 |
|
Chad
|
1fa4e571e8
|
Change ansible user from hyper to ansible.
|
2021-01-10 15:53:05 -06:00 |
|