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 | kreativmonkey/archsetup-ansible | 7070a77793690e9262aeb2025ba6462f9c7efca9 | 0 | roles/pacman | 1,579 | [
"no_license"
] | [
{
"path": "roles/pacman/tasks/pacmanconf.yml",
"content": "---\n- name: Enable colourised pacman output and verbose package lists\n ansible.builtin.lineinfile:\n path: /etc/pacman.conf\n line: Color\n regexp: 'Color$'\n state: present\n loop_control:\n loop_var: _pacman_colorized\n loop:\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2534,
"all_permissive": false
} |
ansible_role | kreativmonkey/archsetup-ansible | 7070a77793690e9262aeb2025ba6462f9c7efca9 | 0 | roles/podman | 1,579 | [
"no_license"
] | [
{
"path": "roles/podman/tasks/replace_docker.yml",
"content": "---\n- name: Make sure docker service is not running\n ansible.builtin.service:\n name: docker\n state: stopped\n\n- name: Uninstall docker\n ansible.builtin.package:\n name: docker\n state: absent\n\n- name: Replace docker command... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3193,
"all_permissive": false
} |
ansible_role | imfht/flaskapps | d6fc9b7e32d7dc6b493c269b8ccbaa6ee2d690c1 | 14 | pepy-master/infrastructure/playbooks/roles/common | 1,579 | [
"no_license"
] | [
{
"path": "pepy-master/infrastructure/playbooks/roles/common/tasks/main.yml",
"content": "---\n- name: Create a new development group\n group:\n name: \"{{ pepy_group }}\"\n state: present\n\n- name: Crate a new pepy user in the development group\n user:\n name: \"{{ pepy_user }}\"\n password:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1351,
"all_permissive": false
} |
ansible_role | imfht/flaskapps | d6fc9b7e32d7dc6b493c269b8ccbaa6ee2d690c1 | 14 | pepy-master/infrastructure/playbooks/roles/mongo | 1,579 | [
"no_license"
] | [
{
"path": "pepy-master/infrastructure/playbooks/roles/mongo/tasks/main.yml",
"content": "---\n\n# https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/\n- block:\n - name: Import MongoDB public GPG Key\n apt_key:\n url: https://www.mongodb.org/static/pgp/server-4.2.asc\n - na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 606,
"all_permissive": false
} |
ansible_role | imfht/flaskapps | d6fc9b7e32d7dc6b493c269b8ccbaa6ee2d690c1 | 14 | pepy-master/infrastructure/playbooks/roles/nginx | 1,579 | [
"no_license"
] | [
{
"path": "pepy-master/infrastructure/playbooks/roles/nginx/defaults/main.yml",
"content": "---\n\nnginx_server_name: \"{{ domain_name }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "pepy-master/infrastructure/playbooks/roles/nginx/tasks/mai... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 893,
"all_permissive": false
} |
ansible_role | imfht/flaskapps | d6fc9b7e32d7dc6b493c269b8ccbaa6ee2d690c1 | 14 | pepy-master/infrastructure/playbooks/roles/web | 1,579 | [
"no_license"
] | [
{
"path": "pepy-master/infrastructure/playbooks/roles/web/tasks/install_dependencies.yml",
"content": "---\n- name: Upgrade pip and setup tools\n command: python3.8 -m pip install -U pip setuptools\n\n- name: Install pipenv\n command: python3.8 -m pip install pipenv\n\n- name: Install dependencies\n comm... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5428,
"all_permissive": false
} |
ansible_role | kjenney/rancher-playbook | 41dc7c6eb382b87e7c7b305011f4e9167ab0c894 | 0 | roles/rancher | 1,579 | [
"no_license"
] | [
{
"path": "roles/rancher/tasks/main.yml",
"content": "---\n\n- name: get public IP\n ipify_facts:\n when: not public_ip|default(False)\n\n- include: docker.yml\n tags: docker\n\n- include: server.yml\n tags: server\n when: type == 'server'\n\n- include: node.yml\n tags: node\n when: type == 'node'\n"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | absalon-james/cloud_snitch | f2dbe41d701bd2aab46a3797e27aa3222000fc4a | 1 | installation/local/roles/web_install | 1,579 | [
"permissive"
] | [
{
"path": "installation/local/roles/web_install/tasks/apache2.yml",
"content": "---\n- name: Apache - Install apache server\n apt:\n name: apache2\n tags:\n - apache\n\n- name: Apache - Install mod_wsgi\n apt:\n name: libapache2-mod-wsgi-py3\n tags:\n - apache\n\n- name: Apache - Self Signed... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 9390,
"all_permissive": true
} |
ansible_role | absalon-james/cloud_snitch | f2dbe41d701bd2aab46a3797e27aa3222000fc4a | 1 | installation/remote/roles/collector_install | 1,579 | [
"permissive"
] | [
{
"path": "installation/remote/roles/collector_install/tasks/main.yml",
"content": "---\n- name: Clone cloud_snitch git repo\n become: yes\n git:\n repo: \"{{ cloud_snitch_repo }}\"\n dest: \"{{ cloud_snitch_repo_dir }}\"\n\n- name: Install GitPython into ansible runtime venv\n become: yes\n pip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1599,
"all_permissive": true
} |
ansible_role | absalon-james/cloud_snitch | f2dbe41d701bd2aab46a3797e27aa3222000fc4a | 1 | syndication/roles/collect | 1,579 | [
"permissive"
] | [
{
"path": "syndication/roles/collect/tasks/main.yml",
"content": "---\n- name: Get Openstack Release Data\n openstack_release:\n register: osa_details\n\n- name: Run snitch collector - Newton +\n become: yes\n command: \"openstack-ansible snitch.yml\"\n environment:\n CLOUD_SNITCH_ENABLED: true\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2509,
"all_permissive": true
} |
ansible_role | absalon-james/cloud_snitch | f2dbe41d701bd2aab46a3797e27aa3222000fc4a | 1 | syndication/roles/sync | 1,579 | [
"permissive"
] | [
{
"path": "syndication/roles/sync/tasks/main.yml",
"content": "- name: Find all .tar.gz\n find:\n path: \"{{ cloud_snitch_data_dir }}\"\n file_type: file\n recurse: yes\n patterns: '*.tar.gz'\n register: dataarchives\n tags:\n - sync\n\n- name: Unarchive datarchives\n unarchive:\n src:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 948,
"all_permissive": true
} |
ansible_role | nleo/ansible-rails-nginx-postgres | b2160178a0c33c76701fb46834ae9d4ea31ebfe2 | 0 | roles/bash | 1,579 | [
"no_license"
] | [
{
"path": "roles/bash/tasks/main.yml",
"content": "---\n- name: bashrc defaults\n copy:\n src: \"{{role_path}}/files/bashrc-defaults.sh\"\n dest: /etc/profile.d/defaults.sh\n owner: root\n group: root\n mode: 0644\n- name: bashrc for root\n copy:\n src: \"{{role_path}}/files/bashrc\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 781,
"all_permissive": false
} |
ansible_role | nleo/ansible-rails-nginx-postgres | b2160178a0c33c76701fb46834ae9d4ea31ebfe2 | 0 | roles/common | 1,579 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Create deploy user\n user:\n name: \"{{deploy_user}}\"\n shell: /bin/bash\n- name: Set hostname\n hostname:\n name: \"{{app_name}}\"\n- name: install packages\n apt: name={{ item }} state=latest\n with_items:\n - libpq-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | nleo/ansible-rails-nginx-postgres | b2160178a0c33c76701fb46834ae9d4ea31ebfe2 | 0 | roles/deploy | 1,579 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/main.yml",
"content": "---\n- name: Synchronize code\n tags: deploy\n synchronize:\n src: \"{{playbook_dir}}/\"\n dest: \"{{app_path}}\"\n rsync_opts:\n # - \"--filter=':- .gitignore'\"\n - \"--del\"\n - \"--exclude=.git\"\n - \"--exclude=`ls-file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | nleo/ansible-rails-nginx-postgres | b2160178a0c33c76701fb46834ae9d4ea31ebfe2 | 0 | roles/passenger | 1,579 | [
"no_license"
] | [
{
"path": "roles/passenger/tasks/main.yml",
"content": "---\n- name: Add Phusion Passenger repository\n apt_repository:\n repo: deb https://oss-binaries.phusionpassenger.com/apt/passenger {{ansible_distribution_release}} main\n state: present\n- name: Add Phusion Passenger repository key\n apt_key:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1210,
"all_permissive": false
} |
ansible_role | nleo/ansible-rails-nginx-postgres | b2160178a0c33c76701fb46834ae9d4ea31ebfe2 | 0 | roles/postgresql | 1,579 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n- name: Add PostgreSQL repository\n apt_repository:\n repo: deb http://apt.postgresql.org/pub/repos/apt/ {{ansible_distribution_release}}-pgdg main\n state: present\n- name: Add PostgreSQL repository key\n apt_key:\n url: https://www.p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 659,
"all_permissive": false
} |
ansible_role | nleo/ansible-rails-nginx-postgres | b2160178a0c33c76701fb46834ae9d4ea31ebfe2 | 0 | roles/ruby | 1,579 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n- name: Add Brightbox ppa\n apt_repository:\n repo: 'ppa:brightbox/ruby-ng'\n- name: Install ruby\n apt:\n name: ruby{{ruby_version}}\n update_cache: yes\n- name: Install ruby dev\n apt:\n name: ruby{{ruby_version}}-dev\n update_cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 341,
"all_permissive": false
} |
ansible_role | nleo/ansible-rails-nginx-postgres | b2160178a0c33c76701fb46834ae9d4ea31ebfe2 | 0 | roles/ufw | 1,579 | [
"no_license"
] | [
{
"path": "roles/ufw/tasks/main.yml",
"content": "---\n- name: Allow ports\n ufw:\n rule: allow\n proto: tcp\n port: \"{{item}}\"\n with_items:\n - 22\n - 80\n - 443\n- name: Enable ufw\n ufw:\n state: enabled\n policy: deny\n\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 188,
"all_permissive": false
} |
ansible_role | bast1aan/ansible-lxcservers | eedd36499c3146a828f97cb7131972c1ed529577 | 0 | roles/common | 1,579 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "- name: Get status of /var/root\n stat:\n path: /var/root\n register: status_var_root\n tags: fs\n\n- name: Move /root to /var/root\n shell: mv /root /var/root; ln -s var/root /root\n when: not status_var_root.stat.exists\n tags: fs\n\n- name: Ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1431,
"all_permissive": false
} |
ansible_role | rinaa808/terans-bpmsoft | 9e444caae86672cac2e1bd8dc5b0d6ffd4af04aa | 0 | roles/app | 1,579 | [
"no_license"
] | [
{
"path": "roles/app/tasks/main.yml",
"content": "---\n# tasks file for app\n- name: Print password\n ansible.builtin.debug:\n var: db_password\n\n- name: \"Install packages\"\n apt: \"name={{ item }} state=present\"\n with_items:\n - apt-transport-https\n - rsyslog\n - libgdiplus\n - libc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 10563,
"all_permissive": false
} |
ansible_role | rinaa808/terans-bpmsoft | 9e444caae86672cac2e1bd8dc5b0d6ffd4af04aa | 0 | roles/database | 1,579 | [
"no_license"
] | [
{
"path": "roles/database/defaults/main.yml",
"content": "---\n# defaults file for database\napp_prefix: \"bpmsoft\"\napp_port: 5014\ndb_password: \"<PASSWORD>\"\nbackup_file: \"Constructor_1.2.0.3013.backup\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6158,
"all_permissive": false
} |
ansible_role | rinaa808/terans-bpmsoft | 9e444caae86672cac2e1bd8dc5b0d6ffd4af04aa | 0 | roles/redis | 1,579 | [
"no_license"
] | [
{
"path": "roles/redis/templates/redis.conf.j2",
"content": "# Redis configuration file example.\n#\n# Note that in order to read the configuration file, Redis must be\n# started with the file path as first argument:\n#\n# ./redis-server /path/to/redis.conf\n\n# Note on units: when memory size is needed, it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 86591,
"all_permissive": false
} |
ansible_role | 0xbadc0fee/ECE530-HW4 | bb62118ec3c531f144d536a22625266423b634c6 | 0 | roles/common | 1,579 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\ncopy_src: 'team.txt'\ncopy_dest: '/root/'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: copy user names file to shard host\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | 0xbadc0fee/ECE530-HW4 | bb62118ec3c531f144d536a22625266423b634c6 | 0 | roles/pause | 1,579 | [
"no_license"
] | [
{
"path": "roles/pause/tasks/main.yml",
"content": "- name: pause\n pause:\n seconds: \"{{ pause_seconds|default(30) }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 70,
"all_permissive": false
} |
ansible_role | 0xbadc0fee/ECE530-HW4 | bb62118ec3c531f144d536a22625266423b634c6 | 0 | roles/primary | 1,579 | [
"no_license"
] | [
{
"path": "roles/primary/tasks/main.yml",
"content": "--- \n- name: Pull default container image\n community.docker.docker_image:\n name: \"{{ default_container_image }}\"\n source: pull\n\n- name: Create {{ primary_container_count }} primary node container\n community.docker.docker_container:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 613,
"all_permissive": false
} |
ansible_role | 0xbadc0fee/ECE530-HW4 | bb62118ec3c531f144d536a22625266423b634c6 | 0 | roles/secondary | 1,579 | [
"no_license"
] | [
{
"path": "roles/secondary/defaults/main.yml",
"content": "---\nsecondary_container_count: 2\ndefault_container_name: secondary-mongo-\ndefault_container_image: mongo\ndefault_container_command: sleep 1d\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 141
},
{
"p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | tariqmahmoodPK/PrimeroICT-Unicef | ee668d6273c97bd96387866da8bfccfb1deb3f53 | 0 | ansible/roles/application-primero | 1,579 | [
"no_license"
] | [
{
"path": "ansible/roles/application-primero/tasks/main.yml",
"content": "---\n- name: 'Copy Primero deployment private SSH key to remote host'\n copy:\n dest: '/root/.ssh/primero_deployment_key'\n mode: 'u=rw,go='\n content: '{{ ssh_private_key }}'\n become: yes\n when: ssh_private_key is defin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2732,
"all_permissive": false
} |
ansible_role | DvaCode/K8s_Playbook | 70ad2138d9b53a42019341f75815c790a4788918 | 0 | roles/init_k8s | 1,439 | [
"no_license"
] | [
{
"path": "roles/init_k8s/tasks/deploy_calico.yml",
"content": "---\n# roles/init_k8s/tasks/deploy_calico.yml\n- name: Download Calico manifest\n get_url:\n url: https://raw.githubusercontent.com/projectcalico/calico/{{ Calico_version }}/manifests/calico.yaml\n dest: /tmp/calico.yaml\n\n- name: Apply... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1041,
"all_permissive": false
} |
ansible_role | DvaCode/K8s_Playbook | 70ad2138d9b53a42019341f75815c790a4788918 | 0 | roles/install_k8s | 1,439 | [
"no_license"
] | [
{
"path": "roles/install_k8s/tasks/install_container-d.yml",
"content": "---\n# roles/install_k8s/tasks/install_container-d.yml\n# Docker 저장소에 있는 containerd 설치\n- name: Install required packages for container runtime\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n update_cache... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3115,
"all_permissive": false
} |
ansible_role | Kefitass/UTNFRA_SO_Recu_2do_TP_Yanez | a7d6d397959d295af05e879988c9dccdab2db24c | 0 | 202411/ansible/roles/2PRecuperatorio | 1,439 | [
"no_license"
] | [
{
"path": "202411/ansible/roles/2PRecuperatorio/tasks/main.yml",
"content": "- name: Crear grupo GProfesores\n ansible.builtin.group:\n name: GProfesores\n state: present\n become: yes\n\n- name: Crear grupo GAlumnos\n ansible.builtin.group:\n name: GAlumnos\n state: present\n become: yes\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | Kefitass/UTNFRA_SO_Recu_2do_TP_Yanez | a7d6d397959d295af05e879988c9dccdab2db24c | 0 | 202411/ansible/roles/Crea_Carpetas_pyanez | 1,439 | [
"no_license"
] | [
{
"path": "202411/ansible/roles/Crea_Carpetas_pyanez/tasks/main.yml",
"content": "- name: Crear directorio /UTN/Alumno\n ansible.builtin.file:\n path: /UTN/Alumno\n state: directory\n mode: '0755'\n become: yes\n\n- name: Crear directorio /UTN/Profesor\n ansible.builtin.file:\n path: /UTN/Pro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 275,
"all_permissive": false
} |
ansible_role | tier4/AutowareArchitectureProposal.proj | fb128cc91674d449e76dd0e2e5652e523b3583ba | 667 | ansible/roles/autoware | 1,439 | [
"permissive"
] | [
{
"path": "ansible/roles/autoware/tasks/main.yml",
"content": "---\n- name: Autoware (install pip)\n apt:\n name: python3-pip\n state: latest\n update_cache: yes\n become: yes\n\n- name: Autoware (update rosdep)\n command: rosdep update\n become: yes\n\n- name: Autoware (rosdep install dependen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 766,
"all_permissive": true
} |
ansible_role | tier4/AutowareArchitectureProposal.proj | fb128cc91674d449e76dd0e2e5652e523b3583ba | 667 | ansible/roles/cuda | 1,439 | [
"permissive"
] | [
{
"path": "ansible/roles/cuda/tasks/main.yml",
"content": "---\n# https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=2004&target_type=debnetwork\n# sudo apt update && sudo apt install curl gnupg2 lsb-release\n- name: install software-properties... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1381,
"all_permissive": true
} |
ansible_role | tier4/AutowareArchitectureProposal.proj | fb128cc91674d449e76dd0e2e5652e523b3583ba | 667 | ansible/roles/libtorch | 1,439 | [
"permissive"
] | [
{
"path": "ansible/roles/libtorch/tasks/main.yml",
"content": "# for Ubuntu 20.04 / CUDA 11.1\n- name: LibTorch (download)\n when: cuda_version == '11.1'\n become: no\n command: gdown https://drive.google.com/u/0/uc?id=1eNh3F3xCQ4AMJEHtwb1dhshSyzWMjoc8 -O /tmp/libtorch.zip\n- name: LibTorch (unarchive)\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1003,
"all_permissive": true
} |
ansible_role | tier4/AutowareArchitectureProposal.proj | fb128cc91674d449e76dd0e2e5652e523b3583ba | 667 | ansible/roles/pacmod | 1,439 | [
"permissive"
] | [
{
"path": "ansible/roles/pacmod/tasks/pacmod.yml",
"content": "---\n- name: Install apt-transport-https\n apt:\n name: apt-transport-https\n state: present\n update_cache: yes\n become: yes\n\n- name: Add autonomoustuff-public.list\n file:\n path: /etc/apt/sources.list.d/autonomoustuff-public... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1269,
"all_permissive": true
} |
ansible_role | tier4/AutowareArchitectureProposal.proj | fb128cc91674d449e76dd0e2e5652e523b3583ba | 667 | ansible/roles/ros | 1,439 | [
"permissive"
] | [
{
"path": "ansible/roles/ros/defaults/main.yml",
"content": "---\nrosdistro: \"melodic\"\npackage: \"desktop-full\"\nrepository: \"http://packages.ros.org/ros/ubuntu\"\nkeyserver: \"hkp://keyserver.ubuntu.com:80\"\nkeyid: \"C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654\"\n",
"license_type": "permissive",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1542,
"all_permissive": true
} |
ansible_role | tier4/AutowareArchitectureProposal.proj | fb128cc91674d449e76dd0e2e5652e523b3583ba | 667 | ansible/roles/ros2 | 1,439 | [
"permissive"
] | [
{
"path": "ansible/roles/ros2/tasks/main.yml",
"content": "---\n# sudo apt update && sudo apt install curl gnupg2 lsb-release\n- name: ROS2 Install dependencies for setting up sources\n apt:\n name:\n - curl\n - gnupg2\n - lsb-release\n update_cache: yes\n become: yes\n\n# sudo curl -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2605,
"all_permissive": true
} |
ansible_role | tier4/AutowareArchitectureProposal.proj | fb128cc91674d449e76dd0e2e5652e523b3583ba | 667 | ansible/roles/tensorrt | 1,439 | [
"permissive"
] | [
{
"path": "ansible/roles/tensorrt/defaults/main.yml",
"content": "---\ntensorrt_version: \"7.2.1-1+cuda11.1\"\ncudnn_version: \"8.0.5.39-1+cuda11.1\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 78
},
{
"path": "ansible/roles/tensorrt/t... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1451,
"all_permissive": true
} |
ansible_role | Dalee/elk-playground | 317aa0cd8434514680450f22bcc524fa41050998 | 0 | build/ansible/roles/configure.vagrant | 1,439 | [
"no_license"
] | [
{
"path": "build/ansible/roles/configure.vagrant/templates/bash_profile.j2",
"content": "# {{ ansible_managed }}\ncd {{ project_root }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "build/ansible/roles/configure.vagrant/tasks/kibana.yml",
"... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 3647,
"all_permissive": false
} |
ansible_role | Smurf/k3s-cluster | 6bf33e2cef4cca63249b15de3f644b32381e99a5 | 0 | ansible/roles/cluster-config | 1,439 | [
"no_license"
] | [
{
"path": "ansible/roles/cluster-config/tasks/metallb.yaml",
"content": "- name: Configuring MetalLB\n when: metallb == true and inventory_hostname == groups['nodes'][0]\n block:\n - name: Apply metallb manifest\n ansible.builtin.shell:\n cmd: |\n kubectl apply -f https://raw.githubusercon... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3918,
"all_permissive": false
} |
ansible_role | Smurf/k3s-cluster | 6bf33e2cef4cca63249b15de3f644b32381e99a5 | 0 | ansible/roles/firewalld-init | 1,439 | [
"no_license"
] | [
{
"path": "ansible/roles/firewalld-init/tasks/main.yml",
"content": "- name: Gather service info\n ansible.builtin.service_facts:\n\n- name: Check for control_cidr\n ansible.builtin.set_fact:\n control_cidr_exists: (control_cidr is defined) and (control_cidr != \"\")\n\n- name: Enable IPv4 forwarding\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2106,
"all_permissive": false
} |
ansible_role | Smurf/k3s-cluster | 6bf33e2cef4cca63249b15de3f644b32381e99a5 | 0 | ansible/roles/le-staging-init | 1,439 | [
"no_license"
] | [
{
"path": "ansible/roles/le-staging-init/tasks/main.yml",
"content": "- name: Install LE staging certificate\n ansible.builtin.copy:\n src: le-staging-x1.pem\n dest: /etc/pki/ca-trust/source/anchors/le-staging-x1.pem\n owner: root\n group: root\n mode: 0644\n\n- name: Rebuild cert store\n a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | Smurf/k3s-cluster | 6bf33e2cef4cca63249b15de3f644b32381e99a5 | 0 | ansible/roles/nodes-init | 1,439 | [
"no_license"
] | [
{
"path": "ansible/roles/nodes-init/tasks/basic-cluster.yml",
"content": "- name: Initialize first node with no load balancer\n ansible.builtin.shell:\n cmd: |\n curl -sfL https://get.k3s.io | K3S_TOKEN={{ k3s_token }} sh -s - server \\\n --cluster-init\n when:\n - inventory_hostname == gr... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2727,
"all_permissive": false
} |
ansible_role | thecb4/VMLT-KC-Stack | 3cc14b228e49d4fbee844f9eb5dec8013fa8c784 | 0 | Servers/orchestration/roles/Orc | 1,439 | [
"no_license"
] | [
{
"path": "Servers/orchestration/roles/Orc/templates/tfvars.j2",
"content": "cluster_name = \"{{ terraform['%s' | format(env)].cluster_name }}\"\ncluster_region = \"{{ terraform['%s' | format(env)].cluster_region }}\"\nworker_size = \"{{ terraform['%s' | format(env)].node_size }}\"\nworker_count = {{ terraf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1133,
"all_permissive": false
} |
ansible_role | openstack/ironic | d264de34b05d3630d66f690db2ad5cedc8a9d02c | 518 | ironic/drivers/modules/ansible/playbooks/roles/clean | 1,439 | [
"permissive"
] | [
{
"path": "ironic/drivers/modules/ansible/playbooks/roles/clean/tasks/shred.yaml",
"content": "- name: clean block devices\n become: yes\n command: shred -f -z /dev/{{ item.key }}\n async: 3600\n poll: 30\n with_dict: \"{{ ansible_devices }}\"\n when:\n - item.value.host\n",
"license_type": "pe... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1827,
"all_permissive": true
} |
ansible_role | openstack/ironic | d264de34b05d3630d66f690db2ad5cedc8a9d02c | 518 | ironic/drivers/modules/ansible/playbooks/roles/configure | 1,439 | [
"permissive"
] | [
{
"path": "ironic/drivers/modules/ansible/playbooks/roles/configure/tasks/mounts.yaml",
"content": "- name: create tmp mount point for root\n file:\n state: directory\n path: \"{{ tmp_rootfs_mount }}\"\n\n- name: mount user image root\n become: yes\n command: mount {{ ironic_image_target }} {{ tmp_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2945,
"all_permissive": true
} |
ansible_role | openstack/ironic | d264de34b05d3630d66f690db2ad5cedc8a9d02c | 518 | ironic/drivers/modules/ansible/playbooks/roles/deploy | 1,439 | [
"permissive"
] | [
{
"path": "ironic/drivers/modules/ansible/playbooks/roles/deploy/tasks/write.yaml",
"content": "- name: convert and write\n become: yes\n command: qemu-img convert -f {{ ironic.image.disk_format }} -t directsync -O host_device /tmp/{{ inventory_hostname }}.img {{ ironic_image_target }}\n async: 1200\n p... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 7812,
"all_permissive": true
} |
ansible_role | openstack/ironic | d264de34b05d3630d66f690db2ad5cedc8a9d02c | 518 | ironic/drivers/modules/ansible/playbooks/roles/discover | 1,439 | [
"permissive"
] | [
{
"path": "ironic/drivers/modules/ansible/playbooks/roles/discover/tasks/main.yaml",
"content": "- import_tasks: roothints.yaml\n when: ironic.root_device_hints is defined\n\n- set_fact:\n ironic_root_device: /dev/{{ item.key }}\n loop: \"{{ ansible_devices | dict2items | sort(attribute='key') }}\"\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 672,
"all_permissive": true
} |
ansible_role | openstack/ironic | d264de34b05d3630d66f690db2ad5cedc8a9d02c | 518 | ironic/drivers/modules/ansible/playbooks/roles/prepare | 1,439 | [
"permissive"
] | [
{
"path": "ironic/drivers/modules/ansible/playbooks/roles/prepare/tasks/main.yaml",
"content": "- import_tasks: parted.yaml\n when: ironic.image.type | default('whole-disk') == 'partition'\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 93
},
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1963,
"all_permissive": true
} |
ansible_role | openstack/ironic | d264de34b05d3630d66f690db2ad5cedc8a9d02c | 518 | ironic/drivers/modules/ansible/playbooks/roles/shutdown | 1,439 | [
"permissive"
] | [
{
"path": "ironic/drivers/modules/ansible/playbooks/roles/shutdown/tasks/main.yaml",
"content": "- name: soft power off\n become: yes\n shell: sleep 5 && poweroff\n async: 1\n poll: 0\n ignore_errors: true\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 109,
"all_permissive": true
} |
ansible_role | kvadrage/altdemo-vagrant | 9f2a371f71965a6956f83c5653d07d6326e029b9 | 0 | oob-provision/roles/altdemo | 1,439 | [
"no_license"
] | [
{
"path": "oob-provision/roles/altdemo/tasks/main.yml",
"content": "- name: install apache2\n apt: name=apache2 state=present\n\n- name: update apache2 config\n copy: src=apache2.conf dest=/etc/apache2/sites-available/000-default.conf\n notify: restart apache2\n\n- name: update apache2 envvars\n copy: s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | kvadrage/altdemo-vagrant | 9f2a371f71965a6956f83c5653d07d6326e029b9 | 0 | oob-provision/roles/users | 1,439 | [
"no_license"
] | [
{
"path": "oob-provision/roles/users/tasks/main.yml",
"content": "- name: create admin user. Passwd is <PASSWORD>\n user: name=\"{{wbench_user}}\"\n password=\"{{<PASSWORD>}}\"\n update_password=on_create\n generate_ssh_key=\"{{create_key}}\"\n shell='/bin/bash'\n\n- name: set w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1121,
"all_permissive": false
} |
ansible_role | redhat-italy/innovation-workshop | d60edbf3318a3cb9a2a717765331d21e34037f79 | 2 | ops/ansible/roles/helm_application_install | 1,439 | [
"permissive"
] | [
{
"path": "ops/ansible/roles/helm_application_install/tasks/main.yaml",
"content": "---\n- name: Check if helm executable is available in the default path\n stat:\n path: /usr/local/bin/helm\n register: check_helm_binary\n\n- name: Include helm client configuration\n include_tasks: helm_client.yaml\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3170,
"all_permissive": true
} |
ansible_role | senestiangsf/ceph-ansible | 1d00c20f4e14a3d3cec3948a87d4ae6212118fec | 0 | roles/ceph-facts | 1,439 | [
"no_license"
] | [
{
"path": "roles/ceph-facts/tasks/set_radosgw_address.yml",
"content": "---\n- name: dashboard related tasks\n when: ceph_dashboard_call_item is defined\n block:\n - name: set current radosgw_address_block, radosgw_address, radosgw_interface from node \"{{ ceph_dashboard_call_item }}\"\n set_fact... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5458,
"all_permissive": false
} |
ansible_role | devopstf/httpd-docker | 89f790be0cb4e80b432c5118c5c9c89f19d0866e | 0 | ansible/roles/dockerize | 1,439 | [
"no_license"
] | [
{
"path": "ansible/roles/dockerize/tasks/main.yml",
"content": "---\r\n- name: Create docker_folder directory\r\n file: path={{ docker_folder }}/build state=directory\r\n \r\n- name: Copy Dockerfile\r\n copy:\r\n src: docker/Dockerfile\r\n dest: \"{{ docker_folder }}/build/Dockerfile\"\r\n \r\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2221,
"all_permissive": false
} |
ansible_role | devopstf/httpd-docker | 89f790be0cb4e80b432c5118c5c9c89f19d0866e | 0 | ansible/roles/httpd | 1,439 | [
"no_license"
] | [
{
"path": "ansible/roles/httpd/tasks/main.yml",
"content": "---\n- name: Create shared_config directory\n file: path={{ docker_folder }}/shared_config state=directory\n \n- name: Create conf.d directory\n file: path={{ docker_folder }}/shared_config/conf.d state=directory\n \n- name: Create apache_root_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 789,
"all_permissive": false
} |
ansible_role | shajiakhan/linux-basics-1 | fd76412237a2408db1b16471d3e1b7a9b03c5024 | 0 | roles/check-file-system-basics | 1,439 | [
"no_license"
] | [
{
"path": "roles/check-file-system-basics/tasks/check-ft1.yml",
"content": "---\n# basic file system tasks\n\n# Determine if a path exists and is a directory. Note that we need to test\n# both that p.stat.isdir actually exists, and also that it's set to true.\n- name: Preparing check for {{ ft1_file_name }... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3163,
"all_permissive": false
} |
ansible_role | shajiakhan/linux-basics-1 | fd76412237a2408db1b16471d3e1b7a9b03c5024 | 0 | roles/file-system-basics | 1,439 | [
"no_license"
] | [
{
"path": "roles/file-system-basics/tasks/main.yml",
"content": "---\n# basic file system tasks\n\n- name: Create directory {{ lab_dir_name }} under {{ ansible_user_dir }} directory\n file:\n path: \"{{ lab_dir_path }}\"\n state: directory\n\n- name: Set {{ lab_dir_path }} directory's mode to 0755\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1163,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/ceph_deploy | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/ceph_deploy/tasks/main.yaml",
"content": "---\n\n- name: Installation de ceph-deploy\n yum:\n name: ceph-deploy\n state: present\n\n- name: Creation du repertoire de ceph-deploy\n file:\n path: /opt/ceph-cluster \n state: directory\n\n- name: Script de deploiement pou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/ceph_gateway | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/ceph_gateway/tasks/main.yaml",
"content": "---\n\n- name: Create admin S3\n shell: radosgw-admin user create --uid=admins3 --display-name=\"Admin S3\"\n register: create_s3_admin\n run_once: true\n\n- name: Get S3 admin user info\n set_fact:\n s3_admin_info: \"{{ create_s3_a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/ceph_install | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/ceph_install/templates/ceph-fastcgi.repo.j2",
"content": "[fastcgi-ceph-basearch]\nname=FastCGI basearch packages for Ceph\nbaseurl=http://gitbuilder.ceph.com/mod_fastcgi-rpm-{{distro}}-x86_64-basic/ref/master\nenabled=1\npriority=2\ngpgcheck=1\ngpgkey=https://download.ceph.com/keys... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2628,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/consul_agent | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/consul_agent/tasks/main.yaml",
"content": "---\n\n- name: Configuration du consul agent\n template: \n src: consul_agent.json.j2\n dest: /etc/consul.d/consul_agent.json\n\n- name: Demarrage du service\n systemd:\n name: consul\n enabled: yes\n state: started\n\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 696,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/consul_install | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/consul_install/defaults/main.yaml",
"content": "---\nconsul_zip: consul_0.8.1_linux_amd64.zip\nconsul_version: 0.8.1\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "install/roles/consul_install/tasks/main.yaml",
"cont... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1337,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/consul_reload | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/consul_reload/tasks/main.yaml",
"content": "---\n\n- name: Demarrage du service\n systemd:\n name: consul\n enabled: yes\n state: restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 101,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/consul_server | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/consul_server/tasks/main.yaml",
"content": "---\n\n- name: Configuration du consul server\n template: \n src: consul_server.json.j2\n dest: /etc/consul.d/consul_server.json\n\n- name: Demarrage du service\n systemd:\n name: consul\n enabled: yes\n state: started\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 749,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/ditrit_common | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/ditrit_common/tasks/main.yaml",
"content": "---\n\n- name: Installation epel\n yum: \n name: epel-release\n state: present\n\n- name: Installation des prerequis ditrit \n yum: \n name: \"{{ item }}\"\n state: present\n with_items:\n - python-six\n - PyYAML\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 375,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/ditrit_managers | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/ditrit_managers/tasks/main.yaml",
"content": "---\n\n- name: Installation de Flask (server web pour l'API REST)\n yum: \n name: python-flask\n state: present\n\n- name: Installation modules python via pip\n pip: \n name: flask-restplus\n\n- name: Installation .py ditrit p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/ditrit_operations | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/ditrit_operations/tasks/main.yaml",
"content": "---\n\n- name: Installation .py ditrit pour les workers operations\n copy: \n src: \"{{ item }}\"\n dest: /usr/local/bin/\n with_items:\n - \"../../../ditrit/exec_operation.py\"\n - \"../../../ditrit/cache_csar.py\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 449,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/ditrit_workflows | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/ditrit_workflows/tasks/main.yaml",
"content": "---\n\n- name: Installation .py ditrit pour les workers de workflow\n copy: \n src: \"{{ item }}\"\n dest: /usr/local/bin/\n with_items:\n - \"../../../ditrit/exec_dworkflow.py\"\n - \"../../../ditrit/utils\"\n\n- name: In... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 414,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/elasticsearch_install | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/elasticsearch_install/tasks/main.yaml",
"content": "---\n\n- name: Installation du repository elasticsearch\n copy: \n src: elasticsearch.repo\n dest: /etc/yum.repos.d/\n\n- name: Copie de la clef elasticsearch\n copy: \n src: GPG-KEY-elasticsearch\n dest: /tmp/\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/elasticsearch_server | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/elasticsearch_server/tasks/main.yaml",
"content": "---\n\n- name: Set cluster name\n lineinfile: \n dest: /etc/elasticsearch/elasticsearch.yml\n regexp: '^cluster.name|#cluster.name'\n line: 'cluster.name = graylog'\n\n\n- name: Demarrage du service\n systemd:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 281,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/graylog_install | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/graylog_install/defaults/main.yaml",
"content": "---\ngraylog_repo_rpm: https://packages.graylog2.org/repo/packages/graylog-2.2-repository_latest.rpm\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "install/roles/graylo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/graylog_server | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/graylog_server/tasks/main.yaml",
"content": "---\n\n- name: Demarrage du service\n systemd:\n name: graylog-server.service\n enabled: yes\n state: started\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 115,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/lxc_containers | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/lxc_containers/tasks/main.yaml",
"content": "---\n- name: Container creation\n lxc_container:\n name: \"{{ item }}\"\n template: 'centos'\n state: 'stopped'\n template_options: --release 7\n container_config: \n - \"lxc.network.ipv4={{ hostvars[item]['ip'] }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3870,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/mongodb_install | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/mongodb_install/tasks/main.yaml",
"content": "---\n\n- name: Installation du repository mongodb\n copy: \n src: \"{{mongodb_repo}}\"\n dest: /etc/yum.repos.d/\n\n- name: Installation de mongodb\n yum:\n name: mongodb-org\n state: present\n\n",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | ditrit/workflows | 03156bbe6f3820420136369b69f62c76c206fea3 | 2 | install/roles/mongodb_server | 1,439 | [
"no_license"
] | [
{
"path": "install/roles/mongodb_server/tasks/main.yaml",
"content": "---\n\n- name: Demarrage du service\n systemd:\n name: mongod.service\n enabled: yes\n state: started\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 107,
"all_permissive": false
} |
ansible_role | xlanor/ansible-proxmox-host | fbfd6aacd87129d5f9194d69b8b518d79fe70d50 | 1 | roles/common | 1,519 | [
"no_license"
] | [
{
"path": "roles/common/tasks/03-remove-subscription-message.yaml",
"content": "- name: Remove subscription message from Proxmox VE\n shell: |\n sed -i.backup -z \"s/res === null || res === undefined || \\!res || res\\n\\t\\t\\t.data.status.toLowerCase() \\!== 'active'/false/g\" /usr/share/javascript/pr... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4233,
"all_permissive": false
} |
ansible_role | DimensionDataResearch/glider-gun-v2 | 4b31bc3e4cf8ad5bab7e50849e3622743e3cd559 | 1 | deploy/ansible/roles/expand-root-volume | 1,519 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/expand-root-volume/tasks/main.yml",
"content": "---\n- name: Ensure /dev/sda3 exists\n parted:\n device: /dev/sda\n number: 3\n state: present\n part_type: primary\n part_start: 0%\n part_end: 100%\n",
"license_type": "no_license",
"detected_license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 161,
"all_permissive": false
} |
ansible_role | DimensionDataResearch/glider-gun-v2 | 4b31bc3e4cf8ad5bab7e50849e3622743e3cd559 | 1 | deploy/ansible/roles/nfs-client | 1,519 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/nfs-client/defaults/main.yml",
"content": "---\n\n# The private IP of the NFS server\nnfs_server_ip: 192.168.5.30\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "deploy/ansible/roles/nfs-client/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 330,
"all_permissive": false
} |
ansible_role | DimensionDataResearch/glider-gun-v2 | 4b31bc3e4cf8ad5bab7e50849e3622743e3cd559 | 1 | deploy/ansible/roles/rancher-server | 1,519 | [
"no_license"
] | [
{
"path": "deploy/ansible/roles/rancher-server/defaults/main.yml",
"content": "rancher_version: 1.6.12\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "deploy/ansible/roles/rancher-server/tasks/main.yml",
"content": "---\n- name: install docke... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 462,
"all_permissive": false
} |
ansible_role | zkmcruz-tip/Activity-8-Containerization | 2d7707f610cdd3167ef8fc95332cb2aefaebd1c3 | 0 | roles/docker | 1,519 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n# tasks file for docker\n\n- name: Create the directory for docker\n file:\n path: docker\n state: directory\n- name: Copy contents of docker/ from host into client \n copy:\n src: docker/\n dest: docker/\n\n- name: Build the image for ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1021,
"all_permissive": false
} |
ansible_role | zkmcruz-tip/Activity-8-Containerization | 2d7707f610cdd3167ef8fc95332cb2aefaebd1c3 | 0 | roles/docker_centos | 1,519 | [
"no_license"
] | [
{
"path": "roles/docker_centos/handlers/main.yml",
"content": "---\n# handlers file for docker_centos\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "roles/docker_centos/defaults/main.yml",
"content": "---\n# defaults file for docker_centos\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | zkmcruz-tip/Activity-8-Containerization | 2d7707f610cdd3167ef8fc95332cb2aefaebd1c3 | 0 | roles/docker_ubuntu | 1,519 | [
"no_license"
] | [
{
"path": "roles/docker_ubuntu/tasks/main.yml",
"content": "---\n# tasks file for docker_ubuntu\n- name: Install aptitude using APT\n apt:\n name: aptitude\n state: latest\n update_cache: yes\n force_apt_get: yes\n\n- name: Install the dependencies for docker using APT\n apt:\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 804,
"all_permissive": false
} |
ansible_role | maheshadigopula/ansible | db1e14d715364f4bf90a1eecbeb8b6f0d8bf4295 | 0 | roles/catalogue | 1,519 | [
"no_license"
] | [
{
"path": "roles/catalogue/vars/main.yml",
"content": "APPUSER: roboshop\ncomponent: catalogue\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/catalogue/tasks/main.yml",
"content": "- name: Configuring NodeJS Repo\n ansible.builtin.she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1246,
"all_permissive": false
} |
ansible_role | maheshadigopula/ansible | db1e14d715364f4bf90a1eecbeb8b6f0d8bf4295 | 0 | roles/frontend | 1,519 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Install Nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: Download and extracting\n ansible.builtin.unarchive:\n src: https://github.com/stans-robot-project/frontend/archive/main.zip\n dest: /tmp\n remot... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | maheshadigopula/ansible | db1e14d715364f4bf90a1eecbeb8b6f0d8bf4295 | 0 | roles/mongodb | 1,519 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: Copying Mongodb repo\n ansible.builtin.copy:\n src: mongodb.repo\n dest: /etc/yum.repos.d/mongodb.repo\n\n- name: Install MongoDB\n ansible.builtin.package:\n name: mongodb-org\n state: present\n\n- name: Updating Mongodb conf\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | maheshadigopula/ansible | db1e14d715364f4bf90a1eecbeb8b6f0d8bf4295 | 0 | roles/mysql | 1,519 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: deploy mysql repo\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Install mySQL\n ansible.builtin.package:\n name: \n - mysql-community-server\n - MySQL-python\n state: present\n\n- n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2015,
"all_permissive": false
} |
ansible_role | maheshadigopula/ansible | db1e14d715364f4bf90a1eecbeb8b6f0d8bf4295 | 0 | roles/payment | 1,519 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yml",
"content": "- name: Installing python modules\n ansible.builtin.yum:\n name: \"{{item}}\"\n state: installed\n loop:\n - python3\n - gcc\n - python3-devel\n\n- name: Creating the user {{APPUSER}}\n ansible.builtin.user:\n name: \"{{APPUSER}}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1704,
"all_permissive": false
} |
ansible_role | maheshadigopula/ansible | db1e14d715364f4bf90a1eecbeb8b6f0d8bf4295 | 0 | roles/rabbitmq | 1,519 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/tasks/main.yml",
"content": "- name: Downloading RabbitMQ dependencies\n ansible.builtin.shell: curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash\n\n- name: Downloading YUM Repo\n ansible.builtin.shell: curl -s https://packagecloud.io/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | maheshadigopula/ansible | db1e14d715364f4bf90a1eecbeb8b6f0d8bf4295 | 0 | roles/redis | 1,519 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Copying Redis repo\n ansible.builtin.copy:\n src: redis.repo\n dest: /etc/yum.repos.d/redis.repo\n\n- name: Install Redis\n ansible.builtin.package:\n name: redis-6.2.13\n state: present\n\n- name: Updating {{component}} conf\n ansib... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | maheshadigopula/ansible | db1e14d715364f4bf90a1eecbeb8b6f0d8bf4295 | 0 | roles/shipping | 1,519 | [
"no_license"
] | [
{
"path": "roles/shipping/vars/main.yml",
"content": "component: shipping\nAPPUSER: roboshop",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: Installing Maven\n ansible.builtin.yum:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1214,
"all_permissive": false
} |
ansible_role | kzaag/mm-role | b684df65b1efefc74b01960bfb9ed73e4c3e96e1 | 0 | roles/mattermost | 1,519 | [
"no_license"
] | [
{
"path": "roles/mattermost/handlers/main.yml",
"content": "- name: docker-started\n service: name=docker state=started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 60
},
{
"path": "roles/mattermost/tasks/main.yml",
"content": "- name: packages\n become:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3194,
"all_permissive": false
} |
ansible_role | ryan-bunker/dotfiles | 3990ab86ed39853bd51d82ffb9611866d74bb301 | 0 | roles/aerospace | 1,519 | [
"permissive"
] | [
{
"path": "roles/aerospace/files/aerospace/aerospace.toml",
"content": "# Start AeroSpace at login\nstart-at-login = true\n\n# Set padding values\naccordion-padding = 30\ngaps.inner.horizontal = 10\ngaps.inner.vertical = 10\ngaps.outer.left = 10\ngaps.outer.bottom = 10\ngaps.outer.top = [\n # Ultrawides\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4781,
"all_permissive": true
} |
ansible_role | ryan-bunker/dotfiles | 3990ab86ed39853bd51d82ffb9611866d74bb301 | 0 | roles/ags | 1,519 | [
"permissive"
] | [
{
"path": "roles/ags/tasks/main.yml",
"content": "---\n- name: Install ags\n yay:\n name: aylurs-gtk-shell\n state: present\n\n- name: Configure ags\n ansible.builtin.file:\n src: \"{{ (role_path, 'files', 'ags') | path_join }}\"\n dest: \"{{ (config_dir, 'ags') | path_join }}\"\n state: li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 911,
"all_permissive": true
} |
ansible_role | ryan-bunker/dotfiles | 3990ab86ed39853bd51d82ffb9611866d74bb301 | 0 | roles/asdf | 1,519 | [
"permissive"
] | [
{
"path": "roles/asdf/tasks/main.yaml",
"content": "---\n- name: Install dependencies\n ansible.builtin.package:\n name: [curl, git]\n state: present\n\n- name: Checkout asdf\n ansible.builtin.git:\n repo: https://github.com/asdf-vm/asdf.git\n dest: \"{{ (ansible_user_dir, '.asdf') | path_join... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1018,
"all_permissive": true
} |
ansible_role | ryan-bunker/dotfiles | 3990ab86ed39853bd51d82ffb9611866d74bb301 | 0 | roles/avizo | 1,519 | [
"permissive"
] | [
{
"path": "roles/avizo/handlers/main.yml",
"content": "---\n- name: Reload avizo systemd\n ansible.builtin.systemd:\n name: avizo.service\n daemon_reload: true\n enabled: true\n scope: user\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 910,
"all_permissive": true
} |
ansible_role | ryan-bunker/dotfiles | 3990ab86ed39853bd51d82ffb9611866d74bb301 | 0 | roles/fuzzel | 1,519 | [
"permissive"
] | [
{
"path": "roles/fuzzel/files/fuzzel/fuzzel.ini",
"content": "dpi-aware=yes\n;icon-theme=Papirus-Dark\nwidth=25\nfont=Montserrat:size=10\nline-height=15\n;fields=name,generic,comment,categories,filename,keywords\n;terminal=alacritty\nprompt=\"❯ \"\nlayer=overlay\nlaunch-prefix=\"uwsm app -- \"\n\n[colors]... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 677,
"all_permissive": true
} |
ansible_role | ryan-bunker/dotfiles | 3990ab86ed39853bd51d82ffb9611866d74bb301 | 0 | roles/hyprland | 1,519 | [
"permissive"
] | [
{
"path": "roles/hyprland/tasks/main.yml",
"content": "---\n- name: Install hyprland\n become: true\n ansible.builtin.package:\n name: hyprland\n state: present\n\n- name: Install hyprland utilities\n yay:\n name:\n - hypridle-git\n # - hyprlock-git\n - catppuccin-cursors-macchiat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2330,
"all_permissive": true
} |
ansible_role | ryan-bunker/dotfiles | 3990ab86ed39853bd51d82ffb9611866d74bb301 | 0 | roles/kitty | 1,519 | [
"permissive"
] | [
{
"path": "roles/kitty/tasks/main.yml",
"content": "---\n- name: Install kitty (MacOS)\n community.general.homebrew_cask:\n name: kitty\n state: present\n when: ansible_distribution == 'MacOSX'\n\n- name: Configure kitty\n ansible.builtin.file:\n src: \"{{ (role_path, 'files', 'kitty') | path_jo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 321,
"all_permissive": true
} |
ansible_role | ryan-bunker/dotfiles | 3990ab86ed39853bd51d82ffb9611866d74bb301 | 0 | roles/neovim | 1,519 | [
"permissive"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n- name: Setup vars\n ansible.builtin.set_fact:\n neovim_source_dir: \"{{ (source_dir, 'neovim') | path_join }}\"\n\n- name: Install build prerequisites\n ansible.builtin.package:\n name: \"{{ pkgs[ansible_distribution] }}\"\n state: presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1441,
"all_permissive": true
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.