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
shermanyin/ansible
0c4682f5de7eaa1f6626cacaa84a5c132d4cd6d4
0
roles/node.js
1,759
[ "permissive" ]
[ { "path": "roles/node.js/tasks/main.yaml", "content": "---\n\n#- name: Install python-software-properties\n# become: true\n# apt:\n# pkg: python-software-properties\n# update_cache: yes\n# cache_valid_time: 3600\n# state: latest\n# when: ansible_distribution == 'Ubuntu'\n\n- name: Download no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": true }
ansible_role
jeichler/argocd_setup
fd6c9161935214266d358ae96d9fb0fafa619a7f
2
roles/argocd_setup
1,759
[ "no_license" ]
[ { "path": "roles/argocd_setup/defaults/main.yaml", "content": "---\n\nargocd_operator_channel: \"alpha\"\nargocd_operator_approval_strategy: \"Automatic\"\nargocd_operator_source: \"community-operators\"\n\nargocd_namespace: \"argocd\"\n# set to False if you don't want the ArgoCD service account to have clu...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 12914, "all_permissive": false }
ansible_role
jeichler/argocd_setup
fd6c9161935214266d358ae96d9fb0fafa619a7f
2
roles/sealed_secrets_setup
1,759
[ "no_license" ]
[ { "path": "roles/sealed_secrets_setup/README.md", "content": "Role Name\n=========\n\nsee <https://github.com/jeichler/ansible_argocd_ocp/blob/master/README.md>\n\nRequirements\n------------\n\nsee <https://github.com/jeichler/ansible_argocd_ocp/blob/master/README.md>\n\nRole Variables\n--------------\n\nse...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4848, "all_permissive": false }
ansible_role
a15y87/vagrant-lb-nginx-uwsgi
2a7521ed5fa31256262791a93c19059e373b68e7
0
roles/common
1,759
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n- name: install default software\n apt: pkg={{item}} update_cache=yes\n with_items:\n - cron-apt\n tags: [packages]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
a15y87/vagrant-lb-nginx-uwsgi
2a7521ed5fa31256262791a93c19059e373b68e7
0
roles/haproxy
1,759
[ "no_license" ]
[ { "path": "roles/haproxy/templates/datanyze.cfg", "content": "# {{ ansible_managed }}\nglobal\n\n\tlog /dev/log\tlocal0\n\tlog /dev/log\tlocal1 notice\n\tchroot /var/lib/haproxy\n\tstats socket /run/haproxy/admin.sock mode 660 level admin\n\tstats timeout 30s\n\tuser haproxy\n\tgroup haproxy\n\tdaemon\n\n\t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3893, "all_permissive": false }
ansible_role
a15y87/vagrant-lb-nginx-uwsgi
2a7521ed5fa31256262791a93c19059e373b68e7
0
roles/nginx
1,759
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n\n- name: add nginx repo\n apt_key: url='http://nginx.org/keys/nginx_signing.key' state=present\n tags: [nginx, nginx-repo]\n\n- name: add nginx\n apt_repository: repo='deb http://nginx.org/packages/mainline/ubuntu/ {{ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1438, "all_permissive": false }
ansible_role
a15y87/vagrant-lb-nginx-uwsgi
2a7521ed5fa31256262791a93c19059e373b68e7
0
roles/uwsgi-app
1,759
[ "no_license" ]
[ { "path": "roles/uwsgi-app/templates/uwsgi-app@.socket.j2", "content": "[Unit]\nDescription=Socket for uWSGI app %i\n\n[Socket]\nListenStream={{uwsgi_app_socket}}\nSocketUser={{ app_user }}\nSocketGroup={{ app_user }}\nSocketMode=0660\n\n[Install]\nWantedBy=sockets.target\n\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2272, "all_permissive": false }
ansible_role
segunjkf/Noble-Horcrux
9a34628e7e83ad48f09c3be4da68c9a716a7882f
0
ansible/roles/horcrux
1,759
[ "no_license" ]
[ { "path": "ansible/roles/horcrux/templates/config.yaml.j2", "content": "signMode: single\nchainNodes:\n- privValAddr: tcp://{{ noble_full_node }}:1234\ndebugAddr: \"\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "ansible/roles/horcrux/defaults/m...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3105, "all_permissive": false }
ansible_role
segunjkf/Noble-Horcrux
9a34628e7e83ad48f09c3be4da68c9a716a7882f
0
ansible/roles/noble
1,759
[ "no_license" ]
[ { "path": "ansible/roles/noble/templates/app.toml.j2", "content": "# This is a TOML config file.\n# For more information, see https://github.com/toml-lang/toml\n\n###############################################################################\n### Base Configuration ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 12557, "all_permissive": false }
ansible_role
adelekks-zz/mysql-standalone
81e7ef4c169986f3bfd6863b5db6d073b5a96b9e
0
roles/mysql
1,779
[ "no_license" ]
[ { "path": "roles/mysql/templates/client.my.cnf.j2", "content": "[client]\nuser=root\npassword={{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Copy Mysql repo file\n templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 952, "all_permissive": false }
ansible_role
Undef1ned1ce/Projet-Ansible
efdac406bc50e52f47b204700870133fbeaa7966
0
ansible_lamp/roles/apache
1,779
[ "no_license" ]
[ { "path": "ansible_lamp/roles/apache/tasks/main.yml", "content": "---\n- name: Installer Apache\n apt:\n name: apache2\n state: present\n when: ansible_facts['os_family'] == 'ubuntu18.04'\n\n- name: lancer apache2\n service:\n name: apache2\n state: started\n register: apache\n\n- name: Lanc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
Undef1ned1ce/Projet-Ansible
efdac406bc50e52f47b204700870133fbeaa7966
0
ansible_lamp/roles/mysql
1,779
[ "no_license" ]
[ { "path": "ansible_lamp/roles/mysql/tasks/main.yml", "content": "---\n- name: Installer Mysql\n apt:\n name: mysql-server\n state: present\n when: ansible_facts['os_family'] == 'ubuntu18.04'\n\n- name: lancer Mysql\n service:\n name: mysql\n state: started\n register: mysqld\n\n- name: Lance...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 300, "all_permissive": false }
ansible_role
Undef1ned1ce/Projet-Ansible
efdac406bc50e52f47b204700870133fbeaa7966
0
ansible_lamp/roles/php
1,779
[ "no_license" ]
[ { "path": "ansible_lamp/roles/php/tasks/main.yml", "content": "---\n- name: Installer PHP\n apt:\n name: php\n state: present\n when: ansible_facts['os_family'] == 'ubuntu18.04'\n\n- name: lancer PHP\n service:\n name: PHP\n state: started\n register: PHPS\n\n- name: Lancer la vérifiaction d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
Undef1ned1ce/Projet-Ansible
efdac406bc50e52f47b204700870133fbeaa7966
0
roles/apache_install
1,779
[ "no_license" ]
[ { "path": "roles/apache_install/tasks/main.yml", "content": "---\n- name: Installer Apache\n apt:\n name: apache2\n state: present\n\n- name: lancer apache2\n service:\n name: apache2\n state: started\n register: verif\n\n- name: Lancer la verif \n debug: \n msg: \"{{verif.status}}\"\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
Undef1ned1ce/Projet-Ansible
efdac406bc50e52f47b204700870133fbeaa7966
0
roles/create_user
1,779
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "---\n- name: Ajouter un Utilisateur\n user:\n name: \"{{us}}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n uid: 1001\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
Undef1ned1ce/Projet-Ansible
efdac406bc50e52f47b204700870133fbeaa7966
0
roles/vim_install
1,779
[ "no_license" ]
[ { "path": "roles/vim_install/tasks/main.yml", "content": "---\n- name: Installer Vim\n apt:\n name: vim\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
ShrayeshS/Test
b6b3a405fa8c5631cd881d1e9af36e636e357ea6
0
roles/dbtx
1,779
[ "no_license" ]
[ { "path": "roles/dbtx/tasks/main.yml", "content": "---\n\n- name: Get Disk Space of /tmp\n shell: df -k /tmp | tail -1 | awk '{print $4}'\n register: free_space\n- debug: var=free_space\n- name: Check available Free Space\n fail: msg='disk space is low'\n when: free_space.stdout | int < 10000\n- name: D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 875, "all_permissive": false }
ansible_role
vietdv277/ansible-wordpress-install
4e03481e5c33b4ffc22439d4bc69881519373829
0
roles/mysql
1,779
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n# tasks file for mysql\n\n#wp_mysql_db: wp_blog\n#wp_mysql_user: wp_blog\n#wp_mysql_password: <PASSWORD>\n- name: Create mysql database\n mysql_db: name={{ wp_mysql_db }} state=present\n\n- name: Create mysql user\n mysql_user: \n name={{ wp_mysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 404, "all_permissive": false }
ansible_role
Halim1410/udapeoplecicd
9d84e82e6c587f117c25d36a194f884ce3261078
0
.circleci/ansible/roles/deploy
1,779
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/files/readme.md", "content": "## Deployment files\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"create backend dir\"\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 678, "all_permissive": false }
ansible_role
darrickross/homelab
e19856d38da8cb76b98622ef76b8134f7692c412
0
ansible/roles/base
1,779
[ "no_license" ]
[ { "path": "ansible/roles/base/tasks/main.yml", "content": "- name: Add my SSH Key\n authorized_key:\n user: itsjustmech\n key: \"sk-ssh-ed25519@openssh.com <KEY>key SSH Key - Added by Ansible\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
darrickross/homelab
e19856d38da8cb76b98622ef76b8134f7692c412
0
ansible/roles/debian-grub_update_removable
1,779
[ "no_license" ]
[ { "path": "ansible/roles/debian-grub_update_removable/defaults/main.yml", "content": "---\n# where your EFI system partition is normally mounted\ngrub_update_removable_efi_mountpoint: /boot/efi\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "ans...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2110, "all_permissive": false }
ansible_role
darrickross/homelab
e19856d38da8cb76b98622ef76b8134f7692c412
0
ansible/roles/proxmox-disable_repo
1,779
[ "no_license" ]
[ { "path": "ansible/roles/proxmox-disable_repo/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME> & AI\n description: Disable a select APT repository\n license: MIT\n min_ansible_version: \"2.9\"\n platforms:\n - name: Debian\n versions:\n - bullseye\n - bookworm\ndepen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1151, "all_permissive": false }
ansible_role
darrickross/homelab
e19856d38da8cb76b98622ef76b8134f7692c412
0
ansible/roles/proxmox-enable_opensource_repos
1,779
[ "no_license" ]
[ { "path": "ansible/roles/proxmox-enable_opensource_repos/tasks/main.yml", "content": "---\n- name: Deploy Proxmox no-subscription repo\n ansible.builtin.template:\n src: opensource-pve.list.j2\n dest: \"{{ pve_apt_sources_dir }}/opensource-pve.list\"\n owner: root\n group: root\n mode: \"064...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1723, "all_permissive": false }
ansible_role
darrickross/homelab
e19856d38da8cb76b98622ef76b8134f7692c412
0
ansible/roles/proxmox-ignore_license_popup
1,779
[ "no_license" ]
[ { "path": "ansible/roles/proxmox-ignore_license_popup/tasks/main.yml", "content": "---\n- name: Check if ignore-subscription patch is already present\n ansible.builtin.command:\n # use command instead of shell and split args\n argv:\n - grep\n - -q\n - \"{{ proxmox_patch_tag }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2095, "all_permissive": false }
ansible_role
darrickross/homelab
e19856d38da8cb76b98622ef76b8134f7692c412
0
ansible/roles/proxmox-networking
1,779
[ "no_license" ]
[ { "path": "ansible/roles/proxmox-networking/tasks/main.yml", "content": "---\n- name: Deploy /etc/network/interfaces from template\n become: true\n ansible.builtin.template:\n src: interfaces.j2\n dest: \"{{ interfaces_dest }}\"\n owner: root\n group: root\n mode: \"0644\"\n notify:\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4110, "all_permissive": false }
ansible_role
darrickross/homelab
e19856d38da8cb76b98622ef76b8134f7692c412
0
ansible/roles/proxmox-nginx_proxy
1,779
[ "no_license" ]
[ { "path": "ansible/roles/proxmox-nginx_proxy/tasks/main.yml", "content": "---\n# Flush anything the has happened before\n- name: Flush handlers\n ansible.builtin.meta: flush_handlers\n\n# Any task that might install or upgrade nginx must notify the handler\n- name: Install nginx\n ansible.builtin.apt:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2881, "all_permissive": false }
ansible_role
darrickross/homelab
e19856d38da8cb76b98622ef76b8134f7692c412
0
ansible/roles/proxmox-upgrade
1,779
[ "no_license" ]
[ { "path": "ansible/roles/proxmox-upgrade/tasks/main.yml", "content": "---\n- name: \"Gather installed pve-manager version\"\n ansible.builtin.shell: set -o pipefail && pveversion -v | grep pve-manager\n args:\n executable: /bin/bash\n register: _pve_raw\n changed_when: false\n\n- name: \"Assert we ac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1550, "all_permissive": false }
ansible_role
eendroroy/ansible-rails-pg
c5e6637133c09fecc09400d66ba6be64784afe0f
12
roles/nginx
1,779
[ "no_license" ]
[ { "path": "roles/nginx/tasks/RedHat/add_nginx_repo.yml", "content": "---\n- name: Add nginx repo {{ ansible_os_family }}\n template:\n src: nginx.repo.j2\n dest: /etc/yum.repos.d/nginx.repo\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 897, "all_permissive": false }
ansible_role
eendroroy/ansible-rails-pg
c5e6637133c09fecc09400d66ba6be64784afe0f
12
roles/postgresql
1,779
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/RedHat/start_service.yml", "content": "---\n- name: Start postgres {{ ansible_os_family }}\n service:\n name: postgresql-11\n state: started\n enabled: yes\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }...
{ "task_files": 13, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 6232, "all_permissive": false }
ansible_role
eendroroy/ansible-rails-pg
c5e6637133c09fecc09400d66ba6be64784afe0f
12
roles/rails
1,779
[ "no_license" ]
[ { "path": "roles/rails/tasks/Debian/install_deps.yml", "content": "---\n- name: Install dependencies {{ ansible_os_family }}\n apt:\n name:\n - g++\n - imagemagick\n - libpq-dev\n state: present\n update_cache: yes\n become: true\n", "license_type": "no_license", "detected_...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3277, "all_permissive": false }
ansible_role
eendroroy/ansible-rails-pg
c5e6637133c09fecc09400d66ba6be64784afe0f
12
roles/rbenv
1,779
[ "no_license" ]
[ { "path": "roles/rbenv/tasks/main.yml", "content": "---\n- include_tasks: '{{ ansible_os_family }}/install-deps.yml'\n\n- name: Install rbenv\n include_tasks: install-rbenv.yml\n\n- name: Install pluginns\n include_tasks: plugins/{{ item }}.yml\n with_items:\n - ruby-build\n - rbenv-default-gems\n\...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 4219, "all_permissive": false }
ansible_role
eendroroy/ansible-rails-pg
c5e6637133c09fecc09400d66ba6be64784afe0f
12
roles/setup
1,779
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: Determine distribution Debian\n raw: lsb_release -a 2>/dev/null | grep Codename | awk '{printf(\"%s\"), $2}'\n register: release\n ignore_errors: yes\n\n- name: Determine distribution RHEL\n raw: cat /etc/os-release | grep \"ID=\" | head -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1515, "all_permissive": false }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/aws_grub
1,779
[ "permissive" ]
[ { "path": "roles/aws_grub/tasks/main.yml", "content": "---\n# Copyright (c) <NAME>, 2022\n#\n# Set up grub on AWS instances.\n#\n# See this Role's README.md for more information.\n#\n\n- name: Set a fact containing the current roles' path\n ansible.builtin.set_fact:\n calling_role_path_fact: \"{{ role_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 997, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/check_platform
1,779
[ "permissive" ]
[ { "path": "roles/check_platform/tasks/main.yml", "content": "---\n# Copyright (c) <NAME>, 2023\n#\n# Test the host(s) to ensure they are running a supported patform\n# based on data contained in the meta section of this role. Code based\n# on an example found at [1].\n#\n# [1]: https://stackoverflow.com/que...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1907, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/cloud_setup
1,779
[ "permissive" ]
[ { "path": "roles/cloud_setup/tasks/main.yml", "content": "---\n# Copyright (c) <NAME>, 2022\n#\n# This role setups up the AWS and GitHub CLIs. Other CLIs may be added\n# in time.\n\n- name: Set a fact containing the current roles' path\n ansible.builtin.set_fact:\n calling_role_path_fact: \"{{ role_path...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1107, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/consul_setup
1,779
[ "permissive" ]
[ { "path": "roles/consul_setup/tasks/main.yml", "content": "---\n# Copyright (c) <NAME>, 2022\n#\n# Setup the target system(s) for Hashicorp consul. Also sets up\n# registration of the Prometheus node-exporter service.\n\n- name: Set a fact containing the current roles' path\n ansible.builtin.set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4323, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/eideticom_scripts
1,779
[ "permissive" ]
[ { "path": "roles/eideticom_scripts/defaults/main.yml", "content": "---\neideticom_scripts_force: false\neideticom_scripts_sha: b39c2d73bc686e14a17eb5db79fdbcbe993eb197\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 99 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1627, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/fave_packages
1,779
[ "permissive" ]
[ { "path": "roles/fave_packages/tasks/main.yml", "content": "---\n# Copyright (c) <NAME>, 2022\n#\n#\n# Update cache and install favourite packages.\n\n- name: Set a fact containing the current roles' path\n ansible.builtin.set_fact:\n calling_role_path_fact: \"{{ role_path }}\"\n\n- name: Test the host ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1139, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/fio_devel
1,779
[ "permissive" ]
[ { "path": "roles/fio_devel/tasks/main.yml", "content": "---\n# Copyright (c) <NAME>, 2022\n#\n# Clone the upstream fio repo from Jens and checkout the SHA given by\n# the associated input variable. Also ensure the packages required to\n# run specific tests are included and also update this version of fio\n#...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3074, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/git_setup
1,779
[ "permissive" ]
[ { "path": "roles/git_setup/tasks/main.yml", "content": "---\n# Copyright (c) <NAME>, 2022\n#\n# Set up git just the way I like it. This includes Gnupg signing,\n# editor setup, name and email (global for {{ username }}). Note this\n# assumes some other roles have been run before this one.\n#\n# Note some of...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2172, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/kernel_setup
1,779
[ "permissive" ]
[ { "path": "roles/kernel_setup/tasks/main.yml", "content": "---\n# Copyright (c) <NAME>, 2022\n#\n# Update for Linux kernel development. Note we setup the linux kernel\n# remotes but do not fetch or clone as this takes a long time. The user\n# can do this later\n\n- name: Set a fact containing the current ro...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2836, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/mutt_setup
1,779
[ "permissive" ]
[ { "path": "roles/mutt_setup/README.md", "content": "# mutt_setup Ansible Role\n\n## Overview\n\nThis Ansible Role sets up [mutt][mutt] for two of my email accounts\n(<EMAIL> and <EMAIL>). It uses OAuth2\nauthentication so nothing in this repo is a plain-text secret. The\nsetup of OAuth2 is not trivial (see ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4752, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/qemu_setup
1,779
[ "permissive" ]
[ { "path": "roles/qemu_setup/README.md", "content": "# qemu_setup Ansible Role\n\n## Overview\n\nThis role sets up a target for QEMU and libvirt. This enables\nemulation and hypervisor accelerated system and user emulation. It\nadds the target user to the necessary groups for permission to run\nQEMU and libv...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4860, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/tmux_scripts
1,779
[ "permissive" ]
[ { "path": "roles/tmux_scripts/defaults/main.yml", "content": "---\ntmux_scripts_force: false\ntmux_scripts_sha: a4e649c5896fddad87d584b8e34c9b9549bcc659\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 89 }, { "path": "roles/tmux_scripts/ta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1322, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/user_setup
1,779
[ "permissive" ]
[ { "path": "roles/user_setup/README.md", "content": "# user_setup Ansible Role\n\n## Overview\n\nThis [Ansible][ansible] role adds a new user (defined in\n[defaults][defaultsfile]) to the target system(s) and also sets them up as a\npasswordless sudo-er. It also copies over their SSH public-key to\nallow for...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5064, "all_permissive": true }
ansible_role
sbates130272/batesste-ansible
6769a094f40b0b4c8f7ee69bfe0666a29f1e8dc7
3
roles/vm_create
1,779
[ "permissive" ]
[ { "path": "roles/vm_create/README.md", "content": "# create_vm Ansible Role\n\n## Overview\n\nThis role uses the [virt-install-ubuntu][ref1] script in the\n[qemu-minimal][ref2] repo to either create a new VM on the target(s)\nor start-up the VM if one with the requested name already exists. It\nshould auto-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2038, "all_permissive": true }
ansible_role
nvrnagella/roboshop-ansible-2
10d2354cd3274edde7ddfca56a3205cf55ccd6e2
0
roles/common
1,779
[ "no_license" ]
[ { "path": "roles/common/tasks/app_prereq.yml", "content": "- name: adding user\n ansible.builtin.user:\n name: roboshop\n\n- name: removing old app content\n ansible.builtin.file:\n path: /app\n state: absent\n\n- name: creating app directory\n ansible.builtin.file:\n path: /app\n state: d...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3680, "all_permissive": false }
ansible_role
nvrnagella/roboshop-ansible-2
10d2354cd3274edde7ddfca56a3205cf55ccd6e2
0
roles/mongodb
1,779
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yml", "content": "- name: copying repo file for mongodb\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: installing mongodb\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: updating listed a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
nvrnagella/roboshop-ansible-2
10d2354cd3274edde7ddfca56a3205cf55ccd6e2
0
roles/mysql
1,779
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: CentOS-8 Comes with MySQL 8 Version by default, However our application needs MySQL 5.7. So lets disable MySQL 8 version.\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: copy mysql repo file\n ansible.builtin.copy:\n src: mysql...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 909, "all_permissive": false }
ansible_role
nvrnagella/roboshop-ansible-2
10d2354cd3274edde7ddfca56a3205cf55ccd6e2
0
roles/payment
1,779
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: import roles\n ansible.builtin.import_role:\n name: common\n tasks_from: python", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/payment/vars/main.yml", "content": "compo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 124, "all_permissive": false }
ansible_role
nvrnagella/roboshop-ansible-2
10d2354cd3274edde7ddfca56a3205cf55ccd6e2
0
roles/rabbitmq
1,779
[ "no_license" ]
[ { "path": "roles/rabbitmq/tasks/main.yml", "content": "- name: configuring yum repos for rabbitmq and earlang script provided by vendor\n ansible.builtin.shell: curl -s {{item}} | bash\n loop:\n - https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh\n - https://packagecloud.io/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
nvrnagella/roboshop-ansible-2
10d2354cd3274edde7ddfca56a3205cf55ccd6e2
0
roles/redis
1,779
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: installing redis rpm redis file\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: Enable Redis 6.2 from package streams\n ansible.builtin.shell:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }
ansible_role
nvrnagella/roboshop-ansible-2
10d2354cd3274edde7ddfca56a3205cf55ccd6e2
0
roles/user
1,779
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: importing roles\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 }, { "path": "roles/user/vars/main.yml", "content": "compon...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 143, "all_permissive": false }
ansible_role
bobbydeveaux/openshift-ansible-skeleton
e519933b9aedaa9f9ba26619cb5ef3134d34ffa3
0
roles/deploy
1,739
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yaml", "content": "\n---\n- name: create configmaps\n k8s:\n definition: \"{{ item.value }}\"\n append_hash: yes\n loop: \"{{ kube_resource_configmaps | dict2items }}\"\n\n- set_fact:\n service1: \"{{ kube_resource_configmaps.service1 | k8s_config_resource_name ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
bobbydeveaux/openshift-ansible-skeleton
e519933b9aedaa9f9ba26619cb5ef3134d34ffa3
0
roles/service1
1,739
[ "no_license" ]
[ { "path": "roles/service1/templates/deploymentconfigs/deployment_config.yaml", "content": "---\nkind: DeploymentConfig\napiVersion: v1\nmetadata:\n name: service1\n namespace: '{{ namespace }}'\n labels:\n iac.version: '{{ iac_version }}'\n app: service1\nspec:\n template:\n metadata:\n la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2635, "all_permissive": false }
ansible_role
abdullahnegm/DevOps-Task
c5c47b3a629e5289ef64b59d393ac46188ab6bfb
0
Ansible/roles/ansible
1,739
[ "no_license" ]
[ { "path": "Ansible/roles/ansible/tasks/main.yml", "content": "---\n\n- name: install package\n apt:\n name: software-properties-common\n\n- name: add ansible repo\n apt_repository:\n repo: ppa:ansible/ansible\n update_cache: true\n\n- name: install ansible\n apt:\n name: ansible\n state: p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 242, "all_permissive": false }
ansible_role
abdullahnegm/DevOps-Task
c5c47b3a629e5289ef64b59d393ac46188ab6bfb
0
Ansible/roles/docker
1,739
[ "no_license" ]
[ { "path": "Ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- name: install required packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - \"{{ packages }}\"\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 656, "all_permissive": false }
ansible_role
abdullahnegm/DevOps-Task
c5c47b3a629e5289ef64b59d393ac46188ab6bfb
0
Ansible/roles/jenkins
1,739
[ "no_license" ]
[ { "path": "Ansible/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: install open jdk\n apt:\n name: openjdk-11-jre-headless\n state: present\n\n- name: Add jenkins GPG key\n apt_key:\n url: https://pkg.jenkins.io/debian/jenkins.io.key\n state: present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 875, "all_permissive": false }
ansible_role
abdullahnegm/DevOps-Task
c5c47b3a629e5289ef64b59d393ac46188ab6bfb
0
Ansible/roles/nginx
1,739
[ "no_license" ]
[ { "path": "Ansible/roles/nginx/tasks/main.yml", "content": "\n- name: update cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: make nginx libs directory\n file:\n path: \"{{ home_dir }}\"\n state: directory\n\n- name: download nginx source file\n get_url:\n url: \"http:/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2803, "all_permissive": false }
ansible_role
abdullahnegm/DevOps-Task
c5c47b3a629e5289ef64b59d393ac46188ab6bfb
0
Ansible/roles/ufw
1,739
[ "no_license" ]
[ { "path": "Ansible/roles/ufw/tasks/main.yml", "content": "---\n\n- name: start jenkins service\n systemd:\n name: jenkins\n state: started\n enabled: yes\n\n- name: enable UFW\n ufw:\n state: enabled\n policy: allow\n\n- name: reload ufw\n ufw:\n state: reloaded\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
Pkrish15/ans-loc-spk
68e0d4439b08abbc717c2dc02e3d4d56edb387dd
0
ansible/roles/spark
1,739
[ "no_license" ]
[ { "path": "ansible/roles/spark/templates/spark-profile.sh.j2", "content": "export SPARK_HOME={{ spark.install_dir }}/spark-{{ spark.version }}-bin-hadoop{{ spark.hadoop_version }}\n\nexport PATH=$SPARK_HOME/bin:$SPARK_HOME/sbin:$PATH\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2982, "all_permissive": false }
ansible_role
erning/alcohol-ansible
b9e8a9642d8020f3d7f589bff8c1e3790c97b18d
1
roles/common
1,739
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- include: aptitute.yml\n- include: basic-system.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/common/tasks/basic-system.yml", "content": "---\n- name: install basic system...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 519, "all_permissive": false }
ansible_role
erning/alcohol-ansible
b9e8a9642d8020f3d7f589bff8c1e3790c97b18d
1
roles/nas
1,739
[ "no_license" ]
[ { "path": "roles/nas/handlers/main.yml", "content": "---\n- name: restart netatalk\n service: name=netatalk state=restarted\n\n- name: restart smbd\n service: name=smbd state=restarted\n\n- name: restart nmbd\n service: name=nmbd state=restarted\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1153, "all_permissive": false }
ansible_role
erning/alcohol-ansible
b9e8a9642d8020f3d7f589bff8c1e3790c97b18d
1
roles/network
1,739
[ "no_license" ]
[ { "path": "roles/network/tasks/bind.yml", "content": "---\n- name: install bind\n apt: pkg=bind9\n state=present\n\n- name: preparing zones directories\n file: path={{item}} state=directory owner=root mode=0755\n with_items:\n - /etc/bind/zones/\n\n- name: configure bind\n template: src={{ item...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2198, "all_permissive": false }
ansible_role
erning/alcohol-ansible
b9e8a9642d8020f3d7f589bff8c1e3790c97b18d
1
roles/proxy
1,739
[ "no_license" ]
[ { "path": "roles/proxy/handlers/main.yml", "content": "---\n- name: restart squid\n service: name=squid3 state=restarted\n\n- name: restart privoxy\n service: name=privoxy state=restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 719, "all_permissive": false }
ansible_role
erning/alcohol-ansible
b9e8a9642d8020f3d7f589bff8c1e3790c97b18d
1
roles/vpn
1,739
[ "no_license" ]
[ { "path": "roles/vpn/templates/server.up.sh", "content": "#!/bin/sh\n\nBR=br0\nDEV=$1\nMTU=$2\n/sbin/ifconfig $DEV mtu $MTU promisc up\n/sbin/brctl addif $BR $DEV\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/vpn/tasks/openvpn.yml", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1269, "all_permissive": false }
ansible_role
erning/alcohol-ansible
b9e8a9642d8020f3d7f589bff8c1e3790c97b18d
1
roles/web
1,739
[ "no_license" ]
[ { "path": "roles/web/tasks/nginx.yml", "content": "---\n- name: install nginx and php\n apt: pkg=nginx\n state=present\n\n- name: preparing web directories\n file: path=$item\n state=directory\n owner=root group=root mode=0755\n with_items:\n - /home/www/etc/nginx/sites/\n - /ho...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4396, "all_permissive": false }
ansible_role
syalanuj/youtube
5c09d5216e37f07625be755aed02c0949b88681c
20
ansible_docker/ansible/roles/deploy-docker
1,739
[ "no_license" ]
[ { "path": "ansible_docker/ansible/roles/deploy-docker/tasks/main.yml", "content": "- name: create app dir ~/deploy_docker/\n file:\n state: directory\n path: \"/home/{{ ansible_user }}/deploy_docker/\"\n owner: \"{{ ansible_user }}\"\n register: deploy_dir\n tags: always\n\n- name: Build docker ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1084, "all_permissive": false }
ansible_role
syalanuj/youtube
5c09d5216e37f07625be755aed02c0949b88681c
20
ansible_docker/ansible/roles/install-docker
1,739
[ "no_license" ]
[ { "path": "ansible_docker/ansible/roles/install-docker/tasks/main.yml", "content": "---\n- name: create app dir ~/install-docker/\n file:\n state: directory\n path: \"/home/{{ ansible_user }}/install-docker/\"\n owner: \"{{ ansible_user }}\"\n register: deploy_dir\n tags: always\n\n- name: Copy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
CaskAle/ansible
ab88890f62a6cb5a4ff3d37e27c0d96dad4b7c71
0
roles/ctorgalson.oh-my-zsh
1,739
[ "no_license" ]
[ { "path": "roles/ctorgalson.oh-my-zsh/tasks/oh-my-zsh-zshrc.yml", "content": "---\n- name: Derive user .zshrc path.\n set_fact:\n omz_user_zshrc_path: \"/{{ omz_user_home_dir }}/{{ omz_user.name }}/.zshrc\"\n\n- name: Template .zshrc into place if required.\n template:\n src: \"{{ omz_zshrc_template...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 6947, "all_permissive": false }
ansible_role
RPCC80/ws_ansible
27f9280358d8352038a38ca9353b0284ac102a7b
0
roles/contract
1,739
[ "no_license" ]
[ { "path": "roles/contract/vars/main.yml", "content": "---\nusername: admin\npassword: <PASSWORD>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/contract/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 526, "all_permissive": false }
ansible_role
RPCC80/ws_ansible
27f9280358d8352038a38ca9353b0284ac102a7b
0
roles/tenant
1,739
[ "no_license" ]
[ { "path": "roles/tenant/tasks/main.yml", "content": "---\n - name: Add a new tenant\n cisco.aci.aci_tenant:\n host: \"{{ansible_host}}\"\n username: \"{{username}}\"\n password: <PASSWORD>}}\"\n tenant: demo-tenant-kr\n state: present", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
napanee/ansible-arch-installer
2941bc2b6f441ae9fe696055e31801005907b5f7
0
roles/base_packages
1,739
[ "no_license" ]
[ { "path": "roles/base_packages/defaults/main.yml", "content": "base_packages:\n - base\n - base-devel\n - linux\n - linux-firmware\n - lvm2\n - networkmanager\n - python\n - openssh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 400, "all_permissive": false }
ansible_role
napanee/ansible-arch-installer
2941bc2b6f441ae9fe696055e31801005907b5f7
0
roles/configure
1,739
[ "no_license" ]
[ { "path": "roles/configure/tasks/main.yml", "content": "- name: Enable autostart\n command: arch-chroot {{ mount_path | quote }} systemctl enable {{ item | quote }}\n loop:\n - NetworkManager\n - sshd\n\n- name: Create root's .ssh\n file:\n path: \"{{ mount_path }}/root/.ssh/\"\n state: direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 475, "all_permissive": false }
ansible_role
napanee/ansible-arch-installer
2941bc2b6f441ae9fe696055e31801005907b5f7
0
roles/dotfiles
1,739
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "- name: Install dotfiles\n block:\n - name: Clone dotfiles-repo\n git:\n repo: https://github.com/napanee/dotfiles.git\n dest: ~/.dotfiles\n recursive: true\n - name: Install dotfiles\n shell: |\n cd ~/.dotfi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 362, "all_permissive": false }
ansible_role
napanee/ansible-arch-installer
2941bc2b6f441ae9fe696055e31801005907b5f7
0
roles/hostname
1,739
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "- name: Set hostname in /etc/hostname\n copy:\n content: \"{{ hostname_hostname }}\\n\"\n dest: /etc/hostname\n\n- name: Set hostnames in /etc/hosts\n lineinfile:\n path: /etc/hosts\n line: \"{{ item.line }}\"\n regexp: \"{{ item.regexp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 466, "all_permissive": false }
ansible_role
napanee/ansible-arch-installer
2941bc2b6f441ae9fe696055e31801005907b5f7
0
roles/installer
1,739
[ "no_license" ]
[ { "path": "roles/installer/tasks/main.yml", "content": "- name: Install batch of packages for '{{ task_name | default(\"\") }}'-task\n become: true\n become_user: \"{{ passwordless_sudo_user_name }}\"\n command: >\n yay -S\n --answerclean none --answeredit none --answerupgrade none --answerdiff n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
napanee/ansible-arch-installer
2941bc2b6f441ae9fe696055e31801005907b5f7
0
roles/locales
1,739
[ "no_license" ]
[ { "path": "roles/locales/tasks/main.yml", "content": "- name: Set timezone\n timezone:\n name: \"{{ locale_timezone }}\"\n\n- name: Set locale\n shell: set -o pipefail || exit 1;\n { localectl status &&\n localectl set-locale {{ locale_system_lng | quote }} &&\n localectl status\n ;} | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 977, "all_permissive": false }
ansible_role
napanee/ansible-arch-installer
2941bc2b6f441ae9fe696055e31801005907b5f7
0
roles/passwordless_sudo_user
1,739
[ "no_license" ]
[ { "path": "roles/passwordless_sudo_user/tasks/main.yml", "content": "- name: Create a user that can use passwordless sudo\n user:\n name: \"{{ passwordless_sudo_user_name }}\"\n shell: /bin/bash\n password: \"!\"\n system: yes\n notify: Delete passwordless sudo user\n changed_when: yes\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 500, "all_permissive": false }
ansible_role
napanee/ansible-arch-installer
2941bc2b6f441ae9fe696055e31801005907b5f7
0
roles/setup
1,739
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "- name: Upgrade packages\n pacman:\n update_cache: true\n upgrade: true\n- name: Install git\n pacman:\n name: git\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 139, "all_permissive": false }
ansible_role
napanee/ansible-arch-installer
2941bc2b6f441ae9fe696055e31801005907b5f7
0
roles/user
1,739
[ "no_license" ]
[ { "path": "roles/user/defaults/main.yml", "content": "username: martin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "roles/user/tasks/main.yml", "content": "- name: Allow admins to sudo by authorizing the wheel group\n lineinfile:\n pat...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 811, "all_permissive": false }
ansible_role
napanee/ansible-arch-installer
2941bc2b6f441ae9fe696055e31801005907b5f7
0
roles/x11
1,739
[ "no_license" ]
[ { "path": "roles/x11/tasks/main.yml", "content": "- name: Copy X11 config files\n copy:\n src: 30-touchpad.conf\n dest: /etc/X11/xorg.conf.d/\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
napanee/ansible-arch-installer
2941bc2b6f441ae9fe696055e31801005907b5f7
0
roles/yay
1,739
[ "no_license" ]
[ { "path": "roles/yay/meta/main.yml", "content": "dependencies:\n - role: passwordless_sudo_user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/yay/tasks/main.yml", "content": "- name: Check yay\n become: true\n become_user: \"{{ pas...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 732, "all_permissive": false }
ansible_role
5HARK/hoseocoin
7774e689c82c34e3bb4036bf45476a33973f2b27
0
iroha/ansible/roles/docker
1,739
[ "no_license" ]
[ { "path": "iroha/ansible/roles/docker/defaults/ubuntu.yml", "content": "dockerVersion: 17.12.0~ce-0~ubuntu\ndockerComposeVersion: 1.19.0\nexecPath: /usr/local/bin/\narch: amd64\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "iroha/ansible/roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1676, "all_permissive": false }
ansible_role
5HARK/hoseocoin
7774e689c82c34e3bb4036bf45476a33973f2b27
0
iroha/ansible/roles/iroha-cluster-deploy-node
1,739
[ "no_license" ]
[ { "path": "iroha/ansible/roles/iroha-cluster-deploy-node/templates/docker-compose.yml.j2", "content": "version: '3'\n\nservices:\n{% for i in range(nodes_in_region | int) %}\n node_{{ key + i }}:\n image: \"{{ irohaDockerImage }}:{{ irohaDockerImageTag }}\"\n ports:\n - \"{{ torii_port + i }}:{{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5633, "all_permissive": false }
ansible_role
5HARK/hoseocoin
7774e689c82c34e3bb4036bf45476a33973f2b27
0
iroha/ansible/roles/iroha-standalone-config-gen
1,739
[ "no_license" ]
[ { "path": "iroha/ansible/roles/iroha-standalone-config-gen/templates/peers.list.j2", "content": "{% for host in groups['iroha-nodes'] %}\n{{ hostvars[host].ansible_host }}:{{ hostvars[host].internal_port }}\n{% endfor %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 12...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 633, "all_permissive": false }
ansible_role
5HARK/hoseocoin
7774e689c82c34e3bb4036bf45476a33973f2b27
0
iroha/ansible/roles/iroha-standalone-deploy-node
1,739
[ "no_license" ]
[ { "path": "iroha/ansible/roles/iroha-standalone-deploy-node/tasks/ubuntu.yml", "content": "---\n - setup:\n\n - name: Setup docker network\n docker_network:\n name: \"{{ iroha_net }}\"\n\n - name: Stop and remove previous running docker containers\n docker_container:\n name: \"{{ item }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3890, "all_permissive": false }
ansible_role
szymonsso/ansible
ea3784e3ca0b1831f16b6c2b57e8bdd8a0f0ce08
1
roles/bitlocker
1,739
[ "no_license" ]
[ { "path": "roles/bitlocker/tasks/main.yml", "content": "---\n- name: Sprawdzam czy moduł TPM jest włączony\n win_shell: Get-Tpm | Select-Object -ExpandProperty Tpmready\n register: tpmstatus\n \n- name: Przekazuję stan TPM do reszty bloku\n set_fact: tmp={{tpmstatus.stdout}}\n \n- block:\n - name: Roz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 989, "all_permissive": false }
ansible_role
szymonsso/ansible
ea3784e3ca0b1831f16b6c2b57e8bdd8a0f0ce08
1
roles/choco_install
1,739
[ "no_license" ]
[ { "path": "roles/choco_install/tasks/main.yml", "content": "---\n- name: \"Instalacja {{ software }} przez chocolatey\"\n win_chocolatey:\n name: \"{{ software }}\"\n state: latest\n ignore_errors: yes\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
szymonsso/ansible
ea3784e3ca0b1831f16b6c2b57e8bdd8a0f0ce08
1
roles/choco_remove
1,739
[ "no_license" ]
[ { "path": "roles/choco_remove/tasks/main.yml", "content": "- name: \"Kasowanie {{ software }} przez chocolatey\"\n win_chocolatey:\n name: \"{{ software }}\"\n state: absent\n ignore_errors: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
szymonsso/ansible
ea3784e3ca0b1831f16b6c2b57e8bdd8a0f0ce08
1
roles/create_user
1,739
[ "no_license" ]
[ { "path": "roles/create_user/tasks/main.yml", "content": "---\n- name: \"Dodanie użytkownika {{ user_name }}\"\n win_user:\n name: \"{{ user_name }}\"\n fullname: \"{{ user_fullname }}\"\n password: \n password_never_expires: no\n update_password: <PASSWORD>\n user_cannot_change_password:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1272, "all_permissive": false }
ansible_role
szymonsso/ansible
ea3784e3ca0b1831f16b6c2b57e8bdd8a0f0ce08
1
roles/msi_install
1,739
[ "no_license" ]
[ { "path": "roles/msi_install/tasks/main.yml", "content": "---\n- name: Włączenie możliwości instalowania aplikacji innych firm\n win_regedit:\n path: HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\AppModelUnlock\n name: AllowAllTrustedApps\n data: 1\n type: dword\n state: present\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
szymonsso/ansible
ea3784e3ca0b1831f16b6c2b57e8bdd8a0f0ce08
1
roles/pass_policy
1,739
[ "no_license" ]
[ { "path": "roles/pass_policy/tasks/main.yml", "content": "- name: Turn on password complexity\n community.windows.win_security_policy:\n section: System Access\n key: PasswordComplexity \n value: 0 #0 for disabled, 1 for enabled\n\n- name: Set the minimum password length\n community.windows.win_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 590, "all_permissive": false }
ansible_role
szymonsso/ansible
ea3784e3ca0b1831f16b6c2b57e8bdd8a0f0ce08
1
roles/ping
1,739
[ "no_license" ]
[ { "path": "roles/ping/tasks/main.yml", "content": "---\n- name: \"Ping Windows\"\n win_ping:\n ignore_errors: yes\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 61, "all_permissive": false }
ansible_role
szymonsso/ansible
ea3784e3ca0b1831f16b6c2b57e8bdd8a0f0ce08
1
roles/remove_user
1,739
[ "no_license" ]
[ { "path": "roles/remove_user/tasks/main.yml", "content": "---\n- name: \"Usuwanie użytkownika {{ user_name }}\"\n win_user:\n name: \"{{ user_name }}\"\n state: absent\n ignore_errors: yes\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
szymonsso/ansible
ea3784e3ca0b1831f16b6c2b57e8bdd8a0f0ce08
1
roles/win_update
1,739
[ "no_license" ]
[ { "path": "roles/win_update/tasks/main.yml", "content": "--- \n- name: Instalacja aktualizacji systemowych\n block: \n - name: Instalacja kluczowych aktualizacji windows\n win_updates:\n category_names:\n - CriticalUpdates\n - SecurityUpdates\n register: update_result\n\n - name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
latchdeen/automation
c6a9395ef1aeb48ef9fb26b3f95a574fde7bf2b1
0
roles/system_profile
1,739
[ "no_license" ]
[ { "path": "roles/system_profile/tasks/main.yml", "content": "---\n# tasks file for system_profile\n- name: \"Perform file operations\"\n block:\n - name: Adding ssh session timeout value\n blockinfile:\n path: \"{{ item.path }}\"\n insertafter: EOF\n backup: yes\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 496, "all_permissive": false }
ansible_role
latchdeen/automation
c6a9395ef1aeb48ef9fb26b3f95a574fde7bf2b1
0
roles/users
1,739
[ "no_license" ]
[ { "path": "roles/users/vars/main.yml", "content": "---\n# vars file for users\ngrouplist:\n - group: cloudadmins\n\nuserlist:\n - user: user1000\n group1: cloudadmins\n group2: wheel\n\n - user: user2000\n group1: cloudadmins\n group2: wheel\n\nsudoersUpdate:\n - path: /etc/sudoers.d/nopassw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1776, "all_permissive": false }
ansible_role
tiago123456789/study-review-ansible
3e9767232769dce7465779a1aace62d299723485
0
roles/install_docker
1,739
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "---\n- name: Install common packages necessary to install docker next step\n apt:\n name:\n - apt-transport-https\n - ca-certificates \n - curl \n - software-properties-common\n state: present\n update_cache: yes\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 692, "all_permissive": false }
ansible_role
tiago123456789/study-review-ansible
3e9767232769dce7465779a1aace62d299723485
0
roles/install_nginx
1,739
[ "no_license" ]
[ { "path": "roles/install_nginx/tasks/main.yml", "content": "---\n\n- name: Install nginx\n apt:\n name: nginx\n state: present\n update_cache: yes\n\n- name: Force nginx start\n service:\n name: nginx\n state: started", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }