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
flyboy14/ansible-playbooks
e4431cd894cc6d1195efabf3a27ec400b1213992
0
roles/zabbix-server
7,584
[ "no_license" ]
[ { "path": "roles/zabbix-server/tasks/server.yml", "content": "---\n\n- name: zabbix_server | Install Zabbix Server\n apt: name=zabbix-server-mysql state=present force=yes\n\n- name: Unpack mysql data for further importing\n command: chdir=/usr/share/zabbix-server-mysql/ {{ item }}\n with_items:\n - g...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 11996, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/consul
7,584
[ "no_license" ]
[ { "path": "roles/consul/templates/service.json.j2", "content": "{\n \"service\": {\n \"name\": \"{{ service_name }}\", \n \"tags\": {{ service_tags | to_json }}, \n \"port\": {{ service_port }}\n }\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 3673, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/docker
7,584
[ "no_license" ]
[ { "path": "roles/docker/tasks/install.yml", "content": "- name: Ensure required packages for docker are installed\n apt:\n update_cache: yes\n force: yes\n name: ['apt-transport-https', 'ca-certificates', 'curl', 'software-properties-common']\n state: present\n\n- name: Ensure docker repository...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1700, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/get_host_ip
7,584
[ "no_license" ]
[ { "path": "roles/get_host_ip/tasks/main.yml", "content": "# Retrieve host ip with check with interface returns an ip\n# BE CAREFUL! this may not work if multiple network names are availiable\n# -----------------------------------------------------------------------\n# vagrant\n- set_fact:\n host_ip: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 985, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/metrics-cadvisor
7,584
[ "no_license" ]
[ { "path": "roles/metrics-cadvisor/defaults/main.yml", "content": "app_name: cadvisor\ndocker_recreate: no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/metrics-cadvisor/tasks/main.yml", "content": "- import_role:\n name: get_host_ip\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 754, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/metrics-consul
7,584
[ "no_license" ]
[ { "path": "roles/metrics-consul/defaults/main.yml", "content": "app_name: consul-exporter\ndocker_recreate: no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/metrics-consul/tasks/main.yml", "content": "- import_role:\n name: get_host_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 558, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/metrics-node
7,584
[ "no_license" ]
[ { "path": "roles/metrics-node/defaults/main.yml", "content": "app_name: node-exporter\ndocker_recreate: no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/metrics-node/tasks/main.yml", "content": "- import_role:\n name: get_host_ip\n\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 498, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/monitoring
7,584
[ "no_license" ]
[ { "path": "roles/monitoring/tasks/grafana.yml", "content": "- name: Ensure grafana configuration data is copied to host\n copy:\n src=grafana-data/\n dest=/srv/{{ grafana_app_name }}\n\n- name: Ensure grafana datasource config is copied to host\n template:\n src: datasource.yml.j2\n dest: /srv...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5522, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/nfs
7,584
[ "no_license" ]
[ { "path": "roles/nfs/tasks/client.yml", "content": "- name: Ensure required packages for nfs client are installed\n apt:\n update_cache: yes\n name: nfs-common\n state: present\n\n- name: Create mountable dir\n file: \n path: \"{{ mountable_dir }}\"\n state: directory \n\n- name: Copy fsta...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 743, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/python2
7,584
[ "no_license" ]
[ { "path": "roles/python2/tasks/main.yml", "content": "- name: Ensure python 2 is installed on all hosts\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "roles/pyt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 222, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/rabbitmq
7,584
[ "no_license" ]
[ { "path": "roles/rabbitmq/defaults/main.yml", "content": "app_name: rabbitmq\nhostname: \"jobmanager\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/rabbitmq/tests/Vagrantfile", "content": "Vagrant.configure(\"2\") do |config|\n vagran...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2815, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/rabbitmq-test
7,584
[ "no_license" ]
[ { "path": "roles/rabbitmq-test/tests/test.yml", "content": "- hosts: vagrant\n gather_facts: False\n tasks:\n - import_role:\n name: python2\n\n- hosts: vagrant\n tasks:\n - import_role:\n name: docker\n \n - import_role:\n name: rabbitmq-test", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5728, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/registrator
7,584
[ "no_license" ]
[ { "path": "roles/registrator/defaults/main.yml", "content": "app_name: registrator\ndocker_recreate: no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/registrator/tasks/main.yml", "content": "- name: Ensure registartor container is start...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 496, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/traefik
7,584
[ "no_license" ]
[ { "path": "roles/traefik/tasks/main.yml", "content": "- name: Ensure traefik configuration data is copied to host\n copy:\n src: traefik-data/\n dest: /srv/{{ app_name }}\n\n- name: Ensure traefik.toml is copied to host\n template:\n src: traefik.toml.j2\n dest: /srv/{{ app_name }}/traefik.tom...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1608, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/worker-calculation
7,584
[ "no_license" ]
[ { "path": "roles/worker-calculation/tasks/main.yml", "content": "- name: Create a volume with options\n docker_volume:\n name: worker_data_nfs\n driver: local\n driver_options:\n type: nfs\n device: :/shared\n o: addr=agent-nfs.{{ consul_node_domain }}\n\n- name: Get amount of cpu c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1213, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/worker-optimization
7,584
[ "no_license" ]
[ { "path": "roles/worker-optimization/defaults/main.yml", "content": "rabbitmq_host: agent-jobmanager.node.consul\nrabbitmq_port: 5672\nrabbitmq_vhost: inowas_host\nrabbitmq_user: inowas_user\nrabbitmq_password: <PASSWORD>\nworker_instance_count: 1\noptimization_data_folder: /optimization_temp_data", "li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1244, "all_permissive": false }
ansible_role
inowas/jobmanager
a1a966738649fac31bf4aa1c4e3177f3260b4728
0
roles/worker-read-data
7,584
[ "no_license" ]
[ { "path": "roles/worker-read-data/tasks/main.yml", "content": "- name: Create a nfs volume for worker data\n docker_volume:\n name: worker_data_nfs\n driver: local\n driver_options:\n type: nfs\n device: :/shared\n o: addr=agent-nfs.{{ consul_node_domain }}\n\n- name: Get amount of ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1118, "all_permissive": false }
ansible_role
Evilroman/ansible-tomcat8standalone-redhat
09b0d0efc926d3f090a37995305665ad83dd92d5
0
roles/selinux
7,584
[ "no_license" ]
[ { "path": "roles/selinux/tasks/main.yml", "content": "---\n# Download and install EPEL for Centos/RHEL version 7\n- name: Download EPEL Repo - Centos/RHEL 7\n get_url: url=http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm dest=/tmp/epel-release-latest-7.noarch.rpm\n when: \"ansible_os_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
blueBye/nginx-dos
6fcc167e733b82771b58a6e843f4dca6fc88a6b7
0
provisioning/roles/hacker
7,584
[ "no_license" ]
[ { "path": "provisioning/roles/hacker/files/script.py", "content": "#!/usr/bin/python3\nimport urllib.request\nimport time\nimport random\n\nprint('running')\ncounter = 0\n\nuser_agents = [\n 'Mozilla/5.0 (Linux; Android 12; SM-S906N Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Versio...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2632, "all_permissive": false }
ansible_role
blueBye/nginx-dos
6fcc167e733b82771b58a6e843f4dca6fc88a6b7
0
provisioning/roles/webserver
7,584
[ "no_license" ]
[ { "path": "provisioning/roles/webserver/defaults/main.yml", "content": "---\nusername: webserver\npassword: <PASSWORD>/\nadmin_user: root\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "provisioning/roles/webserver/tasks/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 550, "all_permissive": false }
ansible_role
lueschem/edi-raspbian
8f9352fcb8d417aff5e36db46fb007dd0933f3fd
17
plugins/playbooks/development_setup_buster/roles/compiler_tweaks
7,584
[ "no_license" ]
[ { "path": "plugins/playbooks/development_setup_buster/roles/compiler_tweaks/tasks/main.yml", "content": "---\n\n- name: Pretend to be Raspbian.\n copy: src=os-release dest=/usr/lib/os-release\n when: enable_cross_development\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 118, "all_permissive": false }
ansible_role
lueschem/edi-raspbian
8f9352fcb8d417aff5e36db46fb007dd0933f3fd
17
plugins/playbooks/development_setup_buster/roles/development_tools
7,584
[ "no_license" ]
[ { "path": "plugins/playbooks/development_setup_buster/roles/development_tools/vars/main.yml", "content": "---\nlinux_libc_dev_sources: /etc/apt/sources.list.d/buster_armhf.list\n\nbase_development_tools:\n - apt-utils\n - base-files\n - bash-completion\n - bc\n - debhelper\n - devscripts\n - dh-pytho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 886, "all_permissive": false }
ansible_role
lueschem/edi-raspbian
8f9352fcb8d417aff5e36db46fb007dd0933f3fd
17
plugins/playbooks/development_setup_buster/roles/multiarch_support
7,584
[ "no_license" ]
[ { "path": "plugins/playbooks/development_setup_buster/roles/multiarch_support/tasks/main.yml", "content": "---\n- name: Enable armhf architecture.\n command: bash -c \"dpkg --add-architecture armhf && touch /etc/armhf.enabled.edi\"\n args:\n creates: /etc/armhf.enabled.edi\n\n- name: Update apt cache.\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 222, "all_permissive": false }
ansible_role
lueschem/edi-raspbian
8f9352fcb8d417aff5e36db46fb007dd0933f3fd
17
plugins/playbooks/development_setup_buster/roles/repositories
7,584
[ "no_license" ]
[ { "path": "plugins/playbooks/development_setup_buster/roles/repositories/tasks/main.yml", "content": "---\n- name: Remove /etc/apt/sources.list.\n file: dest=/etc/apt/sources.list state=absent\n\n- name: Add raspbian apt-key.\n apt_key: data=\"{{ lookup('file', 'raspbian.public.key') }}\" state=present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1694, "all_permissive": false }
ansible_role
eifrach/ansible-AI-deployments
1c89e5c2451de1e7d3557f5465bc7f6192df82d3
0
roles/add-remote-worker
7,584
[ "permissive" ]
[ { "path": "roles/add-remote-worker/tasks/tests.yml", "content": "---\n- name: \"Testing variable {{ item.name }}\"\n assert:\n that:\n - item.value is defined\n - item.value != \"\"\n fail_msg: \"variable {{ item.name }} must be defined\"\n loop:\n - { name: \"INFRA_ENV_NAME\", value: \...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 11458, "all_permissive": true }
ansible_role
eifrach/ansible-AI-deployments
1c89e5c2451de1e7d3557f5465bc7f6192df82d3
0
roles/download-iso
7,584
[ "permissive" ]
[ { "path": "roles/download-iso/defaults/main.yml", "content": "---\n# defaults file for download-iso\nKUBECONFIG_FILE: \"\"\n\nVALIDATE_CRET: \"yes\"\n\n### kubernetes CONFIG\nNAMESPACE: \"default\"\nINFRA_ENV_NAME: \"\"\n\nURL_PORT: \"\"\n\n## ISO params\nARCH: \"arm\"\nDOWNLOADED_ISO: \"image.iso\"\nTFTP_D...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4348, "all_permissive": true }
ansible_role
eifrach/ansible-AI-deployments
1c89e5c2451de1e7d3557f5465bc7f6192df82d3
0
roles/setup-bootpxe
7,584
[ "permissive" ]
[ { "path": "roles/setup-bootpxe/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - setup-bootpxe\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 72 }, { "path": "roles/setup-bootpxe/defaults/main.yml"...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3951, "all_permissive": true }
ansible_role
avershave/k3s-install
bbde1f20c77ed5e7ef738e2f4622976500616b95
0
k3s-ansible/roles/copy
7,587
[ "permissive" ]
[ { "path": "k3s-ansible/roles/copy/tasks/main.yml", "content": "---\n\n- name: Copy k3s\n copy:\n src: /home/av/k3s/k3s\n dest: /usr/local/bin/k3s\n owner: root\n group: root\n mode: 0755\n\n- name: make image dir\n file:\n path: /var/lib/rancher/k3s/agent/images\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 430, "all_permissive": true }
ansible_role
avershave/k3s-install
bbde1f20c77ed5e7ef738e2f4622976500616b95
0
k3s-ansible/roles/prereq
7,587
[ "permissive" ]
[ { "path": "k3s-ansible/roles/prereq/tasks/main.yml", "content": "---\n- name: Set SELinux to disabled state\n selinux:\n state: disabled\n when: ansible_distribution in ['CentOS', 'Red Hat Enterprise Linux']\n\n- name: Enable IPv4 forwarding\n sysctl:\n name: net.ipv4.ip_forward\n value: \"1\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2345, "all_permissive": true }
ansible_role
tomohitoy/dev
e9fe5beb70b2b6a31cfd140e9b620195283511ac
1
provision/roles/common
7,587
[ "no_license" ]
[ { "path": "provision/roles/common/tasks/main.yml", "content": "# common setting\n\n- name: disallow root SSH access\n become: yes\n become_method: sudo\n lineinfile: dest=/etc/ssh/sshd_config regexp=\"^#PermitRootLogin \" line=\"PermitRootLogin no\" state=present\n notify: restart sshd\n\n- name: disall...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1454, "all_permissive": false }
ansible_role
tomohitoy/dev
e9fe5beb70b2b6a31cfd140e9b620195283511ac
1
provision/roles/nginx
7,587
[ "no_license" ]
[ { "path": "provision/roles/nginx/tasks/main.yml", "content": "- name: install nginx repo\n become: yes\n become_method: sudo\n yum: name=http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm state=present\n\n- name: install nginx\n become: yes\n become_method: sudo\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1822, "all_permissive": false }
ansible_role
tomohitoy/dev
e9fe5beb70b2b6a31cfd140e9b620195283511ac
1
provision/roles/postgresql
7,587
[ "no_license" ]
[ { "path": "provision/roles/postgresql/tasks/main.yml", "content": "- name: install yum repository\n become: yes\n become_method: sudo\n yum: name=https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7-x86_64/pgdg-centos95-9.5-2.noarch.rpm \n\n- name: install postgresql server\n become: yes\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1304, "all_permissive": false }
ansible_role
tomohitoy/dev
e9fe5beb70b2b6a31cfd140e9b620195283511ac
1
provision/roles/rbenv
7,587
[ "no_license" ]
[ { "path": "provision/roles/rbenv/tasks/main.yml", "content": "- name: check ruby existence\n become: yes\n become_user: \"{{ user }}\"\n shell: which ruby\n register: ruby_install\n failed_when: ruby_install.rc not in [0,1]\n\n- name: clone rbenv\n become: yes\n become_user: \"{{ user }}\"\n git: re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1222, "all_permissive": false }
ansible_role
tomohitoy/dev
e9fe5beb70b2b6a31cfd140e9b620195283511ac
1
provision/roles/vagrant
7,587
[ "no_license" ]
[ { "path": "provision/roles/vagrant/tasks/main.yml", "content": "- name: rebuild vbox\n become: yes\n become_method: sudo\n shell: /etc/init.d/vboxadd setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
tomohitoy/dev
e9fe5beb70b2b6a31cfd140e9b620195283511ac
1
provision/roles/vim
7,587
[ "no_license" ]
[ { "path": "provision/roles/vim/tasks/main.yml", "content": "- name: generate .vimrc with plugins\n become: yes\n become_user: '{{ user }}'\n template: src=.vimrc.j2 dest=~/.vimrc\n\n- name: create directory for neobundle\n become: yes\n become_user: '{{ user }}'\n file: path=~/.vim/bundle state=direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
mkbredem/mssqlserver
b2a624ff228c0745e695ffcd88404688cce09a5a
1
backup/roles/a_mssql_setup
7,587
[ "no_license" ]
[ { "path": "backup/roles/a_mssql_setup/tasks/main.yml", "content": "---\n- name: Install needed modules and features\n block:\n - name: Make sure NuGet provider is installed\n ansible.windows.win_shell: Install-PackageProvider -Name NuGet -Force\n # Find modules with: Find-DscResource -ModuleName ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 11689, "all_permissive": false }
ansible_role
mkbredem/mssqlserver
b2a624ff228c0745e695ffcd88404688cce09a5a
1
backup/roles/ssms_setup
7,587
[ "no_license" ]
[ { "path": "backup/roles/ssms_setup/tasks/main.yml", "content": "---\n# tasks file for ssms_setup\n# MS Docs: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver16#download-ssms\n\n- name: Dowload SQL Server Management Studio (SSMS)\n win_get_url:\n ur...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 622, "all_permissive": false }
ansible_role
mkbredem/mssqlserver
b2a624ff228c0745e695ffcd88404688cce09a5a
1
roles/a_mssql_setup
7,587
[ "no_license" ]
[ { "path": "roles/a_mssql_setup/tasks/main.yml", "content": "---\n- name: Install needed modules and features\n block:\n - name: Make sure NuGet provider is installed\n ansible.windows.win_shell: Install-PackageProvider -Name NuGet -Force\n\n - name: Install needed dsc modules\n win_shell: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 12163, "all_permissive": false }
ansible_role
mkbredem/mssqlserver
b2a624ff228c0745e695ffcd88404688cce09a5a
1
roles/b_mssql_db_setup
7,587
[ "no_license" ]
[ { "path": "roles/b_mssql_db_setup/tasks/main.yml", "content": "# SQL Database Setup Docs - link to DSC Resource MOF/Variables: https://github.com/dsccommunity/SqlServerDsc/blob/main/source/DSCResources/DSC_SqlDatabaseMail/DSC_SqlDatabaseMail.schema.mof\n- name: Enable database mail XPs\n win_dsc:\n reso...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3088, "all_permissive": false }
ansible_role
mkbredem/mssqlserver
b2a624ff228c0745e695ffcd88404688cce09a5a
1
roles/ssms_setup
7,587
[ "no_license" ]
[ { "path": "roles/ssms_setup/tasks/main.yml", "content": "---\n# tasks file for ssms_setup\n# MS Docs: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver16#download-ssms\n\n- name: Dowload SQL Server Management Studio (SSMS)\n win_get_url:\n url: http...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 580, "all_permissive": false }
ansible_role
vaskozl/dou-ops
4a603f289f40ec63fab767f799991793cec284ba
0
ansible/roles/system
7,587
[ "no_license" ]
[ { "path": "ansible/roles/system/files/fancontrol.py", "content": "#!/usr/bin/env python3\n\nfrom gpiozero import PWMOutputDevice\nimport time\n\nTARGET_TEMP = 60 # (degrees Celsius)\nMAX_DIFF = 10\n\nSLEEP_INTERVAL = 0.5 # (seconds) How often we check the core temperature.\nGPIO_PIN = 18 # (Only 12, 13, 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6459, "all_permissive": false }
ansible_role
Cirius1792/ansible-pihole-on-android-phone
005061c3aa2a40e5b467b9e5c97cb352b769a93f
0
roles/pihole-linux-deploy
7,587
[ "no_license" ]
[ { "path": "roles/pihole-linux-deploy/defaults/main.yml", "content": "---\n# defaults file for pihole-linux-deploy\nis_linux_deploy_env: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/pihole-linux-deploy/handlers/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1298, "all_permissive": false }
ansible_role
hajaalin/compose-booked-deploy
106380e6d4560e6876efcc6b7b58d5b3e13cc44b
0
roles/deploy-compose-booked
7,587
[ "no_license" ]
[ { "path": "roles/deploy-compose-booked/templates/docker-compose.yml", "content": "ambassador:\n image: cpuguy83/docker-grand-ambassador\n container_name: {{ service_name }}_ambassador\n volumes:\n - \"/var/run/docker.sock:/var/run/docker.sock\"\n command: \"-name {{ service_name }}_mysql -name {{ ser...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4424, "all_permissive": false }
ansible_role
ylascombe/terraform_esiee
9f3e2af46f73eb30b152482faf462a2dd5c2f4f5
0
ansible/roles/common
7,587
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Get libselinux-python, vim and wget.\n yum:\n name:\n - libselinux-python\n - vim\n - wget\n state: present\n\n- name: Disabling security enforced linux.\n selinux:\n state: disabled\n\n- name: Install epel-release...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 421, "all_permissive": false }
ansible_role
ylascombe/terraform_esiee
9f3e2af46f73eb30b152482faf462a2dd5c2f4f5
0
ansible/roles/scaleway_cli
7,587
[ "no_license" ]
[ { "path": "ansible/roles/scaleway_cli/defaults/main.yml", "content": "---\n\nscaleway_cli_version: v1.18", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "ansible/roles/scaleway_cli/tasks/main.yml", "content": "---\n\n- name: Download scaleway CL...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 470, "all_permissive": false }
ansible_role
ylascombe/terraform_esiee
9f3e2af46f73eb30b152482faf462a2dd5c2f4f5
0
ansible/roles/terraform
7,587
[ "no_license" ]
[ { "path": "ansible/roles/terraform/tasks/main.yml", "content": "---\n- name: Install dependencies.\n yum:\n name:\n - git\n - unzip\n\n- name: Install terraform.\n unarchive:\n remote_src: true\n src: https://releases.hashicorp.com/terraform/{{ terraform_version }}/terraform_{{ terraform_ve...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 517, "all_permissive": false }
ansible_role
adamchainz/mac-ansible
b58a9cbc28ebc1c657de1267f6e34383c49318b7
210
roles/adam_mac
7,587
[ "permissive" ]
[ { "path": "roles/adam_mac/tasks/app_settings.yml", "content": "- name: scripts repo\n git:\n repo: <EMAIL>:adamchainz/chainz-scripts.git\n dest: ~/script\n update: false\n\n- name: iTerm custom settings file\n osx_defaults:\n domain: com.googlecode.iterm2\n key: PrefsCustomFolder\n type:...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 15, "total_bytes": 20910, "all_permissive": true }
ansible_role
ansakoy/devnet-diploma
eeb58d70295ca0a43b8d74f0667ef4168fd9da99
0
ansible/roles/gitlab
7,587
[ "no_license" ]
[ { "path": "ansible/roles/gitlab/tasks/main.yml", "content": "---\n- name: Install and configure the necessary dependencies\n ansible.builtin.apt:\n name:\n - curl\n - openssh-server\n - ca-certificates\n - tzdata\n - perl\n - python3-pip\n update_cache: true\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2435, "all_permissive": false }
ansible_role
ansakoy/devnet-diploma
eeb58d70295ca0a43b8d74f0667ef4168fd9da99
0
ansible/roles/gitlab_runner
7,587
[ "no_license" ]
[ { "path": "ansible/roles/gitlab_runner/templates/config_toml.j2", "content": "[[runners]]\n name = \"devnetdiploma\"\n url = \"https://CI/\"\n token = \"TOKEN\"\n limit = 0\n executor = \"docker\"\n builds_dir = \"\"\n shell = \"\"\n environment = [\"ENV=value\", \"LC_ALL=en_US.UTF-8\"]\n clone_url...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1129, "all_permissive": false }
ansible_role
ansakoy/devnet-diploma
eeb58d70295ca0a43b8d74f0667ef4168fd9da99
0
ansible/roles/localstuff
7,587
[ "no_license" ]
[ { "path": "ansible/roles/localstuff/tasks/main.yml", "content": "---\n\n- name: Sleep for 60 seconds and continue with play for the host to become available\n ansible.builtin.wait_for: timeout=60\n\n- name: Add host to known_keys\n ansible.builtin.shell: ssh-keyscan -H {{ nat_ip_address }} >> ~/.ssh/known...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 244, "all_permissive": false }
ansible_role
ansakoy/devnet-diploma
eeb58d70295ca0a43b8d74f0667ef4168fd9da99
0
ansible/roles/mysql
7,587
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: Install MySQL\n ansible.builtin.apt:\n name:\n - mysql-server\n - python3-mysqldb\n state: present\n update_cache: true\n\n- name: Start MySQL\n ansible.builtin.service:\n name: mysql\n state: started\n en...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2271, "all_permissive": false }
ansible_role
ansakoy/devnet-diploma
eeb58d70295ca0a43b8d74f0667ef4168fd9da99
0
ansible/roles/nginx
7,587
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/proxy_conf.j2", "content": "# Нода для wordpress\nserver {\n listen 443 ssl;\n server_name www.{{ base_domain }} {{ base_domain }};\n\n access_log /var/log/nginx/{{ base_domain }}_access.log;\n error_log /var/log/nginx/{{ base_domain }}_error.log;\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 7348, "all_permissive": false }
ansible_role
ansakoy/devnet-diploma
eeb58d70295ca0a43b8d74f0667ef4168fd9da99
0
ansible/roles/wordpress
7,587
[ "no_license" ]
[ { "path": "ansible/roles/wordpress/templates/nginx_conf.j2", "content": "server {\n listen 80;\n root /var/www/{{ base_domain }};\n index index.php index.html index.htm index.nginx-debian.html;\n server_name {{ base_domain }} www.{{ base_domain }};\n location / {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3062, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/bashrc
7,587
[ "no_license" ]
[ { "path": "roles/bashrc/tasks/main.yml", "content": "- name: Update PS1\n lineinfile:\n path: '/etc/bash.bashrc'\n line: 'PS1=''${debian_chroot:+($debian_chroot)}\\u@$(hostname -f):\\w\\$ '''\n regexp: 'PS1='\n state: present\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/celery
7,587
[ "no_license" ]
[ { "path": "roles/celery/tasks/main.yml", "content": "---\n- name: install packages\n apt: name={{ item }} state=present update_cache=yes cache_valid_time={{ 60*60*24 }}\n with_items:\n - 'libjpeg-dev'\n - 'libpq-dev'\n - 'gdal-bin'\n\n- name: run post-install-packages hook\n include_tasks: '{{ c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4434, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/celery-beat
7,587
[ "no_license" ]
[ { "path": "roles/celery-beat/defaults/main.yml", "content": "---\ncelery_beat_user: 'celery-beat'\ncelery_beat_group: 'celery-beat'\ncelery_beat_home: '/opt/{{ celery_beat_user }}'\n# celery_beat_repo: ''\n# celery_beat_branch: ''\n# celery_beat_use_git_clone: yes\ncelery_beat_ssh_key: '{{ celery_beat_home ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4883, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/certbot-combine
7,587
[ "no_license" ]
[ { "path": "roles/certbot-combine/tasks/main.yml", "content": "- name: create certbot-combine directory\n file: path={{ certbot_combine_dir }} state=directory\n\n- name: create certbot-combine script\n template:\n src: '{{ certbot_combine_script_template }}'\n dest: '{{ certbot_combine_script }}'\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 985, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/django
7,587
[ "no_license" ]
[ { "path": "roles/django/defaults/main.yml", "content": "---\ndjango_user: 'django'\ndjango_group: 'www-data'\ndjango_home: '/opt/{{ django_user }}'\n# django_repo: ''\n# django_branch: ''\n# django_use_git_clone: yes\ndjango_ssh_key: '{{ django_home }}/id_rsa'\ndjango_ssh_key_src: 'files/ssh/id_rsa'\ndjango...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 7474, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/fail2ban
7,587
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- include_tasks: 'install-{{ ansible_os_family }}.yml'\n\n- name: start fail2ban and enable on boot\n service: name=fail2ban state=started enabled=yes\n when: not is_docker\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 452, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/ffmpeg
7,587
[ "no_license" ]
[ { "path": "roles/ffmpeg/tasks/main.yml", "content": "---\n- name: install system packages\n apt: pkg=ffmpeg state=present update_cache=yes cache_valid_time={{ 60*60*24 }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 117, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/filebeat
7,587
[ "no_license" ]
[ { "path": "roles/filebeat/defaults/main.yml", "content": "filebeat_version: 7.6.2\nfilebeat_logstash_hosts: []\nfilebeat_inputs: []\nfilebeat_fields: {}\n\nfilebeat_nginx_inputs:\n - type: log\n enabled: true\n paths:\n - /var/log/nginx/access.log\n fields:\n beat_dataset: nginx.access\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2609, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/firefox
7,587
[ "no_license" ]
[ { "path": "roles/firefox/tasks/main.yml", "content": "---\n- name: install packages\n apt: name={{ item }} state=present update_cache=yes cache_valid_time={{ 60*60*24 }}\n with_items:\n - 'iceweasel'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/flower
7,587
[ "no_license" ]
[ { "path": "roles/flower/defaults/main.yml", "content": "---\nflower_user: 'flower'\nflower_group: 'flower'\nflower_home: '/opt/{{ flower_user }}'\n# flower_repo: ''\n# flower_branch: ''\n# flower_use_git_clone: yes\nflower_ssh_key: '{{ flower_home }}/id_rsa'\nflower_ssh_key_src: 'files/ssh/id_rsa'\nflower_d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3583, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/git
7,587
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: install git\n apt: name=git state=present update_cache=yes cache_valid_time={{ 60*60*24 }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/git/README.md", "content": "# Gi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 128, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/haproxy
7,587
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "- name: install haproxy\n package: name=haproxy state=present\n\n- name: create haproxy configuration\n template:\n src: '{{ haproxy_config_base_template }}'\n dest: '{{ haproxy_config_dir }}/haproxy.cfg'\n notify:\n - restart haproxy\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3533, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/libpango
7,587
[ "no_license" ]
[ { "path": "roles/libpango/tasks/main.yml", "content": "---\n- name: install system packages\n apt: pkg={{ item }} state=present update_cache=yes cache_valid_time={{ 60*60*24 }}\n with_items:\n - 'libpango1.0-0'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 157 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 157, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/libxml
7,587
[ "no_license" ]
[ { "path": "roles/libxml/tasks/main.yml", "content": "---\n- name: install system packages\n apt: pkg={{ item }} state=present update_cache=yes cache_valid_time={{ 60*60*24 }}\n with_items:\n - libxml2-dev\n - libxslt1-dev\n", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/loggly
7,587
[ "no_license" ]
[ { "path": "roles/loggly/README.md", "content": "# loggly\n\n## Role Variables\n\n```yaml\nloggly_customer_token\n```\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 }, { "path": "roles/loggly/defaults/main.yml", "content": "---\nloggly_for_nginx: no\n", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1522, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/middleman
7,587
[ "no_license" ]
[ { "path": "roles/middleman/defaults/main.yml", "content": "---\nmiddleman_user: 'middleman'\nmiddleman_group: 'www-data'\nmiddleman_home: '/opt/{{ middleman_user }}'\n# middleman_repo: ''\n# middleman_branch: ''\n# middleman_use_git_clone: yes\nmiddleman_ssh_key: '{{ middleman_home }}/id_rsa'\nmiddleman_ssh...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1842, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/monitoring-common
7,587
[ "no_license" ]
[ { "path": "roles/monitoring-common/tasks/main.yml", "content": "- import_role:\n name: filebeat\n when: is_live_env\n tags:\n - filebeat\n\n- import_role:\n name: newrelic-infrastructure\n when: is_live_env\n tags:\n - newrelic\n - newrelic-infra\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 292, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/nextjs
7,587
[ "no_license" ]
[ { "path": "roles/nextjs/templates/settings.json.j2", "content": "{{ nextjs_conf_env | to_nice_json }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/nextjs/templates/env.j2", "content": "{% for key, value in nextjs_conf_env.items() %}\...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2970, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/nodeapp
7,587
[ "no_license" ]
[ { "path": "roles/nodeapp/templates/settings.json.j2", "content": "{{ nodeapp_conf_env | to_nice_json }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/nodeapp/tasks/main.yml", "content": "---\n- name: install packages\n apt: name={{ i...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3721, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/pg_dump_backup
7,587
[ "no_license" ]
[ { "path": "roles/pg_dump_backup/templates/restore.sh.j2", "content": "#!/bin/bash\n\nexport PATH=/usr/local/bin:/usr/bin:/bin\nexport AWS_ACCESS_KEY_ID='{{ pg_dump_backup_aws_access_key_id }}'\nexport AWS_SECRET_ACCESS_KEY='{{ pg_dump_backup_aws_secret_access_key }}'\nexport BUCKET='{{ pg_dump_backup_aws_s3...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5241, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/phpapp
7,587
[ "no_license" ]
[ { "path": "roles/phpapp/defaults/main.yml", "content": "---\nphpapp_project_name: 'phpapp'\nphpapp_app_name: 'phpapp'\nphpapp_user: '{{ phpapp_app_name }}'\nphpapp_group: 'www-data'\nphpapp_home: '/opt/{{ phpapp_project_name }}/{{ phpapp_app_name }}'\nphpapp_dest: '{{ phpapp_home }}/site'\nphpapp_wwwroot: '...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2264, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/poppler-utils
7,587
[ "no_license" ]
[ { "path": "roles/poppler-utils/tasks/main.yml", "content": "---\n- name: install system packages\n apt: pkg={{ item }} state=present update_cache=yes cache_valid_time={{ 60*60*24 }}\n with_items:\n - poppler-utils\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 155 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 155, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/postgresql
7,587
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/extensions/pgvector.yml", "content": "- name: PostgreSQL | Extensions | Make sure postgresql-server-dev is installed | Debian\n apt:\n name: \"postgresql-server-dev-{{ postgresql_version }}\"\n state: present\n update_cache: yes\n cache_valid_time: \"{{ apt_ca...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2945, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/python
7,587
[ "no_license" ]
[ { "path": "roles/python/tasks/install.yml", "content": "---\n- include_tasks: 'install-{{ ansible_os_family }}.yml'\n\n- name: download and extract python source\n unarchive: >\n src={{ python_source_url }}\n copy=no\n dest={{ python_source_dest }}\n\n- name: compile and install\n shell: '{{ item...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 3161, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/rsync
7,587
[ "no_license" ]
[ { "path": "roles/rsync/tasks/main.yml", "content": "---\n- name: install rsync\n apt: name=rsync state=present update_cache=yes cache_valid_time={{ 60*60*24 }}\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 109, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/rsyslog
7,587
[ "no_license" ]
[ { "path": "roles/rsyslog/tasks/main.yml", "content": "- name: Add PreserveFQDN to rsyslog.conf\n lineinfile:\n path: '/etc/rsyslog.conf'\n line: $PreserveFQDN on\n regexp: \\$PreserveFQDN\n insertbefore: BOF\n state: present\n when: not is_docker\n", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/server-common
7,587
[ "no_license" ]
[ { "path": "roles/server-common/tasks/main.yml", "content": "- import_role:\n name: sudo\n tags:\n - sudo\n\n- import_role:\n name: rsync\n tags:\n - rsync\n\n- import_role:\n name: rsyslog\n tags:\n - rsyslog\n\n- import_role:\n name: locales\n tags:\n - locales\n\n- import_role:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 676, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/ssmtp
7,587
[ "no_license" ]
[ { "path": "roles/ssmtp/tasks/main.yml", "content": "---\n- name: install ssmtp\n apt: name=ssmtp state=present update_cache=yes cache_valid_time={{ 60*60*24 }}\n\n- name: create ssmtp config\n template:\n src: 'ssmtp.conf.j2'\n dest: '/etc/ssmtp/ssmtp.conf'\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 751, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/sudo
7,587
[ "no_license" ]
[ { "path": "roles/sudo/tasks/main.yml", "content": "---\n- name: install sudo\n apt: name=sudo state=present update_cache=yes cache_valid_time={{ 60*60*24 }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/sudo/README.md", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 132, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/wordpress
7,587
[ "no_license" ]
[ { "path": "roles/wordpress/templates/env.j2", "content": "DB_NAME={{ wordpress_db_name }}\nDB_USER={{ wordpress_db_user }}\nDB_PASSWORD={{ <PASSWORD> }}\nDB_HOST={{ wordpress_db_host }}\n\nWP_ENV={{ wordpress_env }}\nWP_HOME={{ wordpress_homeurl }}\nWP_SITEURL={{ wordpress_siteurl }}\n\nAUTH_KEY='{{ wordpre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3415, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/wordpress-install
7,587
[ "no_license" ]
[ { "path": "roles/wordpress-install/tasks/main.yml", "content": "- name: create wordpress directory\n file:\n path: '{{ wordpress_install_app_dest }}'\n owner: '{{ wordpress_install_user }}'\n group: '{{ wordpress_install_group }}'\n state: 'directory'\n\n- block:\n - name: check if wordpress i...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2011, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/wp-cli
7,587
[ "no_license" ]
[ { "path": "roles/wp-cli/defaults/main.yml", "content": "wp_cli_version: '2.4.0'\nwp_cli_bin_path: /usr/bin/wp\nwp_cli_phar_url: \"https://github.com/wp-cli/wp-cli/releases/download/v{{ wp_cli_version }}/wp-cli-{{ wp_cli_version }}.phar\"\nwp_cli_completion_url: \"https://raw.githubusercontent.com/wp-cli/wp-...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 871, "all_permissive": false }
ansible_role
silverlogic/chatTSL-ansible
52f4ef526e27e4f5988a360a25474f9ed737ff1e
0
roles/xvfb
7,587
[ "no_license" ]
[ { "path": "roles/xvfb/tasks/main.yml", "content": "---\n- name: install packages\n apt: name={{ item }} state=present update_cache=yes cache_valid_time={{ 60*60*24 }}\n with_items:\n - 'xvfb'\n\n- name: create service file\n template:\n src: 'xvfb.service.j2'\n dest: '/etc/systemd/system/xvfb.se...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 657, "all_permissive": false }
ansible_role
origox/ansible-roles
06eac2cb19f5be43d19b144fb943fe1bc2613c11
0
roles/ansible_bashrc_promt
7,588
[ "no_license" ]
[ { "path": "roles/ansible_bashrc_promt/handlers/main.yml", "content": "---\n# handlers file for ansible_bashrc_promt\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/ansible_bashrc_promt/tasks/debian.yml", "content": "---\n\n- name: Set g...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1086, "all_permissive": false }
ansible_role
sharanrajdevop/mukesh-repo
0543b79743169d96992f6988c47a738d636de281
0
sharan/roles/dev
7,588
[ "no_license" ]
[ { "path": "sharan/roles/dev/handlers/main.yml", "content": "---\n- name: apache starting\n service: name='{{pkg1}}' state='{{ser1}}'\n- name: starting apache on ubuntu\n service: name='{{pkg3}}' state='{{ser1}}'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 150 }, ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 803, "all_permissive": false }
ansible_role
RafalEsp/docker-nodes
4e216277ef34d46bf026badb8fed109e1b2f2f57
0
provision/roles/docker-node
7,588
[ "no_license" ]
[ { "path": "provision/roles/docker-node/tasks/main.yml", "content": "- name: Install required initial packages\n apt:\n name: \"{{item}}\"\n state: present\n update_cache: yes\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg2\n - software-properties-commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 581, "all_permissive": false }
ansible_role
nizamsg/ansible-test
ac9b637721ffbc4ae127921b4aac79b70f0dc78e
0
roles/common
7,588
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n# EPEL repo destination folder\nepel_dest: \"/etc/yum.repos.d/epel.repo\"\n\n# GPG key destination folder\ngpg_dest: \"/etc/pki/rpm-gpg\"\n\n# list of required packages\nrequired_packages:\n - screen\n - vim\n - htop\n - git\n - atop\n - ntp\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 673, "all_permissive": false }
ansible_role
nizamsg/ansible-test
ac9b637721ffbc4ae127921b4aac79b70f0dc78e
0
roles/logtime
7,588
[ "no_license" ]
[ { "path": "roles/logtime/vars/main.yml", "content": "---\n# logtime files destination\nsh_dest: \"/usr/bin/logtime.sh\"\nsvc_dest: \"/lib/systemd/system/logtime.service\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/logtime/tasks/main.y...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 676, "all_permissive": false }
ansible_role
nizamsg/ansible-test
ac9b637721ffbc4ae127921b4aac79b70f0dc78e
0
roles/nginx
7,588
[ "no_license" ]
[ { "path": "roles/nginx/vars/main.yml", "content": "---\n# Nginx configuration file destination\nnginx_confd: \"/etc/nginx/conf.d/default.conf\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/nginx/tasks/main.yml", "content": "---\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 549, "all_permissive": false }
ansible_role
nizamsg/ansible-test
ac9b637721ffbc4ae127921b4aac79b70f0dc78e
0
roles/ntp
7,588
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Enable ntp at boot\n service:\n name: \"ntpd\"\n state: started\n enabled: yes\n tags: ntp\n\n- name: Configure NTP servers\n template:\n src: \"ntp.conf\"\n dest: \"/etc/ntp.conf\"\n tags: ntp\n notify: restart ntp\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
nizamsg/ansible-test
ac9b637721ffbc4ae127921b4aac79b70f0dc78e
0
roles/php-fpm
7,588
[ "no_license" ]
[ { "path": "roles/php-fpm/vars/main.yml", "content": "---\n# PHP packages for php-fpm\nphp_packages:\n - php\n - php-fpm\n - php-enchant\n - php-IDNA_Convert\n - php-mbstring\n - php-mysql\n - php-PHPMailer\n - php-process\n - php-simplepie\n - php-xml\n\n# www.conf source and dest (to be disabled)...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 665, "all_permissive": false }
ansible_role
nizamsg/ansible-test
ac9b637721ffbc4ae127921b4aac79b70f0dc78e
0
roles/users
7,588
[ "no_license" ]
[ { "path": "roles/users/vars/main.yml", "content": "---\n# list of users (in this case, only 1 user)\nusers:\n- johndoe\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/users/tasks/main.yml", "content": "---\n- name: Create users\n user:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 306, "all_permissive": false }
ansible_role
nizamsg/ansible-test
ac9b637721ffbc4ae127921b4aac79b70f0dc78e
0
roles/wordpress
7,588
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n#- name: Install required packages\n# yum:\n# name: python-pymysql\n# state: installed\n\n- name: Install the Python MySQLB module\n yum:\n name: MySQL-python\n state: installed\n\n#- name: Create the flask database\n# mysql_db: nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1539, "all_permissive": false }
ansible_role
iwantxseeyxubleed/ansible_task
cdfeab48be414b7535f9a800b90a430b45053aae
0
roles/common
7,588
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Create ansible-worker user\n user:\n name: ansible-worker\n state: present\n shell: /bin/bash\n\n- name: Create www directory\n file:\n path: /home/ansible-worker/www\n state: directory\n owner: ansible-worker\n group: ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
iwantxseeyxubleed/ansible_task
cdfeab48be414b7535f9a800b90a430b45053aae
0
roles/git
7,588
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "- name: Install Git\n apt:\n name: git\n state: present\n become: yes\n\n- name: Create .ssh directory for ansible-worker\n file:\n path: /home/ansible-worker/.ssh\n state: directory\n owner: ansible-worker\n group: ansible-worker\n m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1164, "all_permissive": false }
ansible_role
iwantxseeyxubleed/ansible_task
cdfeab48be414b7535f9a800b90a430b45053aae
0
roles/nginx
7,588
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install Nginx\n apt:\n name: nginx\n state: present\n become: yes\n\n- name: Copy Nginx config\n template:\n src: ansible.iphilka.ru.conf.j2\n dest: /etc/nginx/sites-available/ansible.iphilka.ru.conf\n notify: Restart Nginx\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 669, "all_permissive": false }
ansible_role
zachariah-mayfield/zachariah-mayfield
a8745dbf9673d64ad3e0fe8ceafc25f99e826393
0
AVI/Ansible/roles/get_avi_pool_enabled_servers
7,588
[ "no_license" ]
[ { "path": "AVI/Ansible/roles/get_avi_pool_enabled_servers/tasks/get_avi_pool_enabled_servers.yaml", "content": "\n- name: Get AVI Pool and Select Enabled Servers\n block:\n - name: Connect to AVI.\n ansible.builtin.url:\n url: \"https://{{ AVI_IP_Address }}/login\"\n validate_certs: f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1373, "all_permissive": false }