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
andreiuntu1/ansible_task
db90f0a04d501c98b5c534c0e9842bbd9a0cb13a
0
roles/packages
402
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- vars:\n packages:\n - my_package_1\n - my_package_2\n name: Check if packages are installed\n yum:\n list: \"{{ package }}\"\n with_items: \"{{ packages }}\"\n become: true\n register: package_status\n failed_when: not packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
ptoal/windows_demo
f5e39d0290cde8b032099ad7e42d905528c91fe7
0
playbooks/roles/oatakan.windows_powershell_upgrade
402
[ "no_license" ]
[ { "path": "playbooks/roles/oatakan.windows_powershell_upgrade/tasks/dot_net_452_install.yml", "content": "---\n\n- name: download file\n raw: '(New-Object -TypeName System.Net.WebClient).DownloadFile(\"{{ dot_net_452.url }}\", \"{{ dot_net_452_download_location }}\\{{ dot_net_452.file }}\")'\n changed_whe...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 14051, "all_permissive": false }
ansible_role
ptoal/windows_demo
f5e39d0290cde8b032099ad7e42d905528c91fe7
0
playbooks/roles/oatakan.windows_template_build
402
[ "no_license" ]
[ { "path": "playbooks/roles/oatakan.windows_template_build/tasks/security-update-win2012.yml", "content": "---\n# this update is needed to enable .NET clients to use https (tslv12) on Windows 8.1 and Windows Server 2012 R2\n# see https://www.microsoft.com/en-us/download/confirmation.aspx?id=42883\n\n- name: ...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 23350, "all_permissive": false }
ansible_role
ptoal/windows_demo
f5e39d0290cde8b032099ad7e42d905528c91fe7
0
playbooks/roles/oatakan.windows_update
402
[ "no_license" ]
[ { "path": "playbooks/roles/oatakan.windows_update/tasks/updates-win2008r2.yml", "content": "---\n\n- block:\n - name: ensure Windows ADK with DISM is installed\n win_package:\n path: https://go.microsoft.com/fwlink/?linkid=873065 # version 10.0.17134.0\n product_id: '{d794748d-72e9-45d...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 8526, "all_permissive": false }
ansible_role
ptoal/windows_demo
f5e39d0290cde8b032099ad7e42d905528c91fe7
0
playbooks/roles/oatakan.windows_vcenter_template
402
[ "no_license" ]
[ { "path": "playbooks/roles/oatakan.windows_vcenter_template/defaults/main.yml", "content": "---\n\ninstall_updates: yes\ninstance_wait_retry_limit: 300\ninstance_wait_connection_timeout: 400\n\ncreate_snapshot: yes\nsnapshot_name: Linked\nsnapshot_description: Linked snapshot for cloning\n\n# this will remo...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4935, "all_permissive": false }
ansible_role
ptoal/windows_demo
f5e39d0290cde8b032099ad7e42d905528c91fe7
0
playbooks/roles/oatakan.windows_vmware_tools
402
[ "no_license" ]
[ { "path": "playbooks/roles/oatakan.windows_vmware_tools/defaults/main.yml", "content": "---\n\n#vmware_tools_download_url: https://packages.vmware.com/tools/releases/11.0.1/windows/x64/VMware-tools-11.0.1-14773994-x86_64.exe\n#vmware_tools_product_id: '{742FCBAF-EE5D-48B2-9E95-DA0513B79570}'\nvmware_tools_d...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6962, "all_permissive": false }
ansible_role
rastitalabani/Docker-Swarm-Local
0e63f8d576d7e14a8c6767641479b25b2e8c4b89
0
ansible/roles/docker
402
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "# centos docker installation\n- name: create docker api config directory\n file: \n path: /etc/systemd/system/docker.service.d\n state: directory\n\n- name: copy tcp ip setting\n copy:\n src: ../tcp_api_settings.txt\n dest: /etc/syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 777, "all_permissive": false }
ansible_role
rastitalabani/Docker-Swarm-Local
0e63f8d576d7e14a8c6767641479b25b2e8c4b89
0
ansible/roles/swarm
402
[ "no_license" ]
[ { "path": "ansible/roles/swarm/tasks/main.yml", "content": "#centos swarm configuration \n- name: restart docker daemon\n command: \"{{ item }}\"\n with_items:\n - systemctl daemon-reload\n - systemctl start docker\n\n- name: initiate docker swarm \n command: \"docker swarm init --advertise-addr {{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 905, "all_permissive": false }
ansible_role
modassarrana/FunctionLibrary
50d62d81e85785c6ca7143ba706ff6e89908e7c8
0
ansibleAutomation/roles/initial-setup
402
[ "no_license" ]
[ { "path": "ansibleAutomation/roles/initial-setup/tasks/main.yml", "content": "- name: Extract kubernetes server version\n shell: |\n kubectl version | sed -En 's/Server Version.*GitVersion.*v([[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]]+).*/\\1/p' | tail -1\n register: ver\n\n- assert:\n that:\n -...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1118, "all_permissive": false }
ansible_role
modassarrana/FunctionLibrary
50d62d81e85785c6ca7143ba706ff6e89908e7c8
0
ansibleAutomation/roles/kiali-post-config
402
[ "no_license" ]
[ { "path": "ansibleAutomation/roles/kiali-post-config/tasks/main.yml", "content": "- name: Fetch Load balancer Ip from istio-ingressgateway service \n shell: kubectl -n istio-system get service istio-ingressgateway -o jsonpath='{.status.loadBalancer.ingress[0].ip}'\n register: res\n\n- set_fact:\n INGRE...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2282, "all_permissive": false }
ansible_role
modassarrana/FunctionLibrary
50d62d81e85785c6ca7143ba706ff6e89908e7c8
0
ansibleAutomation/roles/knative-deploy
402
[ "no_license" ]
[ { "path": "ansibleAutomation/roles/knative-deploy/tasks/install_istio.yml", "content": "\n- name: Install all the Istio (CRDs) using kubectl apply, and wait a few seconds for the CRDs to be committed in the Kubernetes API-server\n shell: \"for i in install/kubernetes/helm/istio-init/files/crd*yaml; do kube...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 9380, "all_permissive": false }
ansible_role
modassarrana/FunctionLibrary
50d62d81e85785c6ca7143ba706ff6e89908e7c8
0
ansibleAutomation/roles/knative-uninstall
402
[ "no_license" ]
[ { "path": "ansibleAutomation/roles/knative-uninstall/defaults/main.yml", "content": "ns_name: istio-system\nistio_path: \"{{istio_dir}}/istio-{{istio_version}}/\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansibleAutomation/roles/knative-uni...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 4899, "all_permissive": false }
ansible_role
chrisw-devops/PiAnsible
230bf1063a392c17162d1fd21fc6a83b6b739ca4
0
roles/common
402
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n\n- include: base-packages.yml\n- include: default-user.yml\n- include: server-configuration.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/common/tasks/base-packages.yml", "c...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1761, "all_permissive": false }
ansible_role
chrisw-devops/PiAnsible
230bf1063a392c17162d1fd21fc6a83b6b739ca4
0
roles/docker
402
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n\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 #No 20.04 repo yet so have to use this one for the moment :'(\n repo: deb ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1096, "all_permissive": false }
ansible_role
chrisw-devops/PiAnsible
230bf1063a392c17162d1fd21fc6a83b6b739ca4
0
roles/kubernetes
402
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "---\n\n# For Kubelet to run, swap must be disabled\n- name: Stop swap from being enabled at boot\n mount:\n name: swap\n fstype: swap\n state: absent\n\n- name: Disable swap\n command: swapoff -a\n when: ansible_swaptotal_mb > 0\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1029, "all_permissive": false }
ansible_role
chrisw-devops/PiAnsible
230bf1063a392c17162d1fd21fc6a83b6b739ca4
0
roles/kubernetes-master
402
[ "no_license" ]
[ { "path": "roles/kubernetes-master/tasks/main.yml", "content": "---\n\n- name: Check kubeadm init has been run\n stat:\n path: \"/etc/kubernetes/pki/ca.key\"\n register: kubeadm_init_completed\n\n- name: Initialise Kubernetes cluster\n #Why this CIDR range you say? Read here: https://coreos.com/flanne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1036, "all_permissive": false }
ansible_role
chrisw-devops/PiAnsible
230bf1063a392c17162d1fd21fc6a83b6b739ca4
0
roles/kubernetes-worker
402
[ "no_license" ]
[ { "path": "roles/kubernetes-worker/tasks/main.yml", "content": "---\n\n- name: Get the Kubernetes join command\n command: kubeadm token create --print-join-command\n register: kubeadm_join_command\n delegate_to: \"{{ groups['master_node'][0] }}\"\n\n- name: Join worker node to Kubernetes cluster\n comma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
andrewkav/ntcb-server
b4312fef8a1cd4212955db4c9b03a82deaeba541
1
.ansible/roles/nginx-letsencrypt
402
[ "no_license" ]
[ { "path": ".ansible/roles/nginx-letsencrypt/tasks/main.yaml", "content": "- name: Install nginx\n apt: name=nginx state=latest\n\n- name: install letsencrypt\n apt: name=letsencrypt state=latest\n\n- name: create letsencrypt directory\n file: name=/var/www/letsencrypt/{{ domain_name }} state=directory\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1380, "all_permissive": false }
ansible_role
andrewkav/ntcb-server
b4312fef8a1cd4212955db4c9b03a82deaeba541
1
.ansible/roles/ntcb-server
402
[ "no_license" ]
[ { "path": ".ansible/roles/ntcb-server/templates/ntcb-server.service.j2", "content": "[Unit]\nDescription=ntcb-server service\nConditionPathExists=/opt/services/ntcb-server\nAfter=network.target\n\n[Service]\nType=simple\nUser=ntcb\nGroup=ntcb\nWorkingDirectory=/opt/services/ntcb-server\nRestart=on-failure\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1428, "all_permissive": false }
ansible_role
andrewkav/ntcb-server
b4312fef8a1cd4212955db4c9b03a82deaeba541
1
.ansible/roles/secure-ubuntu
402
[ "no_license" ]
[ { "path": ".ansible/roles/secure-ubuntu/tasks/main.yaml", "content": "- name: install ufw\n apt: name=ufw\n\n- name: allow outgoing traffic\n ufw:\n state: enabled\n direction: out\n rule: allow\n\n- name: allow to connect only to certain ports\n ufw:\n rule: allow\n direction: in\n por...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 282, "all_permissive": false }
ansible_role
fitgogo/buster64_desktop
1e57f025a9ac9c0ce3016c21da0754439f22fcda
0
playbook/roles/docker
402
[ "no_license" ]
[ { "path": "playbook/roles/docker/tasks/main.yml", "content": "---\n- name: Install prerequisites\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-common\n update_cache: yes\n- name: Add Docker GPG key\n apt_key: url=https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
fitgogo/buster64_desktop
1e57f025a9ac9c0ce3016c21da0754439f22fcda
0
playbook/roles/xface4
402
[ "no_license" ]
[ { "path": "playbook/roles/xface4/tasks/main.yml", "content": "---\n- name: install xserver\n apt: \n name: \n - xserver-xorg\n - xserver-xorg-core\n - xfonts-base\n - xinit\n - x11-xserver-utils\n install_recommends: no\n environment:\n DEBIAN_FRONTEND: noninteractive\n register: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1253, "all_permissive": false }
ansible_role
da-moon/dou
b99d48d25e27c2d814dfc7c2d5eb7fd278bf97c5
0
github.com/IIDK/aws/centos/playbooks/roles/iidk
401
[ "no_license" ]
[ { "path": "github.com/IIDK/aws/centos/playbooks/roles/iidk/tasks/main.yml", "content": "---\n\n- name: Create a directory if it does not exist\n file:\n path: ~/iidk\n state: directory\n mode: '0755'\n\n- name: Update all packages to the latest version\n yum:\n name: '*'\n state: latest\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 589, "all_permissive": false }
ansible_role
da-moon/dou
b99d48d25e27c2d814dfc7c2d5eb7fd278bf97c5
0
github.com/PLM-IIDK/aws/ubuntu/playbooks/roles/iidk
401
[ "no_license" ]
[ { "path": "github.com/PLM-IIDK/aws/ubuntu/playbooks/roles/iidk/tasks/main.yml", "content": "---\n\n- name: Create folder\n ansible.windows.win_file:\n path: C:\\julio_test\n state: directory\n# - name: Create a directory if it does not exist\n# file:\n# path: ~/iidk\n# state: directory\n# ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 727, "all_permissive": false }
ansible_role
da-moon/dou
b99d48d25e27c2d814dfc7c2d5eb7fd278bf97c5
0
github.com/PLM-IIDK/linux/ubuntu/playbooks/roles/iidk
401
[ "no_license" ]
[ { "path": "github.com/PLM-IIDK/linux/ubuntu/playbooks/roles/iidk/tasks/main.yml", "content": "---\n\n- name: Create a directory if it does not exist\n file:\n path: ~/iidk\n state: directory\n mode: '0755'\n\n- name: install python\n apt:\n name: python\n state: latest\n\n- name: Update all...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
da-moon/dou
b99d48d25e27c2d814dfc7c2d5eb7fd278bf97c5
0
github.com/PLM-IIDK/linux/ubuntu/playbooks/roles/teamcenter
401
[ "no_license" ]
[ { "path": "github.com/PLM-IIDK/linux/ubuntu/playbooks/roles/teamcenter/tasks/main.yml", "content": "---\n\n- name: install java-openjdk11\n shell: amazon-linux-extras install java-openjdk11 -y\n\n- name: install java-1.8.0-openjdk-devel\n yum:\n name: java-1.8.0-openjdk-devel\n state: latest\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 354, "all_permissive": false }
ansible_role
da-moon/dou
b99d48d25e27c2d814dfc7c2d5eb7fd278bf97c5
0
github.com/line-decision-assessment-am/ansible/linux/aml2/playbooks/roles/Datadog.datadog
401
[ "permissive" ]
[ { "path": "github.com/line-decision-assessment-am/ansible/linux/aml2/playbooks/roles/Datadog.datadog/tasks/win_agent_version.yml", "content": "---\n- name: set agent download filename to a specific version\n set_fact:\n dd_download_url: \"{{ datadog_windows_versioned_url }}-{{ datadog_agent_version }}.m...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1585, "all_permissive": true }
ansible_role
da-moon/dou
b99d48d25e27c2d814dfc7c2d5eb7fd278bf97c5
0
github.com/line-decision-assessment-am/ansible/linux/ubuntu/playbooks/roles/fly
401
[ "permissive" ]
[ { "path": "github.com/line-decision-assessment-am/ansible/linux/ubuntu/playbooks/roles/fly/tasks/main.yml", "content": "---\n- name: Try to get fly cli from web url\n get_url:\n url: http://concourseci.mgmt.corvesta.net/api/v1/cli?arch=amd64&platform=linux\n dest: /usr/local/bin\n mode: 755\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": true }
ansible_role
da-moon/dou
b99d48d25e27c2d814dfc7c2d5eb7fd278bf97c5
0
github.com/line-decision-assessment-am/linux/aml2/playbooks/roles/Datadog.datadog
401
[ "permissive" ]
[ { "path": "github.com/line-decision-assessment-am/linux/aml2/playbooks/roles/Datadog.datadog/tasks/pkg-windows-opts.yml", "content": "- name: Set DD Username Arg\n set_fact:\n win_install_args: \"{{ win_install_args }} DDAGENTUSER_NAME={{ datadog_windows_ddagentuser_name }}\"\n when: datadog_windows_dd...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 10110, "all_permissive": true }
ansible_role
da-moon/dou
b99d48d25e27c2d814dfc7c2d5eb7fd278bf97c5
0
github.com/line-decision-assessment-am/linux/ubuntu/playbooks/roles/ssl
401
[ "permissive" ]
[ { "path": "github.com/line-decision-assessment-am/linux/ubuntu/playbooks/roles/ssl/tasks/main.yml", "content": "---\n- name: Get Corvesta Root certificate\n aws_s3:\n bucket: '{{ s3bucket }}'\n object: /ssl/corvesta-root.crt\n dest: /usr/local/share/ca-certificates/corvesta-root.crt\n mode: get...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 298, "all_permissive": true }
ansible_role
Greedelis/Ansible_RabbitMQ
916d43f48435d1dafbb7ab9525603134e4c3b97d
0
roles/erlang
401
[ "no_license" ]
[ { "path": "roles/erlang/tasks/main.yml", "content": "---\n- name: Update Debian packages\n ansible.builtin.apt:\n upgrade: true\n\n- name: Install necesery packages\n ansible.builtin.apt:\n name:\n - gpg\n - curl\n state: present\n\n- name: Add Erlang Repository Key\n ansible.builtin.s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1332, "all_permissive": false }
ansible_role
Greedelis/Ansible_RabbitMQ
916d43f48435d1dafbb7ab9525603134e4c3b97d
0
roles/firewall
401
[ "no_license" ]
[ { "path": "roles/firewall/defaults/main.yml", "content": "nftable_input:\n - tcp dport ssh accept\n - tcp dport 15672 accept\n - iif lo ip saddr 127.0.0.1 tcp dport 5672 accept\n - tcp dport 5672 drop\nnftable_forward:\n - \"\"\nnftable_output:\n - \"\"\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1444, "all_permissive": false }
ansible_role
Greedelis/Ansible_RabbitMQ
916d43f48435d1dafbb7ab9525603134e4c3b97d
0
roles/rabbitmq
401
[ "no_license" ]
[ { "path": "roles/rabbitmq/handlers/main.yml", "content": "---\n- name: Apply kernel parameter changes\n ansible.builtin.command: sysctl -p\n changed_when: \"'Nothing to do' not in ansible_command_result.stdout\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 151 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1882, "all_permissive": false }
ansible_role
Desmotes/ProvisioningMasterNode
391f2e8956fe99de6787c7d9e4f40105d48a3c9d
0
roles/basic
401
[ "permissive" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "---\n# This basic playbook contains essential tasks, which should run on master node\n\n- name: Create Desmotes user\n user: name={{username}} state=present groups=sudo append=yes shell=/bin/bash password=\"{{ <PASSWORD>_password | password_hash('<PASSWOR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 709, "all_permissive": true }
ansible_role
Desmotes/ProvisioningMasterNode
391f2e8956fe99de6787c7d9e4f40105d48a3c9d
0
roles/ruby
401
[ "permissive" ]
[ { "path": "roles/ruby/tasks/main.yml", "content": "---\n\n- name: Upgrade cache\n action: apt update_cache=yes upgrade=yes\n\n- name: Install Ruby Dependencies\n action: apt pkg={{item}} state=installed\n with_items:\n - automake\n - bison\n - autoconf\n - pkg-config\n - libreadline6\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1481, "all_permissive": true }
ansible_role
agrebin/ansible-lemp-centos7
5f1231af8a4f6602cf165b9d8c320c54f15de937
0
roles/mariadb
401
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "- name: Make sure MySQL-python is present\n ansible.builtin.yum:\n name: MySQL-python\n state: present\n\n- name: Make sure mariadb-server package is installed\n become: true\n ansible.builtin.yum:\n name: mariadb-server\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": false }
ansible_role
agrebin/ansible-lemp-centos7
5f1231af8a4f6602cf165b9d8c320c54f15de937
0
roles/nginx
401
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install nginx web server\n become: true\n ansible.builtin.yum:\n name: nginx\n state: present\n\n- name: Make sure nginx is started\n ansible.builtin.systemd:\n name: nginx\n enabled: true\n state: started \n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
agrebin/ansible-lemp-centos7
5f1231af8a4f6602cf165b9d8c320c54f15de937
0
roles/php-fpm
401
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "#- name: Make sure Remi Repository is installed\n# ansible.builtin.yum:\n# name: http://rpms.remirepo.net/enterprise/remi-release-7.rpm\n# state: present\n\n- name: Make sure remi-php74 repo is enabled\n yum_repository:\n name: remi-php74\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2436, "all_permissive": false }
ansible_role
ikosenn/madeasy-api
37ab2a7fb33925e81299523a4cf3bb0c8d7ee294
0
playbooks/roles/emrweb_staging
401
[ "no_license" ]
[ { "path": "playbooks/roles/emrweb_staging/tasks/main.yml", "content": "---\n\n- name: remove any existing installations\n file: state=absent name={{install_dir}}\n become_user: root\n tags: emrweb_staging\n\n\n- name: make installation directories\n file: state=directory name={{item}} owner={{deploy_use...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3090, "all_permissive": false }
ansible_role
ikosenn/madeasy-api
37ab2a7fb33925e81299523a4cf3bb0c8d7ee294
0
playbooks/roles/madeasyapi
401
[ "no_license" ]
[ { "path": "playbooks/roles/madeasyapi/templates/madeasyapi.run.sh", "content": "#!/usr/bin/env bash\n\ncd {{install_dir}}\nsource {{venv_dir}}/bin/activate\nsource {{install_dir}}/env.sh\nworkers=$(expr $(nproc) \\* 2 + 1)\n\nexec gunicorn --workers $workers --bind 127.0.0.1:{{madeasyapi_port}} madeasy.conf...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7409, "all_permissive": false }
ansible_role
yr-neurospace/AnsibleRoles
95b80286e291e00f33f5f8575405d3c85ed460da
0
autostart/autostart_clash_at_startup/roles/autostart_clash_at_startup
401
[ "no_license" ]
[ { "path": "autostart/autostart_clash_at_startup/roles/autostart_clash_at_startup/tasks/main.yml", "content": "- name: Get the default target of the remote host\n command:\n argv:\n - systemctl\n - get-default\n register: default_target\n\n- name: Template the service file out to the remote ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 888, "all_permissive": false }
ansible_role
yr-neurospace/AnsibleRoles
95b80286e291e00f33f5f8575405d3c85ed460da
0
autostart/autostart_neuroborder_shiny_app_at_startup/roles/autostart_neuroborder_shiny_app_at_startup
401
[ "no_license" ]
[ { "path": "autostart/autostart_neuroborder_shiny_app_at_startup/roles/autostart_neuroborder_shiny_app_at_startup/tasks/main.yml", "content": "- name: Get the default target of the remote host\n command:\n argv:\n - systemctl\n - get-default\n register: default_target\n\n- name: Template the s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1095, "all_permissive": false }
ansible_role
yr-neurospace/AnsibleRoles
95b80286e291e00f33f5f8575405d3c85ed460da
0
cron/cron_monitor_and_display_galaxy_jobs/roles/cron_monitor_and_display_galaxy_jobs
401
[ "no_license" ]
[ { "path": "cron/cron_monitor_and_display_galaxy_jobs/roles/cron_monitor_and_display_galaxy_jobs/tasks/main.yml", "content": "- name: ensure the task runs every 2 minites\n become: true\n become_user: root\n become_method: su\n ansible.builtin.cron:\n name: \"monitor and display galaxy jobs\"\n min...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 250, "all_permissive": false }
ansible_role
AccessibleAI/chuck-operator
a1ce46bb8737906328545647bca0e3bff078f5b1
0
roles/api
394
[ "no_license" ]
[ { "path": "roles/api/templates/api/deployment.yml", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: \"{{api.svc_name}}\"\n namespace: \"{{ ansible_operator_meta.namespace }}\"\n labels:\n app: \"{{api.svc_name}}\"\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2135, "all_permissive": false }
ansible_role
AccessibleAI/chuck-operator
a1ce46bb8737906328545647bca0e3bff078f5b1
0
roles/common
394
[ "no_license" ]
[ { "path": "roles/common/tasks/install.yml", "content": "- name: Debug - {{ template_path }}\n debug:\n msg: \"State for {{ template_path }} : {{ state }}\"\n tags: always\n\n- name: Debug - {{ template_path }}\n debug:\n msg: \"{{ lookup('template', '{{ template_path }}') }}\"\n when: debug == \"t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 786, "all_permissive": false }
ansible_role
AccessibleAI/chuck-operator
a1ce46bb8737906328545647bca0e3bff078f5b1
0
roles/conf
394
[ "no_license" ]
[ { "path": "roles/conf/vars/main.yml", "content": "---\n# vars file for cnvrg\nconf:\n enabled: \"true\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/conf/tasks/main.yml", "content": "- include_vars: ../../pg/vars/main.yml\n\n- name: D...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 594, "all_permissive": false }
ansible_role
AccessibleAI/chuck-operator
a1ce46bb8737906328545647bca0e3bff078f5b1
0
roles/pg
394
[ "no_license" ]
[ { "path": "roles/pg/templates/pg-dep.yml", "content": "apiVersion: apps/v1\nkind: Deployment\nmetadata:\n name: \"{{pg.svc_name}}\"\n namespace: \"{{ ansible_operator_meta.namespace }}\"\n labels:\n app: \"{{pg.svc_name}}\"\nspec:\n replicas: 1\n selector:\n matchLabels:\n app: \"{{pg.svc_na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3288, "all_permissive": false }
ansible_role
AccessibleAI/chuck-operator
a1ce46bb8737906328545647bca0e3bff078f5b1
0
roles/ui
394
[ "no_license" ]
[ { "path": "roles/ui/templates/ui/ingress.yml", "content": "apiVersion: networking.k8s.io/v1beta1\nkind: Ingress\nmetadata:\n name: \"{{ui.svc_name}}\"\n namespace: \"{{ansible_operator_meta.namespace}}\"\nspec:\n rules:\n - host: \"{{(ui.svc_name + '.' + cluster_domain).split(':')[0] }}\"\n http:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1551, "all_permissive": false }
ansible_role
noders-team/genlayer-validator-ansible
debfec67d3563dee52fa7cb8836346767961083f
1
roles/genlayer
394
[ "no_license" ]
[ { "path": "roles/genlayer/tasks/docker.yml", "content": "---\n- name: Install required packages\n apt:\n name:\n - ca-certificates\n - curl\n - gnupg\n - apt-transport-https\n state: present\n update_cache: false\n\n- name: Check if keyrings directory exists\n stat:\n path:...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 17858, "all_permissive": false }
ansible_role
ixi-isucon/private-isucon
6c8ef1756a460e2b416469803315efad1f6b1fec
0
ansible/roles/app
394
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yaml", "content": "- name: upload app\n copy:\n src: /tmp/app\n dest: /home/isucon/private_isu/webapp/golang/app\n mode: 0755\n owner: isucon\n group: isucon\n backup: yes\n notify:\n - restart app\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 279, "all_permissive": false }
ansible_role
ixi-isucon/private-isucon
6c8ef1756a460e2b416469803315efad1f6b1fec
0
ansible/roles/common
394
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yaml", "content": "- name: set hostname\n hostname:\n name: \"{{ inventory_hostname }}\"\n\n- name: put bash aliases\n copy:\n src: .bash_aliases\n dest: ~/.bash_aliases\n mode: 0644\n become: false\n\n- name: put bash aliases (root)\n copy:\n sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1696, "all_permissive": false }
ansible_role
ixi-isucon/private-isucon
6c8ef1756a460e2b416469803315efad1f6b1fec
0
ansible/roles/mysql
394
[ "no_license" ]
[ { "path": "ansible/roles/mysql/README.md", "content": "## mysql\n\n\n### 外部からのアクセスを許可\n\n```sh\nmysql -u root -p\n```\n\n```sh\nCREATE USER isuconp@'%' IDENTIFIED BY 'isuconp';\nGRANT ALL on *.* TO isuconp@'%';\nCREATE USER isuconp@'localhost' IDENTIFIED BY 'isuconp';\nGRANT ALL on *.* TO isuconp@'localhost...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3355, "all_permissive": false }
ansible_role
ixi-isucon/private-isucon
6c8ef1756a460e2b416469803315efad1f6b1fec
0
ansible/roles/nginx
394
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yaml", "content": "# Nginx の設定ファイルのバックアップ\n- name: backup access log\n copy:\n src: /var/log/nginx/access.log\n dest: /var/log/nginx/access.log_{{ now(fmt='%H:%M:%S') }}\n remote_src: yes\n changed_when: False\n\n# Nginx の設定ファイルのコピー\n- name: copy nginx co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 742, "all_permissive": false }
ansible_role
heytrav/drs-ops
3ae87bbcff4cd3cf391e0dcddd140a63125b2f44
0
ansible/roles/catalystcloud
394
[ "no_license" ]
[ { "path": "ansible/roles/catalystcloud/tasks/dns-resolver-tenant.yml", "content": "# Sets up dnsmasq to serve dns for all entries in the openstack tenant\n- name: Install dnsmasq\n apt: name=dnsmasq\n\n- name: Set fqdn in /etc/hosts\n lineinfile:\n path: /etc/hosts\n regexp: \"^{{ ansible_default_i...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 18066, "all_permissive": false }
ansible_role
heytrav/drs-ops
3ae87bbcff4cd3cf391e0dcddd140a63125b2f44
0
ansible/roles/common
394
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/install-ansible.yml", "content": "#\n# Will install ansible (with openstack support) in to system python\n#\n\n- name: Install python packages\n apt: name=\"{{ item }}\"\n with_items: [python-dev, python-setuptools, python-pip, gcc, git, libssl-dev, libffi-dev]\n whe...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2571, "all_permissive": false }
ansible_role
heytrav/drs-ops
3ae87bbcff4cd3cf391e0dcddd140a63125b2f44
0
ansible/roles/docker
394
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# TODO: Add alternative steps for centos, other distros.\n- name: Create a docker group\n group:\n name: docker\n state: present\n\n- name: \"Add {{ cc_ssh_user }} user to docker group\"\n user:\n name: \"{{ cc_ssh_user }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1467, "all_permissive": false }
ansible_role
cloudluv/sample
bd0e3672c09f10e1e30a8ff1a71d039684f7d246
0
ansible-packer/roles/tutorial
394
[ "no_license" ]
[ { "path": "ansible-packer/roles/tutorial/tasks/main.yml", "content": "- name: add repo \n shell: |\n curl -sL https://rpm.nodesource.com/setup_16.x | sudo bash -\n\n- name: install node\n become: true\n shell: |\n yum install -y nodejs\n\n- name: copy application code\n template:\n src: files/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 871, "all_permissive": false }
ansible_role
t-kusakabe/sample-ansible-nginx
135943eafcb1aa79a27205f1717d7996f4112fe8
0
roles/common
394
[ "no_license" ]
[ { "path": "roles/common/defaults/main.yml", "content": "---\nyum_install:\n - {\n name: \"openssl-devel\",\n state: \"latest\"\n }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/common/tasks/install.yml", "content": "---\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 295, "all_permissive": false }
ansible_role
houzaicunsky/infromation
c2cd59205a1b722c926fbd093a2e49ba3e9081b5
0
roles/mongodb-3.6
394
[ "no_license" ]
[ { "path": "roles/mongodb-3.6/templates/init.sh.j2", "content": "sleep 5s\nmongo admin --eval \" rs.initiate({ _id:'rs1', members:[ {_id:0,host:'{{ MongodbHosts1 }}:27017',priority:2}, {_id:1,host:'{{ MongodbHosts2 }}:27027',priority:1},{_id:2,host:'{{ MongodbHosts3 }}:27037',arbiterOnly:true}] })\"\nsleep ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1820, "all_permissive": false }
ansible_role
philbrookes/3scale-apb
3b59df17acd19dc01a415fe91bf39932d1f159a3
0
roles/deprovision-3scale-apb
394
[ "permissive" ]
[ { "path": "roles/deprovision-3scale-apb/tasks/main.yml", "content": "- \n name: delete apicast resoures\n command: oc delete {{ item }} {{ threescale_name }}\n with_items:\n - secret\n - dc\n - service\n - route", "license_type": "permissive", "detected_licenses": [ "Apache-2.0"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 246, "all_permissive": true }
ansible_role
philbrookes/3scale-apb
3b59df17acd19dc01a415fe91bf39932d1f159a3
0
roles/provision-3scale-apb
394
[ "permissive" ]
[ { "path": "roles/provision-3scale-apb/templates/secret.yml.j2", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: {{ threescale_basic_auth_secret_name }}\n namespace: {{ namespace }}\nstringData:\n password: https://{{ THREESCALE_ACCESS_TOKEN }}@{{ THREESCALE_DOMAIN }}\n", "license_type": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1094, "all_permissive": true }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/cert
394
[ "no_license" ]
[ { "path": "roles/cert/tasks/main.yml", "content": "- name: Install certbot.\n ansible.builtin.package:\n name: \"{{ package }}\"\n loop_control:\n loop_var: package\n loop:\n - certbot\n - certbot-dns-cloudflare\n\n- name: Create certbot config dir.\n ansible.builtin.file:\n path: /etc/ce...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1665, "all_permissive": false }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/docker
394
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Install docker.\n ansible.builtin.package:\n name: \"{{ package }}\"\n state: present\n loop:\n - docker\n - docker-compose\n - python-docker\n loop_control:\n loop_var: package\n\n- name: Start docker.\n ansible.builtin.serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 720, "all_permissive": false }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/firewall
394
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "- name: Install ufw.\n ansible.builtin.package:\n name: ufw\n state: present\n\n- name: Start and enable ufw.\n ansible.builtin.service:\n name: ufw\n state: started\n enabled: true\n\n- name: Enable ufw.\n community.general.ufw:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 474, "all_permissive": false }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/haveged
394
[ "no_license" ]
[ { "path": "roles/haveged/tasks/main.yml", "content": "- name: Install haveged.\n ansible.builtin.package:\n name: haveged\n state: present\n\n- name: Start haveged.\n ansible.builtin.service:\n name: haveged\n state: started\n enabled: true\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/nextcloud
394
[ "no_license" ]
[ { "path": "roles/nextcloud/tasks/main.yml", "content": "- name: Create folder for docker-compose files.\n ansible.builtin.file:\n path: \"~/docker-compose/nextcloud\"\n state: directory\n recurse: true\n mode: \"0700\"\n\n- name: Generate docker-compose file.\n ansible.builtin.template:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3316, "all_permissive": false }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/obsidian
394
[ "no_license" ]
[ { "path": "roles/obsidian/templates/docker-compose.yml", "content": "version: \"3.9\"\nservices:\n livesync:\n container_name: obsidian_livesync\n image: docker.io/couchdb:3.3.3\n restart: unless-stopped\n user: 1000:1000\n environment:\n - COUCHDB_USER={{ obsidian_livesync_user }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1380, "all_permissive": false }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/paperless
394
[ "no_license" ]
[ { "path": "roles/paperless/templates/nginx.conf", "content": "upstream backend_paperless {\n server 127.0.0.1:8002;\n}\n\nserver {\n listen 80;\n listen [::]:80;\n server_name paperless.vps.fkoehler.org;\n\n return 301 https://$server_name$request_uri;\n}\n\nserver {\n listen 443 ssl ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4729, "all_permissive": false }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/photoprism
394
[ "no_license" ]
[ { "path": "roles/photoprism/templates/docker-compose.yml", "content": "version: '3.9'\nservices:\n app:\n container_name: photoprism_app\n image: photoprism/photoprism:latest\n depends_on:\n - db\n ## Don't enable automatic restarts until PhotoPrism has been properly configured and tested!...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 8267, "all_permissive": false }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/pihole
394
[ "no_license" ]
[ { "path": "roles/pihole/files/pihole-unbound/Dockerfile", "content": "FROM \"docker.io/pihole/pihole:2023.03.1\"\n\nRUN apt update && apt upgrade -y && apt install -y unbound\n\nCOPY unbound-pihole.conf /etc/unbound/unbound.conf.d/pihole.conf\nCOPY 99-edns.conf /etc/dnsmasq.d/99-edns.conf\nRUN mkdir -p /etc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3148, "all_permissive": false }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/proxy
394
[ "no_license" ]
[ { "path": "roles/proxy/handlers/main.yml", "content": "- name: Restart proxy.\n ansible.builtin.service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "roles/proxy/templates/nginx.conf", "content": "wo...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1109, "all_permissive": false }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/ssh
394
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Install OpenSSH.\n ansible.builtin.package:\n name: openssh\n state: present\n\n- name: Start OpenSSH.\n ansible.builtin.service:\n name: sshd\n state: started\n enabled: true\n\n- name: Configure OpenSSH server.\n ansible.builtin.t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 444, "all_permissive": false }
ansible_role
f-koehler/playbook-vps
5fd67ac223daae49d0853c989efe94809599f0cb
0
roles/timezone
394
[ "no_license" ]
[ { "path": "roles/timezone/tasks/main.yml", "content": "- name: Set timezone.\n community.general.timezone:\n name: Europe/Berlin\n\n- name: Generate timezone file.\n ansible.builtin.copy:\n src: timezone\n dest: /etc/timezone\n owner: root\n group: root\n mode: \"644\"\n", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
D3DeFi/playground
368d0de70229d789c989a8a7f113216747f95f1d
0
OpenWeatherMap-Python-Docker/roles/docker
394
[ "no_license" ]
[ { "path": "OpenWeatherMap-Python-Docker/roles/docker/README.md", "content": "Docker\n=========\n\nSimple role to setup docker on a Ubuntu system with syslog logging\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n # log driver to use with docker service\n # see https://docs....
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2108, "all_permissive": false }
ansible_role
D3DeFi/playground
368d0de70229d789c989a8a7f113216747f95f1d
0
Rsyslog-Ansible/roles/rsyslog
394
[ "no_license" ]
[ { "path": "Rsyslog-Ansible/roles/rsyslog/templates/50-default.conf.j2", "content": "{{ ansible_managed | comment }}\n# Default rules for rsyslog.\n# Standard log files. Log by facility.\nauth,authpriv.* /var/log/auth.log\n*.*;auth,authpriv.none -/var/log/syslog\n#cron.* /var/l...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 10978, "all_permissive": false }
ansible_role
shivakpkp/aws-ansible
693111473668e90f89ee1a4c85c68f87ebf45363
0
ansible/roles/deploy_apache_centos
394
[ "no_license" ]
[ { "path": "ansible/roles/deploy_apache_centos/vars/main.yml", "content": "---\ndest_folder : /var/www/html\nowner : shiva\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "ansible/roles/deploy_apache_centos/templates/index.j2", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1924, "all_permissive": false }
ansible_role
Bahmni/bahmni-mart-playbook
053f336f3b5de82013482c7f819d3401a8e47327
0
roles/bahmni-mart
394
[ "no_license" ]
[ { "path": "roles/bahmni-mart/templates/bahmni-mart-restore.sh.j2", "content": "#!/usr/bin/env bash\n\nANALYTICS_DB_HOST={{ analytics_db_server }}\nANALYTICS_DB_USERNAME={{ analytics_db_user }}\nANALYTICS_DB_NAME={{ analytics_db_name }}\nPOSTGRESQL_PORT={{ analytics_db_port }}\n\nBACKUP_FILE_LOCATION=$1;\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 9940, "all_permissive": false }
ansible_role
Bahmni/bahmni-mart-playbook
053f336f3b5de82013482c7f819d3401a8e47327
0
roles/bahmni-mart-scdf
394
[ "no_license" ]
[ { "path": "roles/bahmni-mart-scdf/templates/docker-compose.yml.j2", "content": "dataflow-server:\n image: {{ dataflow_server_image }}\n container_name: dataflow-server\n volumes:\n - /opt/bahmni-mart:/opt/bahmni-mart:rw\n - /var/www/bahmni_config:/var/www/bahmni_config:rw\n - /var/ww...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6204, "all_permissive": false }
ansible_role
Bahmni/bahmni-mart-playbook
053f336f3b5de82013482c7f819d3401a8e47327
0
roles/docker
394
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- name: Check if docker-io present\n yum:\n list: docker-io\n register: docker_info\n ignore_errors: true\n\n- name: Uninstall docker-io\n yum:\n name: docker-io\n state: absent\n when: docker_info.results|length != 0\n\n- name: Check if doc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1372, "all_permissive": false }
ansible_role
Bahmni/bahmni-mart-playbook
053f336f3b5de82013482c7f819d3401a8e47327
0
roles/gnupg
394
[ "no_license" ]
[ { "path": "roles/gnupg/tasks/main.yml", "content": "\n- name: Install gnupg\n yum:\n name: gnupg\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 66, "all_permissive": false }
ansible_role
Bahmni/bahmni-mart-playbook
053f336f3b5de82013482c7f819d3401a8e47327
0
roles/metabase
394
[ "no_license" ]
[ { "path": "roles/metabase/defaults/main.yml", "content": "default_docker_ip: \"172.17.42.1\"\nbahmni_user: bahmni\nbahmni_group: bahmni\n\nmetabase_db_user: metabase\nmetabase_db_name: metabase\nmetabase_db_password: \"{{metabase_db_password}}\"\nmetabase_port: 9003\nmetabase_db_type: postgres\nmetabase_db_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 11705, "all_permissive": false }
ansible_role
Bahmni/bahmni-mart-playbook
053f336f3b5de82013482c7f819d3401a8e47327
0
roles/pg_hba
394
[ "no_license" ]
[ { "path": "roles/pg_hba/tasks/main.yml", "content": "- name: Check Bahmni-installer version on command box\n local_action: command rpm -q bahmni-installer --qf \"%{VERSION}\"\n register: bahmniVersion\n\n- name: Evaluate Bahmni Version\n set_fact:\n isBahmniLessthan92: \"{{ bahmniVersion.stdout == \\\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1573, "all_permissive": false }
ansible_role
Bahmni/bahmni-mart-playbook
053f336f3b5de82013482c7f819d3401a8e47327
0
roles/postgres
394
[ "no_license" ]
[ { "path": "roles/postgres/templates/initdbfile.j2", "content": "{{ postgres_password }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "roles/postgres/templates/pg_hba.conf.j2", "content": "{% for connection in postgres_hba_configurations %}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8333, "all_permissive": false }
ansible_role
Bahmni/bahmni-mart-playbook
053f336f3b5de82013482c7f819d3401a8e47327
0
roles/postgres-replication
394
[ "no_license" ]
[ { "path": "roles/postgres-replication/tasks/main.yml", "content": "- name: Removing recovery config file\n file:\n path=/var/lib/pgsql/{{ postgres_version }}/data/recovery.conf\n state=absent\n when: \"{{ inventory_hostname in groups['bahmni-mart-db'] or inventory_hostname in groups['metabase-db'] }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
Integrationsseminar-DHBW/ansible-playbook
f19f89b494ae1d08bdd78f36d80c0734f17d82a3
0
roles/qdrant_multi_tenancy
394
[ "no_license" ]
[ { "path": "roles/qdrant_multi_tenancy/tasks/create_student_empty_collections.yml", "content": "- name: Create student collection for each student\n ansible.builtin.uri:\n url: \"http://{{ inventory_hostname }}:{{ qdrant_http_port }}/collections/{{ item.Name1|lower }}_{{ item.Name2|lower }}\"\n method...
{ "task_files": 9, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 5161, "all_permissive": false }
ansible_role
wadeholler/cephittl
d095defa353f29c44dd70f3cac18e052a3cb28ba
0
roles/base
394
[ "no_license" ]
[ { "path": "roles/base/tasks/ntp.yml", "content": "---\n- name: install ntp\n yum: name=ntp state=installed\n\n- name: ntp service enabled\n sudo: yes\n service: name=ntpd state=started enabled=true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, { "path...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1849, "all_permissive": false }
ansible_role
wadeholler/cephittl
d095defa353f29c44dd70f3cac18e052a3cb28ba
0
roles/cbt-base
394
[ "no_license" ]
[ { "path": "roles/cbt-base/tasks/sshkeys.yml", "content": "---\n- name: add cbt ssh keys\n authorized_key: user=cbt key=\"{{ item }}\"\n with_file:\n - home/cbt/id_rsa.pub\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 }, { "path": "roles/cbt-base/vars/m...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1187, "all_permissive": false }
ansible_role
wadeholler/cephittl
d095defa353f29c44dd70f3cac18e052a3cb28ba
0
roles/cbtclient
394
[ "no_license" ]
[ { "path": "roles/cbtclient/tasks/packages.yml", "content": "---\n- name: install epel-release repo\n yum: name=epel-release state=latest\n\n- name: packages for cbt clients\n yum: name={{ item }} state=latest\n with_items:\n - collectl\n - blktrace\n - iperf\n - valgrind\n - libaio\n - ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 589, "all_permissive": false }
ansible_role
wadeholler/cephittl
d095defa353f29c44dd70f3cac18e052a3cb28ba
0
roles/cbthead
394
[ "no_license" ]
[ { "path": "roles/cbthead/vars/main.yml", "content": "---\n# vars file for cbthead\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/cbthead/handlers/main.yml", "content": "---\n# handlers file for cbthead\n", "license_type": "no_licen...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 620, "all_permissive": false }
ansible_role
wadeholler/cephittl
d095defa353f29c44dd70f3cac18e052a3cb28ba
0
roles/cephdep
394
[ "no_license" ]
[ { "path": "roles/cephdep/tasks/packages.yml", "content": "---\n- name: install plugin pri\n yum: name=yum-plugin-priorities state=latest\n\n- name: install ceph repo\n copy: src=etc/yum.repos.d/ceph.repo dest=/etc/yum.repos.d/ceph.repo\n\n- name: install packages\n yum: name={{ item }} state=latest\n wi...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1770, "all_permissive": false }
ansible_role
wadeholler/cephittl
d095defa353f29c44dd70f3cac18e052a3cb28ba
0
roles/cosbenchdriver
394
[ "no_license" ]
[ { "path": "roles/cosbenchdriver/defaults/main.yml", "content": "---\n# defaults file for cosbenchhead\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/cosbenchdriver/vars/main.yml", "content": "---\n# vars file for cosbenchhead\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 320, "all_permissive": false }
ansible_role
wadeholler/cephittl
d095defa353f29c44dd70f3cac18e052a3cb28ba
0
roles/cosbenchhead
394
[ "no_license" ]
[ { "path": "roles/cosbenchhead/tasks/gitcosbench.yml", "content": "---\n#- name: git cosbench\n# git: repo='https://github.com/intel-cloud/cosbench.git'\n# dest=/home/cbt/cb\n# ignore_errors: yes\n\n- name: download cosbench\n get_url: url=https://github.com/intel-cloud/cosbench/releases/download/v0.4....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 852, "all_permissive": false }
ansible_role
wadeholler/cephittl
d095defa353f29c44dd70f3cac18e052a3cb28ba
0
roles/mlsavecfg
394
[ "no_license" ]
[ { "path": "roles/mlsavecfg/tasks/main.yml", "content": "---\n# tasks file for tuneosd\n- include: savecfg.yml\n tags: \n - mellanox\n - always\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/mlsavecfg/vars/main.yml", "content": "...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1117, "all_permissive": false }
ansible_role
wadeholler/cephittl
d095defa353f29c44dd70f3cac18e052a3cb28ba
0
roles/repos
394
[ "no_license" ]
[ { "path": "roles/repos/handlers/main.yml", "content": "---\n# handlers file for repos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/repos/defaults/main.yml", "content": "---\n# defaults file for repos\n", "license_type": "no_licen...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 366, "all_permissive": false }
ansible_role
wadeholler/cephittl
d095defa353f29c44dd70f3cac18e052a3cb28ba
0
roles/rgwhaproxy
394
[ "no_license" ]
[ { "path": "roles/rgwhaproxy/handlers/main.yml", "content": "---\n# handlers file for rgwhaproxy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/rgwhaproxy/vars/main.yml", "content": "---\n# vars file for rgwhaproxy\n", "license_type...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 773, "all_permissive": false }
ansible_role
wadeholler/cephittl
d095defa353f29c44dd70f3cac18e052a3cb28ba
0
roles/tuneosd
394
[ "no_license" ]
[ { "path": "roles/tuneosd/defaults/main.yml", "content": "---\n# defaults file for tuneosd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/tuneosd/tasks/main.yml", "content": "---\n# tasks file for tuneosd\n- include: scheduler.yml\n ta...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 588, "all_permissive": false }
ansible_role
tvories/RaspberryPi-Ansible-Bakery
4566565c300d94615de3b3bc9498c55d67d2f0cd
1
Ansible/roles/raspi_deploy
394
[ "no_license" ]
[ { "path": "Ansible/roles/raspi_deploy/templates/sssd.conf.j2", "content": "[sssd]\ndomains = {{ realm_domain }}\nconfig_file_version = 2\nservices = nss, pam\n\n[domain/{{ realm_domain }}]\nad_domain = {{ realm_domain }}\nkrb5_realm = {{ krb5_default_realm }}\nrealmd_tags = manages-system joined-with-adcli\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4657, "all_permissive": false }
ansible_role
sbutler2901/DevOps-test-Milestone
e9f9d931206754cb1426b37aebd4ed91265decdb
0
iTrust2/roles/Jenkins
400
[ "no_license" ]
[ { "path": "iTrust2/roles/Jenkins/tasks/setUpJenkins_playbook.yml", "content": "---\n - name: Pre-Installing necessary softwares\n apt: pkg={{ item }} state=present\n become: yes\n with_items: \"{{packages}}\"\n\n - name: Installing Java pre-requesites\n apt: name=python-software-properties\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4148, "all_permissive": false }
ansible_role
sbutler2901/DevOps-test-Milestone
e9f9d931206754cb1426b37aebd4ed91265decdb
0
iTrust2/roles/iTrust2
400
[ "no_license" ]
[ { "path": "iTrust2/roles/iTrust2/tasks/iTrust2.yml", "content": "---\n - name: Get nodejs package\n shell: curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -\n\n - name: Install packages\n become: yes\n apt:\n pkg: \"{{ item }}\"\n state: present\n updat...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3497, "all_permissive": false }
ansible_role
ULYSSIS-KUL/ipp
9eaecce5e2e72a5e756fda20fb723e6c63d61741
12
vagrant/roles/java
400
[ "no_license" ]
[ { "path": "vagrant/roles/java/tasks/main.yml", "content": "---\n- name: add Java PPA\n apt_repository: repo='ppa:openjdk-r/ppa'\n- name: make sure Java 8 is the latest version\n apt: pkg=openjdk-8-jdk state=latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }