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 | cp-20/asterion-ansible | 85e886321dee31fc9866f09291ac0e4b8234462b | 1 | project/roles/pnpm | 301 | [
"no_license"
] | [
{
"path": "project/roles/pnpm/tasks/main.yaml",
"content": "---\n- name: Install pnpm\n npm:\n name: pnpm\n global: yes\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 82
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 82,
"all_permissive": false
} |
ansible_role | cp-20/asterion-ansible | 85e886321dee31fc9866f09291ac0e4b8234462b | 1 | project/roles/postgresql | 301 | [
"no_license"
] | [
{
"path": "project/roles/postgresql/handlers/main.yaml",
"content": "---\n- name: Restart postgresql\n systemd:\n daemon_reload: true\n name: postgresql\n state: restarted\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | cp-20/asterion-ansible | 85e886321dee31fc9866f09291ac0e4b8234462b | 1 | project/roles/python | 301 | [
"no_license"
] | [
{
"path": "project/roles/python/tasks/main.yaml",
"content": "---\n- name: Install Python\n apt:\n name:\n - python3\n - python3-pip\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | cp-20/asterion-ansible | 85e886321dee31fc9866f09291ac0e4b8234462b | 1 | project/roles/read-stack | 301 | [
"no_license"
] | [
{
"path": "project/roles/read-stack/templates/docker-compose-deploy.yaml.j2",
"content": "services:\n web:\n container_name: web\n build:\n context: .\n dockerfile: ./apps/web/Dockerfile\n args:\n API_ENDPOINT: http://server:8000/api\n NEXT_PUBLIC_SUPABASE_URL: ${NEXT_PUB... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4927,
"all_permissive": false
} |
ansible_role | cp-20/asterion-ansible | 85e886321dee31fc9866f09291ac0e4b8234462b | 1 | project/roles/traq-ing | 301 | [
"no_license"
] | [
{
"path": "project/roles/traq-ing/tasks/main.yaml",
"content": "---\n- name: Setup database\n shell: |\n sudo -u postgres psql -c \"CREATE DATABASE $db_database;\"\n sudo -u postgres psql -c \"CREATE USER $db_user;\"\n sudo -u postgres psql -c \"ALTER USER $db_user WITH ENCRYPTED PASSWORD '$<PASSW... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2146,
"all_permissive": false
} |
ansible_role | cp-20/asterion-ansible | 85e886321dee31fc9866f09291ac0e4b8234462b | 1 | project/roles/wiki-js | 301 | [
"no_license"
] | [
{
"path": "project/roles/wiki-js/files/docker-compose.yaml",
"content": "version: '3'\n\nservices:\n db:\n image: postgres:15\n container_name: db\n environment:\n POSTGRES_DB: wiki\n POSTGRES_USER: wiki\n POSTGRES_PASSWORD_FILE: /srv/wiki-js/.db-secret\n volumes:\n - pgdata... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1712,
"all_permissive": false
} |
ansible_role | wronai/beepload | 4fbfc82a6c580461e49a3aced1c7ffb350ede56b | 0 | ansible/roles/beepload | 301 | [
"permissive"
] | [
{
"path": "ansible/roles/beepload/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Beepload deployment role\n company: Your Company\n license: MIT\n min_ansible_version: 2.12\n platforms:\n - name: Ubuntu\n versions:\n - jammy\n - focal\n - name: D... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5530,
"all_permissive": true
} |
ansible_role | publicissapient-france/workshop-kibana | 15a9dc132b390ec2a1ce665da6920df0bef861cd | 0 | roles/ec2 | 301 | [
"no_license"
] | [
{
"path": "roles/ec2/tasks/main.yml",
"content": "---\n- name: Launch instances\n ec2: >\n region=eu-west-1\n key_name=kibana\n group=accept-all\n instance_type=t1.micro\n image=ami-8e987ef9\n count=2\n wait=yes\n register: ec2\n\n- name: Add instances to host group\n add_host: name=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 922,
"all_permissive": false
} |
ansible_role | publicissapient-france/workshop-kibana | 15a9dc132b390ec2a1ce665da6920df0bef861cd | 0 | roles/kibana | 301 | [
"no_license"
] | [
{
"path": "roles/kibana/tasks/main.yml",
"content": "---\n- name: Install apache and java\n apt: pkg={{item}} state=present update_cache=true\n sudo: true\n with_items:\n - openjdk-7-jdk\n - apache2\n - unzip\n - vim\n - curl\n\n- name: create tools directory\n file: path=/home/ubuntu/too... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | schepelin/sonarqube-vagrant-box | a4fe387431db66c8a8db3004764810fb97648d69 | 0 | ansible/roles/sonar | 304 | [
"no_license"
] | [
{
"path": "ansible/roles/sonar/tasks/main.yaml",
"content": "\n- include: os.yaml\n\n- include: dependencies.yaml\n when: ansible_pkg_mgr == \"apt\"\n\n- include: dependencies_yum.yaml\n when: ansible_pkg_mgr == \"yum\"\n\n- include: sonar.yaml\n",
"license_type": "no_license",
"detected_licenses"... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2665,
"all_permissive": false
} |
ansible_role | gmarchena/openshift_t_a | 4b5ec089a2daa3d12bd9bd0f3f1022065c90a11e | 0 | roles/build_image | 304 | [
"no_license"
] | [
{
"path": "roles/build_image/tasks/00_download_files.yml",
"content": "---\n- name: '[Build Image] Get updated files from git repository'\n git:\n repo: \"https://{{ DOCKERFILE_GIT_URL }}\"\n dest: \"{{ DOWNLOAD_PATH }}/{{ SERVICE_NAME }}\"\n accept_hostkey: yes\n\n- name: '[Download Artifact] Dow... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | rtn/digitalocean | 8ce8f461eb3a51bcbb4f7f461ac75db322d74f16 | 0 | roles/common | 304 | [
"no_license"
] | [
{
"path": "roles/common/templates/pf/rc.conf.j2",
"content": "# template to copy into /etc/rc.d/pf-rc.conf\n# need to define rules for /etc/pf.conf\n# pfctl -vnf /etc/pf.conf to test rule\n#\n# ref: https://www.vultr.com/docs/how-to-install-blacklistd-on-freebsd-11-1\n\n\n\n# enable packet filter (pf)\npf_e... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6379,
"all_permissive": false
} |
ansible_role | rtn/digitalocean | 8ce8f461eb3a51bcbb4f7f461ac75db322d74f16 | 0 | roles/nginx | 304 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "# Install and configure nginx\n# Create SSL web directory\n# Install certbot to generate LetsEncrypt SSL certificate\n\n---\n- name: Ensure nginx\n pkgng:\n name: nginx\n state: present\n\n- name: Create ssl directory\n file:\n path: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1719,
"all_permissive": false
} |
ansible_role | rtn/digitalocean | 8ce8f461eb3a51bcbb4f7f461ac75db322d74f16 | 0 | roles/php | 304 | [
"no_license"
] | [
{
"path": "roles/php/vars/main.yml",
"content": "# PhP role variables definition\n---\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/php/tasks/main.yml",
"content": "#\n#\n#\n---\n- name: Ensure php71\n pkgng:\n name: \"{{ item... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1372,
"all_permissive": false
} |
ansible_role | rtn/digitalocean | 8ce8f461eb3a51bcbb4f7f461ac75db322d74f16 | 0 | roles/piwik | 304 | [
"no_license"
] | [
{
"path": "roles/piwik/defaults/main.yml",
"content": "---\n# defaults file for piwik\n\npiwik_git_remote_name: happy\npiwik_git_repo: https://github.com/matomo-org/matomo.git\npiwik_git_release_version: 3.3.0\npiwik_ssl_path: /www/ssl/pi\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2003,
"all_permissive": false
} |
ansible_role | mance2012/2015-Ansible | 25f8dc9b67914a3909c7dab33109ab9aabd194fb | 0 | ansible/roles/web | 304 | [
"no_license"
] | [
{
"path": "ansible/roles/web/tasks/main.yml",
"content": "---\n# tasks file for web\n# - name: default php info file\n# copy: src=index.php dest=/var/www/html/myinfo.php\n\n- name: setup sampleuser\n user: name=sampleuser\n\n- name: install git\n apt: name=git\n\n- name: create dir for app\n file: path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | ahmed-ibrahim-abdulrahman/Devops-ITI-Final-Project-Infra-Repo | b79d1030c16118aba866fbf90207b78e8ec914ce | 2 | Jenkins-Ansible/roles/jenkins | 304 | [
"no_license"
] | [
{
"path": "Jenkins-Ansible/roles/jenkins/tasks/main.yaml",
"content": "- name: Connect to GKE\n shell:\n gcloud container clusters get-credentials {{cluster_name}} --zone {{zone}} --project {{project}}\n\n- name: Copy files\n copy:\n src: \"{{ item }}\"\n dest: \"/tmp/{{ item }}\"\n loop: \"{{ f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 5188,
"all_permissive": false
} |
ansible_role | glebvmx/k8s | 4e0ff0794450758cf3cbc5d7fb28501217cc78b0 | 0 | playbooks/up/roles/prepare | 304 | [
"no_license"
] | [
{
"path": "playbooks/up/roles/prepare/tasks/main.yml",
"content": " - name: apt https\n apt: name=apt-transport-https state=present\n tags: apt\n\n - name: Obtaining public keys for Docker Repos\n apt_key: url={{ item }} state=present\n with_items:\n https://download.docker.com/linux/ubunt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1432,
"all_permissive": false
} |
ansible_role | evrardjp/hostconfig | d4cf45c8878681036a7aef260b579a26e2a88f4c | 0 | roles/ansible-pull | 304 | [
"no_license"
] | [
{
"path": "roles/ansible-pull/tasks/main.yml",
"content": "---\n- name: Create an ansible-pull periodic run (service and timer)\n copy:\n src: \"{{ item }}\"\n dest: \"/etc/systemd/system/{{ item }}\"\n loop:\n - ansible-pull.service\n - ansible-pull.timer\n\n- name: Reload systemd to take tho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | evrardjp/hostconfig | d4cf45c8878681036a7aef260b579a26e2a88f4c | 0 | roles/base-software | 304 | [
"no_license"
] | [
{
"path": "roles/base-software/tasks/main.yml",
"content": "---\n# package_groups is like a \"host var\" from vars.yml/in-memory-inventory.\n- name: Define package list\n set_fact:\n _pkglist: |-\n {% set packagelist = [] %}\n {% for pkggroup in package_groups %}\n {% set _ = packagelis... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2086,
"all_permissive": false
} |
ansible_role | evrardjp/hostconfig | d4cf45c8878681036a7aef260b579a26e2a88f4c | 0 | roles/dotfiles | 304 | [
"no_license"
] | [
{
"path": "roles/dotfiles/defaults/main.yml",
"content": "---\nvim_powerline: \"{% if 'thinkpad' in group_names %} False {% else %} True {% endif %}\"\ntmux_powerline: \"{{ vim_powerline }}\"\ntermite: \"{{ vim_powerline }}\"\n\ntmux_powerline_path: \".config/powerline/themes/tmux/default.json\"\ntermite_pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1566,
"all_permissive": false
} |
ansible_role | evrardjp/hostconfig | d4cf45c8878681036a7aef260b579a26e2a88f4c | 0 | roles/poweroff-schedule | 304 | [
"no_license"
] | [
{
"path": "roles/poweroff-schedule/tasks/main.yml",
"content": "---\n- name: Copy poweroff service and timer\n copy:\n src: \"{{ item }}\"\n dest: \"/etc/systemd/system/{{ item }}\"\n loop:\n - poweroff-schedule.timer\n - poweroff-schedule.service\n\n- name: Enable service\n systemd:\n dae... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | evrardjp/hostconfig | d4cf45c8878681036a7aef260b579a26e2a88f4c | 0 | roles/repos | 304 | [
"no_license"
] | [
{
"path": "roles/repos/tasks/main.yml",
"content": "---\n- name: Add repos\n blockinfile:\n path: /etc/pacman.conf\n marker: \"# {mark} ANSIBLE MANAGED BLOCK for {{ repodetails[item]['reponame'] }}\"\n block: |\n [{{ repodetails[item]['reponame'] }}]\n SigLevel = Optional TrustAll\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 682,
"all_permissive": false
} |
ansible_role | evrardjp/hostconfig | d4cf45c8878681036a7aef260b579a26e2a88f4c | 0 | roles/sshd | 304 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/main.yml",
"content": "---\n- name: Ensure SSH authorized_keys are up to date\n authorized_key:\n user: root\n state: present\n key: https://github.com/evrardjp.keys\n\n- name: Install sshd in case it's needed\n package:\n name: openssh\n state: present\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1323,
"all_permissive": false
} |
ansible_role | evrardjp/hostconfig | d4cf45c8878681036a7aef260b579a26e2a88f4c | 0 | roles/system-upgrade | 304 | [
"no_license"
] | [
{
"path": "roles/system-upgrade/tasks/main.yml",
"content": "---\n- name: Refresh repositories and upgrade packages\n pacman:\n update_cache: yes\n upgrade: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 103
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 103,
"all_permissive": false
} |
ansible_role | evrardjp/hostconfig | d4cf45c8878681036a7aef260b579a26e2a88f4c | 0 | roles/users | 304 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n line: '%wheel ALL=(ALL)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | RHsyseng/ocp-on-synergy | 29695803ca90fe0190ce592fa84263e4c3a1d729 | 2 | roles/cleanup | 304 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yaml",
"content": "---\n- include: facts.yaml\n- include: satellite.yaml\n- include: poweroff.yaml\n- include: dns.yaml\n- include: profiles.yaml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 122
},
{
"path": "roles/cleanup/t... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2447,
"all_permissive": false
} |
ansible_role | RHsyseng/ocp-on-synergy | 29695803ca90fe0190ce592fa84263e4c3a1d729 | 2 | roles/postdeploy | 304 | [
"no_license"
] | [
{
"path": "roles/postdeploy/tasks/cloudforms.yaml",
"content": "---\n- name: login as oc admin\n command: oc login -u system:admin\n\n- name: create cloudforms service account\n command: oc create sa cfadmin -n openshift-infra\n register: mksa\n failed_when:\n - \"'AlreadyExists' not in mksa.stderr\"\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 899,
"all_permissive": false
} |
ansible_role | RHsyseng/ocp-on-synergy | 29695803ca90fe0190ce592fa84263e4c3a1d729 | 2 | roles/predeploy | 304 | [
"no_license"
] | [
{
"path": "roles/predeploy/tasks/dns.yaml",
"content": "---\n- name: get IP of load balancer\n set_fact:\n lb_ip: \"{{ hostvars[groups['lb'][0]]['ansible_default_ipv4']['address'] }}\"\n run_once: true\n delegate_to: localhost\n\n- name: create DNS entry for master\n nsupdate:\n state: present\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2735,
"all_permissive": false
} |
ansible_role | RHsyseng/ocp-on-synergy | 29695803ca90fe0190ce592fa84263e4c3a1d729 | 2 | roles/provisioning | 304 | [
"no_license"
] | [
{
"path": "roles/provisioning/tasks/facts.yaml",
"content": "---\n- name: get server profiles\n oneview_server_profile_facts:\n register: sp\n delegate_to: localhost\n run_once: True\n\n#- fail:\n\n- name: get server hardwares\n oneview_server_hardware_facts:\n register: hw\n delegate_to: localhost\n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6528,
"all_permissive": false
} |
ansible_role | RHsyseng/ocp-on-synergy | 29695803ca90fe0190ce592fa84263e4c3a1d729 | 2 | roles/rmnode | 304 | [
"no_license"
] | [
{
"path": "roles/rmnode/tasks/poweroff.yaml",
"content": "---\n- name: power off server\n oneview_server_hardware:\n state: power_state_set\n data:\n name: \"{{ hardware_name }}\"\n powerStateData:\n powerState: \"Off\"\n powerControl: \"PressAndHold\"\n register: output\n d... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3089,
"all_permissive": false
} |
ansible_role | eschen42/ansible-briefly | 0f076714d7493c28d8d1d8aa7fc5b73d6e700d2a | 0 | roles/demo | 304 | [
"no_license"
] | [
{
"path": "roles/demo/tasks/gvim.yml",
"content": "---\n# Install gvim task\n\n- name: \"Install gvim with yum\"\n yum:\n name: gvim\n state: latest\n become: yes\n when: ansible_os_family == \"RedHat\"\n\n- name: \"Install gvim with apt\"\n apt:\n name: gvim\n state: latest\n become: yes\n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1817,
"all_permissive": false
} |
ansible_role | hemanthreddy1307/opencms_infra | 1b285171ee49de54a1a76a2019d66322faaecf86 | 0 | opencms_apache_tomcat_mysql/roles/mysql | 304 | [
"no_license"
] | [
{
"path": "opencms_apache_tomcat_mysql/roles/mysql/templates/mysql.cnf.j2",
"content": "[mysqld]\nsql_mode={{ mysql_sql_mode }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "opencms_apache_tomcat_mysql/roles/mysql/tasks/main.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2339,
"all_permissive": false
} |
ansible_role | hemanthreddy1307/opencms_infra | 1b285171ee49de54a1a76a2019d66322faaecf86 | 0 | opencms_apache_tomcat_mysql/roles/tomcat | 304 | [
"no_license"
] | [
{
"path": "opencms_apache_tomcat_mysql/roles/tomcat/defaults/main.yml",
"content": "\ndownload_url: https://s3.amazonaws.com/softwares/jdk-8u162-linux-x64.tar.gz\ndownload_folder: /opt\njava_name: \"{{download_folder}}/jdk1.8.0_162\"\njava_archive: \"{{download_folder}}/jdk-8u162-linux-x64.tar.gz\"\n\ntomca... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3227,
"all_permissive": false
} |
ansible_role | mrigeshpriyadarshi/aws_opencms | ae8a104361faf1e29362b345af2dfa40b28269b5 | 1 | ansible/roles/app | 304 | [
"permissive"
] | [
{
"path": "ansible/roles/app/handlers/main.yml",
"content": "---\n# Handlers for app\n\n#- name: example restart\n# action: service name=service state=restarted\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 97
},
{
"path": "ansible/role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3019,
"all_permissive": true
} |
ansible_role | mrigeshpriyadarshi/aws_opencms | ae8a104361faf1e29362b345af2dfa40b28269b5 | 1 | ansible/roles/db | 304 | [
"permissive"
] | [
{
"path": "ansible/roles/db/tasks/setup-RedHat.yml",
"content": "---\n\n- name: Add MySQL Repo for Redhat 7.\n yum:\n # name: https://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm\n name: http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm\n state: present\n when: ansibl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": true
} |
ansible_role | mrigeshpriyadarshi/aws_opencms | ae8a104361faf1e29362b345af2dfa40b28269b5 | 1 | ansible/roles/network | 304 | [
"permissive"
] | [
{
"path": "ansible/roles/network/tasks/main.yml",
"content": "---\n\n- name: Run Bootstrap Net CloudFormation Stack\n cloudformation:\n stack_name: \"{{ stacks.network }}\"\n region: \"{{ lookup('env', 'AWS_REGION') }}\"\n aws_access_key: \"{{ lookup('env', 'AWS_ACCESS_KEY') }}\"\n aws_secret_k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5830,
"all_permissive": true
} |
ansible_role | mrigeshpriyadarshi/aws_opencms | ae8a104361faf1e29362b345af2dfa40b28269b5 | 1 | ansible/roles/tomcat | 304 | [
"permissive"
] | [
{
"path": "ansible/roles/tomcat/vars/main.yml",
"content": "---\n# vars file for tomcat\n\n# Install variables\n# Make sure your versions are compatible http://tomcat.apache.org/whichversion.html\ntomcat_version: '7.0.59' #7.0.59 latest 7.X release, 6.0.43 latest 6.x release\ntomcat_checksum: e0fe43d1fa1701... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3327,
"all_permissive": true
} |
ansible_role | mrigeshpriyadarshi/aws_opencms | ae8a104361faf1e29362b345af2dfa40b28269b5 | 1 | ansible/roles/web | 304 | [
"permissive"
] | [
{
"path": "ansible/roles/web/tasks/configure-RedHat.yml",
"content": "---\n- name: Configure Apache.\n lineinfile:\n dest: \"{{ apache_server_root }}/conf/{{ apache_daemon }}.conf\"\n regexp: \"{{ item.regexp }}\"\n line: \"{{ item.line }}\"\n state: present\n with_items: \"{{ apache_ports_con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6739,
"all_permissive": true
} |
ansible_role | gogeekness/Ansible_Do | 7ab53a06ebb3a017bc4c174685b15ac08974772d | 0 | roles/common | 304 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\nmy_packages:\n - lnav\n - sysstat\n - htop\n - wget\n - joe\n - docker\n - docker-compose\n\nmy_removes:\n - emacs\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 120
},
{
"path": "roles/comm... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | gogeekness/Ansible_Do | 7ab53a06ebb3a017bc4c174685b15ac08974772d | 0 | roles/docker | 304 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "# Docker/tasks (main) file\n---\n - name: pull\n docker_image:\n name: ubuntu\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 83,
"all_permissive": false
} |
ansible_role | gogeekness/Ansible_Do | 7ab53a06ebb3a017bc4c174685b15ac08974772d | 0 | roles/webserver | 304 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "# webserver/tasks file\n---\n\n- debug:\n msg: \"Docker password {{ Docker_password }} Password {{ My_<PASSWORD> }}.\"\n\n- name: install pip\n apt: name=python-pip state=present\n\n# docker-py ?\n\n- name: install docker package\n pip: name=dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 775,
"all_permissive": false
} |
ansible_role | andskli/vagrant-ansible-sandbox | 78d743df73fc5837dec014c14177516f98bac35a | 0 | roles/test_role | 304 | [
"no_license"
] | [
{
"path": "roles/test_role/tasks/main.yml",
"content": "---\n# vim:ft=ansible:\n- name: hello world\n debug: msg=\"hello world, from {{ansible_hostname}}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 96,
"all_permissive": false
} |
ansible_role | andrefbsantos/Frame | c69666e084156ae8663c018c321267afc8761202 | 0 | vagrant_ansible_examples/nfs_ruby1.9.3_mysql/roles/ruby | 305 | [
"no_license"
] | [
{
"path": "vagrant_ansible_examples/nfs_ruby1.9.3_mysql/roles/ruby/tasks/main.yml",
"content": "---\n- name: Requirements for installing gems\n apt:\n name={{ item }}\n with_items:\n - build-essential\n - make\n - git\n - ruby1.9.3\n - ruby-dev\n - rubygems1.9.1\n - irb1.9.1\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1095,
"all_permissive": false
} |
ansible_role | andrefbsantos/Frame | c69666e084156ae8663c018c321267afc8761202 | 0 | vagrant_ansible_examples/nfs_ruby2.2.3_mysql_xfce_chrome/roles/base | 305 | [
"no_license"
] | [
{
"path": "vagrant_ansible_examples/nfs_ruby2.2.3_mysql_xfce_chrome/roles/base/tasks/main.yml",
"content": "---\n- name: Common packages\n apt:\n name={{ item }}\n with_items:\n - screen\n - vim\n - emacs24-nox\n - nano\n - htop\n - xfce4\n - firefox\n - unzip\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 170,
"all_permissive": false
} |
ansible_role | andrefbsantos/Frame | c69666e084156ae8663c018c321267afc8761202 | 0 | vagrant_ansible_examples/nfs_ruby2.2.3_mysql_xfce_chrome/roles/database | 305 | [
"no_license"
] | [
{
"path": "vagrant_ansible_examples/nfs_ruby2.2.3_mysql_xfce_chrome/roles/database/tasks/main.yml",
"content": "---\n- name: install mysql-server\n apt: name=mysql-server state=present\n- name: install mysql-client\n apt: name=mysql-client state=present\n\n # Copy database dump file to remote host\n- cop... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 224,
"all_permissive": false
} |
ansible_role | andrefbsantos/Frame | c69666e084156ae8663c018c321267afc8761202 | 0 | vagrant_ansible_examples/nfs_ruby2.2.3_mysql_xfce_chrome/roles/webserver | 305 | [
"no_license"
] | [
{
"path": "vagrant_ansible_examples/nfs_ruby2.2.3_mysql_xfce_chrome/roles/webserver/tasks/main.yml",
"content": "---\n- name: requirements for installing gems\n apt:\n name={{ item }}\n with_items:\n - build-essential\n - make\n - git\n - zlib1g-dev\n - libyaml-dev\n - libssl-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1847,
"all_permissive": false
} |
ansible_role | andrefbsantos/Frame | c69666e084156ae8663c018c321267afc8761202 | 0 | vagrant_ansible_examples/php_mysql_apache/roles/base | 305 | [
"no_license"
] | [
{
"path": "vagrant_ansible_examples/php_mysql_apache/roles/base/tasks/main.yml",
"content": "---\n- name: Common packages\n apt:\n name={{ item }}\n with_items:\n - screen\n - vim\n - emacs24-nox\n - nano\n - htop\n - git\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | andrefbsantos/Frame | c69666e084156ae8663c018c321267afc8761202 | 0 | vagrant_ansible_examples/php_mysql_apache/roles/webserver | 305 | [
"no_license"
] | [
{
"path": "vagrant_ansible_examples/php_mysql_apache/roles/webserver/tasks/php.yml",
"content": "---\n- name: install php\n apt: name=php5 state=present\n\n- name: install php5-curl\n apt: name=php5-curl state=present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 118... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 118,
"all_permissive": false
} |
ansible_role | vaavaav/MEI | e25505b27b5079ff87d142f99c452233ec48f8b9 | 7 | 1y/1s/ascn/pl2/part2/roles/db | 305 | [
"no_license"
] | [
{
"path": "1y/1s/ascn/pl2/part2/roles/db/tasks/main.yml",
"content": "# Installing mysql\n- name: Install MySQL and pip.\n become: yes\n apt:\n update_cache: yes\n pkg:\n - mysql-server\n - pip\n\n- name: Install pymysql package\n become: yes\n pip:\n name: pymysql\n\n# Creating swap ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1117,
"all_permissive": false
} |
ansible_role | eyasuyuki/ansible-drone-gogs-centos7-vagrant | 561b671752de7854af60b50c0c047024ef646e4c | 1 | roles/docker | 305 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n- name: Yum update\n shell: yum -y update\n\n- name: Install Docker\n yum: name={{ item }} state=latest\n with_items:\n - docker\n - docker-python\n\n- name: Start docker\n service: name=docker state=started enabled=yes\n\n- name: Install n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 479,
"all_permissive": false
} |
ansible_role | eyasuyuki/ansible-drone-gogs-centos7-vagrant | 561b671752de7854af60b50c0c047024ef646e4c | 1 | roles/drone | 305 | [
"no_license"
] | [
{
"path": "roles/drone/tasks/main.yml",
"content": "---\n- name: Create Drone.id Directory\n file: path=/var/lib/drone state=directory\n\n- name: Create Database drone\n shell: echo 'CREATE DATABASE drone;' | psql -U postgres\n\n- name: Install Drone.io\n with_items:\n - \"present\"\n - \"restarted... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 874,
"all_permissive": false
} |
ansible_role | eyasuyuki/ansible-drone-gogs-centos7-vagrant | 561b671752de7854af60b50c0c047024ef646e4c | 1 | roles/go | 305 | [
"no_license"
] | [
{
"path": "roles/go/tasks/main.yml",
"content": "---\n\n- name: remove Go package\n yum: name=golang state=absent\n ignore_errors: yes\n\n- name: Check Go version\n shell: go version\n register: go_exists\n ignore_errors: yes\n \n- name: Download Go 1.5\n get_url: url=https://storage.googleapis.com/g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 636,
"all_permissive": false
} |
ansible_role | eyasuyuki/ansible-drone-gogs-centos7-vagrant | 561b671752de7854af60b50c0c047024ef646e4c | 1 | roles/gogs | 305 | [
"no_license"
] | [
{
"path": "roles/gogs/tasks/main.yml",
"content": "---\n- name: Install Requirements\n yum: name={{ item }} state=latest\n with_items:\n - git\n - wget\n\n- name: Add user git\n user: name=git comment=Gogs system=yes\n\n- name: Create directory go\n sudo_user: git\n file: path=/home/git/go state=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1438,
"all_permissive": false
} |
ansible_role | eyasuyuki/ansible-drone-gogs-centos7-vagrant | 561b671752de7854af60b50c0c047024ef646e4c | 1 | roles/postgresql | 305 | [
"no_license"
] | [
{
"path": "roles/postgresql/tasks/main.yml",
"content": "---\n- name: Install PostgreSQL\n yum: name={{ item }} state=latest\n with_items:\n - postgresql\n - postgresql-server\n - postgresql-devel\n - postgresql-contrib\n\n- name: Check pgdata\n shell: find /var/lib/pgsql/data -type f -empty\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 674,
"all_permissive": false
} |
ansible_role | anret/lamp_hardening | f83841bfbfdfc1cf1b53b750261fa208d0771692 | 0 | roles/hardening | 305 | [
"permissive"
] | [
{
"path": "roles/hardening/handlers/main.yaml",
"content": "---\n- name: auditd_restart\n service:\n name: auditd\n state: restarted\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 76
},
{
"path": "roles/hardening/tasks/main.yaml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 929,
"all_permissive": true
} |
ansible_role | anret/lamp_hardening | f83841bfbfdfc1cf1b53b750261fa208d0771692 | 0 | roles/kvm_provisioning | 305 | [
"permissive"
] | [
{
"path": "roles/kvm_provisioning/tasks/main.yaml",
"content": "---\n- name: Ensure requirements in place\n package:\n name:\n - guestfs-tools\n - python3-libvirt\n state: present\n become: true\n\n- name: Get VMs list\n virt:\n command: list_vms\n register: existing_vms\n changed_wh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1539,
"all_permissive": true
} |
ansible_role | anret/lamp_hardening | f83841bfbfdfc1cf1b53b750261fa208d0771692 | 0 | roles/lamp | 305 | [
"permissive"
] | [
{
"path": "roles/lamp/tasks/main.yaml",
"content": "---\n- name: Install LAMP Packages\n apt:\n name:\n [\n \"apache2\",\n \"mysql-server\",\n \"python3-pymysql\",\n \"php\",\n \"php-mysql\",\n \"libapache2-mod-php\",\n ]\n update_cache: true\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2201,
"all_permissive": true
} |
ansible_role | hrendoh/ansible-wp-nginx-php-fpm | 2a76d5e9a5ce69426196cc3be496d9aa76e9b403 | 1 | roles/common | 305 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Allow access to WebServers\n ufw: rule=allow port={{ httpd_port }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | hrendoh/ansible-wp-nginx-php-fpm | 2a76d5e9a5ce69426196cc3be496d9aa76e9b403 | 1 | roles/mysql | 305 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install Mysql package\n apt: name={{ item }} update_cache=yes state=present\n with_items:\n - mysql-server\n - python-mysqldb\n\n- name: Create Mysql configuration file\n template: src=my.cnf.j2 dest=/etc/my.cnf\n notify:\n - restart ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 329,
"all_permissive": false
} |
ansible_role | hrendoh/ansible-wp-nginx-php-fpm | 2a76d5e9a5ce69426196cc3be496d9aa76e9b403 | 1 | roles/nginx | 305 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt: name=nginx update_cache=yes state=present\n\n- name: Copy nginx configuration for wordpress\n template: src=default.conf dest=/etc/nginx/sites-available/default\n notify: restart nginx\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | hrendoh/ansible-wp-nginx-php-fpm | 2a76d5e9a5ce69426196cc3be496d9aa76e9b403 | 1 | roles/php-fpm | 305 | [
"no_license"
] | [
{
"path": "roles/php-fpm/tasks/main.yml",
"content": "---\n- name: PHP | Add php-7.0 PPA\n apt_repository: repo='ppa:ondrej/php' update_cache=yes state=present\n\n- name: Install php-fpm and deps\n apt: name={{ item }} update_cache=yes state=present\n with_items:\n - php7.0-fpm\n - php7.0-gd\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 567,
"all_permissive": false
} |
ansible_role | rickh1965/pxebootenv | 4889bd6245277f69d23acc52714b01afcf9195ff | 11 | roles/pxeboot | 305 | [
"no_license"
] | [
{
"path": "roles/pxeboot/tasks/mk_pxebootserver.yml",
"content": "- name: Upgrade all packages\n dnf:\n name: '*'\n state: latest\n\n- name: Install packages for PXE boot server\n dnf:\n name:\n - dnsmasq\n - firewalld\n - syslinux\n - tftp-server\n - vsftpd\n state: latest\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 19166,
"all_permissive": false
} |
ansible_role | dhh-art/osint-playbook | a8afb3d909bb5dcffad1781cffac8f30c5aae423 | 1 | osint-playbook/roles/amass | 305 | [
"no_license"
] | [
{
"path": "osint-playbook/roles/amass/tasks/main.yml",
"content": "\r\n- name: Install Amass\r\n apt:\r\n name: amass\r\n state: present\r\n update_cache: true\r\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 94,
"all_permissive": false
} |
ansible_role | dhh-art/osint-playbook | a8afb3d909bb5dcffad1781cffac8f30c5aae423 | 1 | osint-playbook/roles/shodan | 305 | [
"no_license"
] | [
{
"path": "osint-playbook/roles/shodan/tasks/main.yml",
"content": "---\r\n- name: Setup Shodan CLI on Ubuntu (local & AWS)\r\n hosts: aws\r\n become: true\r\n vars:\r\n venv_path: \"/opt/osint/shodan-venv\"\r\n shodan_bin: \"{{ venv_path }}/bin/shodan\"\r\n shodan_api_key: \"{{ lookup('env', 'S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1636,
"all_permissive": false
} |
ansible_role | dhh-art/osint-playbook | a8afb3d909bb5dcffad1781cffac8f30c5aae423 | 1 | osint-playbook/roles/subfinder | 305 | [
"no_license"
] | [
{
"path": "osint-playbook/roles/subfinder/tasks/main.yml",
"content": "---\r\n- name: Install and configure Subfinder via apt\r\n hosts: all\r\n become: true\r\n tasks:\r\n - name: Install Subfinder via apt\r\n apt:\r\n name: subfinder\r\n state: present\r\n update_cache: tru... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 459,
"all_permissive": false
} |
ansible_role | dhh-art/osint-playbook | a8afb3d909bb5dcffad1781cffac8f30c5aae423 | 1 | osint-playbook/roles/theharvester | 305 | [
"no_license"
] | [
{
"path": "osint-playbook/roles/theharvester/tasks/main.yml",
"content": "---\r\n- name: Install and configure theHarvester\r\n hosts: all\r\n become: true\r\n vars:\r\n theharvester_path: \"/opt/osint/theHarvester\"\r\n venv_path: \"{{ theharvester_path }}/venv\"\r\n\r\n tasks:\r\n - name: Ins... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1225,
"all_permissive": false
} |
ansible_role | dhh-art/osint-playbook | a8afb3d909bb5dcffad1781cffac8f30c5aae423 | 1 | osint-playbook/roles/trufflehog | 305 | [
"no_license"
] | [
{
"path": "osint-playbook/roles/trufflehog/tasks/main.yml",
"content": "---\r\n- name: Install and configure TruffleHog\r\n hosts: all\r\n become: true\r\n tasks:\r\n - name: Install TruffleHog via apt\r\n apt:\r\n name: trufflehog\r\n state: present\r\n update_cache: true\r\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 453,
"all_permissive": false
} |
ansible_role | alexandrediasldev/ansible-dns-dwc-docker | d9e71e6ebbf3c8a50d28906a1156a27a2fac7e2a | 1 | roles/dns | 305 | [
"no_license"
] | [
{
"path": "roles/dns/tasks/main.yml",
"content": "- name: Stop systemd resolved\n ansible.builtin.systemd:\n name: systemd-resolved\n enabled: no\n state: stopped\n- name: Update apt dnsmasq\n become: yes\n apt:\n name: [\"dnsmasq\"]\n state: latest\n- name: Template dnsmasq conf\n templa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 370,
"all_permissive": false
} |
ansible_role | alexandrediasldev/ansible-dns-dwc-docker | d9e71e6ebbf3c8a50d28906a1156a27a2fac7e2a | 1 | roles/docker | 305 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Update and upgrade apt packages\n become: true\n apt:\n upgrade: yes\n update_cache: yes\n\n- name: pip self-update\n pip:\n name: pip\n state: latest\n\n- name: Add Docker Repository\n apt:\n name: \"{{ item }}\"\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1058,
"all_permissive": false
} |
ansible_role | alexandrediasldev/ansible-dns-dwc-docker | d9e71e6ebbf3c8a50d28906a1156a27a2fac7e2a | 1 | roles/dwc | 305 | [
"no_license"
] | [
{
"path": "roles/dwc/tasks/main.yml",
"content": "#- name: Update apt docker\n# become: yes\n# apt:\n# name: [\"python3-pip\",\"docker.io\",\"docker-compose\",\"python-docker\",\"python3-docker\"]\n# state: latest\n#- name: Update apt docker\n# become: yes\n# pip:\n# name: [\"docker-compose\"]\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1387,
"all_permissive": false
} |
ansible_role | Avedy/Lev-V-Cirke-Ne-Vistupaet-3 | 8617d21c93fc4f3351a91306f46eef90e882cdda | 0 | roles/balancer | 305 | [
"no_license"
] | [
{
"path": "roles/balancer/tasks/main.yml",
"content": "---\n# tasks file for balancer\n- name: Install the latest version of nginx\n ansible.builtin.yum:\n name: \n - nginx\n - libselinux-python3\n state: latest\n- name: Create config file from template\n ansible.builtin.template:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 388,
"all_permissive": false
} |
ansible_role | Avedy/Lev-V-Cirke-Ne-Vistupaet-3 | 8617d21c93fc4f3351a91306f46eef90e882cdda | 0 | roles/selyavi | 305 | [
"no_license"
] | [
{
"path": "roles/selyavi/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - selyavi\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/selyavi/defaults/main.yml",
"content": "---\n# defaults file for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | oathilkar/deploy-Application-on-tomcat-docker-container-using-Ansible | 997bed77f39d43dbbb8626f26424ba353b56f1bd | 1 | roles/deploy-app | 305 | [
"no_license"
] | [
{
"path": "roles/deploy-app/tasks/main.yml",
"content": "---\n- name: Copy WAR file to Tomcat webapps directory\n copy:\n src: files/sample.war # Replace with your WAR file\n dest: /usr/local/tomcat/webapps/sample.war\n owner: root\n group: root\n mode: '0644'\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | VerosK/ansible-demo-2021-10 | 0d00d04393a1736bd270421dd1304a38353053a1 | 0 | roles/local.adminer | 303 | [
"no_license"
] | [
{
"path": "roles/local.adminer/defaults/main.yml",
"content": "\nadminer_directory: /opt/adminer\nadminer_src_url:\n https://github.com/vrana/adminer/releases/download/v4.8.1/adminer-4.8.1.php\nadminer_src_checksum:\n sha256:2fd7e6d8f987b243ab1839249551f62adce19704c47d3d0c8dd9e57ea5b9c6b3\n",
"license... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | codepil/ansible-code-bits | eba254bcb44eeb192b933d819a32cbc98b891c2b | 0 | golden-vm-image/ansible/roles/redhat_hardening | 303 | [
"no_license"
] | [
{
"path": "golden-vm-image/ansible/roles/redhat_hardening/vars/RedHat-8-hardening-vars.yml",
"content": "---\n# This file lists the definitions of variables used in RHEL 8 LZ golden image creation\n# Based on OSCB document at https://docs.google.com/document/d/1kgwIbmhICANOkw0-PAd8F0o69WQVsZH6aW3tTV0e_yg/e... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 70574,
"all_permissive": false
} |
ansible_role | codepil/ansible-code-bits | eba254bcb44eeb192b933d819a32cbc98b891c2b | 0 | golden-vm-image/ansible/roles/ubuntu_hardening | 303 | [
"no_license"
] | [
{
"path": "golden-vm-image/ansible/roles/ubuntu_hardening/tasks/section2-services.yml",
"content": "---\n# - name: Populate the package facts\n# package_facts:\n# - name: Populate the service facts\n# service_facts:\n\n- name: \"Ensure time synchronization is in use\"\n block:\n - name: \"Ensure t... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 254797,
"all_permissive": false
} |
ansible_role | codepil/ansible-code-bits | eba254bcb44eeb192b933d819a32cbc98b891c2b | 0 | golden-vm-image/ansible/roles/windows2019_hardening | 303 | [
"no_license"
] | [
{
"path": "golden-vm-image/ansible/roles/windows2019_hardening/tasks/nic_properties.yml",
"content": "---\r\n# NIC properties\r\n# Tags: shell, network\r\n- name: Check Small RX Buffers value\r\n win_shell: if((Get-NetAdapterAdvancedProperty -DisplayName \"Small RX Buffers\").RegistryValue -eq {{win_harden... | {
"task_files": 12,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 25,
"total_bytes": 63352,
"all_permissive": false
} |
ansible_role | rsharafkandi/tookasoft | 9f494bf0d793c685e8d84de6b685718313198f13 | 0 | deployments/roles/base | 303 | [
"no_license"
] | [
{
"path": "deployments/roles/base/tasks/main.yml",
"content": "---\n- name: insert yum proxy(http)\n lineinfile: \n dest: /etc/yum.conf \n state: present \n regexp: \"proxy=.*\"\n insertafter: EOF \n line: \"proxy={{ base.http_proxy }}\"\n ignore_errors: yes\n tags: \"base\"\n\n",
"lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 269,
"all_permissive": false
} |
ansible_role | rsharafkandi/tookasoft | 9f494bf0d793c685e8d84de6b685718313198f13 | 0 | deployments/roles/haproxy | 303 | [
"no_license"
] | [
{
"path": "deployments/roles/haproxy/tasks/main.yml",
"content": "- name: Install necessary packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - 'haproxy'\n tags: \"haproxy\"\n\n- name: Copy HAProxy configuration in place.\n template:\n src: haproxy.cfg.j2\n dest: /et... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2306,
"all_permissive": false
} |
ansible_role | kave-h/infra-stack-lab | a4ba8639a8e3e8358872826337212655cdac13e2 | 0 | ansible/roles/go_app | 303 | [
"no_license"
] | [
{
"path": "ansible/roles/go_app/tasks/main.yml",
"content": "# roles/go_app/tasks/main.yml\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Upgrade all packages\n apt:\n upgrade: dist\n autoremove: yes\n autoclean: yes\n\n- name: Install Docker\n apt:\n name: docker.io\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | j-about/RaspiGate | c91409e2ade7563215cd757fb0223fd73a2d2523 | 0 | roles/docker_installation | 303 | [
"no_license"
] | [
{
"path": "roles/docker_installation/tasks/main.yaml",
"content": "---\n- name: Check if Docker is installed\n command: docker --version\n register: docker_check\n ignore_errors: true\n changed_when: false\n\n- name: Install Docker CE and Dependencies\n become: true\n when: docker_check.rc != 0\n blo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1657,
"all_permissive": false
} |
ansible_role | j-about/RaspiGate | c91409e2ade7563215cd757fb0223fd73a2d2523 | 0 | roles/network_bootstrap | 303 | [
"no_license"
] | [
{
"path": "roles/network_bootstrap/defaults/main.yaml",
"content": "---\nRPI_IP: \"{{ lookup('env','RPI_IP') }}\"\nRPI_STATIC_IP: \"{{ lookup('env','RPI_STATIC_IP') }}\"\nCIDR: \"{{ lookup('env','CIDR') }}\"\nGATEWAY: \"{{ lookup('env','GATEWAY') }}\"\nNETWORK: \"{{ lookup('env','NETWORK') }}\"\nNETMASK: \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1728,
"all_permissive": false
} |
ansible_role | j-about/RaspiGate | c91409e2ade7563215cd757fb0223fd73a2d2523 | 0 | roles/raspigate_deployment | 303 | [
"no_license"
] | [
{
"path": "roles/raspigate_deployment/tasks/main.yaml",
"content": "- name: Check if /opt/raspigate directory exists\n stat:\n path: /opt/raspigate\n register: raspigate_dir\n\n- name: Teardown existing Docker Compose stack\n community.docker.docker_compose_v2:\n project_src: /opt/raspigate\n fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1110,
"all_permissive": false
} |
ansible_role | Ladicle/ansible-raspberrypi-a2dp | 219adae3dec636dbaa3732efe1ce410c44395354 | 0 | roles/a2dp | 303 | [
"no_license"
] | [
{
"path": "roles/a2dp/tasks/main.yml",
"content": "---\n- name: install dependence libs\n apt: name={{ item }} state=installed\n with_items:\n - bluez\n pulseaudio-module-bluetooth\n python-gobject\n python-gobject-2\n\n# - name: pi add to lp group\n \n \n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | Ladicle/ansible-raspberrypi-a2dp | 219adae3dec636dbaa3732efe1ce410c44395354 | 0 | roles/common | 303 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- include: update.yml\n- include: wifi.yml\n- include: vnc.yml\n\n\n\n\n\n\n\n\n\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/common/tasks/wifi.yml",
"content": "---\n- na... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | simzdk/SoftwareState | 2699d3a609caca96457abe4e86c80bb7fe19ecb7 | 0 | roles/software_check | 303 | [
"no_license"
] | [
{
"path": "roles/software_check/vars/main.yaml",
"content": "software_list:\n - name: visual-studio-code\n macos: \"visual-studio-code\"\n windows: \"Microsoft.VisualStudioCode\"\n\n - name: google-chrome\n macos: \"google-chrome\"\n windows: \"Google.Chrome\"\n\n - name: iterm2\n macos: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1009,
"all_permissive": false
} |
ansible_role | J-ELOUFI/Ansible-LAMP-Project | 09535c54d1c75945f44b9385c2334561d26d6180 | 0 | roles/database | 303 | [
"no_license"
] | [
{
"path": "roles/database/vars/main.yml",
"content": "---\n# vars file for database\nroot_password: \"<PASSWORD>\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "roles/database/tasks/main.yml",
"content": "---\n# tasks file for database\n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1453,
"all_permissive": false
} |
ansible_role | propos-jp/wordpress-nignx | f992ac38c2761faae333d53c8d941ca5f883e821 | 0 | roles/common | 303 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": " - name: prepare install for ansible\n apt: name={{item}} state=present\n with_items:\n - software-properties-common\n - aptitude\n - name: update & upgrade\n apt: update_cache=yes upgrade=safe\n \n \n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | propos-jp/wordpress-nignx | f992ac38c2761faae333d53c8d941ca5f883e821 | 0 | roles/mysql | 303 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: install mysql\n apt: name=mysql-server state=present\n\n- name: Create Mysql configuration file\n template: src=my.cnf.j2 dest=/etc/my.cnf\n notify: \n - restart mysql\n\n- name: Start Mysql Service\n service: name=mysql state=started ena... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | propos-jp/wordpress-nignx | f992ac38c2761faae333d53c8d941ca5f883e821 | 0 | roles/nginx | 303 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "- name: add-apt-repository ppa:nginx/stable\n apt_repository: repo='ppa:nginx/stable'\n- name: apt-get update\n apt: update_cache=yes\n- name: install nginx\n apt: name=nginx state=latest\n- name: Copy nginx configuration for wordpress\n template: src=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | davgordo/fuse-spring-boot-playbooks | aa4325e7bed9b787b4f4fc5b1031478e7a28b826 | 1 | roles/spring-boot | 306 | [
"no_license"
] | [
{
"path": "roles/spring-boot/tasks/main.yml",
"content": "---\n\n- include_tasks: environment.yml\n tags: environment\n\n- include_tasks: provisioning.yml\n tags: provisioning\n\n- include_tasks: deployment.yml\n tags: deployment\n\n- include_tasks: health-check.yml\n tags: health-check\n\n- include_tas... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6425,
"all_permissive": false
} |
ansible_role | jowj/adc | 0e2cbf6519f8451fbac2696383eb60896b365eb2 | 0 | ansible/roles/abjure | 306 | [
"no_license"
] | [
{
"path": "ansible/roles/abjure/templates/traefik.yml.j2",
"content": "---\n\n# defaultEntryPoints must be at the top\ndefaultEntryPoints:\n - http\n - https\n\nlog:\n level: DEBUG\n format: common\naccessLog:\n format: common\n\napi:\n dashboard: true\n\nentryPoints:\n http:\n address: \":80\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 10844,
"all_permissive": false
} |
ansible_role | jowj/adc | 0e2cbf6519f8451fbac2696383eb60896b365eb2 | 0 | ansible/roles/acmedns_bouncer_updater | 306 | [
"no_license"
] | [
{
"path": "ansible/roles/acmedns_bouncer_updater/tasks/main.yml",
"content": "---\n\n- name: Add bouncer server to known_hosts\n known_hosts:\n name: \"{{ acmedns_bouncer_updater_bouncer_server }}\"\n key: \"{{ acmedns_bouncer_updater_bouncer_server_pubkey }}\"\n become: yes\n become_user: \"{{ acm... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3416,
"all_permissive": false
} |
ansible_role | jowj/adc | 0e2cbf6519f8451fbac2696383eb60896b365eb2 | 0 | ansible/roles/acmedns_syno_updater | 306 | [
"no_license"
] | [
{
"path": "ansible/roles/acmedns_syno_updater/tasks/main.yml",
"content": "---\n\n- name: Add synology server to known_hosts\n known_hosts:\n name: \"{{ acmedns_syno_updater_syn_server }}\"\n key: \"{{ acmedns_syno_updater_syn_server_pubkey }}\"\n become: yes\n become_user: \"{{ acmedns_syno_update... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3583,
"all_permissive": false
} |
ansible_role | jowj/adc | 0e2cbf6519f8451fbac2696383eb60896b365eb2 | 0 | ansible/roles/debian_base | 306 | [
"no_license"
] | [
{
"path": "ansible/roles/debian_base/tasks/main.yml",
"content": "---\n# Configure the baseline I want on every debian box\n\n\n# Configure apt\n- name: Install aptitude using apt\n apt: name=aptitude state=latest update_cache=yes force_apt_get=yes\n\n- name: Add Docker GPG apt Key\n apt_key:\n url: ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1373,
"all_permissive": false
} |
ansible_role | jowj/adc | 0e2cbf6519f8451fbac2696383eb60896b365eb2 | 0 | ansible/roles/dns_redir | 306 | [
"no_license"
] | [
{
"path": "ansible/roles/dns_redir/templates/compose.yml",
"content": "---\nversion: \"3.7\"\n\nvolumes:\n traefik_logs:\n\nservices:\n traefik:\n image: \"traefik:v3.2\"\n ports:\n - \"80:80\"\n - \"443:443\"\n environment:\n DO_AUTH_TOKEN: \"{{ DO_AUTH_TOKEN }}\"\n volumes:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3037,
"all_permissive": false
} |
ansible_role | jowj/adc | 0e2cbf6519f8451fbac2696383eb60896b365eb2 | 0 | ansible/roles/droplets | 306 | [
"no_license"
] | [
{
"path": "ansible/roles/droplets/vars/main.yml",
"content": "create_user: josiah\ncopy_local_key: \"{{ lookup('file', lookup('env','HOME') + '/.ssh/digitalocean.pub') }}\"\nsys_packages: [ 'curl', 'vim', 'git', 'fail2ban', 'mosh', 'dnsutils' ]\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1210,
"all_permissive": false
} |
ansible_role | jowj/adc | 0e2cbf6519f8451fbac2696383eb60896b365eb2 | 0 | ansible/roles/halo | 306 | [
"no_license"
] | [
{
"path": "ansible/roles/halo/templates/halo-compose.yml",
"content": "---\nversion: \"3.7\"\n\nvolumes:\n traefik_logs:\n\nservices:\n traefik:\n image: \"traefik:v3.2\"\n ports:\n - \"80:80\"\n - \"443:443\"\n - \"222:222\"\n - \"8080:8080\"\n environment:\n DO_AUTH_TOK... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5724,
"all_permissive": false
} |
ansible_role | jowj/adc | 0e2cbf6519f8451fbac2696383eb60896b365eb2 | 0 | ansible/roles/highsea | 306 | [
"no_license"
] | [
{
"path": "ansible/roles/highsea/templates/highsea-compose.yml",
"content": "---\nversion: \"3.7\"\n\nservices:\n traefik:\n image: traefik:2.5\n networks:\n - pubnet\n command: --web --docker --docker.swarmmode --docker.watch --docker.domain=\"services.jowj.net\" --providers.docker.network=p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 10964,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.