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
kerk1/Splunk-Attack-Range
c292444d0bf725c41d0f0300bb87264868c2ea6d
0
ansible/roles/firedrill
366
[ "no_license" ]
[ { "path": "ansible/roles/firedrill/tasks/main.yml", "content": "- include: install_firedrill.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/firedrill/tasks/install_firedrill.yml", "content": "--- \n\n- name: Download FireDr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 263, "all_permissive": false }
ansible_role
kerk1/Splunk-Attack-Range
c292444d0bf725c41d0f0300bb87264868c2ea6d
0
ansible/roles/search_head
366
[ "no_license" ]
[ { "path": "ansible/roles/search_head/tasks/main.yml", "content": "---\n# This playbook contains common tasks in this role\n\n- include: splunk.yml\n- name: Finished\n debug: msg=\"Access your freshly configure splunk instance at http://localhost:8000 with password {{ splunk_pass }}\"\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
kerk1/Splunk-Attack-Range
c292444d0bf725c41d0f0300bb87264868c2ea6d
0
ansible/roles/universal_forwarder
366
[ "no_license" ]
[ { "path": "ansible/roles/universal_forwarder/templates/inputs.conf.j2", "content": "[streamfwd://streamfwd]\nsplunk_stream_app_location = https://{{ splunk_uf_server_ip }}:8000/en-us/custom/splunk_app_stream/\nstream_forwarder_id = \ndisabled = 0\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 323, "all_permissive": false }
ansible_role
Utegrad/mat-vm-infrastructure
a4b7f4628c4264cad10f362ac6a51160e9f672ab
0
SysConf/roles/common
366
[ "no_license" ]
[ { "path": "SysConf/roles/common/tasks/main.yml", "content": "---\n# Setup common elements for the application host\n\n- name: Install common packages\n become: True\n apt: name={{ item }} state=latest update_cache=True\n with_items: \"{{ packages }}\"\n\n- name: UFW OpenSSH\n become: True\n ufw: rule=l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1648, "all_permissive": false }
ansible_role
Utegrad/mat-vm-infrastructure
a4b7f4628c4264cad10f362ac6a51160e9f672ab
0
SysConf/roles/static_site
366
[ "no_license" ]
[ { "path": "SysConf/roles/static_site/defaults/main.yml", "content": "---\npackages:\n - nginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "SysConf/roles/static_site/vars/main.yml", "content": "---\nstatic_site_fqdn: blog.emhomeowners.org\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1983, "all_permissive": false }
ansible_role
Utegrad/mat-vm-infrastructure
a4b7f4628c4264cad10f362ac6a51160e9f672ab
0
SysConf/roles/vpn
366
[ "no_license" ]
[ { "path": "SysConf/roles/vpn/tasks/main.yml", "content": "---\n# Setup common elements for the application host\n\n- name: Update apt cache\n become: True\n apt:\n update_cache: yes\n\n- name: Install common packages\n become: True\n apt: name={{ item }} state=present\n with_items: \"{{ packages }}\"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3036, "all_permissive": false }
ansible_role
kramar51/jenkinsrepo
bb73ed9e7fa5a1658342db790adfdad8934da307
0
provisioning/roles/java
366
[ "no_license" ]
[ { "path": "provisioning/roles/java/tasks/main.yml", "content": "---\n- name: Add Java Oracle repository to source list\n apt_repository: repo='ppa:webupd8team/java' update_cache=yes\n\n- name: Accept License\n debconf: name='oracle-java8-installer' question='shared/accepted-oracle-license-v1-1' value='tru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 580, "all_permissive": false }
ansible_role
kramar51/jenkinsrepo
bb73ed9e7fa5a1658342db790adfdad8934da307
0
provisioning/roles/jenkins
366
[ "no_license" ]
[ { "path": "provisioning/roles/jenkins/tasks/main.yml", "content": "---\n- name: Add jenkins apt-key\n apt_key: url=\"http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key\" state=present\n \n- name: Add Jenkins repository to source list\n apt_repository: repo='deb http://pkg.jenkins-ci.org/debian binary/' ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
bragnikita/gamescripter
a38d70becc821e8c1bfec4621bf93dda10c371ac
0
config/ansible/roles/api
366
[ "no_license" ]
[ { "path": "config/ansible/roles/api/templates/nginx.conf.j2", "content": "upstream upstream_{{ app_name }} {\n server unix:///tmp/{{ app_name }}_api.sock;\n}\n\nserver {\n listen 80;\n server_name files.{{server_name}};\n location / {\n root /var/www/public/{{ app_name }};\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2239, "all_permissive": false }
ansible_role
leturtle/droplet
77985d46ff266f731f308545f12898bb3612b5b2
0
roles/common
366
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- name: ensure locale is en_US.UTF-8\n locale_gen: name=en_US.UTF-8\n state=present\n\n- name: ensure timezone is Shanghai\n file: src=/usr/share/zoneinfo/Asia/Shanghai\n dest=/etc/localtime\n state=link\n force=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 602, "all_permissive": false }
ansible_role
JOHugo/devops
0fc7d6243a0d374c45424895f5ca963003aefaea
0
roles/bootcamp1
366
[ "no_license" ]
[ { "path": "roles/bootcamp1/tasks/main.yml", "content": "---\n# tasks file for roles/bootcamp1\n - name: Find the hostname\n debug:\n var: ansible_hostname\n - name: Find myIP\n debug:\n var: ansible_default_ipv4.address\n - name: Copy my file\n copy:\n src: /User...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 404, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrtacme
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrtacme/tasks/main.yml", "content": "---\n# tasks file for ansible_openwrtacme\n- name: Make sure deploypath is present\n ansible.builtin.file:\n path: \"{{ openwrt_acme_deploypath }}\"\n state: directory\n- name: Setup acme config\n ansible.builtin.template:\n src: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2755, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrtbatmanadv
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrtbatmanadv/tasks/main.yml", "content": "---\n# tasks file for ansible_openwrtbatmanadv\n- name: make sure deploypath is present\n ansible.builtin.file:\n path: \"{{ openwrt_batmanadv_deploypath }}\"\n state: directory\n- name: initialize openwrt_packages_installimagebui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1414, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrtfirewall
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrtfirewall/tasks/merge.yml", "content": "# Zones\n- name: merge group firewall zones from different groups\n ansible.builtin.set_fact:\n openwrt_firewall_zonesmergedgroup: \"{{ openwrt_firewall_zonesgroup.keys() | list | intersect(group_names) | map('extract', openwrt_firew...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4278, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrtimagebuilder
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrtimagebuilder/defaults/main.yml", "content": "---\n# vars file for ansible_openwrtimagebuilder\nopenwrt_imagebuilder_builddir: \"/tmp/openwrt_imagebuilder\"\nopenwrt_imagebuilder_outputdir: \"/tmp/openwrt_imagebuilder_images\"\nopenwrt_imagebuilder_downloadurl: \"https://downl...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6114, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrtnetwork
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrtnetwork/tasks/main.yml", "content": "---\n# tasks file for ansible_openwrtnetwork\n- name: merge interfaces from group and host definitions\n include_tasks: merge.yml\n# Wireguard\n- name: make sure wireguard management dir exists\n ansible.builtin.file:\n path: \"{{ ope...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 17900, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrtprometheus_node_exporter_lua
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrtprometheus_node_exporter_lua/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: ansible_openwrtprometheus_node_exporter_lua\n author: <NAME>\n description: configures prometheus node exporter lua\n company: libcom.de\n issue_tracker_url: https://github.com/imp1sh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4550, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrtquagga
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrtquagga/tasks/main.yml", "content": "---\n# tasks file for ansible_openwrtquagga\n- name: Enable bgp\n set_fact:\n openwrt_packages_installrole: \"{{ openwrt_packages_installrole + ['quagga-bgpd'] }}\"\n when: openwrt_quagga_enablebgp\n- name: Enable ospf\n set_fact:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1859, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrtrestic
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrtrestic/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: ansible_openwrtrestic\n author: <NAME>\n description: configures restic backup for OpenWrt\n company: libcom.de\n issue_tracker_url: https://github.com/imp1sh/ansible_openwrt/issues\n license: BSD-3-Claus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2293, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrttinyproxy
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrttinyproxy/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: ansible_openwrtacme\n author: <NAME>\n description: Installs and configures tinyproxy on OpenWrt\n company: libcom.de\n issue_tracker_url: https://github.com/imp1sh/ansible_openwrt/issues\n license: BS...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1579, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrtuhttpd
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrtuhttpd/tasks/main.yml", "content": "---\n# tasks file for ansible_uhttpd\n- name: Make sure deploypath is present\n ansible.builtin.file:\n path: \"{{ openwrt_uhttpd_deploypath }}\"\n state: directory\n- name: search for existing certificate\n ansible.builtin.stat:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1469, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrtwireguard
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrtwireguard/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: ansible_openwrtwireguard\n author: <NAME>\n description: Installs Wireguard VPN dependencies in OpenWrt\n company: libcom.de\n issue_tracker_url: https://github.com/imp1sh/ansible_openwrt/issues\n lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1118, "all_permissive": false }
ansible_role
imp1sh/ansible_openwrt
3c4ad2c5b0c713d5ae725d915ec292e20b000260
38
roles/ansible_openwrtwireless
366
[ "no_license" ]
[ { "path": "roles/ansible_openwrtwireless/templates/wireless.jinja2", "content": "# Distributed by Ansible\n# Wifi devices\n{% for key, value in openwrt_wifi_devices.items() %}\nconfig wifi-device \"{{ key }}\"\n{% if value.type is defined %}\n\toption type \"{{ value.type }}\"\n{% endif %}\n{% if value.phy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8891, "all_permissive": false }
ansible_role
MDAhemadKhan1/expense-ansible-roles
2bae92b9e231287547b7a4ed367680d507c58905
0
roles/frontend
366
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: install nginx\n ansible.builtin.package:\n name: nginx\n state: present\n\n- name: enable and start nginx\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: include role common\n ansible.builtin.in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1120, "all_permissive": false }
ansible_role
MDAhemadKhan1/expense-ansible-roles
2bae92b9e231287547b7a4ed367680d507c58905
0
roles/mysql
366
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: Install MySql Server\n ansible.builtin.package:\n name: mysql-server\n state: installed\n\n- name: enable and start service \n ansible.builtin.service:\n name: mysqld\n state: started\n enabled: yes\n\n- name: connect to mysql\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 932, "all_permissive": false }
ansible_role
apollux/ansible-vps
7a83a1ea56831ce74dde9900a255bc22c1b1b59d
0
ansible/roles/common
366
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n\n- name: Enable Debian backports\n apt_repository:\n repo: \"deb http://ftp.debian.org/debian jessie-backports main\"\n state: present\n filename: backports\n update_cache: yes\n when: ansible_distribution == 'Debian'\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
apollux/ansible-vps
7a83a1ea56831ce74dde9900a255bc22c1b1b59d
0
ansible/roles/docker-host
366
[ "no_license" ]
[ { "path": "ansible/roles/docker-host/tasks/main.yml", "content": "---\n- name: Add docker repo key\n apt_key: url=https://download.docker.com/linux/debian/gpg state=present \n\n- apt_repository:\n repo: \"deb [arch=amd64] https://download.docker.com/linux/debian jessie stable\"\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 400, "all_permissive": false }
ansible_role
apollux/ansible-vps
7a83a1ea56831ce74dde9900a255bc22c1b1b59d
0
ansible/roles/nginx
366
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Install certbot to latest version using jessie-backport\n apt:\n name: certbot\n state: present\n default_release: jessie-backports\n when: ansible_distribution == 'Debian'\n\n- name: Configure auto renew with Certbot\n cron:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1818, "all_permissive": false }
ansible_role
apollux/ansible-vps
7a83a1ea56831ce74dde9900a255bc22c1b1b59d
0
ansible/roles/tools
366
[ "no_license" ]
[ { "path": "ansible/roles/tools/tasks/main.yml", "content": "---\n\n- name: Create www-root dir for Tools\n file: path=/var/www/tools state=directory\n\n- name: Place tracker image in www-root\n copy: src=tracker.png dest=/var/www/tools/t.png\n\n- name: Configure Nginx\n copy: src=tools.sites-available de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
apollux/ansible-vps
7a83a1ea56831ce74dde9900a255bc22c1b1b59d
0
ansible/roles/whose_turn_is_it_anyway
366
[ "no_license" ]
[ { "path": "ansible/roles/whose_turn_is_it_anyway/tasks/main.yml", "content": "---\n- name: Checkout Whose turn is it anyway\n git: repo=https://github.com/apollux/whose_turn_is_it_anyway.git dest=./whose_turn_is_it_anyway\n\n- name: Build docker image\n docker_image:\n path: ./whose_turn_is_it_anyway\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1224, "all_permissive": false }
ansible_role
MatthewLymer/macos-provisioning
6113b35a79310861e9bc40593fa272a027ded326
1
playbooks/roles/any-developer
366
[ "no_license" ]
[ { "path": "playbooks/roles/any-developer/tasks/main.yml", "content": "---\n- name: Setup shell prompt\n blockinfile:\n marker: \"# {mark} ANSIBLE MANAGED BLOCK: shell prompt\"\n path: ~/.zshrc\n create: true\n block: \"{{ lookup('file', 'prompt.sh') }}\"\n\n- name: Install misc tools\n communi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2470, "all_permissive": false }
ansible_role
MatthewLymer/macos-provisioning
6113b35a79310861e9bc40593fa272a027ded326
1
playbooks/roles/datascience-developer
366
[ "no_license" ]
[ { "path": "playbooks/roles/datascience-developer/tasks/main.yaml", "content": "- name: \"Install Octave\"\n community.general.homebrew:\n name: octave\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
MatthewLymer/macos-provisioning
6113b35a79310861e9bc40593fa272a027ded326
1
playbooks/roles/dotnet-developer
366
[ "no_license" ]
[ { "path": "playbooks/roles/dotnet-developer/tasks/main.yml", "content": "---\n- name: Create dotnet directory\n file:\n path: /usr/local/share/dotnet\n state: directory\n\n- block:\n - name: \"Install dotnet-sdk-3.1.416-osx-x64 : Determine whether SDK is installed\"\n shell: dotnet --list-sdks | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1814, "all_permissive": false }
ansible_role
MatthewLymer/macos-provisioning
6113b35a79310861e9bc40593fa272a027ded326
1
playbooks/roles/java-developer
366
[ "no_license" ]
[ { "path": "playbooks/roles/java-developer/tasks/main.yml", "content": "---\n- name: \"Create Java Library Folder\"\n file:\n path: /Library/Java/JavaVirtualMachines\n state: directory\n\n- block:\n - name: \"Install openjdk-17.0.2_macos-x64_bin : Determine whether JDK is installed\"\n shell: \"ls...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 996, "all_permissive": false }
ansible_role
MatthewLymer/macos-provisioning
6113b35a79310861e9bc40593fa272a027ded326
1
playbooks/roles/node-developer
366
[ "no_license" ]
[ { "path": "playbooks/roles/node-developer/defaults/main.yml", "content": "nvm:\n version: v0.39.1\n node_version: 16.13.2", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "playbooks/roles/node-developer/tasks/main.yml", "content": "---\n- name:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1450, "all_permissive": false }
ansible_role
MatthewLymer/macos-provisioning
6113b35a79310861e9bc40593fa272a027ded326
1
playbooks/roles/site-reliability-engineer
366
[ "no_license" ]
[ { "path": "playbooks/roles/site-reliability-engineer/tasks/main.yml", "content": "---\n- block:\n - name: \"Install gcloud : Check existing installation\"\n shell: hash gcloud\n failed_when: false\n register: hash_gcloud\n changed_when: false\n\n - when: hash_gcloud.rc != 0\n block:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 881, "all_permissive": false }
ansible_role
MatthewLymer/macos-provisioning
6113b35a79310861e9bc40593fa272a027ded326
1
playbooks/roles/web-developer
366
[ "no_license" ]
[ { "path": "playbooks/roles/web-developer/tasks/main.yml", "content": "---\n- name: \"Install Postman\"\n community.general.homebrew_cask:\n name: postman\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 102, "all_permissive": false }
ansible_role
Opensitesolutions/oss
f501feccf796fa58ba8caa892da350cc398fad7e
0
infrastructure/configuration/roles/apache
366
[ "no_license" ]
[ { "path": "infrastructure/configuration/roles/apache/handlers/main.yml", "content": "---\n# handlers file for web\n- name: start apache\n service:\n name: apache2\n state: started\n enabled: true\n when: ansible_os_family == \"Debian\"\n tags:\n - start apache\n\n- name: start httpd\n servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1870, "all_permissive": false }
ansible_role
Opensitesolutions/oss
f501feccf796fa58ba8caa892da350cc398fad7e
0
infrastructure/configuration/roles/common
366
[ "no_license" ]
[ { "path": "infrastructure/configuration/roles/common/tasks/main.yml", "content": "---\n\n# Install libselinux-python which is required to install SSH keys\n- name: Install libselinux-python Redhat environments\n yum: pkg={{item}} state=latest\n with_items:\n - libselinux-python\n - libsemanage-python\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2075, "all_permissive": false }
ansible_role
Opensitesolutions/oss
f501feccf796fa58ba8caa892da350cc398fad7e
0
infrastructure/configuration/roles/haproxy
366
[ "no_license" ]
[ { "path": "infrastructure/configuration/roles/haproxy/tasks/main.yml", "content": "---\n\n- name: Install Haproxy\n yum: name={{item}} state=present\n with_items:\n - haproxy\n notify:\n - start haproxy\n tags:\n - install haproxy\n \n- name: Send haproxy configuration to server(s) \n copy:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2070, "all_permissive": false }
ansible_role
Opensitesolutions/oss
f501feccf796fa58ba8caa892da350cc398fad7e
0
infrastructure/configuration/roles/jenkins
366
[ "no_license" ]
[ { "path": "infrastructure/configuration/roles/jenkins/tasks/debian.yml", "content": "# Debian install\n# This is the Debian package repository of Jenkins to automate installation and upgrade. To use this repository, first add the key to your system:\n\n# wget -q -O - https://pkg.jenkins.io/debian-stable/jen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1121, "all_permissive": false }
ansible_role
evgeniy-baba/vagrant-symfony
c668674ce68582da0dd8dfdaf203de50603e24d2
0
ansible/roles/app
366
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Install Composer dependens\n command: /usr/bin/composer install -o --no-interaction --working-dir={{ app_root }}\n\n- name: Drop mysql tables\n command: /var/www/app/console doctrine:schema:drop --force --no-interaction\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
evgeniy-baba/vagrant-symfony
c668674ce68582da0dd8dfdaf203de50603e24d2
0
ansible/roles/php5-fpm
366
[ "no_license" ]
[ { "path": "ansible/roles/php5-fpm/tasks/main.yml", "content": "---\n- name: Install PHP5-FPM\n sudo: yes\n apt: package=php5-fpm state=latest\n\n- name: Configure PHP-FPM configuration\n sudo: yes\n template: src=www.tpl dest=/etc/php5/fpm/pool.d/www.conf\n notify: restart php5-fpm\n", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 218, "all_permissive": false }
ansible_role
benbroadaway/plex-pipeline
887a9942b247698a9ec7ebeafb137e44067a46df
0
playbook/roles/docker
366
[ "no_license" ]
[ { "path": "playbook/roles/docker/tasks/main.yml", "content": "---\n\n- name: Install OS Prerequisites\n apt:\n name:\n - python3-setuptools\n - python3-pip\n update_cache: yes\n become: yes\n\n- name: Install Python Docker Packge\n pip:\n name: docker\n umask: '0022'\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
benbroadaway/plex-pipeline
887a9942b247698a9ec7ebeafb137e44067a46df
0
playbook/roles/plex
366
[ "no_license" ]
[ { "path": "playbook/roles/plex/tasks/main.yml", "content": "---\n\n- name: Download docker image\n become: yes\n docker_image:\n name: \"plexinc/pms-docker:{{ install_version }}\"\n force: true\n\n- name: Remove existing container\n become: yes\n docker_container:\n state: absent\n name: ple...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1123, "all_permissive": false }
ansible_role
benbroadaway/plex-pipeline
887a9942b247698a9ec7ebeafb137e44067a46df
0
playbook/roles/plex_backup
366
[ "no_license" ]
[ { "path": "playbook/roles/plex_backup/tasks/main.yml", "content": "---\n\n# - name: Create local backup\n# archive:\n# path: \"{{ config_path }}\"\n# dest: \"{{ config_path }}.tar.gz\"\n\n- name: get private key\n copy:\n src: \"{{ backup_private_key }}\"\n dest: \"/tmp/plex.key\"\n mode...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 736, "all_permissive": false }
ansible_role
grez86/ansible-katello-setup
1b790db246f98965dcab26d59a1438350a8a4576
0
roles/katello
366
[ "no_license" ]
[ { "path": "roles/katello/tasks/install_katello.yml", "content": "- name: Check if Katello configuration file exists\n stat:\n path: /etc/foreman-installer/scenarios.d/katello-answers.yaml\n register: katello_file_exists\n\n- name: Check if Katello is installed by looking for initial_admin_password\n c...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6424, "all_permissive": false }
ansible_role
hhk7734/k8s-test
9b6d6a96fc12dac1f1511b0e3330b98f9db14043
1
hhk-cluster/ansible/roles/containerd
366
[ "no_license" ]
[ { "path": "hhk-cluster/ansible/roles/containerd/tasks/main.yaml", "content": "---\n- name: Install requirements\n apt:\n name: '{{ item }}'\n state: latest\n update_cache: yes\n loop: ['apt-transport-https', 'ca-certificates', 'curl', 'gnupg']\n\n- name: Add docker GPG apt key\n apt_key:\n ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2164, "all_permissive": false }
ansible_role
hhk7734/k8s-test
9b6d6a96fc12dac1f1511b0e3330b98f9db14043
1
hhk-cluster/ansible/roles/kubeadm
366
[ "no_license" ]
[ { "path": "hhk-cluster/ansible/roles/kubeadm/tasks/main.yaml", "content": "---\n- name: Install requirements\n apt:\n name: '{{ item }}'\n state: latest\n update_cache: yes\n loop: ['apt-transport-https', 'ca-certificates', 'curl']\n\n- name: Add kubernetes GPG apt key\n apt_key:\n url: https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1963, "all_permissive": false }
ansible_role
hhk7734/k8s-test
9b6d6a96fc12dac1f1511b0e3330b98f9db14043
1
hhk-cluster/ansible/roles/kubeadm_init
366
[ "no_license" ]
[ { "path": "hhk-cluster/ansible/roles/kubeadm_init/tasks/main.yaml", "content": "- name: Create '/home/{{ ansible_user }}/kubeadm-master.yaml'\n copy:\n dest: '/home/{{ ansible_user }}/kubeadm-master.yaml'\n content: |\n apiVersion: kubeadm.k8s.io/v1beta2\n kind: ClusterConfiguration\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3605, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/ada
366
[ "no_license" ]
[ { "path": "roles/ada/templates/installer.response.j2", "content": "# Tue Dec 12 15:51:26 PST 2017\n# Replay feature output\n# ---------------------\n# This file was built by the Replay feature of InstallAnywhere.\n# It contains variables that were set by Panels, Consoles or Custom Code.\n\n\n\n#Choose Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3879, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/apm
366
[ "no_license" ]
[ { "path": "roles/apm/templates/installer.response.j2", "content": "ca-eulaFile=/ca-eula.txt\n \nUSER_INSTALL_DIR={{ installation_path }}\n\nsilentInstallChosenFeatures=Enterprise Manager,WebView,Database,Command Center Server\n\nshouldUpgrade=false\n\nemPort=5001\n\nemWebPort=8081\n\nemAdminPassword=\n\nemG...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4567, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/axa
366
[ "no_license" ]
[ { "path": "roles/axa/tasks/main.yml", "content": "---\n- include_vars: firewall.yml\n\n- include_role:\n name: firewall\n private: yes\n\n- name: Check for existing AXA install\n stat:\n path: '{{ installation_path }}'\n register: axa_stat\n\n- name: Copy hosts file\n copy:\n src: /etc/hosts\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 934, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/cabi
366
[ "no_license" ]
[ { "path": "roles/cabi/templates/installer.response.j2", "content": "# Tue Dec 05 23:15:16 PST 2017\n# Replay feature output\n# ---------------------\n# This file was built by the Replay feature of InstallAnywhere.\n# It contains variables that were set by Panels, Consoles or Custom Code.\n\n\n\n#InstallLoca...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4062, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/capc
366
[ "no_license" ]
[ { "path": "roles/capc/defaults/main.yml", "content": "---\ninstallation_path: /opt/CA/PerformanceCenter\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/capc/templates/installer.response.j2", "content": "# CAPC installer properties\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2313, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/common
366
[ "no_license" ]
[ { "path": "roles/common/tasks/CentOS.yml", "content": "---\n- name: Extra packages for CentOS\n package:\n name: '{{ item }}'\n state: installed\n with_items:\n - epel-release\n - bash-completion\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 }, { ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 4617, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/consul
366
[ "no_license" ]
[ { "path": "roles/consul/templates/installer.response.j2", "content": "# Consul Server installer properties\n\n#Choose Install Folder\n#---------------------\nUSER_INSTALL_DIR={{ installation_path }}\n\n#Consul Port\n#-----------\nCONSUL_PORT=8500\n\nCONSUL_BIND_ADDR={{ ansible_default_ipv4.address }}\n\nDA_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1287, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/consul-ext
366
[ "no_license" ]
[ { "path": "roles/consul-ext/tasks/main.yml", "content": "---\n- name: Check for existing Consul Extension install\n stat:\n path: '{{ installation_path }}'\n register: consul_ext_stat\n\n- name: Copy installer properties\n template:\n src: installer.response.j2\n dest: /consul-ext.response\n wh...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1063, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/da
366
[ "no_license" ]
[ { "path": "roles/da/templates/installer.response.j2", "content": "# Data Aggregator Installer Properties\n\n#Enter User Name\n#---------------\nDM_USER=root\n\n#Choose Install Folder\n#---------------------\nUSER_INSTALL_DIR={{ installation_path }}\n\n#Configure Maximum Data Aggregator Process Memory\n#----...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5054, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/daproxy
366
[ "no_license" ]
[ { "path": "roles/daproxy/templates/installer.response.j2", "content": "# DA Proxy installer properties\n\n#Choose Install Set\n#------------------\nCHOSEN_FEATURE_LIST=DAProxy,Help,Consul\nCHOSEN_INSTALL_FEATURE_LIST=DAProxy,Help,Consul\nCHOSEN_INSTALL_SET=Typical\n\n#Choose Install Folder\n#---------------...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1617, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/dc
366
[ "no_license" ]
[ { "path": "roles/dc/templates/installer.response.j2", "content": "# Data Collector installer properties\n\n#Enter User Name\n#---------------\nDCM_USER=root\n\n#Choose Install Folder\n#---------------------\nUSER_INSTALL_DIR={{ installation_path }}\n\n#Configure Maximum Process Memory\n#--------------------...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3026, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/dr
366
[ "no_license" ]
[ { "path": "roles/dr/tasks/main.yml", "content": "---\n- include_role:\n name: firewall\n private: yes\n vars:\n firewall_port_list:\n - { destination_port: 4803, protocol: udp }\n - { destination_port: 4804, protocol: udp }\n - { destination_port: 4805, protocol: udp }\n - { de...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4581, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/firewall
366
[ "no_license" ]
[ { "path": "roles/firewall/tasks/RedHat_6.yml", "content": "---\n- name: Check if iptables service is running\n command: service iptables status\n ignore_errors: yes\n register: iptables_status\n\n- name: Update iptables (if iptables is running)\n iptables:\n chain: INPUT\n destination_port: '{{ it...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1207, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/init
366
[ "no_license" ]
[ { "path": "roles/init/meta/main.yml", "content": "---\ndependencies:\nallow_duplicates: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/init/tasks/main.yml", "content": "---\n- name: Set the deployment_type\n set_fact: deployment_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 171, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/nfa
366
[ "no_license" ]
[ { "path": "roles/nfa/defaults/main.yml", "content": "---\ninstallation_path: D:\\NFA\ninstall_owner: Administrator\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "roles/nfa/tasks/main.yml", "content": "# /etc/ansible/configurations/nfa_inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2234, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/nfs-client
366
[ "no_license" ]
[ { "path": "roles/nfs-client/tasks/main.yml", "content": "---\n- name: Install NFS packages\n package:\n name: '{{ item }}'\n state: installed\n with_items:\n - nfs-utils\n\n- name: Mount the shared drive\n mount:\n src: \"{{ groups['daproxy'][0] }}:/nfsshare\"\n name: /nfsshare\n state:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/nfs-server
366
[ "no_license" ]
[ { "path": "roles/nfs-server/handlers/main.yml", "content": "---\n- name: restart nfs\n service:\n name: nfs\n state: restarted\n enabled: true\n\n- name: reload firewalld\n command: firewall-cmd --reload\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 832, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/ntp
366
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Install NTP daemon\n yum:\n name: ntp\n state: installed\n notify: Restart NTP\n\n- name: Remove default server lines from ntp.conf\n replace:\n dest: /etc/ntp.conf\n regexp: '^server\\s+.*$'\n when: ntp_servers and ntp_servers|l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 854, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/oc
366
[ "no_license" ]
[ { "path": "roles/oc/tasks/main.yml", "content": "---\n- include_role:\n name: firewall\n private: yes\n vars:\n firewall_port_list:\n - { destination_port: 8080, protocol: tcp }\n - { destination_port: 14001, protocol: tcp }\n\n- name: Install ksh\n package:\n name: ksh\n state: p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1738, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/post-install
366
[ "no_license" ]
[ { "path": "roles/post-install/templates/datasource-registration.j2", "content": "<dataSourceInfo>\n <type>DATA_AGGREGATOR</type>\n <enabled>true</enabled>\n <name>Data Aggregator@{{ groups['daproxy'][0][:34] if deployment_type == 'fault_tolerant' else groups['da'][0][:34] }}</name>\n <serviceAddress>\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1609, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/pre-flight
366
[ "no_license" ]
[ { "path": "roles/pre-flight/tasks/fault_tolerant.yml", "content": "---\n- fail:\n msg: \"Inventory file must contain exactly 2 DAs for fault-tolerant deployemnts\"\n when: \"'da' not in groups or groups['da'] | length != 2\"\n run_once: yes\n\n- fail:\n msg: \"Inventory file must contain exactly 1 D...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1742, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/sdc
366
[ "no_license" ]
[ { "path": "roles/sdc/tasks/main.yml", "content": "---\n- include_role:\n name: firewall\n private: yes\n vars:\n firewall_port_list:\n - { destination_port: 6844, protocol: tcp }\n - { destination_port: 162, protocol: udp }\n\n- name: Check for existing SDC install\n stat:\n path: '{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1164, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/soi
366
[ "no_license" ]
[ { "path": "roles/soi/defaults/main.yml", "content": "---\ninstallation_path: D:\\SOI\ninstall_owner: Administrator\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "roles/soi/tasks/main.yml", "content": "# /etc/ansible/configurations/soi_instal...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1964, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/ss
366
[ "no_license" ]
[ { "path": "roles/ss/templates/distinst.host_inst.j2", "content": "remote_host={{ groups['ss'][0] }}\ninstall_dir={{ installation_path }}\ninstall_owner={{ install_owner }}\nmain_loc_serv={{ groups['ss'][0] }}\nvcd_path=/tmp\nss_install=yes\nhuge_landscape_handle=yes\nl_handle=0x10000000\noc_install=yes\n\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6641, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/uim
366
[ "no_license" ]
[ { "path": "roles/uim/templates/ump_installer.properties", "content": "INSTALLER_UI=silent\nUSER_INSTALL_DIR=d:\\\\UIM\nNIMBUS_USERNAME=administrator\nNIMBUS_PASSWORD=<PASSWORD>\nHUB_ROBOT=/CA_UIM/primary/UIM\nHUB_ROBOT_IP=127.0.0.1\nUMP_ROBOT=/CA_UIM/primary/UIM\nUMP_ROBOT_IP=127.0.0.1\nUMP_HTTP_PORT=80\nUM...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3353, "all_permissive": false }
ansible_role
ca-poc-box/netops-ansible
a118e2482e42a550d8583d94dbc855119a2ef565
3
roles/vna
366
[ "no_license" ]
[ { "path": "roles/vna/tasks/main.yml", "content": "---\n- include_role:\n name: firewall\n private: yes\n vars:\n firewall_port_list:\n - { destination_port: 8080, protocol: tcp }\n - { destination_port: 8787, protocol: tcp }\n - { destination_port: 9990, protocol: tcp }\n\n- name: I...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1145, "all_permissive": false }
ansible_role
worldofth/manjaro-ansible
75bb4f0cd83d0197ba32b39224a848623a616a74
0
ansible/roles/basic-setup
366
[ "no_license" ]
[ { "path": "ansible/roles/basic-setup/tasks/essentials.yml", "content": "---\n- name: Update packages\n pacman:\n update_cache: yes\n upgrade: yes\n\n- name: Create the `aur_builder` user\n become: true\n ansible.builtin.user:\n name: aur_builder\n create_home: yes\n group: wheel\n\n- name:...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3784, "all_permissive": false }
ansible_role
SaravananPerumal23/ansible-jenkins-setup
ad72302621b1e7ce689fdb12ecfb8456899518aa
0
molecule/default/roles/docker
373
[ "no_license" ]
[ { "path": "molecule/default/roles/docker/tasks/setup-RedHat.yml", "content": "---\n- name: Install yum packages\n yum:\n name: [yum-utils, device-mapper-persistent-data, lvm2]\n state: latest\n become: yes\n\n- name: Add Docker repo\n get_url:\n url: https://download.docker.com/linux/centos/dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1234, "all_permissive": false }
ansible_role
SaravananPerumal23/ansible-jenkins-setup
ad72302621b1e7ce689fdb12ecfb8456899518aa
0
molecule/default/roles/java
373
[ "no_license" ]
[ { "path": "molecule/default/roles/java/tasks/setup-Debian.yml", "content": "---\n- name: Ensure 'man' directory exists.\n file: # noqa 208\n path: /usr/share/man/man1\n state: directory\n recurse: true\n when:\n - ansible_distribution == 'Ubuntu'\n - ansible_distribution_major_version | in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1576, "all_permissive": false }
ansible_role
SaravananPerumal23/ansible-jenkins-setup
ad72302621b1e7ce689fdb12ecfb8456899518aa
0
molecule/default/roles/jenkins-master
373
[ "no_license" ]
[ { "path": "molecule/default/roles/jenkins-master/templates/set-jnlp-port.groovy.j2", "content": "def instance=jenkins.model.Jenkins.instance\ninstance.setSlaveAgentPort(9999)\ninstance.save()\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 }, { "path": "molecu...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4661, "all_permissive": false }
ansible_role
SaravananPerumal23/ansible-jenkins-setup
ad72302621b1e7ce689fdb12ecfb8456899518aa
0
molecule/default/roles/jenkins-slave
373
[ "no_license" ]
[ { "path": "molecule/default/roles/jenkins-slave/handlers/main.yml", "content": "---\n# handlers file for jenkins-agent\n\n- name: Install Jenkins as a service\n win_shell: \"{{ win_swarm_client_wrapper_path }} install\"\n notify: Start the Jenkins service\n\n- name: Start the Jenkins service\n win_servic...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 7037, "all_permissive": false }
ansible_role
macedojleo/gcp-build
eb3d237538726f34c77c70496336bf3b5d0e78b5
1
roles/build-instance
373
[ "no_license" ]
[ { "path": "roles/build-instance/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/build\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/build-instance/tasks/instance.yml", "content": "---\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2898, "all_permissive": false }
ansible_role
macedojleo/gcp-build
eb3d237538726f34c77c70496336bf3b5d0e78b5
1
roles/create-disks
373
[ "no_license" ]
[ { "path": "roles/create-disks/README.md", "content": "create-disks\n=========\n\ncreate and attach disk on GCP instance (Google Cloud Platform)\n\nRequirements\n------------\n\n* ansible >= 2.9\n* python >= 2.6\n* requests >= 2.18.4\n* google-auth >= 1.3.0\n* service account and gcp account\n\nRole Variable...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1385, "all_permissive": false }
ansible_role
macedojleo/gcp-build
eb3d237538726f34c77c70496336bf3b5d0e78b5
1
roles/destroy-disks
373
[ "no_license" ]
[ { "path": "roles/destroy-disks/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - disks\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/destroy-disks/tasks/main.yml", "content": "---\n- name: deta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1205, "all_permissive": false }
ansible_role
macedojleo/gcp-build
eb3d237538726f34c77c70496336bf3b5d0e78b5
1
roles/destroy-instance
373
[ "no_license" ]
[ { "path": "roles/destroy-instance/handlers/main.yml", "content": "---\n# handlers file for roles/destroy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/destroy-instance/tasks/main.yml", "content": "---\n# destroy instance\n- name: User...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1365, "all_permissive": false }
ansible_role
brb390/app-salaire
728d63633987e240b1a85e8c2d6e9d3e1e55809e
0
roles/apache
373
[ "no_license" ]
[ { "path": "roles/apache/vars/main.yml", "content": "---\n# vars file for apache\n\nsites:\n - app-salaire.rachdi-bilal.form\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 68 }, { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 941, "all_permissive": false }
ansible_role
brb390/app-salaire
728d63633987e240b1a85e8c2d6e9d3e1e55809e
0
roles/mariadb
373
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for mariadb\n\n- name: installation de Mariadb\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - mariadb\n - python2-PyMySQL\n - mariadb-server\n\n- name: Activation de Mariadb\n systemd:\n name: mariadb\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
brb390/app-salaire
728d63633987e240b1a85e8c2d6e9d3e1e55809e
0
roles/php
373
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n\n- name: Installation de php\n yum:\n name: \"{{ php_packets }}\"\n state: present\n \n- name: Changement des valeurs user de fpm\n lineinfile:\n path: /etc/php-fpm.d/www.conf\n regexp: '^user = apache'\n line: ' use...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
jennuineness/ansible-azure-vm-bastion
de01686b920704579d111e5000ad98bf694ebbc8
0
roles/ansible-azure-vm-bastion
373
[ "no_license" ]
[ { "path": "roles/ansible-azure-vm-bastion/tasks/main.yml", "content": "---\n- name: Include vars of shared_outputs.json into the shared_vars variable\n ansible.builtin.include_vars:\n file: \"{{ shared_outputs_vars }}\"\n name: shared_vars\n- name: Print message\n debug:\n msg: \"{{ shared_vars.m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": false }
ansible_role
awesammboya/AnsibleWorks
f8bceac071e0304f0cdab37fdb031721b08cb18c
0
roles/base
373
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": " - name: \"Upgrade all installed packages using DNF module for Dnf hosts\"\n ansible.builtin.dnf:\n name: \"*\"\n state: latest\n when: ansible_distribution == \"Fedora\"\n\n - name: Update all packages to their latest version and the cach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
JaMuad/terraform-devops-stage-4a
9751bbc70a8b3cc500e8e92397645d274872b40c
1
ansible/roles/app_deployment
373
[ "no_license" ]
[ { "path": "ansible/roles/app_deployment/tasks/main.yml", "content": "---\n- name: Clone repository\n git:\n repo: \"{{ repo_url }}\"\n dest: \"{{ app_dir }}\"\n become_user: ubuntu\n\n- name: Create .env file\n copy:\n dest: \"{{ app_dir }}/.env\"\n content: |\n # Frontend\n PORT=80...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4870, "all_permissive": false }
ansible_role
JaMuad/terraform-devops-stage-4a
9751bbc70a8b3cc500e8e92397645d274872b40c
1
ansible/roles/common
373
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
JaMuad/terraform-devops-stage-4a
9751bbc70a8b3cc500e8e92397645d274872b40c
1
ansible/roles/docker
373
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Add Docker GPG key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker repository\n apt_repository:\n repo: deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 915, "all_permissive": false }
ansible_role
JaMuad/terraform-devops-stage-4a
9751bbc70a8b3cc500e8e92397645d274872b40c
1
ansible/roles/traefik
373
[ "no_license" ]
[ { "path": "ansible/roles/traefik/tasks/main.yml", "content": "---\n- name: Create Traefik configuration directory\n file:\n path: \"{{ app_dir }}/traefik\"\n state: directory\n owner: ubuntu\n group: ubuntu\n mode: '0755'\n\n- name: Create acme.json file for Let's Encrypt certificates\n fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1329, "all_permissive": false }
ansible_role
grothesk/kale
4610889d06870046e0970501f78fb0daf30072cf
0
api/roles/labenvironment
373
[ "no_license" ]
[ { "path": "api/roles/labenvironment/handlers/main.yml", "content": "---\n# handlers file for LabEnvironment\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "api/roles/labenvironment/tasks/main.yml", "content": "---\n# tasks file for LabEnviron...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2824, "all_permissive": false }
ansible_role
arunkumarv11/DevOps_Task
598038f8badc541868d148aa0d654cef5369b11b
0
petclinic_ansible_files/roles/app_setup
373
[ "no_license" ]
[ { "path": "petclinic_ansible_files/roles/app_setup/defaults/main.yml", "content": "---\n# defaults file for app_setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "petclinic_ansible_files/roles/app_setup/handlers/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2771, "all_permissive": false }
ansible_role
arunkumarv11/DevOps_Task
598038f8badc541868d148aa0d654cef5369b11b
0
petclinic_ansible_files/roles/artifact_build
373
[ "no_license" ]
[ { "path": "petclinic_ansible_files/roles/artifact_build/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - artifact_build\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "petclinic_ansible_files/roles/artifa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2051, "all_permissive": false }
ansible_role
arunkumarv11/DevOps_Task
598038f8badc541868d148aa0d654cef5369b11b
0
petclinic_ansible_files/roles/db_setup
373
[ "no_license" ]
[ { "path": "petclinic_ansible_files/roles/db_setup/vars/main.yml", "content": "---\n# vars file for db_setup\n\ndbname: petclinic\ndbuser: admin\ndbpass: <PASSWORD>\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "petclinic_ansible_files/roles/db...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2173, "all_permissive": false }
ansible_role
arunkumarv11/DevOps_Task
598038f8badc541868d148aa0d654cef5369b11b
0
petclinic_ansible_files/roles/web_setup
373
[ "no_license" ]
[ { "path": "petclinic_ansible_files/roles/web_setup/tasks/main.yml", "content": "---\n# tasks file for web_setup\n- name: Update apt\n ansible.builtin.apt:\n update_cache: yes\n\n- name: Install nginx\n ansible.builtin.apt:\n name: nginx\n state: present\n\n- name: Create petclinicapp file\n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 945, "all_permissive": false }
ansible_role
cloud-elements/hykes-engine
129e9debe506c0d88af78f6a982319028f9a4927
0
src/lib/roles/app
373
[ "no_license" ]
[ { "path": "src/lib/roles/app/templates/usr/local/bin/eltappdpl", "content": "#!/usr/bin/env bash\n\ncase \"$1\" in\n checkout)\n exec eltdpl checkout ${2}\n ;;\n\n clean)\n exec eltdpl clean\n ;;\n\n deploy)\n v=$(cat /tmp/.eltdpl/checkout | xargs eltdpl normver)\n\n test -f \"/tmp/.eltdpl/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 6772, "all_permissive": false }