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
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/libvirt-setup-vm-image
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/libvirt-setup-vm-image/tasks/main.yaml", "content": "---\n\n- name: Create base QEMU image at the desired size\n shell:\n # chdir: \"{{ staging_dir }}\"\n cmd: \"qemu-img create -f qcow2 -o preallocation=metadata,cluster_size=2M {{ resized_base_qcow }} {{ resize...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 434, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/openshift-create-bridge
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-create-bridge/tasks/main.yaml", "content": "---\n\n- name: Apply Node Network Configuration Policy yaml\n community.kubernetes.k8s:\n state: present\n definition: \"{{ lookup('template', 'bridge-nncp.yaml') }}\"", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/openshift-download-artifacts
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-download-artifacts/tasks/main.yaml", "content": "---\n\n- name: Define temp dir for downloading artifacts\n set_fact:\n artifact_download_dir: \"{{ staging_dir }}/temp\"\n\n- name: Create artifacts folder\n file:\n state: directory\n path: \"{{ art...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1297, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/openshift-iginition-bootstrap-upload-to-webserver
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-iginition-bootstrap-upload-to-webserver/tasks/main.yaml", "content": "---\n\n- name: Create http folder for cluster\n file:\n state: directory\n path: \"{{ http_file_server_path }}\"\n\n- name: copy bootstarp.ign to http folder\n copy:\n src: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/openshift-iginition-create
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-iginition-create/tasks/main.yaml", "content": "---\n- name: '{{ konductor.plugin }} | Create Ignition Config(s)'\n command:\n argv: |\n {{ dir.bin }}/openshift-install create ignition-configs --dir {{ ocp_install_dir }}\n args:\n chdir: \"{{ dir....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/openshift-iginition-update
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-iginition-update/tasks/main.yaml", "content": "---\n- name: copy bootstrap pointer ign to ocp install folder\n template: \n src: bootstrap-pointer.ign\n dest: \"{{ bootstrap_ign }}\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/openshift-install-time-operations
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-install-time-operations/tasks/main.yaml", "content": "---\n\n- name: Wait for bootstrap completion\n shell:\n cmd: \"{{ staging_dir }}/openshift-install wait-for bootstrap-complete --dir {{ ocp_install_dir }}\"\n\n\n- name: Approve certs\n vars: \n wo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 610, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/openshift-ocs-install
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-ocs-install/tasks/main.yaml", "content": "---\n\n- name: Label Worker Nodes\n shell: |\n oc label node worker1 cluster.ocs.openshift.io/openshift-storage=''\n oc label node worker2 cluster.ocs.openshift.io/openshift-storage=''\n oc label node worker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3570, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/openshift-show-admin-credentials
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-show-admin-credentials/tasks/main.yaml", "content": "---\n\n- name: Get kubeadmin password\n shell:\n cmd: \"cat {{ ocp_install_dir }}/auth/kubeadmin-password\"\n register: kubeadmin_pass\n\n- name: Show kubeadmin password\n debug: \n msg: \n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 334, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/openshift-virt-install
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-virt-install/tasks/main.yaml", "content": "---\n\n- name: Apply OpenShift Virtualization NS and OG yaml\n community.kubernetes.k8s:\n state: present\n definition: \"{{ lookup('template', '01-cnv-ns-og.yaml') }}\"\n\n- name: sleep for 5 seconds\n wait_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1338, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/openshift-virt-uninstall
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/openshift-virt-uninstall/tasks/main.yaml", "content": "---\n\n- name: Delete hyperconverged cluster yaml\n community.kubernetes.k8s:\n state: absent\n definition: \"{{ lookup('template', '03-cnv-hc.yaml') }}\"\n\n- name: sleep for 30 seconds\n wait_for:\n ti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 668, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/ozone-deploy-vm
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/ozone-deploy-vm/tasks/main.yaml", "content": "---\n\n- name: Apply vm yaml\n community.kubernetes.k8s:\n state: present\n definition: \"{{ lookup('template', 'rhcos-vm.yaml') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6103, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/ozone-destroy-cluster
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/ozone-destroy-cluster/tasks/main.yaml", "content": "---\n\n- name: Delete O^3 VMs\n shell:\n cmd: \"oc delete vm --all -n {{ ocp_cluster_name }}\"\n\n- name: Wait until virt launcher pods are teminated\n shell:\n cmd: \"oc delete pod --all --wait=true -n {{ ocp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
usrbinkat/qubo
72153193c1888fe1559e4329eecf03bb5281afbb
0
src/ansible/playbooks/roles/ozone-setup-project-on-infra-ocp
8,181
[ "no_license" ]
[ { "path": "src/ansible/playbooks/roles/ozone-setup-project-on-infra-ocp/templates/namespace.yaml", "content": "apiVersion: v1\nkind: Namespace\nmetadata:\n name: {{ ocp_cluster_name }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "src/ansible/pl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1412, "all_permissive": false }
ansible_role
DATA-DOG/symfony-force
bbb8b070acdd2446e16672c2e491ff67a10fc3b6
10
ansible/roles/frontend
8,181
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "---\n- name: ensure shared directories\n file: dest={{ shared }}/{{ item }} state=directory\n with_items:\n - logs\n tags: [ frontend ]\n\n- name: limit stored releases and builds by removing oldest\n shell: \"ls -1dt {{ item.dir }}/* | t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2907, "all_permissive": false }
ansible_role
DATA-DOG/symfony-force
bbb8b070acdd2446e16672c2e491ff67a10fc3b6
10
ansible/roles/mysql
8,181
[ "no_license" ]
[ { "path": "ansible/roles/mysql/templates/my.cnf.j2", "content": "[client]\nuser=root\npassword={{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: install MySQL\n yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1056, "all_permissive": false }
ansible_role
DATA-DOG/symfony-force
bbb8b070acdd2446e16672c2e491ff67a10fc3b6
10
ansible/roles/nginx
8,181
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf.j2", "content": "user {{ user }};\nworker_processes 2; # number of cpus * 2\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n include /etc/nginx/mime.types;\n default...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3426, "all_permissive": false }
ansible_role
DATA-DOG/symfony-force
bbb8b070acdd2446e16672c2e491ff67a10fc3b6
10
ansible/roles/php-fpm
8,181
[ "no_license" ]
[ { "path": "ansible/roles/php-fpm/tasks/main.yml", "content": "---\n- name: ensure remi repo is enabled\n ini_file: dest=/etc/yum.repos.d/remi.repo section=remi option=enabled value=1\n tags: [ php ]\n\n- name: ensure php56 remi repo is enabled\n ini_file: dest=/etc/yum.repos.d/remi.repo section=remi-php5...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3128, "all_permissive": false }
ansible_role
DATA-DOG/symfony-force
bbb8b070acdd2446e16672c2e491ff67a10fc3b6
10
ansible/roles/redis
8,181
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "---\n- name: install redis\n yum: name=redis state=latest\n tags: [ redis ]\n\n- name: ensure redis is started\n service: name=redis enabled=yes state=started\n tags: [ redis ]\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
DATA-DOG/symfony-force
bbb8b070acdd2446e16672c2e491ff67a10fc3b6
10
ansible/roles/skel
8,181
[ "no_license" ]
[ { "path": "ansible/roles/skel/tasks/main.yml", "content": "---\n- name: ensure app directories\n file: dest={{ item }} state=directory owner={{ user }} group={{ user }} mode=0755\n with_items:\n - \"{{ app }}\"\n - \"{{ releases }}\"\n - \"{{ current }}\"\n - \"{{ shared }}\"\n tags: [ skel ]...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 234, "all_permissive": false }
ansible_role
DATA-DOG/symfony-force
bbb8b070acdd2446e16672c2e491ff67a10fc3b6
10
ansible/roles/supervisor
8,181
[ "no_license" ]
[ { "path": "ansible/roles/supervisor/tasks/main.yml", "content": "---\n- name: install supervisor\n yum: name=supervisor state=latest\n tags: [ supervisor ]\n\n- name: ensure supervisord is started\n service: name=supervisord enabled=yes state=started\n tags: [ supervisor ]\n\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
DATA-DOG/symfony-force
bbb8b070acdd2446e16672c2e491ff67a10fc3b6
10
ansible/roles/user
8,181
[ "no_license" ]
[ { "path": "ansible/roles/user/tasks/main.yml", "content": "---\n- name: ensure user is present\n user: name={{ user }} shell=/bin/bash comment=\"{{ app }} user\" state=present\n tags: [ user ]\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/awscli
8,181
[ "no_license" ]
[ { "path": "roles/awscli/tasks/main.yml", "content": "- name: pip install\n pip:\n name: \"{{ item.name }}\"\n state: \"{{ item.state | default(None) or omit }}\"\n version: \"{{ item.version | default(None) or omit }}\"\n extra_args: \"{{ item.extra_args | default(None) or omit }}\"\n execut...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 992, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/bcompare
8,181
[ "no_license" ]
[ { "path": "roles/bcompare/defaults/main.yml", "content": "---\n\nbcompare:\n repository: https://www.scootersoftware.com/bcompare-4.3.4.24657_amd64.deb\n temp_file: /tmp/download-bcompare.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path": "rol...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 603, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/certbot
8,181
[ "no_license" ]
[ { "path": "roles/certbot/tasks/main.yml", "content": "---\n\n- name: apt-add-repository\n apt_repository:\n repo: \"{{ item.repo }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"absent\", repo: \"ppa:certbot/certbot\" }\n\n- name: apt install\n apt:\n name: \"{{ item.name }}\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 757, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/chrome
8,181
[ "no_license" ]
[ { "path": "roles/chrome/tasks/main.yml", "content": "---\n\n- name: apt-key add\n apt_key:\n url: \"{{ item.url }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"present\", url: \"https://dl-ssl.google.com/linux/linux_signing_key.pub\" }\n\n- name: apt-add-repository\n apt_reposito...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2870, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/desktop-app
8,181
[ "no_license" ]
[ { "path": "roles/desktop-app/tasks/main.yml", "content": "---\n\n- name: apt install\n apt:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"present\", name: \"snapd\" }\n\n- name: snap install\n snap:\n name: \"{{ item.name }}\"\n state: \"{{ item.sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/desktop-preferences
8,181
[ "no_license" ]
[ { "path": "roles/desktop-preferences/tasks/main.yml", "content": "---\n# Run this commands to get make a diff of settings\n# gsettings list-recursively > original.txt\n# diff <(cat original.txt) <(gsettings list-recursively)\n\n# - name: Install Unity tweak tool\n# apt: pkg=unity-tweak-tool state=late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2254, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/docker
8,181
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "docker:\n start: false\n service_enabled: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/docker/tasks/main.yml", "content": "---\n\n# https://docs.docker.com/install/linux...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1037, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/dotnet
8,181
[ "no_license" ]
[ { "path": "roles/dotnet/defaults/main.yml", "content": "---\n\ndotnet:\n temp_file: /tmp/packages-microsoft-prod.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/dotnet/tasks/main.yml", "content": "---\n\n- name: dpkg -W\n command:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1634, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/emacs
8,181
[ "no_license" ]
[ { "path": "roles/emacs/tasks/main.yml", "content": "---\n\n- name: apt-add-repository\n apt_repository:\n repo: \"{{ item.repo }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"present\", repo: \"ppa:kelleyk/emacs\" }\n\n- name: apt install\n apt:\n name: \"{{ item.name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/homeshick
8,181
[ "no_license" ]
[ { "path": "roles/homeshick/tasks/main.yml", "content": "---\n\n# https://github.com/andsens/homeshick\n- name: git clone\n git:\n repo: 'https://github.com/andsens/homeshick.git'\n dest: \"{{ ansible_env.HOME }}/.homesick/repos/homeshick\"\n become_user: \"{{ ansible_env.USER }}\"\n\n- name: update ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 998, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/java-openjdk
8,181
[ "no_license" ]
[ { "path": "roles/java-openjdk/tasks/main.yml", "content": "---\n\n- name: apt install\n apt:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"latest\", name: \"default-jdk\" }\n - { state: \"latest\", name: \"default-jre-headless\" }\n - { state: \"late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 308, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/java-oracle
8,181
[ "no_license" ]
[ { "path": "roles/java-oracle/tasks/main.yml", "content": "---\n\n- name: apt-add-repository\n apt_repository:\n repo: \"{{ item.repo }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"present\", repo: \"ppa:linuxuprising/java\" }\n\n# - name: accept license\n# debconf: name='oracle...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 852, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/locales
8,181
[ "no_license" ]
[ { "path": "roles/locales/tasks/main.yml", "content": "---\n\n- name: Configure locales\n lineinfile: dest=/var/lib/locales/supported.d/local regexp=\"{{ item }}\" line=\"{{ item }}\" create=\"yes\"\n notify:\n - Generate locales\n loop:\n - \"{{ locale }} UTF-8\"\n\n- name: Set localtime (/etc/loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 636, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/mariadb
8,181
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n\n# https://computingforgeeks.com/how-to-install-mariadb-on-ubuntu/\n- name: apt-key add\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: \"0<KEY>\"\n\n- name: add-apt-repository\n apt_repository:\n repo: \"{{ item.repo }}\"\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2765, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/memcached
8,181
[ "no_license" ]
[ { "path": "roles/memcached/handlers/main.yml", "content": "---\n- name: service restart\n service:\n name: memcached\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/memcached/defaults/main.yml", "content": "mem...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 498, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/mitmproxy
8,181
[ "no_license" ]
[ { "path": "roles/mitmproxy/tasks/main.yml", "content": "---\n\n- name: pip install\n pip:\n name: \"{{ item.name }}\"\n state: \"{{ item.state | default(None) or omit }}\"\n version: \"{{ item.version | default(None) or omit }}\"\n extra_args: \"{{ item.extra_args | default(None) or omit }}\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 581, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/mongodb
8,181
[ "no_license" ]
[ { "path": "roles/mongodb/defaults/main.yml", "content": "mongodb:\n version: \"4.2\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/mongodb/tasks/main.yml", "content": "---\n\n# https://docs.mongodb.com/manual/tutorial/install-mongo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 623, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/multilingual
8,181
[ "no_license" ]
[ { "path": "roles/multilingual/tasks/main.yml", "content": "---\n- name: apt install\n apt:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"latest\", name: \"hunspell-en-us\" }\n - { state: \"latest\", name: \"language-pack-en\" }\n - { state: \"latest\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1536, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/nautilus-plugins
8,181
[ "no_license" ]
[ { "path": "roles/nautilus-plugins/tasks/main.yml", "content": "---\n\n- name: apt install\n apt:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"latest\", name: \"nautilus-compare\" }\n - { state: \"latest\", name: \"nautilus-wipe\" }\n\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 206, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/neofetch
8,181
[ "no_license" ]
[ { "path": "roles/neofetch/tasks/main.yml", "content": "- name: apt install\n apt:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"latest\", name: \"neofetch\" }\n\n- name: update .bashrc\n blockinfile:\n marker: \"# {mark} ANSIBLE MANAGED BLOCK - neofetc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/nodejs
8,181
[ "no_license" ]
[ { "path": "roles/nodejs/tasks/main.yml", "content": "---\n\n- name: apt-key add\n apt_key:\n url: \"{{ item.url }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"present\", url: \"https://deb.nodesource.com/gpgkey/nodesource.gpg.key\" }\n\n- name: apt-add-repository\n apt_repositor...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 992, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/nvm
8,181
[ "no_license" ]
[ { "path": "roles/nvm/defaults/main.yml", "content": "---\n\nnvm:\n repository: \"https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/nvm/tasks/main.yml", "content": "---\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1130, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/packages
8,181
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "- name: apt install command line\n apt:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"latest\", name: \"colordiff\" }\n - { state: \"latest\", name: \"cowsay\" }\n - { state: \"latest\", name: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3295, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/remmina
8,181
[ "no_license" ]
[ { "path": "roles/remmina/tasks/main.yml", "content": "---\n\n- name: apt-add-repository\n apt_repository:\n repo: \"{{ item.repo }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"present\", repo: \"ppa:remmina-ppa-team/remmina-next\" }\n\n- name: apt install\n apt:\n name: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/sdkman
8,181
[ "no_license" ]
[ { "path": "roles/sdkman/tasks/main.yml", "content": "---\n\n- name: is installed\n become: no\n stat:\n path: '{{ ansible_env.HOME }}/.sdkman'\n register: is_installed\n\n- name: wget\n get_url:\n url: \"https://get.sdkman.io\"\n dest: \"/tmp/download-sdkman.sh\"\n mode: \"a+x\"\n when: i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1894, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/ssh
8,181
[ "no_license" ]
[ { "path": "roles/ssh/defaults/main.yml", "content": "---\n\nssh:\n start: false\n service_enabled: true\n password_auth: <PASSWORD>\n root_login: false\n port_enabled: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/ssh/tasks/ma...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1104, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/starship
8,181
[ "no_license" ]
[ { "path": "roles/starship/defaults/main.yml", "content": "---\n\nstarship:\n repository: \"https://starship.rs/install.sh\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 62 }, { "path": "roles/starship/tasks/main.yml", "content": "---\n\n- name: apt instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 729, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/terminator
8,181
[ "no_license" ]
[ { "path": "roles/terminator/tasks/main.yml", "content": "---\n\n- name: apt install\n apt:\n name: \"{{ item.name }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"latest\", name: \"terminator\" }\n\n- name: config directory\n file:\n path: ~/.config/terminator\n state: direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
canonw/ansible-provision-ubuntu
99132895085f2f4aa7b2129b94ff47aa320f9b33
0
roles/vscode
8,181
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n\n- name: apt-key add\n apt_key:\n url: \"{{ item.url }}\"\n state: \"{{ item.state }}\"\n with_items:\n - { state: \"present\", url: \"https://packages.microsoft.com/keys/microsoft.asc\" }\n\n- name: apt-add-repository\n apt_repository:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1103, "all_permissive": false }
ansible_role
mijinko17/dotfiles-wsl
ac438f21bb3cb684ca6361de5223163e23e08dc2
0
playbook/roles/docker
8,181
[ "no_license" ]
[ { "path": "playbook/roles/docker/tasks/main.yml", "content": "- name: install dependencies\n become: true\n ansible.builtin.apt:\n name: '{{ item }}'\n loop:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
andrewnazarov/ansible-squidproxy
6f57dca6774f435d9bfbe0fcdc089c60dfc7f505
0
roles/squid3
8,181
[ "no_license" ]
[ { "path": "roles/squid3/handlers/main.yml", "content": "---\n# handlers file for squid3\n\n- name: Restart Squid3\n service: name={{ squid3_daemon }} state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/squid3/tasks...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 573, "all_permissive": false }
ansible_role
andrewnazarov/ansible-squidproxy
6f57dca6774f435d9bfbe0fcdc089c60dfc7f505
0
roles/squidclient
8,181
[ "no_license" ]
[ { "path": "roles/squidclient/tasks/main.yml", "content": "---\n# tasks file for squidclient\n\n- name: Install Squid Client\n apt: pkg={{ squidclient_package }} state=installed update_cache=true\n\n- stat: path={{ zabbixagent_conf }}\n register: zabbixagentconfig_file\n \n- name: Insert strings to Zabb...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3338, "all_permissive": false }
ansible_role
andrewnazarov/ansible-squidproxy
6f57dca6774f435d9bfbe0fcdc089c60dfc7f505
0
roles/squidguard
8,181
[ "no_license" ]
[ { "path": "roles/squidguard/handlers/main.yml", "content": "---\n# handlers file for squidguard\n\n- name: Restart Squid3\n service: name={{ squid3_daemon }} state=restarted enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/squi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1175, "all_permissive": false }
ansible_role
islamsamy214/udapeople_devops_final_project
4df75128a2c7cbb7fde855a319116df0682eb49f
0
.circleci/ansible/roles/configure-server
8,183
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: remove dependencies that are no longer required\n become: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 457, "all_permissive": false }
ansible_role
islamsamy214/udapeople_devops_final_project
4df75128a2c7cbb7fde855a319116df0682eb49f
0
.circleci/ansible/roles/deploy
8,183
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "- name: Creates directory\n file:\n path: ~/backend-app\n state: directory\n\n- name: move the zipped artifact into the EC2 instance\n unarchive:\n src: \"artifact.tar.gz\"\n dest: \"~/backend-app/\"\n\n- name: Executing no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 630, "all_permissive": false }
ansible_role
atul-ram/example3
c84d1659045dc0da8e2d7b3ac2b0a1d30edda06e
0
roles/common
8,183
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install ntp\n yum: name=ntp state=present\n tags: ntp\n\n- name: Install common dependencies\n yum: name={{ item }} state=installed\n with_items:\n - libselinux-python\n - libsemanage-python\n - firewalld\n- name: Start the ntp serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 522, "all_permissive": false }
ansible_role
syaghoubi00/ansible-collection-homelab
947279bed4fecae88209c193b0e1610038421ac0
0
roles/kea
8,183
[ "no_license" ]
[ { "path": "roles/kea/tasks/main.yaml", "content": "- name: Include OS-specific vars\n ansible.builtin.include_vars: \"{{ lookup('ansible.builtin.first_found', params) }}\"\n vars:\n params:\n files:\n - \"{{ ansible_distribution }}.yaml\"\n - \"{{ ansible_os_family }}.yaml\"\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1025, "all_permissive": false }
ansible_role
blake-hamm/bhamm-lab
5843d20f38557215ebf859216a71efe8c2e01301
16
ansible/roles/bootstrap
8,183
[ "no_license" ]
[ { "path": "ansible/roles/bootstrap/tests/test.yml", "content": "- name: Test bootstrap\n hosts: localhost\n remote_user: root\n roles:\n - bootstrap\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "ansible/roles/bootstrap/defaults/main.yml",...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8089, "all_permissive": false }
ansible_role
blake-hamm/bhamm-lab
5843d20f38557215ebf859216a71efe8c2e01301
16
ansible/roles/k3s
8,183
[ "no_license" ]
[ { "path": "ansible/roles/k3s/tasks/argocd.yml", "content": "- name: Add ArgoCD Helm chart repository\n kubernetes.core.helm_repository:\n name: argo\n repo_url: https://argoproj.github.io/argo-helm\n state: present\n- name: Create Argocd namespace\n kubernetes.core.k8s:\n kubeconfig: /etc/ranc...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 13487, "all_permissive": false }
ansible_role
blake-hamm/bhamm-lab
5843d20f38557215ebf859216a71efe8c2e01301
16
ansible/roles/network
8,183
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/nic.yml", "content": "- name: Ensure ethtool is installed\n ansible.builtin.apt:\n name: ethtool\n state: present\n- name: Enable NIC offload features\n ansible.builtin.command: |\n ethtool -K {{ nic_name }} tso on gso on gro on lro on tx on rx on\n changed...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4979, "all_permissive": false }
ansible_role
blake-hamm/bhamm-lab
5843d20f38557215ebf859216a71efe8c2e01301
16
ansible/roles/opnsense
8,183
[ "no_license" ]
[ { "path": "ansible/roles/opnsense/defaults/main.yml", "content": "opnsense_vlan_interface: lagg1\nopnsense_interface_map:\n - name: LAN\n interface: lan\n address: \"10.0.9.1\"\n subnet: \"10.0.9.0/24\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4773, "all_permissive": false }
ansible_role
blake-hamm/bhamm-lab
5843d20f38557215ebf859216a71efe8c2e01301
16
ansible/roles/proxmox
8,183
[ "no_license" ]
[ { "path": "ansible/roles/proxmox/tasks/ceph.yml", "content": "- name: Check if device or partitions are mounted\n ansible.builtin.shell: |\n lsblk -no MOUNTPOINT \"{{ ceph_device }}\"\n register: lsblk_mount_check\n changed_when: false\n- name: Fail if device is mounted\n ansible.builtin.fail:\n m...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4706, "all_permissive": false }
ansible_role
blake-hamm/bhamm-lab
5843d20f38557215ebf859216a71efe8c2e01301
16
ansible/roles/security
8,183
[ "no_license" ]
[ { "path": "ansible/roles/security/tasks/main.yml", "content": "# tasks file for ansible/roles/security\n- name: Run pre tasks\n ansible.builtin.include_tasks: pre.yml\n- name: Update and upgrade packages\n ansible.builtin.package:\n upgrade: true\n update_cache: true\n cache_valid_time: 86400 # O...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3944, "all_permissive": false }
ansible_role
hubvu/minimal-centos-ansible
260d533ce2fa20207243c5eccabd4642bbbdc282
0
roles/minimal_centos
8,183
[ "no_license" ]
[ { "path": "roles/minimal_centos/vars/main.yml", "content": "---\n# vars file for minimal_centos", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/minimal_centos/tasks/main.yml", "content": "---\n# tasks file for minimal_centos\n\n# ===\n# h...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 915, "all_permissive": false }
ansible_role
TorchAIKC/ansible-dc-meetup-2015-03-25
3cb07b5f24579ac8aa5760da79ec46b8ae2e8acb
4
roles/common
8,183
[ "no_license" ]
[ { "path": "roles/common/tasks/knock.yml", "content": "---\n- name: knock\n sudo: no\n local_action: command /usr/local/bin/knock -d 30 {{inventory_hostname}} {{knock_sequence | join(' ')}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "roles/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 512, "all_permissive": false }
ansible_role
TorchAIKC/ansible-dc-meetup-2015-03-25
3cb07b5f24579ac8aa5760da79ec46b8ae2e8acb
4
roles/digital_ocean_topology
8,183
[ "no_license" ]
[ { "path": "roles/digital_ocean_topology/tasks/main.yml", "content": "---\n- name: provision droplets\n register: droplets\n digital_ocean:\n state: present\n name: ansible-meetup-{{item}}\n unique_name: true\n region_id: '{{ digital_ocean_region_id }}'\n size_id: '{{ digital_ocean_size_id }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 766, "all_permissive": false }
ansible_role
TorchAIKC/ansible-dc-meetup-2015-03-25
3cb07b5f24579ac8aa5760da79ec46b8ae2e8acb
4
roles/google_compute_instances
8,183
[ "no_license" ]
[ { "path": "roles/google_compute_instances/tasks/main.yml", "content": "---\n- name: Provision instances\n register: gce_instances\n gce:\n state: active\n instance_names: mesos-{{item}}\n zone: '{{ google_zone }}'\n machine_type: '{{ google_machine_type }}'\n image: '{{ google_image }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1160, "all_permissive": false }
ansible_role
TorchAIKC/ansible-dc-meetup-2015-03-25
3cb07b5f24579ac8aa5760da79ec46b8ae2e8acb
4
roles/google_compute_network
8,183
[ "no_license" ]
[ { "path": "roles/google_compute_network/tasks/main.yml", "content": "---\n- name: create network\n register: gce_network\n gce_net:\n state: present\n name: privatenet\n ipv4_range: '{{ gce_network_cidr }}'\n project_id: \"{{ google_project_id }}\"\n service_account_email: \"{{ google_proje...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1379, "all_permissive": false }
ansible_role
TorchAIKC/ansible-dc-meetup-2015-03-25
3cb07b5f24579ac8aa5760da79ec46b8ae2e8acb
4
roles/knockd
8,183
[ "no_license" ]
[ { "path": "roles/knockd/handlers/main.yml", "content": "---\n- name: restart knockd\n service:\n name: knockd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/knockd/tasks/main.yml", "content": "---\n- name: Ens...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 471, "all_permissive": false }
ansible_role
TorchAIKC/ansible-dc-meetup-2015-03-25
3cb07b5f24579ac8aa5760da79ec46b8ae2e8acb
4
roles/mesos-master
8,183
[ "no_license" ]
[ { "path": "roles/mesos-master/handlers/main.yml", "content": "---\n- name: restart zookeeper\n service:\n state: restarted\n name: zookeeper\n\n- name: restart mesos-master\n service:\n state: restarted\n name: mesos-master\n\n- name: restart marathon\n service:\n state: restarted\n nam...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2082, "all_permissive": false }
ansible_role
TorchAIKC/ansible-dc-meetup-2015-03-25
3cb07b5f24579ac8aa5760da79ec46b8ae2e8acb
4
roles/mesos-slave
8,183
[ "no_license" ]
[ { "path": "roles/mesos-slave/tasks/main.yml", "content": "---\n- include: ../../common/tasks/mesosphere_apt.yml\n- name: Install mesos\n apt:\n state: present\n name: mesos\n\n- name: Stop Zookeeper and Mesos\n service:\n state: stopped\n name: '{{ item }}'\n with_items:\n - zookeeper\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1063, "all_permissive": false }
ansible_role
TorchAIKC/ansible-dc-meetup-2015-03-25
3cb07b5f24579ac8aa5760da79ec46b8ae2e8acb
4
roles/ubuntu_bootstrap
8,183
[ "no_license" ]
[ { "path": "roles/ubuntu_bootstrap/tasks/users.yml", "content": "---\n# https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-14-04\n- name: create ansible user\n user: name=ansible state=present group=sudo shell=/bin/bash\n\n- name: set authorized key\n authorized_key: user=ans...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1500, "all_permissive": false }
ansible_role
relaxdiego/jumpbox
6631856b3bf411bf83fd74d0d0e60af0d0765996
1
configurator/roles/dotfiles
8,183
[ "no_license" ]
[ { "path": "configurator/roles/dotfiles/tasks/main.yaml", "content": "---\n- name: Install development libraries\n become: true\n apt:\n name: \"{{item}}\"\n with_items:\n - bash-completion\n - build-essential\n - cmake\n - git\n - libatk1.0-dev\n - libbonoboui2-dev\n - libcairo2-d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2582, "all_permissive": false }
ansible_role
relaxdiego/jumpbox
6631856b3bf411bf83fd74d0d0e60af0d0765996
1
configurator/roles/jumpbox
8,183
[ "no_license" ]
[ { "path": "configurator/roles/jumpbox/tasks/main.yaml", "content": "---\n- name: Make sure we have a 'wheel' group\n become: true\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' group to have passwordless sudo\n become: true\n lineinfile:\n dest: /etc/sudoers\n state: presen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1104, "all_permissive": false }
ansible_role
idwessough/DevOps
3a407334caee359878154b868cd18eee9f518e3a
0
AnsibleCPE/ansible/roles/app
8,183
[ "no_license" ]
[ { "path": "AnsibleCPE/ansible/roles/app/tasks/main.yml", "content": "- name: Run app\n docker_container:\n name: idwes-backapi\n image: idwes/idwes-backapi\n networks:\n - name: app-network\n env:\n SPRING_DATASOURCE_URL: jdbc:postgresql://idwes-postgres:5432/db", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 209, "all_permissive": false }
ansible_role
idwessough/DevOps
3a407334caee359878154b868cd18eee9f518e3a
0
AnsibleCPE/ansible/roles/database
8,183
[ "no_license" ]
[ { "path": "AnsibleCPE/ansible/roles/database/tasks/main.yml", "content": "--- \n# tasks file for roles/database\n- name: Run DATABASE\n docker_container:\n name: idwes-postgres\n image: idwes/idwes-postgres\n state: started\n env:\n POSTGRES_DB: db\n POSTGRES_USR: usr\n POSTGRES_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 277, "all_permissive": false }
ansible_role
idwessough/DevOps
3a407334caee359878154b868cd18eee9f518e3a
0
AnsibleCPE/ansible/roles/proxy
8,183
[ "no_license" ]
[ { "path": "AnsibleCPE/ansible/roles/proxy/tasks/main.yml", "content": "---\n# tasks file for roles/proxy\n\n- name: Run proxy\n docker_container: \n name: proxy\n image: idwes/idwes-myapache\n state: started\n ports :\n - 80:80\n networks:\n - name: app-network", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
amanin1/aman_examples
52182cb5f9bbc89ac9299a9fb04d0d4df7e7bff4
1
ansible_varrole/roles/apache2
8,183
[ "no_license" ]
[ { "path": "ansible_varrole/roles/apache2/vars/main.yml", "content": "pkg: apache2 ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 13 }, { "path": "ansible_varrole/roles/apache2/tasks/main.yml", "content": "- name: install apache2\n apt: \n name: \"{{ pkg }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 84, "all_permissive": false }
ansible_role
smavkmaxim/block15
25d6af0949ab8a9d56b0543b1d22febe523d82b0
0
roles/initapps
8,185
[ "no_license" ]
[ { "path": "roles/initapps/tasks/main.yml", "content": "---\n- name: Configuration\n block:\n - name: Config nginx\n ansible.builtin.copy:\n src: joomla.conf\n dest: /etc/nginx/sites-available/joomla.conf\n owner: root\n group: root\n mode: '0644' \n - na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1431, "all_permissive": false }
ansible_role
smavkmaxim/block15
25d6af0949ab8a9d56b0543b1d22febe523d82b0
0
roles/joomla
8,185
[ "no_license" ]
[ { "path": "roles/joomla/handlers/main.yml", "content": "- name: Reload nginx\n ansible.builtin.service:\n name: nginx\n state: reloaded\n\n- name: Restart mysql\n ansible.builtin.service:\n name: mysql\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 793, "all_permissive": false }
ansible_role
smavkmaxim/block15
25d6af0949ab8a9d56b0543b1d22febe523d82b0
0
roles/mysql
8,185
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install mysql on Debian based OS\n become: true\n block:\n - name: Install mysql\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n loop: '{{ soft_mysql }}'\n\n - name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 510, "all_permissive": false }
ansible_role
smavkmaxim/block15
25d6af0949ab8a9d56b0543b1d22febe523d82b0
0
roles/nginx
8,185
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install nginx on Debian based OS\n become: true\n block:\n - name: Install nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n update_cache: true\n\n - name: Start and enable nginx service\n ansible....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
smavkmaxim/block15
25d6af0949ab8a9d56b0543b1d22febe523d82b0
0
roles/php
8,185
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: Install PHP on Debian based OS\n become: true\n block:\n - name: Install PHP\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n loop: '{{ soft_php }}'\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 337, "all_permissive": false }
ansible_role
xiaoluoge11/test_playbooks
c0218f330ec0892cf228bf1f4d997ed40bb4ae5c
0
roles/tomcat-deploy-test
8,185
[ "no_license" ]
[ { "path": "roles/tomcat-deploy-test/tasks/deploy.yml", "content": "---\n# 同步构建后的代码\n- name: \"Sync {{ project.local.CODE_PATH }} >> {{ project.target.CODE_PATH }}\"\n synchronize:\n src: \"{{ project.local.CODE_PATH }}/{{ PROJECT }}.war\"\n dest: \"{{ project.target.CODE_PATH }}\"\n delete: yes\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 10983, "all_permissive": false }
ansible_role
mnowicky/AnsiblePlaybooks
4dccdf997cad2a23a6214a5c7d71bf3402e0d0f5
0
ansiblePlaybookTemplates/roles/common
8,185
[ "no_license" ]
[ { "path": "ansiblePlaybookTemplates/roles/common/tasks/main.yml", "content": "---\n- name: Install common packages\n apt:\n name:\n - vim\n - curl\n - git\n - htop\n state: present\n\n- name: Ensure SSH service is running\n service:\n name: ssh\n state: started\n enabled...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
wdrdres3qew5ts21/MeetU
48b8fd1a9c9bcc7b50d8ec137534e7161e3bfa23
26
Ansible-ELK-Stack/roles/docker
8,185
[ "no_license" ]
[ { "path": "Ansible-ELK-Stack/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: VIEW ALL ANSIBLE FACT KEYS\n debug:\n msg: \"{{ ansible_facts }}\"\n\n- name: \"Remove All Deprecated/ Install Docker\"\n yum:\n name: \"{{ item }}\"\n state: absent\n loop:\n - docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1987, "all_permissive": false }
ansible_role
wdrdres3qew5ts21/MeetU
48b8fd1a9c9bcc7b50d8ec137534e7161e3bfa23
26
Ansible-ELK-Stack/roles/elk
8,185
[ "no_license" ]
[ { "path": "Ansible-ELK-Stack/roles/elk/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - elk", "license_type": "no_license", "detected_licenses": [], "size_bytes": 61 }, { "path": "Ansible-ELK-Stack/roles/elk/vars/main.yml", "content": "---\n#...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1237, "all_permissive": false }
ansible_role
wdrdres3qew5ts21/MeetU
48b8fd1a9c9bcc7b50d8ec137534e7161e3bfa23
26
Ansible-ELK-Stack/roles/elk_ansible
8,185
[ "no_license" ]
[ { "path": "Ansible-ELK-Stack/roles/elk_ansible/tasks/main.yml", "content": "---\n# tasks file for elk\n- name: \"git clone project MeetU\"\n become: no\n git:\n repo: \"https://github.com/wdrdres3qew5ts21/MeetU.git\"\n dest: \"~/meetu\"\n update: yes\n\n- name: Create Docker Network for ELK Stack...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6413, "all_permissive": false }
ansible_role
wdrdres3qew5ts21/MeetU
48b8fd1a9c9bcc7b50d8ec137534e7161e3bfa23
26
Ansible-ELK-Stack/roles/elk_ssl
8,185
[ "no_license" ]
[ { "path": "Ansible-ELK-Stack/roles/elk_ssl/handlers/main.yml", "content": "---\n# handlers file for elk", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "Ansible-ELK-Stack/roles/elk_ssl/tasks/main.yml", "content": "---\n# tasks file for elk\n# va...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1494, "all_permissive": false }
ansible_role
wdrdres3qew5ts21/MeetU
48b8fd1a9c9bcc7b50d8ec137534e7161e3bfa23
26
Ansible-ELK-Stack/roles/generate_certificate
8,185
[ "no_license" ]
[ { "path": "Ansible-ELK-Stack/roles/generate_certificate/defaults/main.yml", "content": "---\n# defaults file for generate_certificate", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "Ansible-ELK-Stack/roles/generate_certificate/tests/test.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3076, "all_permissive": false }
ansible_role
wdrdres3qew5ts21/MeetU
48b8fd1a9c9bcc7b50d8ec137534e7161e3bfa23
26
Ansible-ELK-Stack/roles/nginx_native_ssl
8,185
[ "no_license" ]
[ { "path": "Ansible-ELK-Stack/roles/nginx_native_ssl/defaults/main.yml", "content": "---\n# defaults file for nginx_native_ssl", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "Ansible-ELK-Stack/roles/nginx_native_ssl/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 785, "all_permissive": false }
ansible_role
wdrdres3qew5ts21/MeetU
48b8fd1a9c9bcc7b50d8ec137534e7161e3bfa23
26
Ansible-ELK-Stack/roles/practice_logic
8,185
[ "no_license" ]
[ { "path": "Ansible-ELK-Stack/roles/practice_logic/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - practice_logic", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "Ansible-ELK-Stack/roles/practice_logic/tasks...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1109, "all_permissive": false }
ansible_role
wdrdres3qew5ts21/MeetU
48b8fd1a9c9bcc7b50d8ec137534e7161e3bfa23
26
Ansible-ELK-Stack/roles/revoke_certificate
8,185
[ "no_license" ]
[ { "path": "Ansible-ELK-Stack/roles/revoke_certificate/defaults/main.yml", "content": "---\n# defaults file for revoke_certificate", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "Ansible-ELK-Stack/roles/revoke_certificate/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1063, "all_permissive": false }
ansible_role
Riya-Pallikala-LM/OTEL-Updates
63b350da0df72ef2842e2fae1a9fe34fc3aae1bf
0
deployments/ansible/roles/collector
8,185
[ "permissive" ]
[ { "path": "deployments/ansible/roles/collector/tasks/otel_win_reg.yml", "content": "---\n- name: Set default ingest url\n set_fact:\n splunk_ingest_url: https://ingest.{{splunk_realm}}.signalfx.com\n when: splunk_ingest_url is not defined or (splunk_ingest_url | trim) == \"\"\n\n- name: Set default api...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4461, "all_permissive": true }
ansible_role
skyzolegendary/goodfood-infrastructure
4e7f734e7dd7f154bb787e20fb0e8eba68ee81d3
0
ansible/roles/jenkins
8,185
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/config.yml", "content": "---\n- name: create configuration\n template:\n src: \"{{item}}.j2\"\n dest: \"{{jenkins_home}}/{{item}}\"\n mode: 0644\n owner: \"{{jenkins_user}}\"\n group: \"{{jenkins_group}}\"\n with_items:\n - hudson.tasks.Shell.xml\n ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 21877, "all_permissive": false }
ansible_role
skyzolegendary/goodfood-infrastructure
4e7f734e7dd7f154bb787e20fb0e8eba68ee81d3
0
ansible/roles/jre
8,185
[ "no_license" ]
[ { "path": "ansible/roles/jre/tasks/main.yml", "content": "---\n- name: install default jre\n apt:\n name: default-jre-headless\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
skyzolegendary/goodfood-infrastructure
4e7f734e7dd7f154bb787e20fb0e8eba68ee81d3
0
ansible/roles/nginx
8,185
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: add apt key\n apt_key:\n url: \"https://nginx.org/keys/nginx_signing.key\"\n state: present\n\n- name: add repository\n apt_repository:\n filename: nginx\n repo: \"{{item}}\"\n state: present\n with_items:\n - \"de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 874, "all_permissive": false }
ansible_role
skyzolegendary/goodfood-infrastructure
4e7f734e7dd7f154bb787e20fb0e8eba68ee81d3
0
ansible/roles/python-minimal
8,185
[ "no_license" ]
[ { "path": "ansible/roles/python-minimal/tasks/main.yml", "content": "---\n- name: install dependencies\n apt:\n name: \"{{item}}\"\n with_items:\n - python-minimal\n - python3\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }