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
jinsenglin/concourse-ci-deployment
825df7d69e0c581ff3cc9fee5fea89b1e95117e4
0
to-machine/of-vagrant/by-ansible/roles/db
199
[ "no_license" ]
[ { "path": "to-machine/of-vagrant/by-ansible/roles/db/files/installer.sh", "content": "#!/bin/bash\n\necho \"Current user: $(whoami)\"\n\napt-get update\n#apt-get remove -y postgresql\napt-get install -y postgresql=9.5+173 postgresql-contrib=9.5+173\n\nsudo -u postgres createuser concourse\nsudo -u postgres ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1082, "all_permissive": false }
ansible_role
jinsenglin/concourse-ci-deployment
825df7d69e0c581ff3cc9fee5fea89b1e95117e4
0
to-machine/of-vagrant/by-ansible/roles/vault
199
[ "no_license" ]
[ { "path": "to-machine/of-vagrant/by-ansible/roles/vault/tasks/main.yml", "content": "---\n# tasks file for vault\n- name: Sandbox the script\n file: path=/opt/concourse-ci/vault state=directory\n- name: Transfer the script\n copy: src=installer.sh dest=/opt/concourse-ci/vault/installer.sh mode=0777\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 578, "all_permissive": false }
ansible_role
jinsenglin/concourse-ci-deployment
825df7d69e0c581ff3cc9fee5fea89b1e95117e4
0
to-machine/of-vagrant/by-ansible/roles/web
199
[ "no_license" ]
[ { "path": "to-machine/of-vagrant/by-ansible/roles/web/defaults/main.yml", "content": "---\n# defaults file for web\nCONCOURSE_POSTGRES_HOST: 192.168.33.102\nCONCOURSE_EXTERNAL_URL: http://192.168.0.106:8080\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2116, "all_permissive": false }
ansible_role
jinsenglin/concourse-ci-deployment
825df7d69e0c581ff3cc9fee5fea89b1e95117e4
0
to-machine/of-vagrant/by-ansible/roles/worker
199
[ "no_license" ]
[ { "path": "to-machine/of-vagrant/by-ansible/roles/worker/files/installer.sh", "content": "#!/bin/bash\n\necho \"Current user: $(whoami)\"\n\napt-get update\nwget -q https://github.com/concourse/concourse/releases/download/v3.3.4/concourse_linux_amd64 -O concourse && chmod +x concourse && mv concourse /usr/l...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1873, "all_permissive": false }
ansible_role
ERIGrid2/riasc-ansible
2f689c60c34bd41f5bf3f49eedf6fce26491f6db
1
roles/riasc
199
[ "permissive" ]
[ { "path": "roles/riasc/tasks/main.yml", "content": "---\n\n- name: Deploy RIasC Helm chart\n k8s:\n kubeconfig: /etc/rancher/k3s/k3s.yaml\n state: present\n definition:\n apiVersion: helm.cattle.io/v1\n kind: HelmChart\n metadata:\n name: riasc\n namespace: kube-system...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": true }
ansible_role
ERIGrid2/riasc-ansible
2f689c60c34bd41f5bf3f49eedf6fce26491f6db
1
roles/wireguard
199
[ "permissive" ]
[ { "path": "roles/wireguard/tasks/main.yml", "content": "---\n\n- name: Execute OS related tasks\n include_tasks: \"{{ item }}\"\n with_first_found:\n - \"prereq/{{ detected_distribution }}-{{ detected_distribution_major_version }}.yml\"\n - \"prereq/{{ detected_distribution }}.yml\"\n - \"prereq/{{ ans...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1709, "all_permissive": true }
ansible_role
Igoren007/my-training-devops
d4a38b2c522b2e1ff64a4f54fb6b5fa8fce5269a
1
ansible/roles/atop
199
[ "no_license" ]
[ { "path": "ansible/roles/atop/tasks/Ubuntu/main.yml", "content": "---\r\n - name: Install atop\r\n apt:\r\n name: atop\r\n state: present\r\n\r\n - name: Create atop.daily script\r\n template:\r\n src: atop.daily.j2\r\n dest: /usr/share/atop/atop.daily\r\n mode: 0755\r\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 788, "all_permissive": false }
ansible_role
Igoren007/my-training-devops
d4a38b2c522b2e1ff64a4f54fb6b5fa8fce5269a
1
ansible/roles/docker
199
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- debug:\n msg: Include {{ ansible_distribution }}-{{ ansible_distribution_release }}/main.yml\n tags:\n - always\n\n\n- name: Include OS dependent role\n include_tasks: \"{{ ansible_distribution }}/main.yml\"\n tags:\n - always",...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1445, "all_permissive": false }
ansible_role
Igoren007/my-training-devops
d4a38b2c522b2e1ff64a4f54fb6b5fa8fce5269a
1
ansible/roles/zabbix-agent
199
[ "no_license" ]
[ { "path": "ansible/roles/zabbix-agent/tasks/main.yml", "content": "---\n- debug:\n msg: Include {{ ansible_distribution }}-{{ ansible_distribution_release }}/main.yml {{ ansible_lsb.id|lower }} {{ ansible_lsb.codename|lower }}\n tags:\n - always\n\n\n- name: Include OS dependent role\n include_tasks...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 855, "all_permissive": false }
ansible_role
Jooho/ansible-cheat-sheet
736b920328816b80ee2c80d0e94f2854ebec6a5c
17
ansible-playbooks/ansible-playbook-deploy-ocp-on-rhev/roles/generate_hosts_file
199
[ "permissive" ]
[ { "path": "ansible-playbooks/ansible-playbook-deploy-ocp-on-rhev/roles/generate_hosts_file/templates/ocp_hosts.j2", "content": "# OCP Cluster\nansible_ssh_user=root\nansible_become=true\ndeployment_type=openshift-enterprise\ndebug_level=2\ncontainerized=false \nosm_use_cockpit=true\n\n# Cluster\nopenshift_m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5564, "all_permissive": true }
ansible_role
Jooho/ansible-cheat-sheet
736b920328816b80ee2c80d0e94f2854ebec6a5c
17
ansible-playbooks/ansible-playbook-deploy-ocp-on-rhev/roles/interim_dns
199
[ "permissive" ]
[ { "path": "ansible-playbooks/ansible-playbook-deploy-ocp-on-rhev/roles/interim_dns/tasks/main.yaml", "content": "---\n- name: install dnsmasq package\n yum: \n name: dnsmasq\n state: present\n\n- name: Clean OCP Configuration\n file: \n path: /etc/dnsmasq.d/ocp-{{cluster_tag}}.conf\n state: ab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 6051, "all_permissive": true }
ansible_role
Jooho/ansible-cheat-sheet
736b920328816b80ee2c80d0e94f2854ebec6a5c
17
ansible-playbooks/ansible-playbook-deploy-ocp-on-rhev/roles/openshift-prerequisites
199
[ "permissive" ]
[ { "path": "ansible-playbooks/ansible-playbook-deploy-ocp-on-rhev/roles/openshift-prerequisites/tasks/ocp-host.yaml", "content": "---\n- set_fact:\n need_repo_list:\n - rhel-7-server-rpms\n - rhel-7-server-ose-{{ocp_version}}-rpms\n - rhel-7-server-extras-rpms\n - rhel-7-fast-datap...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7117, "all_permissive": true }
ansible_role
Jooho/ansible-cheat-sheet
736b920328816b80ee2c80d0e94f2854ebec6a5c
17
ansible-playbooks/ansible-playbook-deploy-ocp-on-rhev/roles/ssh-id-copy
199
[ "permissive" ]
[ { "path": "ansible-playbooks/ansible-playbook-deploy-ocp-on-rhev/roles/ssh-id-copy/tasks/main.yaml", "content": "#Copy Public Key\n\n- name: Set dummy groups for single node copy\n block: \n - add_host: \n name: dummy\n groups: all_nodes\n \n - add_host:\n name: dummy\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2119, "all_permissive": true }
ansible_role
Jooho/ansible-cheat-sheet
736b920328816b80ee2c80d0e94f2854ebec6a5c
17
ansible-playbooks/ansible-playbook-deploy-ocp-on-rhev/roles/subscription_attach
199
[ "permissive" ]
[ { "path": "ansible-playbooks/ansible-playbook-deploy-ocp-on-rhev/roles/subscription_attach/tasks/main.yaml", "content": "---\n- name: check if the subscription is valid\n shell: \"subscription-manager status|grep 'Current'|wc -l\"\n register: subs_valid\n\n- name: Unregister Subs because subs is not valid...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1863, "all_permissive": true }
ansible_role
kaka-milan-22/Ansible_DG
8067f0a7b63cd40ee90e2987034d67e586c8e854
0
roles/centos_base
199
[ "no_license" ]
[ { "path": "roles/centos_base/tasks/main.yaml", "content": "# Disable SELinux\n- name: diskable SELinux\n selinux:\n state: disabled\n\n\n- name: Check if Service Exists\n shell: \"systemctl -a|grep {{ need_to_stopped_service}}|wc -l\"\n register: service_exists\n\n- name: Stop service firewalld, if st...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3330, "all_permissive": false }
ansible_role
kaka-milan-22/Ansible_DG
8067f0a7b63cd40ee90e2987034d67e586c8e854
0
roles/docker
199
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "# Older versions of Docker were called docker or docker-engine. If these are installed, uninstall them, along with associated dependencies.\n- name: remove Old docker package\n yum:\n name: \"{{ item }}\"\n state: removed\n loop: \"{{ remove_pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1439, "all_permissive": false }
ansible_role
kaka-milan-22/Ansible_DG
8067f0a7b63cd40ee90e2987034d67e586c8e854
0
roles/nginx
199
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yaml", "content": "#remove_packages:\n# - docker\n# - docker-client\n# - docker-client-latest\n# - docker-common\n# - docker-latest\n# - docker-latest-logrotate\n# - docker-logrotate\n# - docker-engine\n#\n#docker_repo: https://download.docker.com/linux/centos/docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1887, "all_permissive": false }
ansible_role
andrewduke51/ci-cd-k8
e7ebb570b63cdf8957284ef2cb94083a4779666d
0
ansible/playbooks/roles/docker
199
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/docker/tasks/main.yml", "content": "- name: Include provision\n include: provision.yml\n# when: BRANCH_TO_DEPLOY == 'integration-branch'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
andrewduke51/ci-cd-k8
e7ebb570b63cdf8957284ef2cb94083a4779666d
0
ansible/playbooks/roles/ping_role
199
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/ping_role/tasks/main.yml", "content": "# Test connectivity to a windows host\r\n# ansible winserver -m win_ping\r\n- name: Example from an Ansible Playbook\r\n ping:\r\n\r\n- debug:\r\n msg: \"{{ ansible_all_ipv4_addresses }}\"\r\n\r\n- debug:\r\n msg: \"{{ ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 399, "all_permissive": false }
ansible_role
0xKD/ansible-roles
3063412f42275dfab806407d0f05edc69d0d2f05
1
roles/pusher
199
[ "no_license" ]
[ { "path": "roles/pusher/tasks/main.yml", "content": "---\n- include_vars: \"{{ item }}\"\n with_first_found:\n - skip: true # do not throw an error if none of the below files are found\n - \"{{ ansible_distribution|lower }}.yml\"\n - \"{{ ansible_os_family|lower }}.yml\"\n\n- name: Create Repo Ba...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1539, "all_permissive": false }
ansible_role
jeromegamez/ansible-macos-playbook
f56b6b283eb056bbcffdbcabdb489f172d4ae4d3
62
roles/homebrew
199
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n\n- name: Ensure taps\n homebrew_tap:\n name: \"{{ item.name|default(item) }}\"\n state: \"{{ item.state|default('present') }}\"\n loop: \"{{ homebrew_taps }}\"\n when: homebrew_taps|default([])|count > 0\n\n- name: Ensure apps\n homebrew...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1367, "all_permissive": false }
ansible_role
jeromegamez/ansible-macos-playbook
f56b6b283eb056bbcffdbcabdb489f172d4ae4d3
62
roles/mas
199
[ "no_license" ]
[ { "path": "roles/mas/defaults/main.yml", "content": "---\n\nmas_apps: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "roles/mas/tasks/main.yml", "content": "---\n\n- name: Ensure mas-cli is installed\n homebrew:\n name: mas\n state:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 408, "all_permissive": false }
ansible_role
jeromegamez/ansible-macos-playbook
f56b6b283eb056bbcffdbcabdb489f172d4ae4d3
62
roles/settings
199
[ "no_license" ]
[ { "path": "roles/settings/tasks/hostname.yml", "content": "---\n\n- name: Get current ComputerName\n shell: scutil --get ComputerName\n register: computername_result\n changed_when: false\n check_mode: no\n when: computername != None\n\n- name: Update ComputerName\n shell: scutil --set ComputerName {{...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 8236, "all_permissive": false }
ansible_role
madmax490500/system
6187e537902c1c7ec05cc67a37bbf6f49910c662
0
ansible/init-linux-role/roles/kernel_param
199
[ "no_license" ]
[ { "path": "ansible/init-linux-role/roles/kernel_param/vars/main.yml", "content": "# 변수 파일을 통해 환경별로 다르게 설정할 수 있습니다.\nlimit_user:\n - \"*\"\n - \"root\"\nopen_file_limit: 65500\nsysctl_reload: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1456, "all_permissive": false }
ansible_role
madmax490500/system
6187e537902c1c7ec05cc67a37bbf6f49910c662
0
ansible/init-linux-role/roles/node_exporter
199
[ "no_license" ]
[ { "path": "ansible/init-linux-role/roles/node_exporter/tasks/main.yml", "content": "# roles/node_exporter/tasks/main.yml\n- name: Download Prometheus Node Exporter\n get_url:\n url: https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-amd64.tar.gz\n dest: /tm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 990, "all_permissive": false }
ansible_role
madmax490500/system
6187e537902c1c7ec05cc67a37bbf6f49910c662
0
ansible/init-linux-role/roles/snmp
199
[ "no_license" ]
[ { "path": "ansible/init-linux-role/roles/snmp/tasks/main.yml", "content": "# roles/snmp/tasks/main.yml\n- name: Install SNMP and SNMP utilities\n dnf:\n name:\n - net-snmp\n - net-snmp-utils\n state: present\n\n- name: Backup existing snmpd.conf if exists\n copy:\n src: /etc/snmp/snmpd....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 695, "all_permissive": false }
ansible_role
madmax490500/system
6187e537902c1c7ec05cc67a37bbf6f49910c662
0
ansible/init-linux-role/roles/telegraf
199
[ "no_license" ]
[ { "path": "ansible/init-linux-role/roles/telegraf/tasks/main.yml", "content": "# roles/telegraf/tasks/main.yml\n- name: Install Telegraf\n dnf:\n name: telegraf\n state: present\n\n- name: Configure telegraf.conf\n lineinfile:\n path: /etc/telegraf/telegraf.conf\n regexp: '^ urls = '\n lin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 447, "all_permissive": false }
ansible_role
Kelley12/dev-setup
9bd87ce3c1c5a9f13b989bae6105b28e5f98d9a5
0
roles/dev-applications
99
[ "no_license" ]
[ { "path": "roles/dev-applications/tasks/code-extensions.yml", "content": "---\n\n- name: 'Install VSCode extension: {{ item }}'\n command: 'code --install-extension {{ item }}'\n with_items: '{{ vscode_extensions }}'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2094, "all_permissive": false }
ansible_role
Kelley12/dev-setup
9bd87ce3c1c5a9f13b989bae6105b28e5f98d9a5
0
roles/dev-common
99
[ "no_license" ]
[ { "path": "roles/dev-common/tasks/profile.yml", "content": "---\n\n- name: 'Set .bash_alias content from repo'\n get_url:\n url: https://raw.githubusercontent.com/Kelley12/allpunsindented/master/bash/.bash_alias\n dest: '/Users/{{ ansible_user_id }}/.bash_alias'\n force: yes\n mode: 0555\n bec...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1909, "all_permissive": false }
ansible_role
Kelley12/dev-setup
9bd87ce3c1c5a9f13b989bae6105b28e5f98d9a5
0
roles/dev-mac-prefs
99
[ "no_license" ]
[ { "path": "roles/dev-mac-prefs/tasks/main.yml", "content": "---\n\n- include: 'dev-mac-prefs.yml'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/dev-mac-prefs/tasks/dev-mac-prefs.yml", "content": "---\n\n- name: 'set 1 minute timeout'\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2250, "all_permissive": false }
ansible_role
udayapreethi/ansible-project
382abad6f6bab44f23f25841e7b8c465753e4ce0
0
roles/apache
99
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n- block:\n - name: Install apache2 package (Ubuntu)\n apt:\n name: apache2\n state: present\n - name: Start apache2 Service (Ubuntu)\n service:\n name: apache2\n state: started\n - name: Enable apache2 S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 944, "all_permissive": false }
ansible_role
udayapreethi/ansible-project
382abad6f6bab44f23f25841e7b8c465753e4ce0
0
roles/configurations
99
[ "no_license" ]
[ { "path": "roles/configurations/tasks/main.yml", "content": "---\n- block:\n - name: Install PHP and Apache PHP module\n apt:\n name:\n - php\n - libapache2-mod-php\n state: present\n update_cache: yes\n - name: Deploy index.php from template\n template...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2060, "all_permissive": false }
ansible_role
arocki7/terraform-ansible
94368a7fdc137f7d4b33e1913a19f8c198f04a5d
4
ansible/roles/web
99
[ "no_license" ]
[ { "path": "ansible/roles/web/templates/index.html.j2", "content": "<html>\n <head>\n <title>Ansible Application</title>\n </head>\n <body>\n </br>\n <a href=http://{{ ansible_default_ipv4.address }}/index.html>Homepage</a>\n </br>\n <h1>Hello, World!</h1><br><br>\n\n </h2>I am a web server configured usin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 631, "all_permissive": false }
ansible_role
JackSpades17/jenkins
1d601f55d8c95917f0f35f094267dd8b2a82a24b
0
roles/docker
99
[ "no_license" ]
[ { "path": "roles/docker/tasks/build_app.yml", "content": "---\n- name: Build App\n block:\n - name: \"Docker Build And Start App\"\n shell: \n cmd: \"docker-compose up -d\"\n chdir: \"{{ path_service }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1196, "all_permissive": false }
ansible_role
JackSpades17/jenkins
1d601f55d8c95917f0f35f094267dd8b2a82a24b
0
roles/for_test
99
[ "no_license" ]
[ { "path": "roles/for_test/tasks/start.yml", "content": "---\n- name: Test Messsage\n block:\n - name: Ping servers\n debug:\n msg: \"Start {{ path_service }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/for_test/tasks/ma...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 225, "all_permissive": false }
ansible_role
JackSpades17/jenkins
1d601f55d8c95917f0f35f094267dd8b2a82a24b
0
roles/git
99
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: GIT\n block:\n - name: \"Git clone repo\"\n git:\n repo: \"{{ git_repo }}\"\n dest: \"{{ path_service }}\"\n clone: yes\n update: yes", "license_type": "no_license", "detected_licenses": [], "size...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 169, "all_permissive": false }
ansible_role
JackSpades17/jenkins
1d601f55d8c95917f0f35f094267dd8b2a82a24b
0
roles/ping_to_host
99
[ "no_license" ]
[ { "path": "roles/ping_to_host/tasks/main.yml", "content": "---\n- name: Ping Servers\n block:\n - name: \"ping to host\"\n ping:", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
JackSpades17/jenkins
1d601f55d8c95917f0f35f094267dd8b2a82a24b
0
roles/postgresql
99
[ "no_license" ]
[ { "path": "roles/postgresql/vars/vars.yml", "content": "backup_for_app: /var/lib/jenkins/backup\nbackup_for_psql: /var/lib/postgresql/backup\nversion: 17\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/postgresql/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2803, "all_permissive": false }
ansible_role
Juraci/mysql-box
4446d41aa281c3597ecb9824470da4ac9724d8b6
0
roles/database
99
[ "no_license" ]
[ { "path": "roles/database/tasks/external_connection.yml", "content": "---\n\n - name: Ensure the file that allows external connection is present\n copy: src=allow_external.cnf dest=/etc/mysql/conf.d/allow_external.cnf\n\n - name: restarts mysql service\n service: name=mysql state=restarted\n\n - na...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 8241, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/build_cout_rv
99
[ "no_license" ]
[ { "path": "roles/build_cout_rv/tasks/main.yml", "content": "---\n- name: checkout project\n win_command: bash {{ win_svn_co_script }} -p {{ project }} -c {{ release }} -l {{ slink }} -u {{ build_user }} -w {{ ansible_ssh_pass }}\n args:\n executable: cmd.exe\n register: checkout\n- debug: var=checkout...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 257, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/build_cout_tap
99
[ "no_license" ]
[ { "path": "roles/build_cout_tap/tasks/main.yml", "content": "---\n- name: checkout project\n win_command: bash {{ win_svn_co_script }} -p {{ project }} -c {{ release }} -o {{ crelease }} -l {{ slink }} -t {{ clink }} -u {{ build_user }} -w {{ ansible_ssh_pass }}\n args:\n executable: cmd.exe\n registe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/build_run
99
[ "no_license" ]
[ { "path": "roles/build_run/tasks/main.yml", "content": "---\n- name: run build for win32\n win_command: bash {{ win_RB_build_script }} {{ project }} sqa{{ release }}.win win32\n args:\n executable: cmd.exe\n register: out\n- debug: var=out.stdout_lines\n- name: run build for win64\n win_command: bash...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 393, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/clean_workarea_rv
99
[ "no_license" ]
[ { "path": "roles/clean_workarea_rv/tasks/main.yml", "content": "---\n- name: lower directory\n set_fact:\n lower: \"{{ project|lower}}\"\n- name: Parsing Head realase from version\n set_fact:\n head_release: \"{{ release |regex_replace('([0-9].[0-9]+).+','\\\\1')|replace(' ','')}}\"\n- name: Remove ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 549, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/clean_workarea_tap
99
[ "no_license" ]
[ { "path": "roles/clean_workarea_tap/tasks/main.yml", "content": "---\n- name: Parsing Head realase from version\n set_fact:\n head_release: \"{{ release |regex_replace('([0-9].[0-9]+).+','\\\\1')|replace(' ','')}}\"\n- name: Remove directory\n win_file:\n path: C:\\irb\\bce\\build\\tap3\\{{ head_rel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 415, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/copy_del
99
[ "no_license" ]
[ { "path": "roles/copy_del/tasks/main.yml", "content": "- set_fact:\n contents: \"{{ lookup('file', '//irb//bce//admin//log//partialbuild//exe-{{ project }}_{{ release }}.txt') }}\"\n lower: \"{{ project|lower }}\"\n- set_fact:\n head_release: \"{{ release |regex_replace('([0-9].[0-9]+).+','\\\\1')|...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1229, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/copy_zip_rb
99
[ "no_license" ]
[ { "path": "roles/copy_zip_rb/tasks/main.yml", "content": " - name: Remove directory\n set_fact:\n lower: \"{{ project|lower}}\"\n - name: Copying the zip\n win_copy:\n src: \"{{ BUILD_ROOT }}\\\\{{ lower }}\\\\{{ head_release }}\\\\{{ project }}-sqa{{ release }}.win\\\\{{ project }}\\\\RELEASE\\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/copy_zip_tap
99
[ "no_license" ]
[ { "path": "roles/copy_zip_tap/tasks/main.yml", "content": " - name: Remove directory\n set_fact:\n lower: \"{{ project|lower}}\"\n - name: Copying the zip\n win_copy:\n src: \"{{ BUILD_ROOT }}\\\\tap3\\\\{{ head_release }}\\\\{{ project }}-sqa{{ release }}.win\\\\{{ project }}\\\\RELEASE\\\\{{ p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 501, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/final_archive
99
[ "no_license" ]
[ { "path": "roles/final_archive/tasks/main.yml", "content": "---\n- name: final archive\n win_command: bash UI_C_archive_t.sh {{ project }}_{{ release }}\n args:\n executable: cmd.exe\n register: checkout\n- debug: var=checkout.stdout_lines\n\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 180, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/opf_build_run
99
[ "no_license" ]
[ { "path": "roles/opf_build_run/tasks/main.yml", "content": "---\n- name: Executing Build command\n shell: \"bash {{ build_scripts_loc }}/{{ unix_build_script }} -p {{ project }} -s {{ sqaField }} -o {{ oracle }} -r {{ release }}.{{ os }}.{{ oracle }} -m {{ head_release }} -d {{ date_dir }} -t {{ type }} -u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/opf_info
99
[ "no_license" ]
[ { "path": "roles/opf_info/tasks/main.yaml", "content": "---\n- name: Pre-defined Vars\n debug:\n msg:\n - \"ansible_ssh_host : {{ ansible_ssh_host }}\"\n - \"BUILD_ROOT : {{ BUILD_ROOT }}\"\n - \"build_scripts_loc : {{ build_scripts_loc }}\"\n - \"log_dir ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1505, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/opf_set_workarea
99
[ "no_license" ]
[ { "path": "roles/opf_set_workarea/tasks/main.yml", "content": "---\n- name: creating log directory\n file:\n path: \"{{ log_dir }}/{{ date_dir }}\"\n state: directory\n- name: setting log directory to CI \n set_fact: \n log_location: \"{{ log_dir }}/{{ date_dir }}\"\n- debug: \n msg: \"Generat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 637, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/opf_svn_update
99
[ "no_license" ]
[ { "path": "roles/opf_svn_update/tasks/main.yml", "content": "---\n- name: Executing svn update\n shell: \"bash {{ build_scripts_loc }}/{{ unix_svn_up_script }} {{ project }} {{ sqaField }} {{ release }} {{ os }} {{ oracle }} > {{ log_location }}/{{ project }}-{{ sqaField }}{{ release }}.{{ os }}.{{ oracle ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 309, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/setup_exe_rv_patch
99
[ "no_license" ]
[ { "path": "roles/setup_exe_rv_patch/tasks/main.yml", "content": "---\n- name: Parsing Head realase from version\n set_fact:\n head_release: \"{{ release |regex_replace('([0-9].[0-9]+).+','\\\\1')|replace(' ','')}}\"\n- name: generate win32 setup.exe\n win_command: makensis.exe /DMINOR_VERSION={{ releas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 825, "all_permissive": false }
ansible_role
ReshmaIreni/PCbuild
e4a8b6e5711d87fc54afc608f90158b9620af58c
0
roles/setup_exe_tap
99
[ "no_license" ]
[ { "path": "roles/setup_exe_tap/tasks/main.yml", "content": "---\n- name: Parsing Head realase from version\n set_fact:\n head_release: \"{{ release |regex_replace('([0-9].[0-9]+).+','\\\\1')|replace(' ','')}}\"\n- name: generate win32 setup.exe\n win_command: makensis.exe /DMINOR_VERSION={{ release }}....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 895, "all_permissive": false }
ansible_role
ashleymallari/CPE_MIDEXAM_MALLARI
91584462170ac0704d76bb2eb6ed8eff839ad610
0
roles/ELK-CentOS
99
[ "no_license" ]
[ { "path": "roles/ELK-CentOS/tasks/main.yml", "content": "- name: Downloading the source file of Elasticsearch\n tags: CentOS-ES\n get_url:\n url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.4.3-x86_64.rpm\n dest: /tmp/elasticsearch-8.4.3-x86_64.rpm\n\n- name: Installing Elas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2290, "all_permissive": false }
ansible_role
CC-Virtual-OS/altiris
8bdaf27c9eba57151e3e4734399b18e5d213157f
0
roles/linux
99
[ "no_license" ]
[ { "path": "roles/linux/vars/main.yml", "content": "ansible_connection: vmware_tools\r\nansible_vmware_host: \"{{ farm }}\"\r\nansible_vmware_user: \"{{ vcenter_user }}\"\r\nansible_vmware_password: \"{{ vcenter_pass }}\"\r\nansible_vmware_validate_certs: no\r\nansible_vmware_guest_path: \"{{ folder }}/{{ in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4209, "all_permissive": false }
ansible_role
CC-Virtual-OS/altiris
8bdaf27c9eba57151e3e4734399b18e5d213157f
0
roles/windows
99
[ "no_license" ]
[ { "path": "roles/windows/vars/main.yml", "content": "ansible_connection: vmware_tools\r\nansible_vmware_host: \"{{ farm }}\"\r\nansible_vmware_user: \"{{ vcenter_user }}\"\r\nansible_vmware_password: \"{{ vcenter_pass }}\"\r\nansible_vmware_validate_certs: no\r\nansible_vmware_guest_path: \"{{ folder }}/{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 739, "all_permissive": false }
ansible_role
ophio/vault-backend
f2ee0856f8c6bec6fa1e417e6192ba8d19a1e6f7
0
configurations/ansible/roles/django
99
[ "no_license" ]
[ { "path": "configurations/ansible/roles/django/defaults/main.yml", "content": "---\ndjango_requirements_file: configurations/pip/development.txt", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "configurations/ansible/roles/django/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 180, "all_permissive": false }
ansible_role
ophio/vault-backend
f2ee0856f8c6bec6fa1e417e6192ba8d19a1e6f7
0
configurations/ansible/roles/project_data
99
[ "no_license" ]
[ { "path": "configurations/ansible/roles/project_data/defaults/main.yml", "content": "---\npg_hstore: False\npg_db: dropbox_notify\npg_user: dev\npg_password: <PASSWORD>\ndjango_requirements_file: configurations/pip/production.txt", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1670, "all_permissive": false }
ansible_role
vectornetworks/ansible-netbox-cfg-nxos
aa22a8ee2408eb0395bb2bbdf12ed8da1ded54d9
0
roles/leaf
59
[ "no_license" ]
[ { "path": "roles/leaf/tasks/loop_intfs.yml", "content": "- name: Create Loopbacks\n cisco.nxos.nxos_interfaces: \n config:\n - name: \"{{ item.value.name }}\"\n enabled: true\n state: merged\n loop: \"{{ loop_intfs }}\"\n loop_control:\n label: \"{{ item.value.name }}\"\n \n\n- name: Co...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 16256, "all_permissive": false }
ansible_role
vectornetworks/ansible-netbox-cfg-nxos
aa22a8ee2408eb0395bb2bbdf12ed8da1ded54d9
0
roles/spine
59
[ "no_license" ]
[ { "path": "roles/spine/tasks/bgp.yml", "content": "# - name: Output Stuff\n# debug:\n# msg: \"{{ bgp_sessions }}\"\n\n- name: Configure base BGP peerings\n cisco.nxos.nxos_bgp_global:\n config:\n as_number: \"{{ bgp_asn }}\"\n router_id: \"{{ router_id }}\"\n log_neighbor_changes: T...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6070, "all_permissive": false }
ansible_role
doko89/ansible-raspi-config
3b1903742f19db509aedbffe34407b4ec426611a
1
source/roles/dns
59
[ "no_license" ]
[ { "path": "source/roles/dns/tasks/main.yml", "content": "- name: create directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - /opt/dotnet\n - /etc/dns\n\n- name: download packages\n unarchive:\n src: https://download.technitium.com/dns/DnsServerPortable.tar.gz\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 874, "all_permissive": false }
ansible_role
doko89/ansible-raspi-config
3b1903742f19db509aedbffe34407b4ec426611a
1
source/roles/mikbotam
59
[ "no_license" ]
[ { "path": "source/roles/mikbotam/templates/mikbotam.conf.j2", "content": "server {\n\tlisten 80;\n\tserver_name {{ domain }};\n\t\n\troot /var/www/mikbotam;\n\tindex index.php;\n\n\tinclude php_params;\n\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 118 }, { ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2676, "all_permissive": false }
ansible_role
doko89/ansible-raspi-config
3b1903742f19db509aedbffe34407b4ec426611a
1
source/roles/mikhmon
59
[ "no_license" ]
[ { "path": "source/roles/mikhmon/templates/mikhmon.conf.j2", "content": "server {\n listen 80;\n server_name {{ domain }};\n\n root /var/www/mikhmon;\n index index.php;\n\n include php_params;\n\n}\n\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 713, "all_permissive": false }
ansible_role
doko89/ansible-raspi-config
3b1903742f19db509aedbffe34407b4ec426611a
1
source/roles/mysql
59
[ "no_license" ]
[ { "path": "source/roles/mysql/tasks/main.yml", "content": "- name: install mysql server\n apt:\n name: \"{{ packages }}\"\n state: present\n force_apt_get: true\n\n- name: check mysql service is started\n systemd:\n name: mysql\n state: started\n enabled: true\n\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 291, "all_permissive": false }
ansible_role
doko89/ansible-raspi-config
3b1903742f19db509aedbffe34407b4ec426611a
1
source/roles/websrv
59
[ "no_license" ]
[ { "path": "source/roles/websrv/templates/web.conf.j2", "content": "server {\n\tlisten 80;\n\tserver_name _;\n\n\troot /var/www/html;\n\tindex index.php;\n\n\tinclude php_params;\n\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "source/roles/w...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1060, "all_permissive": false }
ansible_role
cz75ww/fpsouza-install-k8s
61e126b1ce9e07eb3458ac55ef530b70f9625236
0
roles/deploy-app
59
[ "no_license" ]
[ { "path": "roles/deploy-app/vars/main.yml", "content": "---\n# vars file for deploy-app\ndomain: \"demosession.com\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 57 }, { "path": "roles/deploy-app/tasks/deploy.yml", "content": " \n- name: create web direto...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 2468, "all_permissive": false }
ansible_role
cz75ww/fpsouza-install-k8s
61e126b1ce9e07eb3458ac55ef530b70f9625236
0
roles/master-nodes
59
[ "no_license" ]
[ { "path": "roles/master-nodes/tasks/main.yml", "content": "---\n- include_tasks: install-docker-comp.yml\n- include_tasks: disable-swap.yml\n- include_tasks: install-cluster.yml ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/master-nodes/t...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2631, "all_permissive": false }
ansible_role
cz75ww/fpsouza-install-k8s
61e126b1ce9e07eb3458ac55ef530b70f9625236
0
roles/worker-nodes
59
[ "no_license" ]
[ { "path": "roles/worker-nodes/tasks/install-docker-comp.yml", "content": "---\n- name: Waiting for cluster set up\n ansible.builtin.pause:\n minutes: 2\n when: not ansible_check_mode\n\n- name: Install docker and its dependecies\n apt:\n name: \"{{ packages }}\"\n state: present\n update_cach...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2074, "all_permissive": false }
ansible_role
sonnguyenHT/couchbase-ansible-vagrant-demo
9ce1d75a41c3d9e5240fa1a56fd2ead6a940c92b
1
ansible/roles/couchbase-server
59
[ "no_license" ]
[ { "path": "ansible/roles/couchbase-server/tasks/configure/wait_for_nodes.yml", "content": "---\n- name: \"Wait for Couchbase on all hosts in cluster to come up\"\n uri:\n url: \"http://{{ hostvars[inventory_hostname].ansible_host }}:8091/pools\"\n method: GET\n user: \"{{ couchbase_security.admin_...
{ "task_files": 13, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 22308, "all_permissive": false }
ansible_role
rukmanand/infrastructure
bc754184cee14169bcbdec2d16f375f964631dbb
0
ansible/roles/deploy
59
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/mail.yml", "content": "- name: copy required files\n copy:\n src: files/{{ item }}\n dest: /opt/jenkins_home/{{ item }}\n loop:\n - docker-compose.yml\n - jenkins.yml\n\n- name: deploy Docker Compose stack\n community.docker.docker_compose:\n project_s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1514, "all_permissive": false }
ansible_role
rukmanand/infrastructure
bc754184cee14169bcbdec2d16f375f964631dbb
0
ansible/roles/install
59
[ "no_license" ]
[ { "path": "ansible/roles/install/tasks/main.yml", "content": "- name: Cleanup if docker installed\n apt:\n name:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n state: absent\n update_cache: true\n\n- name: Install apt-transport-https\n apt:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1113, "all_permissive": false }
ansible_role
NataliyaKh/vector
27c4927811f190da2a81ae4cef20f7890cdb771d
0
roles/NataliyaKh.vector
59
[ "no_license" ]
[ { "path": "roles/NataliyaKh.vector/handlers/main_old.yml", "content": "---\n# handlers file for vector-role\n#- name: Start Vector service\n #become: true\n # ansible.builtin.service:\n #daemon_reload: true\n # name: vector\n # enabled: true\n # state: started\n#- name: Start Vector service\n # co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 8126, "all_permissive": false }
ansible_role
Jamazapam/ansible_cloud_infra
2c458d632a3622c73327141d74d309b955179194
0
roles/apache
59
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "---\n# tasks file for apache\n\n- name: install apache\n yum:\n name: httpd\n state: latest\n notify: enable_apache\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/apache/handler...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 234, "all_permissive": false }
ansible_role
Jamazapam/ansible_cloud_infra
2c458d632a3622c73327141d74d309b955179194
0
roles/frontend_utils
59
[ "no_license" ]
[ { "path": "roles/frontend_utils/tasks/main.yml", "content": "---\n# tasks file for frontend_utils\n\n- name: install util packages\n yum:\n name: \"{{ item }}\" \n state: latest\n with_items:\n - httpie\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 143, "all_permissive": false }
ansible_role
Jamazapam/ansible_cloud_infra
2c458d632a3622c73327141d74d309b955179194
0
roles/ha_proxy
59
[ "no_license" ]
[ { "path": "roles/ha_proxy/handlers/main.yml", "content": "---\n# handlers file for ha_proxy\n\n- name: enable_haproxy\n service:\n name: haproxy\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/ha_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 396, "all_permissive": false }
ansible_role
Jamazapam/ansible_cloud_infra
2c458d632a3622c73327141d74d309b955179194
0
roles/osp-cleanup
59
[ "no_license" ]
[ { "path": "roles/osp-cleanup/tasks/main.yml", "content": "#Gather openstack server instance information for cleaning\n- name: OpenStack servers fact gathering\n os_server_facts:\n cloud: ospcloud\n register: openstack_servers\n- debug:\n var: openstack_servers\n tags:\n - cleanup\n\n#remove the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 572, "all_permissive": false }
ansible_role
Jamazapam/ansible_cloud_infra
2c458d632a3622c73327141d74d309b955179194
0
roles/osp-provision
59
[ "no_license" ]
[ { "path": "roles/osp-provision/tasks/main.yml", "content": "---\n- name: Create a server instance\n os_server:\n cloud: ospcloud\n name: \"{{ item.0.name }}\"\n image: \"{{ item.0.image }}\"\n meta: \"{{ item.1 }}\"\n flavor: \"{{ item.0.flavor }}\"\n security_groups: \"{{ item.0.security...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1416, "all_permissive": false }
ansible_role
Jamazapam/ansible_cloud_infra
2c458d632a3622c73327141d74d309b955179194
0
roles/postgresql
59
[ "no_license" ]
[ { "path": "roles/postgresql/handlers/main.yml", "content": "---\n# handlers file for postgresql\n\n- name: Install service postgres\n service:\n name: postgresql\n state: started\n enabled: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 538, "all_permissive": false }
ansible_role
Jamazapam/ansible_cloud_infra
2c458d632a3622c73327141d74d309b955179194
0
roles/pre_configuration
59
[ "no_license" ]
[ { "path": "roles/pre_configuration/tasks/main.yml", "content": "---\n# tasks file for pre_configuration\n\n- name: enable repos for three tier app\n template:\n src: open_three-tier-app.j2\n dest: /etc/yum.repos.d/open_three-tier-app.repo\n mode: 0644\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
Jamazapam/ansible_cloud_infra
2c458d632a3622c73327141d74d309b955179194
0
roles/tomcat
59
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\n# tasks file for tomcat\n\n- name: install tomcat\n package:\n name: tomcat\n state: latest\n notify: enable_tomcat_service\n\n- name: create ansible tomcat directory\n file:\n path: /usr/share/tomcat/webapps/ROOT\n state: directory\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 574, "all_permissive": false }
ansible_role
Alvineibon/ansible
6f989c8c4a8a815bf87bb6203caca70c6e747528
0
roles/deploy
59
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n\n- name: \"Register Build Time\"\n command: date +%Y%m%d%H%M%S\n run_once: true\n register: build_time\n\n- set_fact:\n build_dir: \"{{ builds_dir }}/{{build_time.stdout}}\"\n\n- name: \"Create build directory\"\n file:\n path: \"{{ build_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
OsiriX-Foundation/KheopsAnsible
e4d9fc426a3cf25dc2eb5f0ed5f85158fd6ead31
0
AnsibleAutomatisation/roles/common
59
[ "no_license" ]
[ { "path": "AnsibleAutomatisation/roles/common/tasks/main.yml", "content": "---\n\n- name: Install sudo if not present\n apt: pkg=sudo state=present\n when: ansible_distribution|lower == 'debian'\n\n- name: Get aptitude for upgrade\n apt: pkg=aptitude state=present\n when: ansible_distribution|lower == '...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 4843, "all_permissive": false }
ansible_role
OsiriX-Foundation/KheopsAnsible
e4d9fc426a3cf25dc2eb5f0ed5f85158fd6ead31
0
AnsibleAutomatisation/roles/kheops
59
[ "no_license" ]
[ { "path": "AnsibleAutomatisation/roles/kheops/handlers/main.yml", "content": "- name: Restart Kheops\n shell: docker-compose restart -d >> ../../log\n args:\n chdir: repoGit/kheops\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "AnsibleAuto...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 837, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/categraf
59
[ "no_license" ]
[ { "path": "playbooks/roles/categraf/tasks/main.yml", "content": "- name: download categraf tag\n unarchive:\n src: \"{{ project_dir }}/packages/binary_tag/monitor/{{ categraf_tgz }}\"\n dest: \"/opt\"\n creates: \"/opt/{{ categraf_tgz.split('.t')[0] }}\"\n\n- name: 配置 categraf 软链接\n file: \n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1326, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/chrony
59
[ "no_license" ]
[ { "path": "playbooks/roles/chrony/tasks/main.yml", "content": "- name: prepare some dirs\n file: name={{ item }} state=directory\n with_items:\n - \"/etc/chrony\"\n - \"/var/lib/chrony\"\n - \"/var/log/chrony\"\n\n- name: apt 卸载 ntp\n shell: 'apt remove -y ntp'\n when: 'ansible_distribution in [\"Ubu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1340, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/delay-message-cluster
59
[ "no_license" ]
[ { "path": "playbooks/roles/delay-message-cluster/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- name: download image\n copy: src={{ project_dir }}/packages...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3735, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/delay-message-single
59
[ "no_license" ]
[ { "path": "playbooks/roles/delay-message-single/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- name: download image\n copy: src={{ project_dir }}/packages/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1233, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/docker
59
[ "no_license" ]
[ { "path": "playbooks/roles/docker/vars/main.yml", "content": "# cgroup driver\nCGROUP_DRIVER: \"{%- if DOCKER_VER|float >= 20.10 -%} \\\n systemd \\\n {%- else -%} \\\n cgroupfs \\\n {%- endif -%}\"\n", "license_type": "no_license", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4441, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/docker-rootless
59
[ "no_license" ]
[ { "path": "playbooks/roles/docker-rootless/files/stop_docker.sh", "content": "pkill -f dockerd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 17 }, { "path": "playbooks/roles/docker-rootless/files/start_docker.sh", "content": "nohup dockerd-rootless.sh > /de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2156, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/doris
59
[ "no_license" ]
[ { "path": "playbooks/roles/doris/templates/fe.conf.j2", "content": "# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distributed with this work for additional information\n# regarding copyright ownership. The ASF licenses this f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 12218, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/doris-docker-cluster
59
[ "no_license" ]
[ { "path": "playbooks/roles/doris-docker-cluster/vars/main.yml", "content": "doris_role: \"{%- if inventory_hostname == groups.doris[0] -%} \\\n master \\\n {%- else -%} \\\n follower \\\n {%- endif -%}\"\n\ncontainer_file_fe: doris-fe-2.1.7...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5635, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/doris-docker-single
59
[ "no_license" ]
[ { "path": "playbooks/roles/doris-docker-single/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ doris_home }}\"\n - \"{{ image_dir }}\"\n\n- name: Setting present kernel params\n sysctl:\n name: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 11662, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/elasticsearch-cluster
59
[ "no_license" ]
[ { "path": "playbooks/roles/elasticsearch-cluster/templates/elasticsearch.service.j2", "content": "[Unit]\nDescription=Elasticsearch\nDocumentation=https://www.elastic.co\nWants=network.target\nAfter=network.target\n\n[Service]\nType=forking\nRuntimeDirectory=elasticsearch\nPrivateTmp=true\nWorkingDirectory=...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 9400, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/elasticsearch-single
59
[ "no_license" ]
[ { "path": "playbooks/roles/elasticsearch-single/templates/es-docker-compose.yml.j2", "content": "version: '3.7'\nservices:\n elasticsearch:\n image: {{ es_image }}\n container_name: {{ es_name }}\n restart: always\n environment:\n - xpack.security.enabled=true\n - discovery.type=singl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3976, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/etcd
59
[ "no_license" ]
[ { "path": "playbooks/roles/etcd/defaults/main.yml", "content": "# etcd 集群间通信的IP和端口, 根据etcd组成员自动生成\nTMP_NODES: \"{% for ip in groups['patroni'] %}etcd-{{ ip }}=http://{{ ip }}:2380,{% endfor %}\"\nETCD_NODES: \"{{ TMP_NODES.rstrip(',') }}\"\n\nENDPOINTS: \"{% for host in groups['patroni'] %}{{ host }}:2379{%...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2513, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/fastdfs-cluster
59
[ "no_license" ]
[ { "path": "playbooks/roles/fastdfs-cluster/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- block:\n - name: download image\n copy: src={{ project_dir }}/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 12386, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/fastdfs-single
59
[ "no_license" ]
[ { "path": "playbooks/roles/fastdfs-single/tasks/main.yml", "content": "- name: create working_dir directory\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ working_dir }}\"\n - \"{{ image_dir }}\"\n\n- block:\n - name: download image\n copy: src={{ project_dir }}/p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1517, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/java
59
[ "no_license" ]
[ { "path": "playbooks/roles/java/defaults/main.yaml", "content": "\n# jdk_name: \"openjdk-11+28_linux-x64_bin.tar.gz\"\n# jdk_tgz: \"jdk-8u211-linux-x64.tar.gz\"\njdk_tgz: \"openjdk-8u362.tgz\"\njdk_name: \"openjdk-8u362\"\nJAVA_HOME: \"/opt/java\"\n\njdk_dir: \"/opt/{{ jdk_name }}\"\n", "license_type": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2048, "all_permissive": false }
ansible_role
pangerl/sop-deploy
efd8ebe5840770c1dcee0e2304e894e4b475b3df
1
playbooks/roles/kibana
59
[ "no_license" ]
[ { "path": "playbooks/roles/kibana/templates/kibana.yml.j2", "content": "server.name: kibana\nserver.host: \"0.0.0.0\"\nelasticsearch.hosts: [ \"http://{{ es_ip }}:{{ es_http_port }}\" ]\nxpack.monitoring.ui.container.elasticsearch.enabled: true\ni18n.locale: \"zh-CN\"\nelasticsearch.username: \"{{ es_user }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1762, "all_permissive": false }