Matthew Ahrenstein
Matthew Ahrenstein
I'm working on a repo where this GitHub Action would be very useful. The folder structure is: ``` . └── .github └── workflows └── deploy.yml ├── README.md └── Services ├──...
### Summary When adding non-PPA repositories to Ubuntu 22.04 (Jammy) using `ansible.builtin.apt_key` the key is added to a deprecated location (`/etc/apt/trusted.gpg`). I've seen a few reported issues where this was...
Some of the requirements for PPPC can be quite annoying to get exactly right. It'd be really useful to be able to import the TCC database of the computer running...
I would love to be able to schedule this to run as a container daily to sync new footage to AWS S3 for longer retention times. Would it be possible...
With the following configuration for the test suite ```yaml suites: - name: create provisioner: require_ansible_repo: true require_ansible_source: false ansible_sudo: true playbook: tests/playbooks/repo-role.yml hosts: kitchen roles_path: . requirements_path: requirements.yml ansible_inventory: tests/inventory...
We're using Okta Verify on our Macs to validate the computer is enrolled in the company MDM (proving it is company hardware). This relies on SCEP between Okta and Jamf...