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
rattermeyer/nomad-cluster
bfb74627caca684d740a7db112f708285b531876
0
ansible/roles/local.graylog
7,590
[ "no_license" ]
[ { "path": "ansible/roles/local.graylog/README.md", "content": "Based on the [Graylog ansible role](https://github.com/Graylog2/graylog-ansible-role/) that is licensed under the Apache 2.0 license.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { "path": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 8771, "all_permissive": false }
ansible_role
rattermeyer/nomad-cluster
bfb74627caca684d740a7db112f708285b531876
0
ansible/roles/local.minio
7,590
[ "no_license" ]
[ { "path": "ansible/roles/local.minio/defaults/main.yml", "content": "minio_data_directory: '/data/minio'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "ansible/roles/local.minio/tasks/main.yml", "content": "- name: \"create minio data direct...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 345, "all_permissive": false }
ansible_role
rattermeyer/nomad-cluster
bfb74627caca684d740a7db112f708285b531876
0
ansible/roles/local.pki
7,590
[ "no_license" ]
[ { "path": "ansible/roles/local.pki/templates/csr.json.j2", "content": "{\n \"key\" : {{pki_key|to_json}},\n \"names\" : {{pki_names|to_json}}\n}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "ansible/roles/local.pki/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2284, "all_permissive": false }
ansible_role
rattermeyer/nomad-cluster
bfb74627caca684d740a7db112f708285b531876
0
ansible/roles/local.ssh-keyscan
7,590
[ "no_license" ]
[ { "path": "ansible/roles/local.ssh-keyscan/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - local.ssh-keyscan", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "ansible/roles/local.ssh-keyscan/handlers/main.ym...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 539, "all_permissive": false }
ansible_role
rattermeyer/nomad-cluster
bfb74627caca684d740a7db112f708285b531876
0
ansible/roles/local.traefik
7,590
[ "no_license" ]
[ { "path": "ansible/roles/local.traefik/tasks/main.yml", "content": "---\n- name: ensure install and config directory exists\n become: True\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - \"{{ traefik_install_dir }}\"\n - \"/var/log/traefik\"\n\n- name: copy traefik config ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2075, "all_permissive": false }
ansible_role
deyaa-m/CD
d1d868e2b5612489a3e080de6b9ff5d7cc926770
0
roles/setup
7,590
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: wait for server to be reachable\n wait_for_connection:\n delay: 10\n sleep: 10\n #connect_timeout: 3\n timeout: 300\n \n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: create udacity dire...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 653, "all_permissive": false }
ansible_role
rainaldi12/ansible-roles
7e3fab874316e9cf9b44d773883c61c5aec70aa3
0
roles/quiz-roles
7,594
[ "no_license" ]
[ { "path": "roles/quiz-roles/tasks/main.yml", "content": "- name: apache2 package is present\n apt:\n name: apache2\n state: latest\n\n- name: apache2 package is present\n service:\n name: apache2\n state: started\n\n- name: quiz-roles file is installed\n template:\n src: quiz-roles.conf.j2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1150, "all_permissive": false }
ansible_role
knowtown/aap_linuxteam
7a27ddfc6bd0c104cd0d0fab73ad47e70d6a35b4
0
roles/emailtest
7,594
[ "no_license" ]
[ { "path": "roles/emailtest/tasks/main.yml", "content": "---\n- name: Example playbook sending mail to root\n community.general.mail:\n host: mail\n port: 25\n subject: Test community.general mail from {{ ansible_hostname }}\n body: The email from community.general.mail is working from container...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
grzegorzgniadek/RedHatK8SCluster-Ansible
4d8637210398f9bc3319f171887a1bbace481c37
0
roles/base
7,594
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yaml", "content": "- name: Upgrade all packages\n yum:\n name: '*'\n state: latest\n\n- name: Install bash-completion package\n yum:\n name: bash-completion\n state: latest\n\n- name: Setting up Selinux to permissive\n selinux:\n policy: targeted\n state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3331, "all_permissive": false }
ansible_role
grzegorzgniadek/RedHatK8SCluster-Ansible
4d8637210398f9bc3319f171887a1bbace481c37
0
roles/controlplane
7,594
[ "no_license" ]
[ { "path": "roles/controlplane/tasks/main.yaml", "content": "- name: Initializing Kubernetes cluster\n shell: kubeadm init --pod-network-cidr={{cidr_v}} --control-plane-endpoint=\"192.168.1.8:6443\" --apiserver-cert-extra-sans=192.168.1.8 --upload-certs\n register: output\n\n- name: Storing Logs and Genera...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 656, "all_permissive": false }
ansible_role
grzegorzgniadek/RedHatK8SCluster-Ansible
4d8637210398f9bc3319f171887a1bbace481c37
0
roles/master
7,594
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yaml", "content": "- name: Copying token to master nodes\n copy: src={{ token_file }} dest=join_token\n\n- name: Joining another control planes\n shell: |\n kubeadm reset -f\n cat join_token | tail -n 12 | head -n 4 > out.sh\n sh out.sh\n\n\n- name: Copying require...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 408, "all_permissive": false }
ansible_role
BartSandra/Devops8
1546df08afae325c2127c0ad30e2193fb3682dd8
0
ansible01/roles/apache
7,594
[ "no_license" ]
[ { "path": "ansible01/roles/apache/tasks/main.yml", "content": "---\n- name: Обновить список пакетов\n apt:\n update_cache: yes\n\n- name: Установить Apache\n apt:\n name: apache2\n state: present\n\n- name: Запустить Apache\n service:\n name: apache2\n state: started\n enabled: yes\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
BartSandra/Devops8
1546df08afae325c2127c0ad30e2193fb3682dd8
0
ansible01/roles/application
7,594
[ "no_license" ]
[ { "path": "ansible01/roles/application/tasks/main.yml", "content": "---\n- name: Установить Docker\n apt:\n name: docker.io\n state: present\n\n- name: Установить pip\n apt:\n name: python3-pip\n state: present\n\n- name: Установить Docker Compose как бинарный файл\n get_url:\n url: \"http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 639, "all_permissive": false }
ansible_role
BartSandra/Devops8
1546df08afae325c2127c0ad30e2193fb3682dd8
0
ansible01/roles/postgres
7,594
[ "no_license" ]
[ { "path": "ansible01/roles/postgres/tasks/main.yml", "content": "# roles/postgres/tasks/main.yml\n\n- name: Установить PostgreSQL и зависимости\n apt:\n name:\n - postgresql\n - python3-psycopg2\n - libpq-dev\n - python3-pip\n state: present\n\n- name: Установить psycopg2 через pi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 945, "all_permissive": false }
ansible_role
BartSandra/Devops8
1546df08afae325c2127c0ad30e2193fb3682dd8
0
ansible02/roles/install_consul_client
7,594
[ "no_license" ]
[ { "path": "ansible02/roles/install_consul_client/tasks/main.yml", "content": "---\n- name: Install unzip\n ansible.builtin.apt:\n name: unzip\n state: present\n become: yes\n\n- name: Create consul user and group\n ansible.builtin.user:\n name: consul\n system: yes\n shell: /bin/false\n b...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1969, "all_permissive": false }
ansible_role
BartSandra/Devops8
1546df08afae325c2127c0ad30e2193fb3682dd8
0
ansible02/roles/install_db
7,594
[ "no_license" ]
[ { "path": "ansible02/roles/install_db/defaults/main.yml", "content": "---\n# defaults file for roles/install_db", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "ansible02/roles/install_db/tests/test.yml", "content": "---\n- hosts: localhost\n r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1925, "all_permissive": false }
ansible_role
BartSandra/Devops8
1546df08afae325c2127c0ad30e2193fb3682dd8
0
ansible02/roles/install_hotels_service
7,594
[ "no_license" ]
[ { "path": "ansible02/roles/install_hotels_service/vars/main.yml", "content": "---\n# vars file for roles/install_hotels_service", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible02/roles/install_hotels_service/templates/hotel-service.service.j...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1873, "all_permissive": false }
ansible_role
IkariTyux/ansidot
b7a350cdf5134d927f00f285be5dac76828dde29
0
roles/base
7,594
[ "no_license" ]
[ { "path": "roles/base/tasks/system-settings.yml", "content": "---\n\n- name: Allow access to /etc/hosts\n file:\n path: /etc/hosts\n owner: \"{{ local_user }}\"\n group: \"{{ local_user }}\"\n\n- name: Allow access to /etc/resolv.conf\n file:\n path: /etc/resolv.conf\n owner: \"{{ local_use...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2251, "all_permissive": false }
ansible_role
IkariTyux/ansidot
b7a350cdf5134d927f00f285be5dac76828dde29
0
roles/rice
7,594
[ "no_license" ]
[ { "path": "roles/rice/tasks/settings.yml", "content": "---\n\n- name: Set touchpad tap to click\n copy:\n src: devices/01-touchpad.conf\n dest: /etc/X11/xorg.conf.d/00-keyboard.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 129 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 129, "all_permissive": false }
ansible_role
bdelate/ansible-deployment-template
602dc0c738af8737f791488b0b4bd65cf0f5ce57
0
roles/common
7,594
[ "no_license" ]
[ { "path": "roles/common/tasks/security.yml", "content": "# install security configuration\n\n- name: ensure python packages are installed\n apt:\n name: ['python3-pip', 'fail2ban']\n update_cache: yes\n become: yes\n\n- name: enable SSH within the firewall\n ufw: rule=allow port=22\n become: yes\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 607, "all_permissive": false }
ansible_role
bdelate/ansible-deployment-template
602dc0c738af8737f791488b0b4bd65cf0f5ce57
0
roles/database
7,594
[ "no_license" ]
[ { "path": "roles/database/tasks/security.yml", "content": "# install security configuration\n\n- name: allow port 5432 on firewall for PostgreSQL access\n ufw: rule=allow port=5432\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { "path": "ro...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1549, "all_permissive": false }
ansible_role
bdelate/ansible-deployment-template
602dc0c738af8737f791488b0b4bd65cf0f5ce57
0
roles/webserver
7,594
[ "no_license" ]
[ { "path": "roles/webserver/tasks/security.yml", "content": "# install security configuration\n\n- name: enable HTTP access on firewall\n ufw: rule=allow port=80\n become: yes\n\n- name: enable HTTPS access on firewall\n ufw: rule=allow port=443\n become: yes", "license_type": "no_license", "dete...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 5789, "all_permissive": false }
ansible_role
raffaelespazzoli/openshift-sdn-encrypted-tunnel
a830d50211f580731c3c0baa55297e44baa37868
16
ansible/roles/deploy-dns
7,591
[ "no_license" ]
[ { "path": "ansible/roles/deploy-dns/tasks/deploy-core-dns.yaml", "content": "---\n- name: process coredns template\n template:\n src: coredns.yaml.j2\n dest: \"/tmp/{{ cluster.name }}-coredns.yaml\"\n \n- name: apply coredns template\n command: oc --context {{ cluster.context }} apply -f /tmp/{{ ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7262, "all_permissive": false }
ansible_role
raffaelespazzoli/openshift-sdn-encrypted-tunnel
a830d50211f580731c3c0baa55297e44baa37868
16
ansible/roles/deploy-tunnel
7,591
[ "no_license" ]
[ { "path": "ansible/roles/deploy-tunnel/tasks/add-cluster-cidr.yaml", "content": "---\n- name: \"get cluster cidr\"\n command: oc --context {{ cluster.context }} get clusternetwork default -o custom-columns=CIDR:.clusterNetworks[0].CIDR --no-headers\n register: cidr \n \n- name: \"get cluster service ...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 13591, "all_permissive": false }
ansible_role
DenisSubbota/k8s_with_terraform
e264d0bb5ced9053516e9a82230e9709cc3655fc
0
Ansible/roles/k8s-common
7,591
[ "no_license" ]
[ { "path": "Ansible/roles/k8s-common/tasks/docker.yml", "content": "---\n- name: Install docker pre-req.\n yum:\n name: ['yum-utils', 'device-mapper-persistent-data', 'lvm2' ]\n state: present\n update_cache: true\n\n- name: Add repo docker-ce.repo\n command: \"yum-config-manager --add-repo https:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2387, "all_permissive": false }
ansible_role
DenisSubbota/k8s_with_terraform
e264d0bb5ced9053516e9a82230e9709cc3655fc
0
Ansible/roles/k8s-control-plane
7,591
[ "no_license" ]
[ { "path": "Ansible/roles/k8s-control-plane/handlers/main.yml", "content": "---\n# handlers file for k8s-control-plane\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "Ansible/roles/k8s-control-plane/tasks/cluster_init.yml", "content": "- name:...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1411, "all_permissive": false }
ansible_role
ainoshment/mac_setting
86592f6e7e438c08a5ae5fdcbe73a5dff9674128
0
roles/homebrew
7,591
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n- name: homebrew update/upgrade\n homebrew:\n update_homebrew: true\n upgrade_all: yes\n\n- name: homebrew tap\n homebrew_tap:\n name: \"{{ item }}\"\n state: present\n with_items: \"{{ homebrew_taps }}\"\n\n- name: homebrew packages...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 546, "all_permissive": false }
ansible_role
ainoshment/mac_setting
86592f6e7e438c08a5ae5fdcbe73a5dff9674128
0
roles/homebrew_cask
7,591
[ "no_license" ]
[ { "path": "roles/homebrew_cask/vars/main.yml", "content": "---\nhomebrew_cask_apps:\n - docker\n - iterm2\n - visual-studio-code\n - virtualbox\n - postman\n - chromedriver\n - google-chrome\n - slack\n - skype\n - discord\n - appcleaner\n - clipy\n - openinterminal-lite\n - notion\n - zoom\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 450, "all_permissive": false }
ansible_role
ainoshment/mac_setting
86592f6e7e438c08a5ae5fdcbe73a5dff9674128
0
roles/mas
7,591
[ "no_license" ]
[ { "path": "roles/mas/vars/main.yml", "content": "---\nmas_installed_apps:\n - { id: 539883307, name: \"LINE\" }\n - { id: 1429033973, name: \"RunCat\" }\n - { id: 497799835, name: \"Xcode\" }\n - { id: 417375580, name: \"BetterSnapTool\" }", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 870, "all_permissive": false }
ansible_role
ainoshment/mac_setting
86592f6e7e438c08a5ae5fdcbe73a5dff9674128
0
roles/osx
7,591
[ "no_license" ]
[ { "path": "roles/osx/tasks/main.yaml", "content": "---\n- name: DNS setting\n command: networksetup -setdnsservers Wi-Fi 8.8.8.8 1.1.1.1 1.0.0.1 8.8.4.4 fc00:e968:6179::de52:7100 fc00:db20:35b:7399::5\n\n- name: set macOSX defaults\n osx_defaults:\n domain: \"{{ item.domain }}\"\n key: \"{{ item.key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1454, "all_permissive": false }
ansible_role
ainoshment/mac_setting
86592f6e7e438c08a5ae5fdcbe73a5dff9674128
0
roles/python_env
7,591
[ "no_license" ]
[ { "path": "roles/python_env/tasks/main.yaml", "content": "---\n- name: install pyenv with homebrew\n homebrew:\n name: pyenv\n state: present\n\n- name: describe some settings in zshrc\n shell: |\n echo 'export PYENV_ROOT=\"$HOME/.pyenv\"' >> ~/.zshrc;\n echo 'export PATH=\"$PYENV_ROOT/bin:$PA...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 878, "all_permissive": false }
ansible_role
adenntumba/Zabbix-API
70ad334599d9c4b330109effadb81db405d2a6e1
0
api/roles/nginx
7,591
[ "no_license" ]
[ { "path": "api/roles/nginx/files/apicep.php", "content": "<?php\n\n $endereco = (object) [\n 'cep' => '', \n 'logradouro' => '', \n 'bairro' => '', \n 'uf' => '',\n 'ibge' => ''\n ];\n\n if ( isset ($_POST['cep'])){\n \n $cep = $_POST['cep'];\n \...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4676, "all_permissive": false }
ansible_role
adenntumba/Zabbix-API
70ad334599d9c4b330109effadb81db405d2a6e1
0
zabbix/roles/zabbix
7,591
[ "no_license" ]
[ { "path": "zabbix/roles/zabbix/tasks/user.yml", "content": "---\n- name: Create zabbix user group\n ansible.builtin.group:\n name: zabbix \n state: present\n\n- name: Create zabbix user\n ansible.builtin.user: \n name: zabbix\n shell: /bin/bash\n groups: zabbix,adm \n append: yes ", ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 6004, "all_permissive": false }
ansible_role
salmaHany01/MultiCloudDevOpsProject
09fd7d82cafe488db955ce1d1b58c014bdc2aa20
4
ConfigurationwAnsible/roles/docker
7,591
[ "no_license" ]
[ { "path": "ConfigurationwAnsible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker\n yum:\n name: docker\n state: latest\n notify:\n - start docker\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 100 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 100, "all_permissive": false }
ansible_role
salmaHany01/MultiCloudDevOpsProject
09fd7d82cafe488db955ce1d1b58c014bdc2aa20
4
ConfigurationwAnsible/roles/environment
7,591
[ "no_license" ]
[ { "path": "ConfigurationwAnsible/roles/environment/tasks/main.yml", "content": "---\n- name: Set up environment variables\n lineinfile:\n path: /etc/environment\n line: 'YOUR_ENV_VAR=your_value'\n create: yes\n# Add more tasks for other environment variables\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 183, "all_permissive": false }
ansible_role
salmaHany01/MultiCloudDevOpsProject
09fd7d82cafe488db955ce1d1b58c014bdc2aa20
4
ConfigurationwAnsible/roles/git
7,591
[ "no_license" ]
[ { "path": "ConfigurationwAnsible/roles/git/tasks/main.yml", "content": "---\n- name: Install Git\n yum:\n name: git\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 63 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 63, "all_permissive": false }
ansible_role
salmaHany01/MultiCloudDevOpsProject
09fd7d82cafe488db955ce1d1b58c014bdc2aa20
4
ConfigurationwAnsible/roles/java
7,591
[ "no_license" ]
[ { "path": "ConfigurationwAnsible/roles/java/tasks/main.yml", "content": "---\n- name: Install Java\n yum:\n name: java-1.8.0-amazon-corretto\n state: present\n\n- name: Install version for jenkins\n yum: \n name: java-17-amazon-corretto \n state: present\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
salmaHany01/MultiCloudDevOpsProject
09fd7d82cafe488db955ce1d1b58c014bdc2aa20
4
ConfigurationwAnsible/roles/jenkins
7,591
[ "no_license" ]
[ { "path": "ConfigurationwAnsible/roles/jenkins/tasks/main.yml", "content": "---\n- name: Add Jenkins repository\n get_url:\n url: https://pkg.jenkins.io/redhat-stable/jenkins.repo\n dest: /etc/yum.repos.d/jenkins.repo\n register: result\n until: result is succeeded\n retries: 5\n delay: 5\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
salmaHany01/MultiCloudDevOpsProject
09fd7d82cafe488db955ce1d1b58c014bdc2aa20
4
ConfigurationwAnsible/roles/openshift
7,591
[ "no_license" ]
[ { "path": "ConfigurationwAnsible/roles/openshift/tasks/main.yml", "content": "- name: Create ~/.kube/ directory\n file:\n path: \"~/.kube/\"\n state: directory\n\n- name: Copy config file to /.kube/ directory\n copy:\n src: ../files/config\n dest: \"~/.kube/\"\n mode: 0600\n\n- name: Downlo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 868, "all_permissive": false }
ansible_role
salmaHany01/MultiCloudDevOpsProject
09fd7d82cafe488db955ce1d1b58c014bdc2aa20
4
ConfigurationwAnsible/roles/sonarqube
7,591
[ "no_license" ]
[ { "path": "ConfigurationwAnsible/roles/sonarqube/tasks/main.yml", "content": "---\n- name: Install SonarQube prerequisites\n yum:\n name: \"{{ item }}\"\n state: latest\n loop:\n - unzip\n - java-1.8.0-amazon-corretto-devel\n - postgresql15\n\n- name: Copy file from local machine to managed...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
Vaival12/ansible
de974509e347efd78732bf7ede9325e376b7c847
0
roles/deploy
7,591
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "- name: Install depensites\n include_tasks: install_dep.yml\n tags: install\n\n- name: Include clone_repos\n include_tasks: clone_repos.yml\n tags: install\n \n- name: Include manage_servise\n include_tasks: manage_service.yml\n tags:\n - start\n...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1967, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/bash
7,591
[ "no_license" ]
[ { "path": "roles/bash/templates/bashrc.jinja", "content": "# {{ ansible_managed }}\n# ~/.bashrc\n\n# If not running interactively, don't do anything\n[[ $- != *i* ]] && return\n\nalias ls='ls --color=auto'\nalias grep='grep --color=auto'\n\nPS1='[\\u@\\h \\W]\\$ '\nif test -x /usr/bin/starship; then\n eval...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3217, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/bootstrap
7,591
[ "no_license" ]
[ { "path": "roles/bootstrap/meta/main.yaml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Bootstrap an Arch Linux installation\n company: n3tuk\n issue_tracker_url: https://github.com/n3tuk/ansible/issues\n license: MIT\n min_ansible_version: \"2.15\"\n platforms:\n - name: ArchLin...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 6775, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/ca
7,591
[ "no_license" ]
[ { "path": "roles/ca/meta/main.yaml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Create and install the n3t.uk Root Certificate Authority\n company: n3tuk\n issue_tracker_url: https://github.com/n3tuk/ansible/issues\n license: MIT\n min_ansible_version: \"2.15\"\n platforms:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2853, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/cache
7,591
[ "no_license" ]
[ { "path": "roles/cache/vars/main.yaml", "content": "---\n# vars file for cache\n\ncache_volume_path: /srv/http/cache\ncache_volume_group: storage\ncache_volume_name: cache\ncache_volume_options: \"-L SNAPSHOTS\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 7948, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/filesystems
7,591
[ "no_license" ]
[ { "path": "roles/filesystems/handlers/main.yaml", "content": "---\n# handlers file for filesystems\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "roles/filesystems/tasks/create-logical.yaml", "content": "---\n# create logical tasks file for ...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 16194, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/fish
7,591
[ "no_license" ]
[ { "path": "roles/fish/vars/main.yaml", "content": "---\n# vars file for fish\n\nfish_packages:\n - fish\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "roles/fish/tasks/main.yaml", "content": "---\n# tasks file for fish\n\n- name: Install Fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3664, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/issue
7,591
[ "no_license" ]
[ { "path": "roles/issue/handlers/main.yaml", "content": "---\n# handlers file for issue\n\n- name: Restart getty@tty0.service\n ansible.builtin.systemd_service:\n name: getty@tty0.service\n daemon_reload: true\n state: restarted\n # Only allow a handler to run when we're not inside a chroot enviro...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 7642, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/k3s
7,591
[ "no_license" ]
[ { "path": "roles/k3s/templates/server.yaml.jinja", "content": "---\n# {{ ansible_managed }}\n# k3s Server Configuration\n{% if k3s_cluster_init %}\n\ncluster-init: true\n{% if k3s_tls_san | length > 0 %}\ntls-san:\n{% for san in k3s_tls_san %}\n - {{ san }}\n{% endfor %}\n{% endif %}\n{% elif k...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 16, "total_bytes": 7908, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/kernels
7,591
[ "no_license" ]
[ { "path": "roles/kernels/vars/main.yaml", "content": "---\n# vars file for kernels\n\nkernels_packages:\n - efivar\n - efibootmgr\n\nkernels_ucode:\n - intel-ucode\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/kernels/tasks/kernel-vir...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 16722, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/libvirtd
7,591
[ "no_license" ]
[ { "path": "roles/libvirtd/vars/main.yaml", "content": "---\n# vars file for libvirtd\n\nlibvirtd_packages:\n - libvirt\n - libvirt-python\n - python-lxml\n - python-netaddr\n - openbsd-netcat\n - dnsmasq\n\nlibvirtd_snapshots_volume_name: vm-snapshots\nlibvirtd_snapshots_volume_options: \"-L SNAPSHOTS...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 10984, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/logrotate
7,591
[ "no_license" ]
[ { "path": "roles/logrotate/vars/main.yaml", "content": "---\n# vars file for logrotate\n\nlogrotate_packages:\n - logrotate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/logrotate/README.md", "content": "# n3t.uk logrotate Ansible Ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2339, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/machines
7,591
[ "no_license" ]
[ { "path": "roles/machines/tasks/main.yaml", "content": "---\n# tasks file for machines\n\n- name: Create the logical volumes for the virtual machines\n community.general.lvol:\n vg: \"{{ machine.1.vg | default('storage') }}\"\n lv: \"vm-{{ machine.0.environment }}-{{ machine.0.name }}-{{ machine.1.de...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 10014, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/netdata
7,591
[ "no_license" ]
[ { "path": "roles/netdata/templates/netdata.jinja", "content": "# {{ ansible_managed }}\n\n# Log rotation support for the netdata service on both clients and parents.\n\n/var/log/netdata/*.log {\n # Rotate these log files every day and keep up to 14 days worth; if they are\n # missing just skip and carry o...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 13, "total_bytes": 11757, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/nginx
7,591
[ "no_license" ]
[ { "path": "roles/nginx/README.md", "content": "# n3t.uk nginx Ansible Role\n\nAn Ansible role for the installation and basic configuration of nginx, setting\nup the `http{}` service with standard settings and optimisations, alongside a\nsimple `localhost` `server{}` block to support local monitoring of the ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 9138, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/pacman
7,591
[ "no_license" ]
[ { "path": "roles/pacman/vars/main.yaml", "content": "---\n# vars file for pacman\n\npacman_keyrings:\n - archlinux-keyring\n - alhp-keyring\n\npacman_hooks:\n - pacman-cleanup-hook\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path": "roles/pacman/...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3442, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/secure_boot
7,591
[ "no_license" ]
[ { "path": "roles/secure_boot/meta/main.yaml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Create and install Secure Boot keys\n company: n3tuk\n issue_tracker_url: https://github.com/n3tuk/ansible/issues\n license: MIT\n min_ansible_version: \"2.15\"\n platforms:\n - name: ArchLi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 3200, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/ssh
7,591
[ "no_license" ]
[ { "path": "roles/ssh/defaults/main.yaml", "content": "---\n# defaults file for ssh\n\nssh_server_max_startups: 10:30:100\nssh_server_tcp_port: 22\n\nssh_server_kex_algorithms:\n - curve25519-sha256\n - curve25519-sha<EMAIL>\n - diffie-hellman-group16-sha512\n - diffie-hellman-group18-sha512\n - diffie-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 9444, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/starship
7,591
[ "no_license" ]
[ { "path": "roles/starship/templates/starship.toml.jinja", "content": "# {{ ansible_managed }}\n\nadd_newline = true\nformat = \"\"\"\n╭╴$time  $shell  $directory\n│ [ ](fg:blue)  [{{ env_name | default('unknown') }}](fg:{{ env_colour | default('white') }})[/](fg:bright black){{ env_purpose | default(...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5210, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/sudo
7,591
[ "no_license" ]
[ { "path": "roles/sudo/meta/main.yaml", "content": "---\ngalaxy_info:\n author: <NAME>\n description: Install and configure sudo\n company: n3tuk\n issue_tracker_url: https://github.com/n3tuk/ansible/issues\n license: MIT\n min_ansible_version: \"2.15\"\n platforms:\n - name: ArchLinux\n versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3402, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/systemd
7,591
[ "no_license" ]
[ { "path": "roles/systemd/tasks/main.yaml", "content": "---\n# tasks file for systemd\n\n- name: Configure systemd\n ansible.builtin.template:\n src: system.conf.jinja\n dest: \"{{ bootstrap_mount_base | default('') }}/etc/systemd/system.conf\"\n owner: root\n group: root\n mode: u=rw,g=r,o=r...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 8535, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/systemd_networkd
7,591
[ "no_license" ]
[ { "path": "roles/systemd_networkd/handlers/main.yaml", "content": "---\n# handlers file for systemd-networkd\n\n- name: Run networkctl reload locally\n ansible.builtin.command: # noqa no-changed-when\n cmd: /usr/bin/networkctl reload\n # Only allow a handler to run when we're not inside a chroot enviro...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 12, "total_bytes": 8179, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/systemd_resolved
7,591
[ "no_license" ]
[ { "path": "roles/systemd_resolved/templates/resolved.conf.jinja", "content": "# {{ ansible_managed }}\n#\n# See resolved.conf(5) for details.\n\n[Resolve]\nDNS=1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com fd00:c2b6:b24b:be67:2827:688d:e6a1:6a3b#cloudflare-dns.com fd00:a516:7c1b:17cd:6d81:2137:bd2a:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4491, "all_permissive": false }
ansible_role
n3tuk/ansible
b6be53caf6da098e8a2b07531a4daeaab8480911
0
roles/users
7,591
[ "no_license" ]
[ { "path": "roles/users/README.md", "content": "# n3t.uk sudo Ansible Role\n\nAn Ansible role for the installation and configuration of users on the system,\nas well as configuration of the root user too.\n\n## Requirements\n\nNone other than the Ansible Role.\n\n## Bootstrap Support\n\nThis role provides su...
{ "task_files": 13, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 17, "total_bytes": 17190, "all_permissive": false }
ansible_role
yuanqijing/lab
710c13faa081bfea9ec6eac6e9cebfa2f4a7452f
0
intel-cmt-cat/appqos/ansible/intel/appqos/roles/appqos
7,591
[ "no_license" ]
[ { "path": "intel-cmt-cat/appqos/ansible/intel/appqos/roles/appqos/README.md", "content": "Please see collection README.\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "intel-cmt-cat/appqos/ansible/intel/appqos/roles/appqos/defaults/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6358, "all_permissive": false }
ansible_role
xtuc/cdnjs-bot-ansible
0a0417afbde071e54bcdcc333449d8f4ba49ef5a
0
roles/autoupdater
7,591
[ "no_license" ]
[ { "path": "roles/autoupdater/tasks/systemd.yml", "content": "---\n\n- name: copy systemd service\n become: true\n copy:\n src: \"{{ item }}.service\"\n dest: \"/etc/systemd/system/{{ item }}.service\"\n loop:\n - cdnjs-bot\n\n- name: restart cdnjs-bot\n become: true\n systemd:\n daemon_relo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2676, "all_permissive": false }
ansible_role
Rishats/ansible_gitlab_runner
b683b5e4bdbb7743ed13cbc6c67ac76e4fbe7c96
0
roles/gitlab_runner
7,591
[ "no_license" ]
[ { "path": "roles/gitlab_runner/tasks/gitlab_runner.yml", "content": "# file: roles/gitlab_runner/tasks/gitlab_runner.yml\n- name: Download binaries for system\n tags: system \n raw: sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-lin...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1107, "all_permissive": false }
ansible_role
Rishats/ansible_gitlab_runner
b683b5e4bdbb7743ed13cbc6c67ac76e4fbe7c96
0
roles/system
7,591
[ "no_license" ]
[ { "path": "roles/system/tasks/main.yml", "content": "# file: roles/system/tasks/main.yml\n- name: Upgrade all packages\n apt: upgrade=full update_cache=yes\n when: ansible_distribution == 'Ubuntu' or ansible_distribution == 'Debian'\n \n- include: swap.yml", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
sasakinzm/ansible-playbook
d1073ddb0b6d9279c8136562200db1827b906c7e
0
roles/st2controller
7,591
[ "no_license" ]
[ { "path": "roles/st2controller/tasks/main.yaml", "content": "---\n- name: \"setup controller\"\n include: st2-controller-withdb.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/st2controller/vars/main.yml", "content": "---\nst2:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4469, "all_permissive": false }
ansible_role
sasakinzm/ansible-playbook
d1073ddb0b6d9279c8136562200db1827b906c7e
0
roles/st2nodes
7,591
[ "no_license" ]
[ { "path": "roles/st2nodes/vars/main.yml", "content": "---\nst2:\n controller_ip: \"10.9.182.126\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/st2nodes/tasks/st2-node-withdb.yaml", "content": "---\n - name: \"yum update\"\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2724, "all_permissive": false }
ansible_role
anrystate86/openvpn-client-ansible-role
7e4632205904fc8023252c9a816d108154e4f839
0
roles/openvpnclnt
7,591
[ "no_license" ]
[ { "path": "roles/openvpnclnt/templates/client.j2", "content": "# {{ ansible_managed }}\n\nclient\nnobind\ndev tune\n\nremote {{ vpnserver }} {{ vpnport }} udp\n\n<key>\n{{ invpnkey }}\n</key>\n\n<cert>\n{{ invpncert }}\n</cert>\n\n<ca>\n{{ invpnca }}\n</ca>\n\ncomp-lzo\nkey-direction 1\nauth-nocache\nreneg-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 956, "all_permissive": false }
ansible_role
RobertoLillo/Sistema-Centralizado
6a8183e1c72b938b7ff91930a1bf16a7ec3beef1
0
roles/common
7,591
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n# vars file for common\n\n# Used to update the hosts file on every machine\nsamba_host: \"{{ samba_server_ip }} {{ samba_server_fqdn }}\"\nkeycloak_host: \"{{ keycloak_server_ip }} {{ keycloak_server_fqdn }}\"", "license_type": "no_license", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1733, "all_permissive": false }
ansible_role
RobertoLillo/Sistema-Centralizado
6a8183e1c72b938b7ff91930a1bf16a7ec3beef1
0
roles/docker
7,591
[ "no_license" ]
[ { "path": "roles/docker/tasks/install_docker.yml", "content": "---\n- name: \"Uninstall old Docker versions\"\n apt:\n name:\n - docker\n - docker-engine\n - docker.io\n - containerd\n - runc\n state: absent\n purge: yes\n tags:\n - docker\n\n- name: \"Install Docker p...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2442, "all_permissive": false }
ansible_role
RobertoLillo/Sistema-Centralizado
6a8183e1c72b938b7ff91930a1bf16a7ec3beef1
0
roles/dockerCompose
7,591
[ "no_license" ]
[ { "path": "roles/dockerCompose/defaults/main.yml", "content": "---\n# defaults file for dockerCompose\n\n# ----- Package Installation -----\n# Docker-Compose\ndocker_compose_version: 1.29.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "roles/d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1703, "all_permissive": false }
ansible_role
RobertoLillo/Sistema-Centralizado
6a8183e1c72b938b7ff91930a1bf16a7ec3beef1
0
roles/keycloak
7,591
[ "no_license" ]
[ { "path": "roles/keycloak/templates/docker-compose.j2", "content": "---\nversion: '3'\n \nvolumes:\n postgres_data:\n driver: local\n \nservices:\n postgres:\n image: postgres:{{ postgres_version }}\n container_name: {{ postgres_container_name }}\n hostname: {{ postgres_container_hostn...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 6060, "all_permissive": false }
ansible_role
RobertoLillo/Sistema-Centralizado
6a8183e1c72b938b7ff91930a1bf16a7ec3beef1
0
roles/keycloakConfig
7,591
[ "no_license" ]
[ { "path": "roles/keycloakConfig/defaults/main.yml", "content": "---\n# defaults file for keycloakConfig\n\n# ----- Toggles -----\nenable_federation: false # Turns ON or OFF the federation configuration on Keycloak\nenable_identity_provider: false # Turns ON or OFF the identity provider config...
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 14217, "all_permissive": false }
ansible_role
RobertoLillo/Sistema-Centralizado
6a8183e1c72b938b7ff91930a1bf16a7ec3beef1
0
roles/samba
7,591
[ "no_license" ]
[ { "path": "roles/samba/handlers/main.yml", "content": "---\n# handlers file for samba-role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/samba/README.md", "content": "\nSamba\n=========\n\nRol encargado de desplegar el servicio de Samba...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4053, "all_permissive": false }
ansible_role
robert0714/vip-linux-server-sync
193e11f96f3978f45b5fa27fc971f1237acdfd80
0
ansible/roles/common
7,591
[ "no_license" ]
[ { "path": "ansible/roles/common/defaults/main.yml", "content": "hosts: [\n { host_ip: \"192.168.57.79\", host_name: \"vip-linux-sqlserver-01\"},\n { host_ip: \"192.168.57.80\", host_name: \"vip-linux-sqlserver-02\"}\n]\n\nobsolete_services:\n - puppet\n - chef-client\n\ncentos_files: [\n { src: \"ce...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 663, "all_permissive": false }
ansible_role
robert0714/vip-linux-server-sync
193e11f96f3978f45b5fa27fc971f1237acdfd80
0
ansible/roles/docker
7,591
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/centos.yml", "content": "- name: CentOS dirctory are copied\n file: path=/etc/docker state=directory mode=0755\n ignore_errors: yes\n tags: [docker]\n\n- name: CentOS files are copied\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n with_items:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1824, "all_permissive": false }
ansible_role
robert0714/vip-linux-server-sync
193e11f96f3978f45b5fa27fc971f1237acdfd80
0
ansible/roles/mongodb
7,591
[ "no_license" ]
[ { "path": "ansible/roles/mongodb/tasks/main.yml", "content": "- name: MongoDB is running\n docker_container:\n# restart_policy: always\n name: mongodb\n image: bitnami/mongodb:latest \n ports: \n - \"49161:27017\"\n privileged: yes\n# env:\n# MONGODB_USERNAME: ude\n# MONGODB_P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
robert0714/vip-linux-server-sync
193e11f96f3978f45b5fa27fc971f1237acdfd80
0
ansible/roles/mysqldb
7,591
[ "no_license" ]
[ { "path": "ansible/roles/mysqldb/tasks/main.yml", "content": "- name: Directories are created\n file:\n path: \"{{ item }}\"\n state: directory\n with_items: \"{{ directories }}\"\n tags: [mysqldb]\n\n- name: Files are copied\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 890, "all_permissive": false }
ansible_role
robert0714/vip-linux-server-sync
193e11f96f3978f45b5fa27fc971f1237acdfd80
0
ansible/roles/postgresql
7,591
[ "no_license" ]
[ { "path": "ansible/roles/postgresql/tasks/main.yml", "content": "- name: messagebus user is added to the root group\n user:\n name: messagebus\n group: root\n register: user_result\n tags: [postgresql]\n\n- name: sameersbn-postgresql:9.5-4\n# become: true\n# become_user: messagebus\n docker_cont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 959, "all_permissive": false }
ansible_role
Serienmorder/artifactory
d2be230cbf60a089a60297f9852a6daed2c385ae
0
roles/artifactory_api
7,591
[ "no_license" ]
[ { "path": "roles/artifactory_api/tasks/main.yml", "content": "---\n- name: placeholder debug module\n debug:\n msg: \"Placeholder so file gets commited\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/artifactory_api/tests/test.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 241, "all_permissive": false }
ansible_role
Serienmorder/artifactory
d2be230cbf60a089a60297f9852a6daed2c385ae
0
roles/artifactory_install
7,591
[ "no_license" ]
[ { "path": "roles/artifactory_install/tasks/install/main.yml", "content": "---\n- name: Check for version installed\n set_fact: \n- name: install Zip tasks\n include_tasks: tasks/install/zip_install.yml\n when: install_type == 'zip'\n\n- name: install Native RHEL/Centos\n include_tasks: tasks/install/cen...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 34035, "all_permissive": false }
ansible_role
gjbianco/ansible-ace-do
d665c4eeb1735848a145c9c919d5b11647231802
0
roles/base-setup
7,586
[ "no_license" ]
[ { "path": "roles/base-setup/vars/main.yml", "content": "---\nbase_packages:\n - vim\n - screen\n - git\n - wget\n - ansible\n - zip\n - unzip\n - nano\nusername: redhat\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "roles/base-setup/tas...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 626, "all_permissive": false }
ansible_role
gjbianco/ansible-ace-do
d665c4eeb1735848a145c9c919d5b11647231802
0
roles/droplet
7,586
[ "no_license" ]
[ { "path": "roles/droplet/vars/main.yml", "content": "---\ndroplet_state: present\ndroplets:\n - master\n - bootless\n - bawdy\n - craven\n - droning\n - lumpish\n - tired\n - blistered\n - sunburnt\n - scruffy\n - crump\n - tardy\n - moldy\n - rudeliest\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 988, "all_permissive": false }
ansible_role
ed-asriyan/proxy-server
0e1e1a00ac1dada8fb9595563fd2f691c6af1e89
3
roles/kernel-optimizations
7,586
[ "no_license" ]
[ { "path": "roles/kernel-optimizations/README.md", "content": "# kernel-optimizations\nThis role includes tasks to optimize the kernel for better performance when running nginx. It ensures that the system parameters are tuned for handling a large number of connections efficiently.\n\nBased on https://shadows...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 990, "all_permissive": false }
ansible_role
ed-asriyan/proxy-server
0e1e1a00ac1dada8fb9595563fd2f691c6af1e89
3
roles/nginx
7,586
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "# http://nginx.org/en/linux_packages.html#Debian\n\n- name: Check if nginx is installed\n shell: nginx -v\n register: nginx_installed\n ignore_errors: yes\n\n- name: Install the prerequisites\n with_items:\n - curl\n - gnupg2\n - ca-certificat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1696, "all_permissive": false }
ansible_role
ed-asriyan/proxy-server
0e1e1a00ac1dada8fb9595563fd2f691c6af1e89
3
roles/node-exporter
7,586
[ "no_license" ]
[ { "path": "roles/node-exporter/templates/node_exporter.service.j2", "content": "[Unit]\nDescription=node_exporter\n\n[Service]\nUser={{ node_exporter_user }}\nWorkingDirectory=/home/{{ node_exporter_user }}\nExecStart=/home/{{ node_exporter_user }}/{{ node_exporter_downloads[arch.stdout].directory }}/{{ nod...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3371, "all_permissive": false }
ansible_role
ed-asriyan/proxy-server
0e1e1a00ac1dada8fb9595563fd2f691c6af1e89
3
roles/prometheus
7,586
[ "no_license" ]
[ { "path": "roles/prometheus/templates/web-config.yml.j2", "content": "tls_server_config:\n cert_file: {{ prometheus_ssl_cert_path }}\n key_file: {{ prometheus_ssl_key_path }}\n\nbasic_auth_users:\n {{ prometheus_username }}: {{ prometheus_password_bcrypt }}\n", "license_type": "no_license", "dete...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8461, "all_permissive": false }
ansible_role
ed-asriyan/proxy-server
0e1e1a00ac1dada8fb9595563fd2f691c6af1e89
3
roles/shadowsocks
7,586
[ "no_license" ]
[ { "path": "roles/shadowsocks/defaults/main.yml", "content": "# port of metrics for prometheus to be exposed\nshadowsocks_metrics_port:\n# port of shadowsocks behind gateway\nshadowsocks_port:\n# shadowsocks listen address\nshadowsocks_listen_address:\n# users as described in /users-example.yml\nshadowsocks_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4907, "all_permissive": false }
ansible_role
ed-asriyan/proxy-server
0e1e1a00ac1dada8fb9595563fd2f691c6af1e89
3
roles/shadowsocks-gateway
7,586
[ "no_license" ]
[ { "path": "roles/shadowsocks-gateway/tasks/main.yml", "content": "- name: Ensure required variables are defined\n assert:\n that:\n - shadowsocks_gateway_server_uuid is string\n\n- name: Ensure shadowsocks_gateway_users is defined correctly\n include_tasks: tasks/assert-users.yml\n vars:\n use...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 9981, "all_permissive": false }
ansible_role
ed-asriyan/proxy-server
0e1e1a00ac1dada8fb9595563fd2f691c6af1e89
3
roles/users-configs
7,586
[ "no_license" ]
[ { "path": "roles/users-configs/tasks/main.yml", "content": "- name: Ensure required variables are defined\n assert:\n that:\n - users_configs_default_redirect is string\n\n- name: Ensure users_configs_users is defined correctly\n include_tasks: tasks/assert-users.yml\n vars:\n users: \"{{ user...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 18655, "all_permissive": false }
ansible_role
ed-asriyan/proxy-server
0e1e1a00ac1dada8fb9595563fd2f691c6af1e89
3
roles/users-csv
7,586
[ "no_license" ]
[ { "path": "roles/users-csv/tasks/main.yml", "content": "- name: Ensure required variables are defined\n assert:\n that:\n - users_csv_domain is string\n - users_csv_output_file is string\n\n- name: Ensure users_csv_users is defined correctly\n include_tasks: tasks/assert-users.yml\n vars:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1060, "all_permissive": false }
ansible_role
evolution/wordpress-plugin-cambrian
83a97bb9a92dbd25c6d1b7c9d7c92eb8d99ffba1
1
provision/roles/ftp
7,586
[ "no_license" ]
[ { "path": "provision/roles/ftp/tasks/main.yml", "content": "---\n- name: Install vsftp daemon\n apt: name=vsftpd\n\n- name: Switch on ftp chroot\n lineinfile: dest=/etc/vsftpd.conf regexp='^chroot_local_user=' line='chroot_local_user=YES'\n when: wp_ftp_chroot\n\n- name: Configure ftp daemon\n lineinfil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 750, "all_permissive": false }
ansible_role
evolution/wordpress-plugin-cambrian
83a97bb9a92dbd25c6d1b7c9d7c92eb8d99ffba1
1
provision/roles/lamp
7,586
[ "no_license" ]
[ { "path": "provision/roles/lamp/templates/vhost.conf.j2", "content": "<VirtualHost *:80>\n ServerAdmin webmaster@localhost\n\n DocumentRoot /home/vagrant/wordpress\n <Directory />\n Options FollowSymLinks\n AllowOverride None\n </Directory>\n <Directory /home/vagrant/wordpress/>...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2065, "all_permissive": false }
ansible_role
evolution/wordpress-plugin-cambrian
83a97bb9a92dbd25c6d1b7c9d7c92eb8d99ffba1
1
provision/roles/php
7,586
[ "no_license" ]
[ { "path": "provision/roles/php/vars/main.yml", "content": "---\nphp52_packages:\n - apache2.2-common\n - php52-cli\n - php52-dev\n - php52-pear\n - php52-common\n - php52-apache2\n - php52-mod-mysql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 509, "all_permissive": false }
ansible_role
evolution/wordpress-plugin-cambrian
83a97bb9a92dbd25c6d1b7c9d7c92eb8d99ffba1
1
provision/roles/wordpress
7,586
[ "no_license" ]
[ { "path": "provision/roles/wordpress/tasks/main.yml", "content": "---\n- name: Download Wordpress source at specified version\n get_url: url=https://wordpress.org/wordpress-{{wordpress_version}}.zip dest=/tmp/wordpress.zip\n\n- name: Unzip wordpress source into vagrant home directory\n unarchive: src=/tmp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4041, "all_permissive": false }
ansible_role
Qubasa/torproxy-playbook
e67c7a84b5b8852a014255bf1da4b3388daef5d7
2
roles/mitm
7,586
[ "no_license" ]
[ { "path": "roles/mitm/tasks/debian.yml", "content": "\n- name: Update cache\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: Install tor\n apt:\n name: tor\n\n- name: Install dnsmasq\n apt:\n name: dnsmasq\n\n- debug:\n msg: \"Tor interface name: {{tor_interface}}\"\n\n- debu...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2967, "all_permissive": false }
ansible_role
justuswilhelm/web-server
cba1a2d5e05dc3f77e44ead51c42241439aed70b
0
roles/caddy
7,586
[ "no_license" ]
[ { "path": "roles/caddy/vars/main.yml", "content": "caddy_group: \"www-data\"\ncaddy_path: \"/usr/local/bin/caddy\"\ncaddy_user: \"www-data\"\nwww_dir: \"/var/www\"\ncaddyfile_path: \"/etc/caddy/Caddyfile\"\ncertificate_dir: \"/etc/ssl/caddy\"\nhome: \"{{ ansible_env.HOME }}\"\n", "license_type": "no_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2459, "all_permissive": false }