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
arunkumar261/roboshop-ansible-roles-dev
89f45038b1e84d386a2d0f1d2bf7d2ac6563f5cd
0
roles/shipping
5,917
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yaml", "content": "- name: App setup \n ansible.builtin.import_role:\n name: common\n task_from: app-setup\n\n- name: java setup \n ansible.builtin.import_role:\n name: common\n task_from: java-setup.yaml\n\n- name: Mysql setup \n ansible.builtin.import_ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
arunkumar261/roboshop-ansible-roles-dev
89f45038b1e84d386a2d0f1d2bf7d2ac6563f5cd
0
roles/user
5,917
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yaml", "content": "- name: App setup \n ansible.builtin.import_role:\n name: common\n task_from: app-setup\n\n- name: Nodejs setup \n ansible.builtin.import_role:\n name: common\n task_from: nodejs-setup\n\n- name: Mongodb setup \n ansible.builtin.import_role:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
arunkumar261/roboshop-ansible-roles-dev
89f45038b1e84d386a2d0f1d2bf7d2ac6563f5cd
0
roles/web
5,917
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yaml", "content": "- name: Install nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: Recursively remove directory\n ansible.builtin.file:\n path: /usr/share/nginx/html/\n state: absent\n \n- name: Create html directory\n ansible.builtin.fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1060, "all_permissive": false }
ansible_role
voidzhakul/ansible-k8s
e6cf587417509bd5d54f881177ffadcb65088d41
1
playbook/roles/docker_install
5,917
[ "no_license" ]
[ { "path": "playbook/roles/docker_install/tasks/main.yml", "content": "- include: init.yml\n- include: install_k8s.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "playbook/roles/docker_install/templates/daemon.json", "content": "{\n\t\"regis...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1611, "all_permissive": false }
ansible_role
voidzhakul/ansible-k8s
e6cf587417509bd5d54f881177ffadcb65088d41
1
playbook/roles/master_init
5,917
[ "no_license" ]
[ { "path": "playbook/roles/master_init/tasks/main.yml", "content": "- name: copy kubeadm config\n template: src=kubeadm-config.yml dest=/root/k8s/\n\n- name: pull image\n shell: \"kubeadm config images pull --config /root/k8s/kubeadm-config.yml\"\n\n- name: init k8s\n shell: \"kubeadm init --config=/root/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 890, "all_permissive": false }
ansible_role
voidzhakul/ansible-k8s
e6cf587417509bd5d54f881177ffadcb65088d41
1
playbook/roles/network_init
5,917
[ "no_license" ]
[ { "path": "playbook/roles/network_init/tasks/main.yml", "content": "- name: network init\n template: src=kube-flannel.yml dest=/root/k8s/\n\n- name: apply flannel\n shell: \"kubectl apply -f /root/k8s/kube-flannel.yml\"\n\n- name: Dashboard\n template: src=recommended.yaml dest=/root/k8s/\n\n- name: app...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
voidzhakul/ansible-k8s
e6cf587417509bd5d54f881177ffadcb65088d41
1
playbook/roles/node_init
5,917
[ "no_license" ]
[ { "path": "playbook/roles/node_init/tasks/main.yml", "content": "- name: add node\n shell: \"bash /root/k8s/node.sh\"\n \n- name: del node's cert\n file: name=/root/k8s/node.sh state=absent", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
kjmancuso/ansible-bootstrap
3fd847ae72b638604c6837a69b2ad371b3e0b75d
5
roles/common
5,917
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Upgrade packages\n apt: upgrade=dist update_cache=yes dpkg_options='force-confold,force-confdef'\n register: apt_upgrade\n notify:\n - restart server\n changed_when: \"'linux-image' in apt_upgrade.msg\"\n\n- name: Local packages define...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1207, "all_permissive": false }
ansible_role
kjmancuso/ansible-bootstrap
3fd847ae72b638604c6837a69b2ad371b3e0b75d
5
roles/dot-files
5,917
[ "no_license" ]
[ { "path": "roles/dot-files/tasks/main.yml", "content": "---\n- name: Install chezmoi on Debian based distro\n include: debian.yml\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, { ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 695, "all_permissive": false }
ansible_role
kjmancuso/ansible-bootstrap
3fd847ae72b638604c6837a69b2ad371b3e0b75d
5
roles/fish
5,917
[ "no_license" ]
[ { "path": "roles/fish/vars/main.yml", "content": "---\nfish_plugins:\n - pj\n\nfish_themes:\n - bobthefish", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/fish/tasks/main.yml", "content": "---\n- name: Add Fish Shell PPA\n apt_reposito...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1675, "all_permissive": false }
ansible_role
kjmancuso/ansible-bootstrap
3fd847ae72b638604c6837a69b2ad371b3e0b75d
5
roles/i3
5,917
[ "no_license" ]
[ { "path": "roles/i3/tasks/main.yml", "content": "---\n- name: Get i3 repo key\n apt:\n deb: http://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2018.01.30_all.deb\n\n- name: Add i3 repo\n apt_repository: \n repo: deb http://debian.sur5r.net/i3/ {{ ansible_distribution_release }} uni...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 976, "all_permissive": false }
ansible_role
kjmancuso/ansible-bootstrap
3fd847ae72b638604c6837a69b2ad371b3e0b75d
5
roles/python3
5,917
[ "no_license" ]
[ { "path": "roles/python3/tasks/main.yml", "content": "---\n- name: Add deadsnakes ppa\n apt_repository:\n repo: ppa:deadsnakes/ppa\n\n- name: Install python3.7\n apt: pkg=python3.7 state=latest\n\n- name: Make python3.7 virtualenv\n become: yes\n become_user: '{{ user }}'\n shell: virtualenv {{ look...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1118, "all_permissive": false }
ansible_role
kjmancuso/ansible-bootstrap
3fd847ae72b638604c6837a69b2ad371b3e0b75d
5
roles/vscode
5,917
[ "no_license" ]
[ { "path": "roles/vscode/tasks/main.yml", "content": "---\n- name: Add Microsoft apt key\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n state: present\n\n- name: Add vscode repo\n apt_repository:\n repo: deb https://packages.microsoft.com/repos/vscode stable main\n filena...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1232, "all_permissive": false }
ansible_role
arunalakmal/ansible-kubernetes-master
223036a142928ac621c2e86d2beefacd54e47213
0
roles/bootstrap
5,917
[ "no_license" ]
[ { "path": "roles/bootstrap/defaults/main.yml", "content": "---\n# defaults file for bootstrap\napt_libraries:\n - python3\n - python3-distutils\n - git\n - jq\n - make\npip_packages:\n - botocore\n - boto\n - boto3\n - awscli\nansible_galaxy_plugin: community.aws\ncfssl_version: R1.2\ncfssl_linux: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2437, "all_permissive": false }
ansible_role
arunalakmal/ansible-kubernetes-master
223036a142928ac621c2e86d2beefacd54e47213
0
roles/cni
5,917
[ "no_license" ]
[ { "path": "roles/cni/tasks/main.yml", "content": "---\n# tasks file for cni\n- import_tasks: kubeconfig.yaml\n- import_tasks: cni.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/cni/tasks/cni.yaml", "content": "- name: enable anony...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 193578, "all_permissive": false }
ansible_role
arunalakmal/ansible-kubernetes-master
223036a142928ac621c2e86d2beefacd54e47213
0
roles/master
5,917
[ "no_license" ]
[ { "path": "roles/master/tasks/collect_info.yaml", "content": "#Master Nodes\n- name: collect master node1 instance ip\n shell: aws ec2 describe-instances --region us-east-1 --filter \"Name=tag:Name,Values=kube_master\" --query \"Reservations[].Instances[].NetworkInterfaces[].PrivateIpAddresses[].PrivateIpA...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10321, "all_permissive": false }
ansible_role
HyggeHalcyon/VM-Setup
a2d35871b26aec062a29334585539574f6420b53
0
roles/customize-firefox
5,917
[ "no_license" ]
[ { "path": "roles/customize-firefox/tasks/main.yml", "content": "---\n- include_tasks: \"burp.yml\"\n- include_tasks: \"policies.yml\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 63, "all_permissive": false }
ansible_role
HyggeHalcyon/VM-Setup
a2d35871b26aec062a29334585539574f6420b53
0
roles/customize-terminal
5,917
[ "no_license" ]
[ { "path": "roles/customize-terminal/files/.bash_aliases", "content": "#added aliases\nalias test?='echo \"bash aliases work just fine\"'\nalias mssqlclient='/usr/bin/impacket-mssqlclient'\nalias sharefolder=\"sudo vmhgfs-fuse .host:/Shared-Folder SharedFolder -o allow_other -o uid=1000\"\nalias solved=\"ech...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2872, "all_permissive": false }
ansible_role
HyggeHalcyon/VM-Setup
a2d35871b26aec062a29334585539574f6420b53
0
roles/install-tools
5,917
[ "no_license" ]
[ { "path": "roles/install-tools/tasks/ghidra.yml", "content": "---\n- name: \"Check if Ghidra already exist\"\n stat:\n path: /opt/ghidra_10.4_PUBLIC\n register: ghidra_exist\n\n- name: \"Skipping Installation\"\n debug:\n msg: \"Ghidra already exists. Skipping download.\"\n when: ghidra_exist.stat...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 5995, "all_permissive": false }
ansible_role
stolostron/acm-ansible-collection-demo
90a1f1a9d4e3d1fa100b4f9f753b77c9feec7df9
5
roles/create-namespace
5,917
[ "permissive" ]
[ { "path": "roles/create-namespace/tasks/main.yml", "content": " - name: \"Creating namespace {{ namespace_name }}\"\n kubernetes.core.k8s:\n state: \"{{ state }}\"\n host: \"{{ cluster_proxy.cluster_url }}\"\n validate_certs: no\n api_key: \"{{managed_serviceaccount.token}}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": true }
ansible_role
stolostron/acm-ansible-collection-demo
90a1f1a9d4e3d1fa100b4f9f753b77c9feec7df9
5
roles/k8s-cluster-access
5,917
[ "permissive" ]
[ { "path": "roles/k8s-cluster-access/tasks/main.yml", "content": "---\n# tasks file for access\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 28 }, { "path": "roles/k8s-cluster-access/tasks/get-temp-access.yml", "content": "- name: \"E...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4878, "all_permissive": true }
ansible_role
GrizliK1988/wkhtmltopdf-nodejs-vagrant
b5f7aabb6deb9e0193aaa0fa607595719ac4e9ff
1
provisioning/base-server/roles/common
5,917
[ "no_license" ]
[ { "path": "provisioning/base-server/roles/common/tasks/main.yml", "content": "# Run the equivalent of \"apt-get update\" as a separate step\n- name: APT update cache\n apt: update_cache=yes\n\n# Update all packages to the latest version\n- name: APT Upgrade\n apt: upgrade=dist\n \n- name: Add nfs common ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1216, "all_permissive": false }
ansible_role
m4eba/ansible-common
ebd097c282d1aac99c29de07e637408ad2e62885
0
roles/disable_swap
5,917
[ "no_license" ]
[ { "path": "roles/disable_swap/tasks/main.yml", "content": "---\n- name: check swap\n ansible.builtin.command: swapon -s\n register: swap_used_out\n changed_when: false\n- name: set swap_used\n ansible.builtin.set_fact:\n swap_used: '{{ swap_used_out.stdout_lines | length > 0 }}'\n- name: disable swap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
m4eba/ansible-common
ebd097c282d1aac99c29de07e637408ad2e62885
0
roles/ip_add_nat
5,917
[ "no_license" ]
[ { "path": "roles/ip_add_nat/tasks/main.yaml", "content": "---\n- name: generate command\n ansible.builtin.set_fact:\n __nat_command: -A POSTROUTING -s {{ ip_nat_source }} -o {{ ip_nat_interface }} -j SNAT --to-source {{ ip_nat_to_source }}\n- name: check for existing roule\n ansible.builtin.command: ip...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 633, "all_permissive": false }
ansible_role
m4eba/ansible-common
ebd097c282d1aac99c29de07e637408ad2e62885
0
roles/ip_add_route
5,917
[ "no_license" ]
[ { "path": "roles/ip_add_route/tasks/main.yaml", "content": "---\n- name: check for existing route\n ansible.builtin.command: ip -j route show {{ ip_route_address }} via {{ ip_route_gateway }}\n register: __existing_route_output\n changed_when: false\n- name: set existing routes\n ansible.builtin.set_fac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 533, "all_permissive": false }
ansible_role
m4eba/ansible-common
ebd097c282d1aac99c29de07e637408ad2e62885
0
roles/ip_forward
5,917
[ "no_license" ]
[ { "path": "roles/ip_forward/tasks/main.yaml", "content": "---\n- name: set ip forward\n ansible.posix.sysctl:\n name: net.ipv4.ip_forward\n value: '1'\n sysctl_set: yes\n state: present\n reload: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 151, "all_permissive": false }
ansible_role
m4eba/ansible-common
ebd097c282d1aac99c29de07e637408ad2e62885
0
roles/ip_nonlocal_bind
5,917
[ "no_license" ]
[ { "path": "roles/ip_nonlocal_bind/tasks/main.yaml", "content": "---\n- name: set ip nonlocal bind\n ansible.posix.sysctl:\n name: net.ipv4.ip_nonlocal_bind\n value: '1'\n sysctl_set: yes\n state: present\n reload: yes\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 163, "all_permissive": false }
ansible_role
m4eba/ansible-common
ebd097c282d1aac99c29de07e637408ad2e62885
0
roles/update_package_cache
5,917
[ "no_license" ]
[ { "path": "roles/update_package_cache/tasks/main.yml", "content": "---\n- name: Update Package Cache (apt/Ubuntu)\n ansible.builtin.apt:\n update_cache: yes\n changed_when: false\n when: ansible_distribution == \"Ubuntu\"\n\n- name: Update Package Cache (dnf/CentOS)\n ansible.builtin.dnf:\n update...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 456, "all_permissive": false }
ansible_role
dd-ix/ddix-ansible-rs
f194649d4588da9ea399198860575f2fd51bea48
2
roles/auditlog
5,917
[ "no_license" ]
[ { "path": "roles/auditlog/tasks/main.yml", "content": "- name: Run git describe # noqa command-instead-of-module\n ansible.builtin.command: git describe --always --broken\n delegate_to: localhost\n changed_when: false\n register: git_describe\n\n- name: Get last ansible run\n ansible.builtin.command: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 586, "all_permissive": false }
ansible_role
dd-ix/ddix-ansible-rs
f194649d4588da9ea399198860575f2fd51bea48
2
roles/base
5,917
[ "no_license" ]
[ { "path": "roles/base/templates/lbu.list.j2", "content": "{{ ansible_managed | comment }}\n\n+root/.ssh/authorized_keys\n+home/ddix-deploy/.ssh/authorized_keys\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path": "roles/base/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3638, "all_permissive": false }
ansible_role
dd-ix/ddix-ansible-rs
f194649d4588da9ea399198860575f2fd51bea48
2
roles/checkmk
5,917
[ "no_license" ]
[ { "path": "roles/checkmk/tasks/main.yml", "content": "- name: Create agent plugin directory\n ansible.builtin.file:\n path: /usr/lib/check_mk_agent/plugins\n state: directory\n\n- name: Install lbu-status plugin\n ansible.builtin.copy:\n src: \"files/plugins/lbu_status\"\n dest: /usr/lib/check...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3913, "all_permissive": false }
ansible_role
dd-ix/ddix-ansible-rs
f194649d4588da9ea399198860575f2fd51bea48
2
roles/exporters
5,917
[ "no_license" ]
[ { "path": "roles/exporters/tasks/main.yml", "content": "- name: Enable prometheus exporters\n ansible.builtin.service:\n name: \"{{ item }}\"\n enabled: true\n state: started\n loop:\n - bird_exporter\n - node-exporter\n - openrc-exporter\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
dd-ix/ddix-ansible-rs
f194649d4588da9ea399198860575f2fd51bea48
2
roles/network
5,917
[ "no_license" ]
[ { "path": "roles/network/templates/ddix-deploy.conf.j2", "content": "{{ ansible_managed|comment }}\n\npermit nopass ddix-deploy as root cmd /usr/sbin/lbu args status\npermit nopass ddix-deploy as root cmd /usr/sbin/lbu args commit\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4762, "all_permissive": false }
ansible_role
dd-ix/ddix-ansible-rs
f194649d4588da9ea399198860575f2fd51bea48
2
roles/rs
5,917
[ "no_license" ]
[ { "path": "roles/rs/tasks/main.yml", "content": "# configure ifstate\n- name: Configure ifstate\n ansible.builtin.template:\n src: ../templates/ifstate/config.yml.j2\n dest: /etc/ifstate/config.yml\n validate: /usr/bin/ifstatecli -c %s check\n register: ifstate_conf\n\n- name: The network configu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 843, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/apply-cis-benchmarks-to-ubuntu-16-04
5,917
[ "no_license" ]
[ { "path": "ansible/roles/apply-cis-benchmarks-to-ubuntu-16-04/molecule/default/tests/section_1_1_1.py", "content": "import base64, pytest\n\nMODPROBE_CIS_CONF = \"/etc/modprobe.d/CIS.conf\"\n\n\n# 1.1.1.1 Ensure mounting of cramfs filesystems is disabled\ndef test_cis_benchmark_1_1_1_1a(host):\n assert 'in...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 13, "total_bytes": 6984, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/apply-cis-benchmarks-to-ubuntu-18-04
5,917
[ "no_license" ]
[ { "path": "ansible/roles/apply-cis-benchmarks-to-ubuntu-18-04/molecule/default/tests/section_1_1_1.py", "content": "import pytest\n\n\n# 1.1.1.1 Ensure mounting of cramfs filesystems is disabled\ndef test_cis_benchmark_1_1_1_1a(host):\n assert 'install /bin/true' in host.check_output('modprobe -n -v cramfs...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 8241, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/create-ansible-user-on-linux
5,917
[ "no_license" ]
[ { "path": "ansible/roles/create-ansible-user-on-linux/tasks/main.yml", "content": "---\n- name: Creating the 'ansible' group\n group:\n name: ansible\n\n- name: Creating the 'ansible' user\n user:\n comment: Ansible service account\n generate_ssh_key: yes\n groups:\n - ansible\n - wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1716, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/download-files-from-s3
5,917
[ "no_license" ]
[ { "path": "ansible/roles/download-files-from-s3/tasks/main.yml", "content": "---\n- name: Getting S3 object keys\n aws_s3:\n mode: list\n bucket: \"{{ download_files_from_s3_bucket }}\"\n prefix: \"{{ download_files_from_s3_prefix }}\"\n marker: \"{{ download_files_from_s3_prefix }}/\"\n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1379, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/enable-epel
5,917
[ "no_license" ]
[ { "path": "ansible/roles/enable-epel/tasks/main.yml", "content": "---\n- name: Installing the Red Hat EPEL repository\n yum:\n name: epel-release\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/install-aws-ssm
5,917
[ "no_license" ]
[ { "path": "ansible/roles/install-aws-ssm/tasks/main.yml", "content": "---\n# As documented in https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-manual-agent-install.html#agent-install-ubuntu-snap\n\n# The Ansible 'snap' module is still in development. Release is expected to be\n# merged in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 864, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/install-docker
5,917
[ "no_license" ]
[ { "path": "ansible/roles/install-docker/README.md", "content": "# install-docker\nInstalls Docker from the official Docker repository.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "ansible/roles/install-docker/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1920, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/install-molecule
5,917
[ "no_license" ]
[ { "path": "ansible/roles/install-molecule/tasks/main.yml", "content": "---\n- name: Installing python-apt\n apt:\n name: python-apt\n update_cache: true\n become: true\n\n- name: Installing pip\n apt:\n name: python-pip\n become: true\n\n# Consult with your IA team regarding the use of pip. You...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 497, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/install-packer
5,917
[ "no_license" ]
[ { "path": "ansible/roles/install-packer/defaults/main.yml", "content": "# As documented in https://www.packer.io/downloads.html\ninstall_packer_in_linux_file: packer_1.3.3_linux_amd64.zip\ninstall_packer_in_linux_url: \"https://releases.hashicorp.com/packer/1.3.3/{{ install_packer_in_linux_file }}\"\ninstal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 889, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/install-terraform
5,917
[ "no_license" ]
[ { "path": "ansible/roles/install-terraform/meta/main.yml", "content": "---\ngalaxy_info:\n author: <NAME> < https://www.linkedin.com/in/jdrowne >\n description: Installs Hashicorp's Terraform open source distribution\n license: Copyright (c) <NAME>. All rights reserved.\n min_ansible_version: 2.8.3\n p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2639, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/install-vagrant
5,917
[ "no_license" ]
[ { "path": "ansible/roles/install-vagrant/tasks/main.yml", "content": "---\n- name: Installing python-apt\n apt:\n name: python-apt\n update_cache: true\n become: true\n\n- name: Gathering information about packages already installed\n package_facts:\n\n- name: Installing unzip if it's not already i...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1002, "all_permissive": false }
ansible_role
jdrowne/monorepo
4da79b484eb8ebca010ebd948849697b9389cf6b
0
ansible/roles/install-virtualbox
5,917
[ "no_license" ]
[ { "path": "ansible/roles/install-virtualbox/defaults/main.yml", "content": "---\ninstall_virtualbox_apt_key_url: https://www.virtualbox.org/download/oracle_vbox_2016.asc\ninstall_virtualbox_sources_list_path: /etc/apt/sources.list\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1264, "all_permissive": false }
ansible_role
calsaviour/akslearning
83f372d8b5ddeff5569d797161e4fef51fd72b9f
0
ansible/roles/az_cli_create
6,017
[ "no_license" ]
[ { "path": "ansible/roles/az_cli_create/tasks/main.yml", "content": "- name: Create resource group\n azure_rm_resourcegroup:\n name: \"{{ resource_group }}\"\n location: \"{{ aks_location }}\"\n\n- name: \"...create aks using az cli\"\n shell: >\n az aks create \\\n --resource-group {...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1146, "all_permissive": false }
ansible_role
calsaviour/akslearning
83f372d8b5ddeff5569d797161e4fef51fd72b9f
0
ansible/roles/az_cli_delete
6,017
[ "no_license" ]
[ { "path": "ansible/roles/az_cli_delete/tasks/main.yml", "content": "- name: \"...delete aks using az cli\"\n shell: >\n az aks delete \\\n --resource-group {{ resource_group }} \\\n --name {{ aks_name }} \\\n --yes", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 171, "all_permissive": false }
ansible_role
calsaviour/akslearning
83f372d8b5ddeff5569d797161e4fef51fd72b9f
0
ansible/roles/create_azure_k8s
6,017
[ "no_license" ]
[ { "path": "ansible/roles/create_azure_k8s/tasks/main.yml", "content": "---\n # - name: \"...check for previous restore namespaces\"\n # shell: kubectl get ns | grep -E {{ previous_namespace }} | cut -d ' ' -f 1\n # register: previous_restore_namespace\n # ignore_errors: true\n # tags: [ postgr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1703, "all_permissive": false }
ansible_role
calsaviour/akslearning
83f372d8b5ddeff5569d797161e4fef51fd72b9f
0
ansible/roles/delete_azure_k8s
6,017
[ "no_license" ]
[ { "path": "ansible/roles/delete_azure_k8s/tasks/main.yml", "content": "---\n - name: Delete AKS\n azure_rm_aks:\n name: \"{{ aks_name }}\"\n resource_group: \"{{ resource_group }}\"\n state: absent", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
calsaviour/akslearning
83f372d8b5ddeff5569d797161e4fef51fd72b9f
0
ansible/roles/k8s_app
6,017
[ "no_license" ]
[ { "path": "ansible/roles/k8s_app/templates/hpa.yml.j2", "content": "apiVersion: autoscaling/v1\nkind: HorizontalPodAutoscaler\nmetadata:\n name: {{ tier }}\nspec:\n maxReplicas: 10\n minReplicas: 2\n scaleTargetRef:\n apiVersion: apps/v1\n kind: Deployment\n name: {{ tier }}\n targetCPUUtiliza...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3395, "all_permissive": false }
ansible_role
MarekLg/dotfiles-wsl
1a84d89d2349943ed6332b826bee3f390383997a
0
roles/microsoft
6,017
[ "no_license" ]
[ { "path": "roles/microsoft/tasks/main.yml", "content": "---\n- name: register microsoft repository gpg keys\n become: yes\n apt:\n deb: https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 160...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 160, "all_permissive": false }
ansible_role
MarekLg/dotfiles-wsl
1a84d89d2349943ed6332b826bee3f390383997a
0
roles/pwsh
6,017
[ "no_license" ]
[ { "path": "roles/pwsh/tasks/main.yml", "content": "- name: set powershell path\n set_fact:\n config_path: \"{{ ansible_env.HOME }}/.config/powershell\"\n\n- name: install powershell\n become: yes\n apt:\n name: powershell\n state: latest\n update_cache: yes\n\n- name: ensure powershell config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1139, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/Eme_creation
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/Eme_creation/vars/main.yml", "content": "uusername: abiadm\r\nugroup: abiadms", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "latest_data-platform/latest_data-pla...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 789, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/ab-computer-info
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/ab-computer-info/tasks/main.yml", "content": "# Obtains computer information for all run hosts\n---\n\n- name: create tmp directory\n file:\n path: ~/.ansible/tmp\n state: directory\n mode: 02775\n become: yes\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 720, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/installpackages
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/installpackages/tasks/main.yml", "content": "# Installs required software on the EC2 VMs and updates\n\n---\n\n- name: update cache\n yum:\n update_cache: yes\n\n- name: update packages\n yum:\n name: '*'\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 972, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/keyServer
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/keyServer/vars/main.yml", "content": "uusername: abiadm\r\nugroup: abiadms\r\nkeygroup: CIOX01\r\nkeyserver_port: 6150", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 342, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/licenseSetup
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/licenseSetup/vars/main.yml", "content": "update: false\nuusername: abiadm\nuggroup: abiadms\nAB_TMPDIR: /tmp", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "lates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 493, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/mount_creation
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/mount_creation/tasks/main.yml", "content": "# Mount the devices created with parted command\n\n- name: Mount AB_WORK_DIR\n mount:\n path: /persist/abinitio\n src: /dev/nvme1n1p1\n fstype: ext4\n opts: defaults...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 349, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/partitions
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/partitions/tasks/main.yml", "content": "# Create partitions with parted module\n\n- name: Create a new primary partition with a size of 100GB\n parted:\n device: /dev/nvme1n1\n label: gpt\n name: ab_work_dir_moun...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 503, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/ssh_key_exchange
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/emehost_coop_prerequisites/roles/ssh_key_exchange/vars/main.yml", "content": "uusername: abiadm", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "latest_data-platform/latest_data-platform/emehost_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 397, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/ab-computer-info
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/ab-computer-info/tasks/main.yml", "content": "# Obtains computer information for all run hosts\n---\n\n- name: create tmp directory\n file:\n path: ~/.ansible/tmp\n state: directory\n mode: 02775\n owner: '{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 846, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/bridge-legacy-defaults
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/bridge-legacy-defaults/tasks/main.yml", "content": "# Establishes an Ab Initio Bridge connection\n\n---\n\n- name: create bridge legacy defaults\n shell: |\n . /home/{{ uusername }}/.profile\n cp ${AB_APPLICATION_HU...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/controlcenter
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/controlcenter/templates/ops_reporter_config.j2", "content": "<?xml version=\"1.0\" encoding=\"ISO8859-1\" standalone=\"yes\" ?>\r\n<configValues>\r\n\r\n <!--\r\n reporter-config.xml items have satisfactory default ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6231, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/cooperating-system
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/cooperating-system/templates/abinitiorc.j2", "content": "AB_CONNECTION : ssh\nAB_EME_DATASTORES : aieme\nAB_AIR_ROOT @ aieme : //use1fdinitioscm.aws.cioxhealth.com/opt/abinitio/eme/aieme", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1557, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/create-user
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/create-user/tasks/main.yml", "content": "# Creates user accounts on the VMs and creates Ab Initio\n# environment variables\n\n---\n\n- name: Create abiadms group for admin id abiadm\n group:\n name: '{{ ugroup }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1608, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/databasedrivers
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/databasedrivers/files/odbc.ini", "content": "[AMAZON_REDSHIFT]\r\nDriver=/opt/amazon/redshiftodbc/lib/64/libamazonredshiftodbc64.so\r\nHost=hsdp-prod-01.cnfras1ieiik.us-east-1.redshift.amazonaws.com\r\nPort=5439\r\nDatabas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2505, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/etchost
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/etchost/tasks/main.yml", "content": "- name: copy hosts file to /etc location\r\n copy:\r\n src: ./files/hosts\r\n dest: /etc/\r\n become: yes", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/filesystems
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/filesystems/tasks/main.yml", "content": "# Creates ext4 file systems with the created mounts from partitions role\n\n---\n\n- name: Create ext4 filesystem on device /dev/nvme1n1p1\n filesystem:\n fstype: ext4\n dev:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/mount_creation
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/mount_creation/tasks/main.yml", "content": "# Mount the devices created with parted command\n\n- name: Mount AB_WORK_DIR\n mount:\n path: /persist/abinitio\n src: /dev/nvme1n1p1\n fstype: ext4\n opts: defaults...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/partitions
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/partitions/tasks/main.yml", "content": "# Create partitions with parted module\n\n- name: Create a new primary partition with a size of 1GB\n parted:\n device: /dev/nvme1n1\n label: gpt\n name: ab_work_dir_mount\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 983, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/services
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/services/templates/abinitiorc.j2", "content": "AB_CONNECTION : ssh\nAB_EME_DATASTORES : aieme\nAB_AIR_ROOT @ aieme : //use1aphsdpscm01.aws.cioxhealth.com/opt/abinitio/eme/aieme\n\n# system-wide config var settings\nAB_WORK...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2446, "all_permissive": false }
ansible_role
jhavisheshwar92/ansible-demo
65310f551b07d33138f8022f30b5e5aee234075c
0
latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/stdenv
6,017
[ "no_license" ]
[ { "path": "latest_data-platform/latest_data-platform/runhost_coop_prerequisites/roles/stdenv/tasks/main.yml", "content": "# Builds a multifile system for the project\n# 8way and 16way mfs systems will be created.\n\n- name: update permissions of data directories\n file:\n dest: '{{ item }}'\n mode: 0...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1250, "all_permissive": false }
ansible_role
simplysamy/ansible-playbooks
2b02551c4fc006e40a5ab879d225f731941cb0c7
0
roles/docker
6,017
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install prerequisite packages\n apt:\n name: \n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update_cache: yes\n\n- name: Add ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1430, "all_permissive": false }
ansible_role
simplysamy/ansible-playbooks
2b02551c4fc006e40a5ab879d225f731941cb0c7
0
roles/java-17
6,017
[ "no_license" ]
[ { "path": "roles/java-17/tasks/main.yml", "content": "---\n- name: Install fontconfig and OpenJDK \n apt:\n name: \n - fontconfig\n - \"{{ java_package }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 }, { "path": "roles/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 161, "all_permissive": false }
ansible_role
simplysamy/ansible-playbooks
2b02551c4fc006e40a5ab879d225f731941cb0c7
0
roles/jenkins
6,017
[ "no_license" ]
[ { "path": "roles/jenkins/vars/main.yml", "content": "---\njenkins_key_url: https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key\njenkins_key_destination: /usr/share/keyrings/jenkins-keyring.asc\njenkins_repo_entry: deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] https://pkg.jenkins.io/debian-sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1414, "all_permissive": false }
ansible_role
simplysamy/ansible-playbooks
2b02551c4fc006e40a5ab879d225f731941cb0c7
0
roles/jfrog
6,017
[ "no_license" ]
[ { "path": "roles/jfrog/vars/main.yaml", "content": "jfrog_key: https://releases.jfrog.io/artifactory/api/gpg/key/public\njfrog_repo: \"deb https://releases.jfrog.io/artifactory/artifactory-debs xenial main\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1241, "all_permissive": false }
ansible_role
simplysamy/ansible-playbooks
2b02551c4fc006e40a5ab879d225f731941cb0c7
0
roles/jfrog-docker
6,017
[ "no_license" ]
[ { "path": "roles/jfrog-docker/tasks/main.yaml", "content": "- name: Create Artifactory home directory\n file:\n path: \"/ubuntu/home/jforg/artifactory/var/etc/\"\n state: directory\n mode: \"0755\"\n owner: 1030\n group: 1030\n \n- name: Generate master key for Artifactory\n vars:\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1895, "all_permissive": false }
ansible_role
simplysamy/ansible-playbooks
2b02551c4fc006e40a5ab879d225f731941cb0c7
0
roles/nexus
6,017
[ "no_license" ]
[ { "path": "roles/nexus/tasks/main.yml", "content": "- name: Install Nexus Repository Manager\n hosts: nexus_vm\n become: true\n tasks:\n - name: Install OpenJDK \n apt:\n name: openjdk-{{java_version}}-jdk\n state: present\n\n - name: Check & create downloads dir\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1354, "all_permissive": false }
ansible_role
simplysamy/ansible-playbooks
2b02551c4fc006e40a5ab879d225f731941cb0c7
0
roles/nexus-docker
6,017
[ "no_license" ]
[ { "path": "roles/nexus-docker/vars/main.yml", "content": "nexus_image: \"sonatype/nexus3\"\nnexus_container_name: \"nexus\"\nnexus_ports:\n - \"8081:8081\"\n - \"8085:8085\"\nnexus_volume: \"nexus-data:/nexus-data\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 144 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1141, "all_permissive": false }
ansible_role
simplysamy/ansible-playbooks
2b02551c4fc006e40a5ab879d225f731941cb0c7
0
roles/postgres
6,017
[ "no_license" ]
[ { "path": "roles/postgres/vars/main.yml", "content": "pgdg_key_url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\npgdg_key_path: /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc\npgdg_repo_file: /etc/apt/sources.list.d/pgdg.list\npgdg_repo: \"deb [signed-by={{ pgdg_key_path }}] https://apt.pos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2268, "all_permissive": false }
ansible_role
simplysamy/ansible-playbooks
2b02551c4fc006e40a5ab879d225f731941cb0c7
0
roles/sonarqube
6,017
[ "no_license" ]
[ { "path": "roles/sonarqube/vars/main.yml", "content": "sonarqube_version: \"10.3.0.82913\"\nsonarqube_zip_url: \"https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-{{ sonarqube_version }}.zip\"\n\nsonarqube_zip_dest: \"/opt/sonarqube-{{ sonarqube_version }}.zip\"\n\nsonarqube_unarchive_dest: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3453, "all_permissive": false }
ansible_role
simplysamy/ansible-playbooks
2b02551c4fc006e40a5ab879d225f731941cb0c7
0
roles/sonarqube-docker
6,017
[ "no_license" ]
[ { "path": "roles/sonarqube-docker/tasks/main.yml", "content": "- name: Pull the Sonar Docker Image\n docker_image:\n name: sonarqube\n source: pull\n\n- name: Create a Docker Network\n docker_network:\n name: sonar-network\n state: present\n\n- name: Start a Database Container\n docker_contai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1078, "all_permissive": false }
ansible_role
saiqo/debian-12-ansible
083b7646ed0ff1566d75c1268418058f344a80fe
0
roles/check-system
6,017
[ "no_license" ]
[ { "path": "roles/check-system/tasks/main.yaml", "content": "---\n- name: Vérifier que la distribution est bien Debian 12\n ansible.builtin.assert:\n that:\n - ansible_distribution == \"Debian\"\n - ansible_distribution_major_version == \"12\"\n fail_msg: \"Please run this playbook on Debian...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
saiqo/debian-12-ansible
083b7646ed0ff1566d75c1268418058f344a80fe
0
roles/config-system
6,017
[ "no_license" ]
[ { "path": "roles/config-system/tasks/main.yaml", "content": "---\n# Activer les unattended-upgrades\n- name: echo \"unattended-upgrades unattended-upgrades/enable_auto_updates boolean true\" | sudo debconf-set-selections - auto install security updates\n debconf: \n name: unattended-upgrades \n ques...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 802, "all_permissive": false }
ansible_role
saiqo/debian-12-ansible
083b7646ed0ff1566d75c1268418058f344a80fe
0
roles/config-user-gnome
6,017
[ "no_license" ]
[ { "path": "roles/config-user-gnome/tasks/main.yaml", "content": "- name: Configuration de GNOME pour l'utilisateur actuel\n become: yes\n become_user: \"{{ ansible_user }}\"\n block:\n - name: Set color-scheme to prefer-dark\n community.general.dconf:\n key: \"/org/gnome/desktop/interface/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1190, "all_permissive": false }
ansible_role
saiqo/debian-12-ansible
083b7646ed0ff1566d75c1268418058f344a80fe
0
roles/install-apps-common
6,017
[ "no_license" ]
[ { "path": "roles/install-apps-common/tasks/main.yaml", "content": "---\n- name: Install common apps\n apt:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ common_apps }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "roles/install-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 214, "all_permissive": false }
ansible_role
saiqo/debian-12-ansible
083b7646ed0ff1566d75c1268418058f344a80fe
0
roles/install-apps-netsys
6,017
[ "no_license" ]
[ { "path": "roles/install-apps-netsys/vars/main.yaml", "content": "---\nnetsys_apps:\n - wireshark\n - net-tools\n - tcpdump\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/install-apps-netsys/tasks/main.yaml", "content": "---\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 170, "all_permissive": false }
ansible_role
saiqo/debian-12-ansible
083b7646ed0ff1566d75c1268418058f344a80fe
0
roles/install-cmd-tools
6,017
[ "no_license" ]
[ { "path": "roles/install-cmd-tools/tasks/main.yaml", "content": "---\n- name: Install common tools\n apt:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ common_tools }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/install-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 236, "all_permissive": false }
ansible_role
saiqo/debian-12-ansible
083b7646ed0ff1566d75c1268418058f344a80fe
0
roles/install-gnome
6,017
[ "no_license" ]
[ { "path": "roles/install-gnome/vars/main.yaml", "content": "---\ngnome_apps:\n - gnome-tweaks\n - gnome-shell-extensions\n - gnome-shell-extension-manager\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/install-gnome/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 750, "all_permissive": false }
ansible_role
saiqo/debian-12-ansible
083b7646ed0ff1566d75c1268418058f344a80fe
0
roles/install-gnome-extensions
6,017
[ "no_license" ]
[ { "path": "roles/install-gnome-extensions/tasks/main.yaml", "content": "- name: Installation dash to dock\n become: yes\n become_user: \"{{ ansible_user }}\"\n block:\n - name: Téléchargement Dash to Dock depuis extensions.gnome.org\n shell: >\n wget -O /tmp/dash-to-dock.zip https://extens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 776, "all_permissive": false }
ansible_role
saiqo/debian-12-ansible
083b7646ed0ff1566d75c1268418058f344a80fe
0
roles/update-system
6,017
[ "no_license" ]
[ { "path": "roles/update-system/tasks/main.yml", "content": "---\n# Update and upgrade system packages\n\n- name: Update apt cache && upgrade\n apt:\n update_cache: yes\n upgrade: full\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
teamclairvoyant/spark_standalone_ansible
88ebdfc9b3a1551c993930f751ed8aa0b713ec8c
0
roles/common
6,017
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: remove old install dir\n file: path= \"{{ install_dir }}\" state=absent\n\n- name: create install dir\n file: path=\"{{ install_dir }}\" state=directory\n\n- name: remove old temporary install dir\n file: path=\"{{ install_temp_dir }}\" state=a...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1252, "all_permissive": false }
ansible_role
teamclairvoyant/spark_standalone_ansible
88ebdfc9b3a1551c993930f751ed8aa0b713ec8c
0
roles/spark
6,017
[ "no_license" ]
[ { "path": "roles/spark/tasks/main.yml", "content": "- name: set spark fact\n set_fact: spark_installed=True\n\n- name: set spark installation path fact\n set_fact: spark_installation_dir=spark-{{ spark.version }}-bin-hadoop{{ spark.hadoop_version }}\n\n- name: set spark archive fact\n set_fact: spark_arc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3184, "all_permissive": false }
ansible_role
AlberKaram/AWS-project
8959cd93dc5f59c19c7cd44496739d22b4baa204
0
ansible/roles/jenkins
6,017
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n- name: create namespace for jenkins\n k8s:\n state: present\n definition:\n apiVersion: v1\n kind: Namespace\n metadata:\n name: jenkins\n \n- name: create namespace for deployment\n k8s:\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3417, "all_permissive": false }
ansible_role
zolbooo/zol-alliance-automation
f52976d7491d5f5b3259b757b67a6fa5c38c2d31
0
ansible/roles/ubuntu-install-docker
6,017
[ "no_license" ]
[ { "path": "ansible/roles/ubuntu-install-docker/tasks/main.yml", "content": "---\n- name: Update apt cache\n become: true\n apt:\n update_cache: yes\n- name: Install prerequisites\n become: true\n apt:\n name:\n - ca-certificates\n - curl\n state: present\n- name: Add Docker GPG key\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 773, "all_permissive": false }
ansible_role
abhinav4567/tomcat_ansible
5575360162fd137525a9722b8c0503a494334f7c
0
roles/tomcat_aws
6,017
[ "no_license" ]
[ { "path": "roles/tomcat_aws/defaults/main.yml", "content": "---\n# defaults file for tomcat_aws\nregion: us-east-2\ninstance_type: t2.micro\nami: ami-0b500ef59d8335eee # Redhat\nkeypair: test key # pem file name\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 },...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1322, "all_permissive": false }
ansible_role
shaharm192/Class12
5e390b7026157ce6b642c8d7ed92515085b65ff7
0
roles/common
6,017
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install vim using Homebrew (non-sudo)\n homebrew:\n name: vim\n state: present\n become: false\n\n- name: Install zip using Homebrew (non-sudo)\n homebrew:\n name: zip\n state: present\n become: false\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 219, "all_permissive": false }
ansible_role
shaharm192/Class12
5e390b7026157ce6b642c8d7ed92515085b65ff7
0
roles/file_deploy
6,017
[ "no_license" ]
[ { "path": "roles/file_deploy/tasks/main.yml", "content": "---\n- name: Deploy \"Hello world!\" to /tmp/test\n copy:\n content: \"Hello world!\\n\"\n dest: /tmp/test\n mode: '0644'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
shaharm192/Class12
5e390b7026157ce6b642c8d7ed92515085b65ff7
0
roles/hostname_template
6,017
[ "no_license" ]
[ { "path": "roles/hostname_template/tasks/main.yml", "content": "---\n- name: Deploy hostname template to /tmp/test2\n template:\n src: hostname.j2\n dest: /tmp/test2\n mode: '0644'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }