first commit

This commit is contained in:
2025-09-14 13:10:34 -07:00
commit 6f4fcb90e2
25 changed files with 869 additions and 0 deletions

42
test.yaml Normal file
View File

@ -0,0 +1,42 @@
---
- name: Ansible Test
hosts: all
become: yes
vars:
#vpn_endpoint: "172.30.2.1"
#gather_only: true
#cpu_architecture: "amd64"
#AUTH_API_KEY: hellothere
#fprint_sensor: duybluey
#ultimaker_cura_url: "https://ultimaker.com/software/ultimaker-cura/"
#rename_host: false
#reset_user: true
#config_smb: false
#terse_packages: false
#install_packages: false
#build_iso: false
ding_api: true
refresh_special: true
# roles:
# - video_capture
# tasks:
#
# - name: prereqs - get debian version info
# shell: 'cat /etc/os-release | grep VERSION_ID | cut -d\" -f2'
# register: os_version_id_output
# - debug:
# msg: |
# {{ os_version_id_output }}
# /var/jenkins_home/ansible-files/lldp_scan/cosmos-deb{{ os_version_id_output.stdout_lines[0] }}.tar.gz
# - name: Rename Endpoint
# include_tasks: /var/jenkins_home/ansible/roles/install_apps/tasks/ultimaker.yaml
...