unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.fonts
6,256
[ "no_license" ]
[ { "path": "roles/cklein.fonts/handlers/main.yaml", "content": "---\n- name: Reset font cache\n ansible.builtin.command: fc-cache --really-force --verbose\n changed_when: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/cklein.fonts/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 213, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.git
6,256
[ "no_license" ]
[ { "path": "roles/cklein.git/meta/main.yaml", "content": "---\ndependencies:\n - role: cklein.homebin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/cklein.git/tasks/main.yaml", "content": "---\n- name: Install git and tools\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1842, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.gnome_favorite_apps
6,256
[ "no_license" ]
[ { "path": "roles/cklein.gnome_favorite_apps/tasks/main.yaml", "content": "---\n- name: Configure launchbar\n community.general.dconf:\n key: \"/org/gnome/shell/favorite-apps\"\n value: \"['{{ gnome_favorite_apps | join(\\\"', '\\\") | string }}']\"\n", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 226, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.go
6,256
[ "no_license" ]
[ { "path": "roles/cklein.go/meta/main.yaml", "content": "---\ndependencies:\n - cklein.curl\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/cklein.go/tasks/main.yml", "content": "# yamllint disable rule:line-length\n---\n- name: Ensure ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 826, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.google_key
6,256
[ "no_license" ]
[ { "path": "roles/cklein.google_key/tasks/main.yaml", "content": "---\n- name: \"Add Google Linux signing key\"\n become: true\n ansible.builtin.apt_key:\n id: 4CCA1EAF950CEE4AB83976DCA040830F7FAC5991\n url: https://dl-ssl.google.com/linux/linux_signing_key.pub\n keyring: /etc/apt/keyrings/google....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.homebin
6,256
[ "no_license" ]
[ { "path": "roles/cklein.homebin/tasks/main.yaml", "content": "---\n- name: Create ~/bin\n ansible.builtin.file:\n path: ~/bin\n state: directory\n mode: '0755'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.hugo
6,256
[ "no_license" ]
[ { "path": "roles/cklein.hugo/defaults/main.yaml", "content": "---\nhugo_version: 0.106.0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "roles/cklein.hugo/tasks/main.yaml", "content": "---\n- name: Install hugo\n become: true\n ansible.buil...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 103, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.imagemagick
6,256
[ "no_license" ]
[ { "path": "roles/cklein.imagemagick/tasks/main.yaml", "content": "---\n- name: Install ImageMagick\n become: true\n ansible.builtin.apt:\n pkg:\n - imagemagick\n\n- name: Allow ImageMagick to rasterize PDFs\n become: true\n ansible.builtin.lineinfile:\n path: /etc/ImageMagick-6/policy.xml\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 441, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.microsoft_key
6,256
[ "no_license" ]
[ { "path": "roles/cklein.microsoft_key/tasks/main.yaml", "content": "---\n- name: Add Microsoft key\n become: true\n ansible.builtin.apt_key:\n id: BC528686B50D79E339D3721CEB3E94ADBE1229CF\n url: 'https://packages.microsoft.com/keys/microsoft.asc'\n keyring: /etc/apt/keyrings/microsoft.gpg\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.mplayer
6,256
[ "no_license" ]
[ { "path": "roles/cklein.mplayer/tasks/main.yaml", "content": "---\n- name: Install mplayer\n become: true\n ansible.builtin.apt:\n name: mplayer\n\n- name: Create mplayer configuration folder\n ansible.builtin.file:\n path: ~/.mplayer\n state: directory\n mode: '0755'\n\n- name: Configure mpl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 382, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.mutt
6,256
[ "no_license" ]
[ { "path": "roles/cklein.mutt/tasks/main.yaml", "content": "---\n- name: Install mutt\n become: true\n ansible.builtin.apt:\n name:\n - mutt\n - python3-keyring # for securely storing passwords\n\n- name: Create mutt config folder\n ansible.builtin.file:\n path: ~/.config/mutt\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1144, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.nodejs
6,256
[ "no_license" ]
[ { "path": "roles/cklein.nodejs/meta/main.yaml", "content": "---\ndependencies:\n - cklein.python\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/cklein.nodejs/tasks/main.yaml", "content": "---\n- name: Install newer version of nodeenv\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 350, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.ntp.se
6,256
[ "no_license" ]
[ { "path": "roles/cklein.ntp.se/handlers/main.yml", "content": "---\n- name: Reload chrony sources\n become: true\n ansible.builtin.command: chronyc reload sources\n changed_when: true\n # https://stackoverflow.com/a/75510129\n when: \"'systemd' not in ansible_skip_tags\"\n tags:\n - systemd\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1336, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.obsidian
6,256
[ "no_license" ]
[ { "path": "roles/cklein.obsidian/tasks/main.yaml", "content": "---\n- name: Download Obsidian\n ansible.builtin.get_url:\n url: '{{ obsidian_info[obsidian_version].url }}'\n checksum: '{{ obsidian_info[obsidian_version].checksum }}'\n dest: /tmp/obsidian.deb\n mode: '0644'\n\n- name: Install Ob...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 593, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.pdftk
6,256
[ "no_license" ]
[ { "path": "roles/cklein.pdftk/tasks/main.yaml", "content": "---\n- name: Install pdftk\n become: true\n ansible.builtin.apt:\n name:\n - pdftk\n\n- name: Install Duplex script\n ansible.builtin.copy:\n src: \"Duplex from non-duplex ADF scanner\"\n dest: ~/.local/share/nautilus/scripts/\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2699, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.python
6,256
[ "no_license" ]
[ { "path": "roles/cklein.python/tasks/main.yaml", "content": "---\n- name: Install python3 development tools (via apt)\n become: true\n ansible.builtin.apt:\n name:\n - pylint\n - python3-pip\n - python3-venv\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 191, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.remote_unlock_encrypted_volume
6,256
[ "no_license" ]
[ { "path": "roles/cklein.remote_unlock_encrypted_volume/handlers/main.yml", "content": "---\n- name: Update initramfs\n ansible.builtin.command: update-initramfs -u\n changed_when: true\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "pa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 765, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.security
6,256
[ "no_license" ]
[ { "path": "roles/cklein.security/templates/gpgkeys.txt.j2", "content": "{{ ansible_managed | comment }}\n{% for gpgkey in gpgkeys %}\n{{ gpgkey }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "roles/cklein.security/templates/ssh/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5030, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.slack
6,256
[ "no_license" ]
[ { "path": "roles/cklein.slack/tasks/main.yaml", "content": "---\n- name: Install Slack\n become: true\n community.general.snap:\n name: slack\n classic: true\n tags:\n - snap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.spotify
6,256
[ "no_license" ]
[ { "path": "roles/cklein.spotify/tasks/main.yaml", "content": "---\n- name: Install Spotify\n become: true\n community.general.snap:\n name: spotify\n tags:\n - snap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 106, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.terminator
6,256
[ "no_license" ]
[ { "path": "roles/cklein.terminator/templates/terminator_config.j2", "content": "{{ ansible_managed | comment }}\n[global_config]\n[keybindings]\n[layouts]\n [[default]]\n [[[child1]]]\n parent = window0\n type = Terminal\n [[[window0]]]\n parent = \"\"\n type = Window\n[plugins]\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 671, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.tmp_on_tmpfs
6,256
[ "no_license" ]
[ { "path": "roles/cklein.tmp_on_tmpfs/tasks/main.yaml", "content": "---\n- name: Mount tmpfs as /tmp\n ansible.posix.mount:\n path: /tmp\n src: tmpfs\n fstype: tmpfs\n opts: defaults,noatime,size=25%,mode=1777\n state: mounted\n become: true\n tags:\n - mount\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.unzip
6,256
[ "no_license" ]
[ { "path": "roles/cklein.unzip/tasks/main.yaml", "content": "---\n- name: Install unzip\n become: true\n ansible.builtin.apt:\n name:\n - unzip\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 88, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.vim
6,256
[ "no_license" ]
[ { "path": "roles/cklein.vim/tasks/main.yaml", "content": "---\n- name: Install vim\n become: true\n ansible.builtin.apt:\n name:\n - ansible-lint\n - git\n - vim-gtk3\n\n- name: Clone vim configuration\n ansible.builtin.git:\n repo: '{{ repos.vimrc }}'\n dest: ~/.vim\n depth: 1...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 445, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.vscode
6,256
[ "no_license" ]
[ { "path": "roles/cklein.vscode/tasks/main.yaml", "content": "---\n- name: Install VS Code repo (apt)\n become: true\n ansible.builtin.apt_repository:\n repo: >\n deb\n [arch=amd64 signed-by=/etc/apt/keyrings/microsoft.gpg]\n https://packages.microsoft.com/repos/vscode\n stable\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.wallpapers
6,256
[ "no_license" ]
[ { "path": "roles/cklein.wallpapers/tasks/main.yaml", "content": "---\n- name: Create ~/Pictures folder\n ansible.builtin.file:\n name: ~/Pictures\n state: directory\n mode: '0755'\n\n- name: Copy wallpapers\n ansible.posix.synchronize:\n src: .\n dest: ~/Pictures/Wallpapers\n\n- name: Get p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 772, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.webcam_fix
6,256
[ "no_license" ]
[ { "path": "roles/cklein.webcam_fix/handlers/main.yml", "content": "---\n- name: Reload udev rules\n become: true\n ansible.builtin.command:\n argv:\n - udevadm\n - control\n - --reload-rules\n changed_when: true\n tags:\n - udev\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 371, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.zoom
6,256
[ "no_license" ]
[ { "path": "roles/cklein.zoom/tasks/main.yaml", "content": "---\n- name: Download zoom.deb\n ansible.builtin.get_url:\n url: 'https://zoom.us/client/{{ zoom_version }}/zoom_amd64.deb'\n dest: /tmp/zoom.deb\n checksum: '{{ zoom_checksum }}'\n mode: '0644'\n\n- name: Install Zoom\n become: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 285, "all_permissive": false }
ansible_role
cristiklein/stateless-workstation-config
1f2b26521d04493abca30e8586165b917c109d57
22
roles/cklein.zz_cleanup
6,256
[ "no_license" ]
[ { "path": "roles/cklein.zz_cleanup/tasks/main.yaml", "content": "---\n- name: Update apt package\n become: true\n ansible.builtin.apt:\n update_cache: true\n upgrade: safe\n tags: update\n\n- name: Remove useless packages from the cache\n ansible.builtin.apt:\n autoclean: true\n become: true\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
Siori9/tp_note_terraform_ansible
2683c5cc631948ca7dd7741eff8853e6c29eb92f
0
ansible/roles/app
6,256
[ "no_license" ]
[ { "path": "ansible/roles/app/templates/app.service.j2", "content": "[Unit]\nDescription=App\n\n[Service]\nUser=cytech_usr\nWorkingDirectory={{home_path}}/app\nExecStart={{ home_path }}/venv/bin/python app.py\n\n[Install]\nWantedBy=multi-user.target", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3019, "all_permissive": false }
ansible_role
Siori9/tp_note_terraform_ansible
2683c5cc631948ca7dd7741eff8853e6c29eb92f
0
ansible/roles/bdd
6,256
[ "no_license" ]
[ { "path": "ansible/roles/bdd/vars/main.yml", "content": "---\n# vars file for bdd", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "ansible/roles/bdd/tasks/main.yml", "content": "---\n- name: Installing postgresql\n become: yes\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2027, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/_0package
6,256
[ "no_license" ]
[ { "path": "roles/_0package/tasks/installwithasdf.yml", "content": "- name: TOOLSPROGRAM | Install tools via apt\n ansible.builtin.include_role:\n name: _0package\n vars:\n _apt_packages: \"{{ item.pkg_lists }}\"\n when: item.pkg_install_with == \"apt\"\n\n- name: TOOLSPROGRAM | Set fact for join st...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 12416, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/_init
6,256
[ "no_license" ]
[ { "path": "roles/_init/vars/ubuntu/main.yml", "content": "---\n# Other configuration\nsecurity_interactive_user_minimum_uid: 500\n\ngrub_conf_file: /boot/grub/grub.cfg\ngrub_conf_file_efi: /boot/efi/EFI/ubuntu/grub.cfg\n\n# Commands\ngrub_update_cmd: \"/usr/sbin/update-grub\"\n", "license_type": "no_lic...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3100, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/browsers
6,256
[ "no_license" ]
[ { "path": "roles/browsers/tasks/main.yml", "content": "---\n# tasks file for browsers\n- name: BROWSERS | Include vars for specific os\n ansible.builtin.include_vars: \"{{ ansible_distribution | lower }}/main.yml\"\n tags:\n - browser\n\n- name: BROWSERS | Fasdf\n ansible.builtin.include_vars: \"\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3645, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/environment
6,256
[ "no_license" ]
[ { "path": "roles/environment/tasks/accounts.yml", "content": "---\n- name: ACCOUNTS | Check if /etc/security/pwquality.conf exists\n ansible.builtin.stat:\n path: /etc/security/pwquality.conf\n check_mode: False\n register: pwquality_config_check\n tags:\n - always\n\n- name: ACCOUNTS | Set passwo...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 22555, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/set-variables
6,256
[ "no_license" ]
[ { "path": "roles/set-variables/tasks/misc.yml", "content": "---\n- name: INIT | Check command /bin/true command\n ansible.builtin.command: /bin/true\n register: noop_result\n changed_when: False\n tags:\n - always\n\n- name: INIT | Check to see if we are booting with EFI or UEFI\n ansible.builtin.se...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6686, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/system
6,256
[ "no_license" ]
[ { "path": "roles/system/defaults/main.yml", "content": "---\n# iptables.yml ================================================================\niptables_log_prefix_name: \"[netfilterCONF] \"\niptables_log_path_name: \"/var/log/myiptables.log\"\n\nfirewall_log_dropped_packets: true\n\n# disable-firewalld.yml\n...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 9186, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/system-user
6,256
[ "no_license" ]
[ { "path": "roles/system-user/handlers/main.yml", "content": "---\n- name: update grub config\n command: '{{ __grub_update_cmd }}'\n when:\n - auth_security_enable_grub_update | bool\n - grub_update_binary.stat.exists | bool\n - grub_update_binary.stat.executable | bool\n notify:\n - set bootl...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 10967, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tool-asdf
6,256
[ "no_license" ]
[ { "path": "roles/tool-asdf/vars/centos/main.yml", "content": "---\n__dep_asdf_pkgs:\n - gnupg2\n - curl\n - gawk\n\n__dep_python2_pkgs: []\n\n__dep_python3_pkgs:\n - \"@Development Tools\"\n - gcc\n - zlib-devel\n - bzip2\n - bzip2-devel\n - readline-devel\n - sqlite\n - sqlite-devel\n - openssl...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 21825, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tool-docker
6,256
[ "no_license" ]
[ { "path": "roles/tool-docker/tasks/docker-compose.yml", "content": "---\n- name: DOCKER COMPOSE | Check current docker-compose version.\n command: \"{{ docker_compose_path }} --version\"\n register: docker_compose_vsn\n check_mode: false\n changed_when: false\n failed_when: false\n tags:\n - docker...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 8796, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tool-editor
6,256
[ "no_license" ]
[ { "path": "roles/tool-editor/defaults/main.yml", "content": "---\n# lua_version: \"5.4.7\"\nlua_version: \"5.1\"\n\nbuild_from_source_lua:\n - pkg_name: \"lua\"\n pkg_version: \"{{ lua_version }}\"\n pkg_cmd_check_version: |\n bash -lc 'if command -v lua &> /dev/null;\n then lua -v ; else e...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 12401, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tool-fzf
6,256
[ "no_license" ]
[ { "path": "roles/tool-fzf/defaults/main.yml", "content": "# vim: foldmethod=marker foldlevel=0\n---\nfzf_repo:\n - name: \".fzf\"\n repo: \"https://github.com/junegunn/fzf.git\"\n version: master\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "pa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2120, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tool-misc
6,256
[ "no_license" ]
[ { "path": "roles/tool-misc/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Before running set-variables\"\n ansible.builtin.include_role:\n name: \"set-variables\"\n # - name: \"Before running tool-misc, we need some package language de...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 12, "total_bytes": 17318, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tool-newsboat
6,256
[ "no_license" ]
[ { "path": "roles/tool-newsboat/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Before running set-variables\"\n ansible.builtin.include_role:\n name: \"set-variables\"\n - name: \"Converge install tool-newsboat\"\n ansible.builtin....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4998, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tool-qemu
6,256
[ "no_license" ]
[ { "path": "roles/tool-qemu/tasks/apparmor.yml", "content": "---\n- name: APPARMOR-QEMU | disabling apparmor profiles for libvirt\n ansible.builtin.file:\n src: \"{{ item['src'] }}\"\n dest: \"{{ item['dest'] }}\"\n state: link\n register: libvirt_apparmor_disabled\n become: true\n loop:\n - ...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 16, "total_bytes": 17039, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tool-terminal
6,256
[ "no_license" ]
[ { "path": "roles/tool-terminal/tasks/main.yml", "content": "---\n- name: TERMINAL | Include vars for specific os\n ansible.builtin.include_vars: \"{{ ansible_distribution | lower }}/main.yml\"\n tags:\n - terminal\n - kitty\n - alacritty\n - zsh\n\n- include_tasks: kitty.yml\n tags:\n - te...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 5638, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tool-test
6,256
[ "no_license" ]
[ { "path": "roles/tool-test/vars/redhat/main.yml", "content": "__mpv_deps: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 15 }, { "path": "roles/tool-test/vars/ubuntu/main.yml", "content": "__mpv_deps:\n # - debhelper (>= 7)\n # - libdav1d-dev\n - autoc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1543, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tool-tmux
6,256
[ "no_license" ]
[ { "path": "roles/tool-tmux/defaults/main.yml", "content": "tmux_version: \"3.4\"\n\nbuild_from_source_tmux:\n - pkg_name: \"tmux\"\n pkg_version: \"{{ tmux_version }}\"\n pkg_cmd_check_version: |\n bash -lc 'if command -v tmux &> /dev/null;\n then tmux -V ; else echo \"not found\"; fi'\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3916, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tool-video
6,256
[ "no_license" ]
[ { "path": "roles/tool-video/tasks/maim-slop.yml", "content": "---\n- name: SLOP-VIDEO | Check installed slop version\n ansible.builtin.shell: >\n if command -v slop &> /dev/null;\n then echo \"found\"; else echo \"not found\"; fi\n args:\n executable: /bin/bash\n ignore_errors: True\n failed_wh...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4606, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/tools
6,256
[ "no_license" ]
[ { "path": "roles/tools/vars/debian/main.yml", "content": "---\n# VSCODE ------------------------------------------------------------ {{{\n__vscode_shared_dep:\n - software-properties-common\n - curl\n - gnupg\n - wget\n - ca-certificates\n - apt-transport-https\n - gconf2\n - libasound2\n - libgtk2...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 7915, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/windowmanager
6,256
[ "no_license" ]
[ { "path": "roles/windowmanager/tasks/main.yml", "content": "---\n- name: Environment | Include vars for specific os\n ansible.builtin.include_vars: \"{{ ansible_distribution | lower }}/main.yml\"\n tags:\n - always\n\n- name: Testing bro\n become: true\n when: ansible_os_family | lower == 'debian'\n ...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 19817, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/wm-bspwm
6,256
[ "no_license" ]
[ { "path": "roles/wm-bspwm/vars/centos/main.yml", "content": "---\n__bspwm_deps: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/wm-bspwm/defaults/main.yml", "content": "---\nbspwm_version: 0.9.10\nbspwm_git:\n - repo: \"https://gith...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4215, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/wm-conky
6,256
[ "no_license" ]
[ { "path": "roles/wm-conky/vars/centos/main.yml", "content": "---\n__conky_deps: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "roles/wm-conky/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n #...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3679, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/wm-dunst
6,256
[ "no_license" ]
[ { "path": "roles/wm-dunst/defaults/main.yml", "content": "---\ndunst_version: \"1.10.0\"\ndunst_download:\n - url: \"https://github.com/dunst-project/dunst/archive/refs/tags/v{{ dunst_version }}.tar.gz\"\n dest: \"{{ temp_dir_dunst.path }}\"\n name: \"dunst-{{ dunst_version }}\"\n", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3220, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/wm-eww
6,256
[ "no_license" ]
[ { "path": "roles/wm-eww/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Before running set-variables\"\n ansible.builtin.include_role:\n name: \"set-variables\"\n - name: \"Before running eww, eww needs rustup as dependencies\"\n a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4288, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/wm-picom
6,256
[ "no_license" ]
[ { "path": "roles/wm-picom/tasks/main.yml", "content": "---\n#\n## Link: https://github.com/yshui/picom\n#\n- name: PICOM | Include vars for specific os\n ansible.builtin.include_vars: \"{{ ansible_distribution | lower }}/main.yml\"\n tags:\n - picom\n\n- name: PICOM | Check picom install\n ansible.bui...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3384, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/wm-polybar
6,256
[ "no_license" ]
[ { "path": "roles/wm-polybar/tasks/main.yml", "content": "---\n- name: POLYBAR | Include vars for specific os\n ansible.builtin.include_vars: \"{{ ansible_distribution | lower }}/main.yml\"\n tags:\n - polybar\n\n- name: POLYBAR | Check polybar installed version\n ansible.builtin.shell: >\n set -o p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2948, "all_permissive": false }
ansible_role
mrowegawd/linux-void
503ddee3bf3b3da6b4f00d45656bdd850e5b53e2
1
roles/wm-rofi
6,256
[ "no_license" ]
[ { "path": "roles/wm-rofi/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: \"Before running set-variables\"\n ansible.builtin.include_role:\n name: \"set-variables\"\n - name: \"Converge rofi\"\n ansible.builtin.include_role:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3533, "all_permissive": false }
ansible_role
sergei-maertens/oudebrommers
8c4e26dccbd59b3825db46aa6770fd2935911b56
0
ansible/roles/apache
6,256
[ "no_license" ]
[ { "path": "ansible/roles/apache/handlers/main.yml", "content": "---\n\n- name: reload apache\n service:\n name: apache2\n state: reloaded\n remote_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "ansible/roles/apache/templates/h...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1722, "all_permissive": false }
ansible_role
sergei-maertens/oudebrommers
8c4e26dccbd59b3825db46aa6770fd2935911b56
0
ansible/roles/backups
6,256
[ "no_license" ]
[ { "path": "ansible/roles/backups/tasks/common.yml", "content": "---\n\n- name: Ensure backups directory exists\n file:\n path: \"{{ backups_dir }}\"\n state: directory\n mode: 0700\n\n- name: Ensure backups subdirectories exist\n file:\n path: \"{{ backups_dir }}/{{ item }}\"\n state: direc...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1217, "all_permissive": false }
ansible_role
sergei-maertens/oudebrommers
8c4e26dccbd59b3825db46aa6770fd2935911b56
0
ansible/roles/base
6,256
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/databases.yml", "content": "---\n\n- name: Install the databases used\n apt:\n name:\n - mysql-server\n - mysql-client\n - libmysqlclient-dev\n - python-mysqldb\n state: present\n force: yes\n\n- name: ensure mysql is running and starts on bo...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1730, "all_permissive": false }
ansible_role
sergei-maertens/oudebrommers
8c4e26dccbd59b3825db46aa6770fd2935911b56
0
ansible/roles/docker
6,256
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n\n- name: Ensure docker prerequisites are installed\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n - python-apt\n state: present\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 871, "all_permissive": false }
ansible_role
sergei-maertens/oudebrommers
8c4e26dccbd59b3825db46aa6770fd2935911b56
0
ansible/roles/nginx
6,256
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf.j2", "content": "# Ansible generated virtual host for {{ domain }}\n\nserver {\n listen 80;\n server_name {{ server[domain].name }}\n {{ server[domain].aliases|join(' ') }};\n return 302 https://{{ server[domain].name }}$request_uri...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3157, "all_permissive": false }
ansible_role
sergei-maertens/oudebrommers
8c4e26dccbd59b3825db46aa6770fd2935911b56
0
ansible/roles/phpbb
6,256
[ "no_license" ]
[ { "path": "ansible/roles/phpbb/tasks/main.yml", "content": "---\n\n- import_tasks: database.yml\n- import_tasks: volumes.yml\n- import_tasks: containers.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "ansible/roles/phpbb/tasks/volumes.yml", ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1830, "all_permissive": false }
ansible_role
sergei-maertens/oudebrommers
8c4e26dccbd59b3825db46aa6770fd2935911b56
0
ansible/roles/wordpress
6,256
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/defaults/main.yml", "content": "---\n\nwp_image: wordpress:5.0-php7.3-apache\nwp_container_name: \"wp-{{ domain }}\"\npublic_html_volume_name: \"{{ domain }}-public_html\"\n\nphp_ini_dir: /usr/local/etc/php/conf.d/\nwp_upload_max_filesize: 24M\n\nwp_home_dir: /home/oudebro...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2817, "all_permissive": false }
ansible_role
MikhailMorgunov/testSlotegrator
db0d0827a5b6c1640dd1f1270daa2b0eb0404860
0
TaskDevOps/Task2/roles/nginx
6,256
[ "no_license" ]
[ { "path": "TaskDevOps/Task2/roles/nginx/tasks/main.yaml", "content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n\n- name: Create /var/www/{{ domain }} directory\n file:\n path: \"/var/www/{{ domain }}\"\n state: directory\n\n- name: Copy Nginx configuration template\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 660, "all_permissive": false }
ansible_role
MikhailMorgunov/testSlotegrator
db0d0827a5b6c1640dd1f1270daa2b0eb0404860
0
TaskDevOps/Task2/roles/php-fpm
6,256
[ "no_license" ]
[ { "path": "TaskDevOps/Task2/roles/php-fpm/tasks/main.yml", "content": "---\n- name: Install PHP-FPM\n apt:\n name: php-fpm\n state: present\n\n- name: Copy PHP-FPM configuration template\n template:\n src: php-fpm.conf.j2\n dest: /etc/php/{{ php_version }}/fpm/pool.d/{{ domain }}.conf\n notif...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 692, "all_permissive": false }
ansible_role
openstack-operator/keystone-operator
fa55494337e1440843c79c00240353fb90585a36
0
roles/keystone
6,256
[ "no_license" ]
[ { "path": "roles/keystone/tasks/main.yml", "content": "---\n\n- name: Get secret for keystone\n kubernetes.core.k8s_info:\n kind: Secret\n namespace: \"{{ ansible_operator_meta.namespace }}\"\n name: '{{ ansible_operator_meta.name }}-secret'\n register: keystone_operator_secret\n\n- name: Set fac...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 14029, "all_permissive": false }
ansible_role
RagBillySandstone/LAMP_on_AWS
e1cfcc187bbb4ecc77677b7ec867c0bde1b2d39c
0
ansible/roles/common
6,256
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n# Playbook for plays to be run on all hosts\n\n- name: Update all packages\n yum: \n name: '*'\n state: latest\n\n- name: Install ntp\n yum: \n name: ntp \n state: present\n tags: ntp\n\n- name: Install firewalld and SELinux to...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 547, "all_permissive": false }
ansible_role
RagBillySandstone/LAMP_on_AWS
e1cfcc187bbb4ecc77677b7ec867c0bde1b2d39c
0
ansible/roles/db
6,256
[ "no_license" ]
[ { "path": "ansible/roles/db/handlers/main.yml", "content": "---\n# Handler for DB notifications\n\n- name: restart mariadb\n service: name=mariadb state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 }, { "path": "ansible/roles/db/tasks/main.yml",...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1186, "all_permissive": false }
ansible_role
RagBillySandstone/LAMP_on_AWS
e1cfcc187bbb4ecc77677b7ec867c0bde1b2d39c
0
ansible/roles/web
6,256
[ "no_license" ]
[ { "path": "ansible/roles/web/tasks/install_httpd.yml", "content": "---\n# Tasks to install the websrever software & configure it\n\n- name: Install httpd, php, and php-mysql\n yum: name={{ item }} state=present\n with_items:\n - httpd\n - php\n - php-mysql\n\n\n- name: Install software delivery p...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 824, "all_permissive": false }
ansible_role
prankbox/devops_mentorship
024117a421b28745e087b85f950bb4d42332e9ab
0
ansible/roles/control-plane
6,256
[ "no_license" ]
[ { "path": "ansible/roles/control-plane/tasks/define-first-kube-control.yml", "content": "---\n\n- name: Check which kube-control nodes are already members of the cluster\n command: \"kubectl --kubeconfig /etc/kubernetes/admin.conf get nodes --selector=node-role.kubernetes.io/control-plane -o json\"\n regi...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3140, "all_permissive": false }
ansible_role
prankbox/devops_mentorship
024117a421b28745e087b85f950bb4d42332e9ab
0
ansible/roles/kuber-node
6,256
[ "no_license" ]
[ { "path": "ansible/roles/kuber-node/handlers/main.yml", "content": "---\n# handlers file for kuber-node", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/kuber-node/tasks/main.yml", "content": "---\n- include_vars: \"vars/{{ ansible...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5136, "all_permissive": false }
ansible_role
prankbox/devops_mentorship
024117a421b28745e087b85f950bb4d42332e9ab
0
ansible/roles/masters
6,256
[ "no_license" ]
[ { "path": "ansible/roles/masters/vars/main.yml", "content": "---\n# vars file for masters\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "ansible/roles/masters/tasks/kubeadm-masters.yml", "content": "---\n- name: Set fact first_kube_control_p...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1513, "all_permissive": false }
ansible_role
prankbox/devops_mentorship
024117a421b28745e087b85f950bb4d42332e9ab
0
ansible/roles/network
6,256
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "---\n- name: Include flannel\n import_tasks: flannel.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "ansible/roles/network/tasks/flannel.yml", "content": "---\n# - name: Wait ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 578, "all_permissive": false }
ansible_role
prankbox/devops_mentorship
024117a421b28745e087b85f950bb4d42332e9ab
0
ansible/roles/workers
6,256
[ "no_license" ]
[ { "path": "ansible/roles/workers/tasks/main.yml", "content": "---\n- name: Include kubeadm-workers\n import_tasks: kubeadm-workers.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "ansible/roles/workers/tasks/kubeadm-workers.yml", "content...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1065, "all_permissive": false }
ansible_role
alainpham/cloud_native_lab
d400b65c915ccc66711fe5c7aea26bc5061491f0
0
roles/docker_lab
6,256
[ "no_license" ]
[ { "path": "roles/docker_lab/tasks/app-traefik.yml", "content": "---\n- set_fact:\n appname: traefik\n\n- name: provision infra\n ansible.builtin.include_role:\n name: docker_lab\n tasks_from: infra-provision\n\n- name: Template {{appname}} config\n when: appconfig[appname].appstate == 'started'\...
{ "task_files": 18, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 31, "total_bytes": 82399, "all_permissive": false }
ansible_role
alainpham/cloud_native_lab
d400b65c915ccc66711fe5c7aea26bc5061491f0
0
roles/home_lab
6,256
[ "no_license" ]
[ { "path": "roles/home_lab/tasks/app-homeassistant.yml", "content": "---\n- set_fact:\n appname: homeassistant\n\n- name: provision infra\n ansible.builtin.include_role:\n name: docker_lab\n tasks_from: infra-provision\n\n- name: \"Manage homeassistant container state\"\n docker_container:\n na...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 15014, "all_permissive": false }
ansible_role
alainpham/cloud_native_lab
d400b65c915ccc66711fe5c7aea26bc5061491f0
0
roles/kube_lab
6,256
[ "no_license" ]
[ { "path": "roles/kube_lab/templates/monitoring/readme.md", "content": "export NAMESPACE=monitoring\nkubectl create ns $NAMESPACE\nenvsubst < kube-yaml/monitoring/prometheus-local.yaml | kubectl apply -f -", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "pa...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 35, "total_bytes": 83077, "all_permissive": false }
ansible_role
alainpham/cloud_native_lab
d400b65c915ccc66711fe5c7aea26bc5061491f0
0
roles/vm_lab
6,256
[ "no_license" ]
[ { "path": "roles/vm_lab/tasks/prepare-hosts.yml", "content": "---\n\n- name: apt cacher on host machine\n when: aptcacherproxy is defined\n ansible.builtin.lineinfile:\n path: /etc/apt/apt.conf.d/proxy\n regexp: '.*Acquire::http.*'\n line: Acquire::http { Proxy \"{{ aptcacherproxy }}\"; }\n cr...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5148, "all_permissive": false }
ansible_role
shoaibmerchant89/awx_projects
0e8f7c12a9802b7db23f253efeefb2108d4426d6
0
project_configbuilder/roles/ansible-network.fortinet
6,256
[ "no_license" ]
[ { "path": "project_configbuilder/roles/ansible-network.fortinet/templates/fortinet_fmg_606.j2", "content": "FMG", "license_type": "no_license", "detected_licenses": [], "size_bytes": 3 }, { "path": "project_configbuilder/roles/ansible-network.fortinet/templates/fortinet_faz_603.j2", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 2936, "all_permissive": false }
ansible_role
shoaibmerchant89/awx_projects
0e8f7c12a9802b7db23f253efeefb2108d4426d6
0
project_cso_compliance/roles/ansible-network.fortinet
6,256
[ "no_license" ]
[ { "path": "project_cso_compliance/roles/ansible-network.fortinet/parser_templates/parsertemplate_mandatory_controls_fortinet_fgt_v2.yaml", "content": "---\n- name: Mandatory control compliance check\n parser_metadata:\n version: 2.0\n command: Config Builder for NES007\n network_os: fortios\n\n#- ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 13434, "all_permissive": false }
ansible_role
kubernetes-retired/external-storage
201f40d78a9d3fd57d8a441cfc326988d88f35ec
2,704
iscsi/targetd/ansible/roles/deploy-provisioner
6,256
[ "permissive" ]
[ { "path": "iscsi/targetd/ansible/roles/deploy-provisioner/templates/iscsi-auth.yaml", "content": "kind: ClusterRole\napiVersion: v1\nmetadata:\n name: iscsi-provisioner-runner\nrules:\n - apiGroups: [\"\"]\n resources: [\"persistentvolumes\"]\n verbs: [\"get\", \"list\", \"watch\", \"create\", \"del...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11165, "all_permissive": true }
ansible_role
kubernetes-retired/external-storage
201f40d78a9d3fd57d8a441cfc326988d88f35ec
2,704
iscsi/targetd/ansible/roles/prepare-nodes
6,256
[ "permissive" ]
[ { "path": "iscsi/targetd/ansible/roles/prepare-nodes/README.md", "content": "## Here are the variables used by this role:\n\n| variable | optionality | default | description |\n|:-:|:-:|:-:|:-:|\n| iscsi_initiator_name | mandatory | | name of the iscsi initiators, this must be a host var different for ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 881, "all_permissive": true }
ansible_role
mfloriach/ansible_role_docker
b9984fd2c030e4ad29dfccdce7d28f0c8559e21c
0
roles/docker
6,256
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Update apt packages\n apt:\n update_cache: yes\n state: latest\n tags: \n - ubuntu\n\n- name: Install required system packages\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1123, "all_permissive": false }
ansible_role
mfloriach/ansible_role_docker
b9984fd2c030e4ad29dfccdce7d28f0c8559e21c
0
roles/orchestrator
6,256
[ "no_license" ]
[ { "path": "roles/orchestrator/vars/main.yml", "content": "---\n# vars file for orchestrator\nrepo: \"example\"\nbranch: \"main\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/orchestrator/files/.env", "content": "WORDPRESS_DB_HOST=db\nW...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 990, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/apt-autoremove
6,376
[ "no_license" ]
[ { "path": "roles/apt-autoremove/README.md", "content": "Role Name\n=========\n\napt-autoremove: run apt-get autoremove\n\nRole Variables\n--------------\n\nrun_apt_autoremove: True\n\nNotes\n-----\n\nThis simply runs `'apt autoremove'` if you set the Role Variable to True.\nThe default is 'False' since this...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 974, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/apt-cache
6,376
[ "no_license" ]
[ { "path": "roles/apt-cache/tasks/main.yml", "content": "---\n\n- block:\n\n - name: update apt cache\n apt: update_cache=yes cache_valid_time={{ apt_cache_valid_time }}\n register: apt_cache_updated\n\n when:\n - ansible_os_family == \"Debian\"\n - update_apt_cache is defined and (update...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 876, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/apt-upgrade
6,376
[ "no_license" ]
[ { "path": "roles/apt-upgrade/README.md", "content": "Role Name\n=========\n\napt-upgrade: run apt-get upgrade\n\nRole Variables\n--------------\n\nrun_apt_upgrade: True\n\nNotes\n-----\n\nThis simply runs `'apt-get upgrade'` if you set the Role Variable to True.\nThe default is 'False' since this can really...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 926, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/common-packages
6,376
[ "no_license" ]
[ { "path": "roles/common-packages/README.md", "content": "Role Name\n=========\n\ncommon-packages - install packages present on all systems\n\nTags\n----\ncommon-packages\n\nHowto\n-----\nTo run just this role, add \"--tags common-packages\" to your ansible-playbook command line\n\n\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 515, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/crontab
6,376
[ "no_license" ]
[ { "path": "roles/crontab/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - crontab", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/crontab/tasks/main.yml", "content": "---\n# tasks file for crontab...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1510, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/firstboot
6,376
[ "no_license" ]
[ { "path": "roles/firstboot/README.md", "content": "Role Name\n=========\n\nfirstboot = set variables causing normally-noop roles to execute on a clean system\n\nRole Variables\n--------------\n\nfirstboot: True/False\n\nNotes\n-----\n\nThis executes only on the Raspberry Pi since it calls roles which are pi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1200, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/grafana
6,376
[ "no_license" ]
[ { "path": "roles/grafana/README.md", "content": "\nRole Name\n=========\n\ngrafana: install and configure grafana\n\n\nRole Variables\n--------------\n\ngrafana_arch: what architecture .deb file to download\n\ngrafana_user: username for the grafana software\ngrafana_password: <PASSWORD> <PASSWORD>\n\ngrafan...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1883, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/hostname
6,376
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "---\n- block:\n\n - name: set hostname\n hostname: name={{ hostname }}\n when:\n hostname is defined\n\n - name: copy latest hosts file into place\n template:\n src: hosts.j2\n dest: /etc/hosts\n mode: 0755\n backup: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1486, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/influxdb
6,376
[ "no_license" ]
[ { "path": "roles/influxdb/README.md", "content": "\n\nRole Name\n=========\n\ninfluxdb: install and configure influxdb\n\n\nRole Variables\n--------------\n\ninflux_arch: what architecture .deb file to download\ninflux_version: which version to download\n\ninflux_admin_user: username of the influxdb default...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2968, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/iptables-persistent
6,376
[ "no_license" ]
[ { "path": "roles/iptables-persistent/tasks/main.yml", "content": "---\n# tasks file for iptables-persistent\n\n- block:\n\n - name: install iptables-persistent\n environment:\n DEBIAN_FRONTEND: NONINTERACTIVE\n apt: \n pkg:\n - iptables-persistent\n state: present\n\n - name: b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1363, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/localization
6,376
[ "no_license" ]
[ { "path": "roles/localization/README.md", "content": "Role Name\n=========\n\nlocalization - set the system localization based on ansible variables\n\nRole Variables\n--------------\n\nThis assumes 'host_vars' variables for localization that is indicated\nin the inventory.\n\n\nExample:\n```\n for an inve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2756, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/mosquitto
6,376
[ "no_license" ]
[ { "path": "roles/mosquitto/tasks/main.yml", "content": "---\n# tasks file for mosquitto\n\n- block:\n - name: install mosquitto package\n package: \n name: \"mosquitto\"\n state: \"present\"\n\n - name: install mosquitto config files\n copy:\n src: \"{{ item }}\"\n dest: \"/etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 834, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/mosquitto-clients
6,376
[ "no_license" ]
[ { "path": "roles/mosquitto-clients/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mosquitto-clients", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/mosquitto-clients/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 424, "all_permissive": false }
ansible_role
vinceskahan/home-pi-rebuild
ec433fdd686101f8bf143692dbb266e59bda855b
1
roles/netmon
6,376
[ "no_license" ]
[ { "path": "roles/netmon/tasks/main.yml", "content": "---\n# tasks file for netmon\n\n- block:\n\n - name: Download script\n get_url:\n url: https://raw.githubusercontent.com/vinceskahan/raspi-odds-and-ends/master/netmon.sh\n dest: /usr/local/bin/netmon.sh\n mode: 0755\n\n - name: install...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1079, "all_permissive": false }