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 | smartdancer/ansible | 9412f2faadfa3cd41ede26b6f6edc46187c14db8 | 0 | zabbix_installation/roles/common | 5,817 | [
"no_license"
] | [
{
"path": "zabbix_installation/roles/common/tasks/common.yml",
"content": "---\n- name: Install NTP \n yum: name=ntp state=present disablerepo=* enablerepo=local\n#- name: Instatll common dependencies(ansible module dependencies)\n# yum: name={{item}} state=present\n# with_items:\n# - libselinux-pytho... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2797,
"all_permissive": false
} |
ansible_role | smartdancer/ansible | 9412f2faadfa3cd41ede26b6f6edc46187c14db8 | 0 | zabbix_installation/roles/mysql | 5,817 | [
"no_license"
] | [
{
"path": "zabbix_installation/roles/mysql/tasks/main.yml",
"content": "---\n- name: Install MySQL server\n yum: name=mysql-community-server state=present disablerepo=* enablerepo=local\n- name: Create MySQL data directory \n file: path={{db_datadir}} state=directory owner=mysql group=mysql\n- name: Confi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1478,
"all_permissive": false
} |
ansible_role | smartdancer/ansible | 9412f2faadfa3cd41ede26b6f6edc46187c14db8 | 0 | zabbix_installation/roles/proxy | 5,817 | [
"no_license"
] | [
{
"path": "zabbix_installation/roles/proxy/tasks/main.yml",
"content": "---\n- name: Install zabbix proxy\n yum: name={{item}} state=present disablerepo=* enablerepo=local\n with_items:\n - zabbix-proxy-mysql\n- name: Configure zabbix proxy file /etc/zabbix/zabbix_proxy.conf\n template: src={{ansible_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 419,
"all_permissive": false
} |
ansible_role | smartdancer/ansible | 9412f2faadfa3cd41ede26b6f6edc46187c14db8 | 0 | zabbix_installation/roles/server | 5,817 | [
"no_license"
] | [
{
"path": "zabbix_installation/roles/server/tasks/main.yml",
"content": "---\n- name: Install zabbix server\n yum: name={{item}} state=present disablerepo=* enablerepo=local\n with_items:\n - httpd\n - php*\n - zabbix-server-mysql\n - zabbix-web-mysql\n- name: Configure frontend file /etc/http... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 718,
"all_permissive": false
} |
ansible_role | Ghz4070/ansible_tp | c78b354bf851ef058bd4ff7343145d2622b6f91e | 0 | teaching-devops-ansible-20210503-master/s4e2/roles/glenux.dokuwiki | 5,817 | [
"no_license"
] | [
{
"path": "teaching-devops-ansible-20210503-master/s4e2/roles/glenux.dokuwiki/tasks/main.yml",
"content": "---\n# vim: set ts=2 sw=2 smarttab et:\n# tasks file for glenux.dokuwiki\n- name: (A2) Install Apache et PHP\n apt: \n name:\n - rsync\n - apache2\n - php7.3\n state: present\n \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1541,
"all_permissive": false
} |
ansible_role | AlexLek/Otus_linux_homework | 2118bbbc3aeff8a94e38409a1613d7ce6486f46b | 0 | DZ16_LOGS/roles/log_server | 5,817 | [
"no_license"
] | [
{
"path": "DZ16_LOGS/roles/log_server/tasks/main.yml",
"content": "---\n- name: log server udp\n lineinfile:\n path: /etc/rsyslog.conf\n regexp: '^#\\$ModLoad imudp'\n line: '$ModLoad imudp'\n\n- name: log server port\n lineinfile:\n path: /etc/rsyslog.conf\n regexp: '^#\\$UDPServerRun 514'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 590,
"all_permissive": false
} |
ansible_role | AlexLek/Otus_linux_homework | 2118bbbc3aeff8a94e38409a1613d7ce6486f46b | 0 | DZ16_LOGS/roles/nginx | 5,817 | [
"no_license"
] | [
{
"path": "DZ16_LOGS/roles/nginx/tasks/main.yml",
"content": "---\n- name: install epel-release\n yum: \n name: epel-release \n state: latest\n\n- name: install nginx\n yum:\n name: nginx\n state: present\n notify: restart nginx\n\n- name: all critical logs to log server\n lineinfile... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2208,
"all_permissive": false
} |
ansible_role | Reykudo/clickhouse-geoip | be48119df9d7555e01d385d5f58a1fc59b6b04f5 | 0 | roles/apply_to_clickhouse | 5,817 | [
"no_license"
] | [
{
"path": "roles/apply_to_clickhouse/tasks/main.yml",
"content": "- name: Find sql files\n find:\n paths: tmp\n file_type: file\n recurse: Yes\n patterns: \"*.sql\"\n register: files_matched\n\n- name: Create dictionaries in clickhouse\n shell: \"cat {{ item.path }} | {{ CLICKHOUSE_EXEC }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 344,
"all_permissive": false
} |
ansible_role | Reykudo/clickhouse-geoip | be48119df9d7555e01d385d5f58a1fc59b6b04f5 | 0 | roles/load_files | 5,817 | [
"no_license"
] | [
{
"path": "roles/load_files/tasks/main.yml",
"content": "- name: Install apt packages\n become: yes\n become_user: root\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - unzip, curl\n\n\n- set_fact:\n GEOIP_DIR: \"{{CLICKHOUSE_USER_FILES_PATH}}/{{CLICKHOUSE_GEOIP_DIR_NAME}}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | Reykudo/clickhouse-geoip | be48119df9d7555e01d385d5f58a1fc59b6b04f5 | 0 | roles/make_ddl_queries | 5,817 | [
"no_license"
] | [
{
"path": "roles/make_ddl_queries/tasks/main.yml",
"content": "\n\n- set_fact:\n GEOIP_DIR: \"{{CLICKHOUSE_USER_FILES_PATH}}/{{CLICKHOUSE_GEOIP_DIR_NAME}}\"\n\n- name: Create variable from command\n shell: \"find {{ GEOIP_DIR }} -name '*-Locations-*.csv' | grep -o -P '(?<=Locations-).*(?=.csv)'\"\n reg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2066,
"all_permissive": false
} |
ansible_role | shyam424/learn-ansible | 48ab017b8134cb2a9e26c0ec535d7e50a32ef078 | 0 | roles/sample | 5,817 | [
"no_license"
] | [
{
"path": "roles/sample/vars/main.yml",
"content": "URL: vars.google.com",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 21
},
{
"path": "roles/sample/defaults/main.yml",
"content": "URL: defaults .google.com",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 456,
"all_permissive": false
} |
ansible_role | einfachIT/ansible-collection-infra | 7b66f89f0157bdc7946fbfb46edb932cbab9250e | 0 | roles/netboot_server | 5,817 | [
"no_license"
] | [
{
"path": "roles/netboot_server/files/enable_vnc_access.sh",
"content": "#!/bin/bash\n\nraspi-config nonint do_wayland W3\nraspi-config nonint do_vnc_resolution 1920x1080\nraspi-config nonint do_vnc 0\n\ncat <<'EOF' >/etc/wayvnc/config\nuse_relative_paths=true\naddress=::\nenable_auth=false\nenable_pam=fals... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5659,
"all_permissive": false
} |
ansible_role | einfachIT/ansible-collection-infra | 7b66f89f0157bdc7946fbfb46edb932cbab9250e | 0 | roles/webui | 5,817 | [
"no_license"
] | [
{
"path": "roles/webui/templates/piaas_image.j2",
"content": "#!/usr/bin/env bash\n\nset -e\n\n\nfunction install() {\n declare -A args=(\n [\"name\"]=\"\"\n [\"url\"]=\"\"\n )\n\n while [[ $# -gt 0 ]]; do\n case \"$1\" in\n --name|-n)\n args[\"name\"]=\"$2\"\n shift 2\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 22377,
"all_permissive": false
} |
ansible_role | einfachIT/ansible-collection-infra | 7b66f89f0157bdc7946fbfb46edb932cbab9250e | 0 | roles/wifi_bridge | 5,817 | [
"no_license"
] | [
{
"path": "roles/wifi_bridge/tasks/main.yml",
"content": "---\n\n- name: Install needed packages\n ansible.builtin.apt:\n name: \"{{ item }}\"\n state: present\n update_cache: true\n loop:\n - dnsmasq\n - iptables-persistent\n\n\n- name: Configure static IP for eth0\n community.general.nmc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2214,
"all_permissive": false
} |
ansible_role | RudolfBabayan/task1 | 0d8d9b0d043a14f4c845220e21393f5140912bbc | 0 | roles/nginx | 5,817 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for roles/nginx\n- name: Install Nginx\n apt:\n name: nginx\n state: present\n\n- name: Ensure Nginx service is started and enabled\n service:\n name: nginx\n state: started\n enabled: yes\n\n- name: Copy Nginx configurat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1154,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | package/roles/packaging | 5,817 | [
"no_license"
] | [
{
"path": "package/roles/packaging/tasks/deb.yml",
"content": "---\n\n- name: deb - no package scripts\n set_fact: fpm_script_opts=\" \"\n #\"\n when: not pkg_scripts_setup\n\n- name: deb - yes package scripts\n set_fact: fpm_scripts_opts=\"{{ pkg_script_opts }}\"\n #\"\n when: pkg_scripts_setup\n\n... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 10981,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | release/roles/release | 5,817 | [
"no_license"
] | [
{
"path": "release/roles/release/defaults/main.yml",
"content": "# hipchat\npkg_hipchat_color: purple\npkg_hipchat_token: 0000000000000000000000000000000000000000\npkg_hipchat_room: 000000\n# component customizable\n# wait for up to <async> sec, poll every <poll> sec\ncomponent_lb_enable_timeout_async: 3\nc... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4127,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | tools/aptly/roles/aptly | 5,817 | [
"no_license"
] | [
{
"path": "tools/aptly/roles/aptly/tasks/main.yml",
"content": "---\n\n- name: check if aptly is installed\n command: dpkg -s aptly\n register: pkg\n\n- name: Add aptly repository\n apt_repository: repo=\"{{ aptly_pkg.repo }}\" state=present\n sudo: yes\n when: pkg.rc == 1 \n#\"\n\n- name: Add aptly gp... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3677,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/acme-server | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/acme-server/tasks/main.yml",
"content": "---\n# https://gist.github.com/garethrees/5591027\n# https://gist.github.com/jerm/fc7f33f6a6d6534f6fde\n- name: check current timezone\n shell: cat /etc/timezone\n register: current_zone\n\n- name: check localtime file\n stat: path={{ acme_se... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 954,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/gradle | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/gradle/tasks/main.yml",
"content": "---\n- name: download package\n get_url: url=https://services.gradle.org/distributions/gradle-{{ gradle_version }}-bin.zip dest=/var/tmp/gradle-{{ gradle_version }}.zip\n\n- name: install package \n command: unzip /var/tmp/gradle-{{ gradle_version ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 508,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/host_services | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/host_services/tasks/main.yml",
"content": "---\n- name: install services\n apt: name={{ item }} state=present\n with_items: host_services\n\n- name: start services\n service: name={{ item }} state=started enabled=yes\n with_items: host_services\n",
"license_type": "no_license",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 199,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/infr-cleanup | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/infr-cleanup/tasks/main.yml",
"content": "---\n- name: delete ubuntu user account\n user: name={{ item }} state=absent remove=yes\n with_items:\n - ubuntu\n tags: cleanup\n\n- name: install python-apt required by apt module\n command: sudo apt-get -y install python-apt\n",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/infr-common | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/infr-common/tasks/main.yml",
"content": "---\n\n- name: installing packages\n apt: name={{ item }} state=present\n with_items:\n - zip\n - wget\n - curl\n - mc\n - screen\n# - git\n# - php-apc\n# - php5-cli\n# - php5-curl\n# - phpunit\n# - php5-memcache\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 216,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/infr-rls | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/infr-rls/tasks/main.yml",
"content": "---\n- name: create admin group\n action: group name={{ rls_user_group }} system=no state=present\n\n- name: create rls user\n user: \"name={{ rls_user_name }} comment='{{ rls_user_comment }}' group={{ rls_user_group }} shell={{ rls_user_shell }... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 959,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/jenkins | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/jenkins/tasks/github-access.yml",
"content": "---\n# file: roles/jenkins/tasks/github-creds.yml\n\n- name: ensure user jenkins exists\n user: name={{ jenkins_user }} state=present shell={{ jenkins_shell }} move_home=yes home={{ jenkins_homedir }}\n\n- name: ensure ssh directory for us... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6110,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/lxc | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/lxc/templates/config.j2",
"content": "# Common configuration\nlxc.include = /usr/share/lxc/config/ubuntu.common.conf\n\n# Container specific configuration\nlxc.rootfs = /var/lib/lxc/{{ item.name }}/rootfs\nlxc.mount = /var/lib/lxc/{{ item.name }}/fstab\nlxc.utsname = {{ item.name }}\nl... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7523,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/lxc-panel | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/lxc-panel/tasks/main.yml",
"content": "- name: installing package requirements\n apt: name={{ item }}\n with_items:\n - python\n - python-pip\n - git\n\n- name: installing flask\n pip: name=flask version=0.9\n\n- name: checking out lxc-panel repository\n git: repo=https://githu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/nodejs | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/nodejs/tasks/main.yml",
"content": "---\n# file: roles/nodejs/tasks/main.yml\n\n- name: installing packages\n apt: name={{ item }} state=installed\n with_items:\n - python-software-properties \n - python \n - g++ \n - make\n tags:\n - nodejs\n\n- name: installing nodejs reposit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/puppet-client | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/puppet-client/tasks/agent.yml",
"content": "---\n\n- name: download puppet repo package\n get_url: url=https://apt.puppetlabs.com/puppetlabs-release-precise.deb dest=/var/tmp/puppetlabs-release-precise.deb \n tags: setup\n\n- name: install puppet repo\n apt: deb=/var/tmp/puppetlabs... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2282,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/sbt | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/sbt/defaults/main.yml",
"content": "---\nsbt_version: 0.13.7\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 24
},
{
"path": "xcdc/roles/sbt/tasks/main.yml",
"content": "---\n- name: download sbt deb package\n get_url: url=https://dl.bi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | otsuarez/starmeup | 3e2ab8eed64babd5b71049276f7541d27fe16aa0 | 0 | xcdc/roles/varnish | 5,817 | [
"no_license"
] | [
{
"path": "xcdc/roles/varnish/templates/varnish.j2",
"content": "# Configuration file for varnish\n#\n# /etc/init.d/varnish expects the variables $DAEMON_OPTS, $NFILES and $MEMLOCK\n# to be set from this shell script fragment.\n#\n\nSTART=yes\nNFILES=131072\nMEMLOCK=82000\nDAEMON_OPTS=\"-a :{{ varnish_tcp_p... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3465,
"all_permissive": false
} |
ansible_role | Min150305/Ansible-1- | f54773a3d9b8d10485771048c5b899b488524921 | 0 | Ansible_09/09_roles_create/roles/myvhost | 5,777 | [
"no_license"
] | [
{
"path": "Ansible_09/09_roles_create/roles/myvhost/tasks/main.yml",
"content": "---\n# tasks file for myvhost\n# 1) 패키지 설치 - httpd\n# 2) 서비스 기동 - httpd\n# 3) 서비스 설정 - /etc/httpd/conf.d\n# * vhost.conf.j2 -> /etc/httpd/conf.d/vhost.conf \n# * notify ~ handlers\n# 4) 서비스 디렉토리 생성 - /var/www/vhosts/ansible1\n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 854,
"all_permissive": false
} |
ansible_role | dan-v/pelican-blog-ansible | 210140bc00a9c2df432a8fde955e17375ac0bd97 | 1 | roles/blog | 5,777 | [
"no_license"
] | [
{
"path": "roles/blog/templates/etc_apache2_sites-available_blog.j2",
"content": "NameVirtualHost *:80\n\n<VirtualHost *:80>\n ServerName {{ blog_domain }}\n ServerAlias www.{{ blog_domain }}\n\n Redirect / https://www.{{ blog_domain }}/\n</VirtualHost>\n\nNameVirtualHost *:443\n\n<VirtualHost *:44... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2360,
"all_permissive": false
} |
ansible_role | dan-v/pelican-blog-ansible | 210140bc00a9c2df432a8fde955e17375ac0bd97 | 1 | roles/common | 5,777 | [
"no_license"
] | [
{
"path": "roles/common/tasks/ssl.yml",
"content": "- name: Copy SSL private key into place\n copy: src=wildcard_private.key dest=/etc/ssl/private/wildcard_private.key group=root owner=root\n\n- name: Copy SSL public certificate into place\n copy: src=wildcard_public_cert.crt dest=/etc/ssl/certs/wildcard_... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 3202,
"all_permissive": false
} |
ansible_role | r41nm4k3r/Ansible-playbooks | 6d4e5a41b7fbcbd2bf5afbae8d3186978d7d455e | 1 | Apache-role/roles/apache | 5,777 | [
"no_license"
] | [
{
"path": "Apache-role/roles/apache/templates/index.html.j2",
"content": "Welcome to {{ ansible_hostname }}\n\n-The ipv4 address is {{ ansible_default_ipv4['address'] }}\n\n-The current memory usage is {{ ansible_memory_mb['real']['used'] }}mb out of {{ ansible_memory_mb['real']['total'] }}mb\n",
"licen... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1657,
"all_permissive": false
} |
ansible_role | victron/exleacar | ec1a47ee145c73a6718ffb48dd2868c6c57746c8 | 0 | ansible/roles/exleacar | 5,777 | [
"no_license"
] | [
{
"path": "ansible/roles/exleacar/tasks/main.yaml",
"content": "---\n#- name: Install docker\n# include: install_docker.yaml\n#\n#- name: install docker API for python\n# pip:\n# name: docker\n\n- name: get uid and gid\n user:\n name: \"{{ ansible_user }}\"\n state: present\n register: user_inf... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1330,
"all_permissive": false
} |
ansible_role | Darshan-13197/ansible-roles-module | 19b7c2519b14f95fbd56a638cdfdfd27732a648d | 0 | roles/catalogue | 5,777 | [
"no_license"
] | [
{
"path": "roles/catalogue/tasks/main.yaml",
"content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Nodejs 18\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: MongoDB Setup\n ansible.builtin.import_role:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | Darshan-13197/ansible-roles-module | 19b7c2519b14f95fbd56a638cdfdfd27732a648d | 0 | roles/common | 5,777 | [
"no_license"
] | [
{
"path": "roles/common/tasks/systemd.yaml",
"content": "# - name: \"Copy {{component}} service\"\n# ansible.builtin.copy:\n# src: \"{{component}}.service\"\n# dest: \"/etc/systemd/system/{{component}}.service\"\n\n#If you are using TEMPLATES module stucture in Ansible\n- name: \"Copy {{component}... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5117,
"all_permissive": false
} |
ansible_role | Darshan-13197/ansible-roles-module | 19b7c2519b14f95fbd56a638cdfdfd27732a648d | 0 | roles/dispatch | 5,777 | [
"no_license"
] | [
{
"path": "roles/dispatch/tasks/main.yaml",
"content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: GoLang\n ansible.builtin.import_role:\n name: common\n tasks_from: golang-setup\n\n- name: systemctl status\n ansible.builtin.import_role:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | Darshan-13197/ansible-roles-module | 19b7c2519b14f95fbd56a638cdfdfd27732a648d | 0 | roles/payment | 5,777 | [
"no_license"
] | [
{
"path": "roles/payment/tasks/main.yaml",
"content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Python\n ansible.builtin.import_role:\n name: common\n tasks_from: python-setup\n\n- name: systemctl status\n ansible.builtin.import_role:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | Darshan-13197/ansible-roles-module | 19b7c2519b14f95fbd56a638cdfdfd27732a648d | 0 | roles/shipping | 5,777 | [
"no_license"
] | [
{
"path": "roles/shipping/vars/main.yaml",
"content": "shipping_version: 1.0\nmysql_password: <PASSWORD>\n\n#Tomorrow if we release new version, we can update and call it in the CMD Line by passing this arguments.",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
},
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | Darshan-13197/ansible-roles-module | 19b7c2519b14f95fbd56a638cdfdfd27732a648d | 0 | roles/web | 5,777 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yaml",
"content": "- name: install nginx\n ansible.builtin.dnf:\n name: nginx \n state: present\n\n- name: remove html directory\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: create html directory\n ansible.builtin.file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1570,
"all_permissive": false
} |
ansible_role | alex-faivre/ipi-ansible | 80af1caa5e65a32ab6d9335f1f1b517813932362 | 2 | ansible/roles/docker | 5,777 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/vars/main.yml",
"content": "---\n# vars file for docker\n\ndistribution:\n Ubuntu:\n required_packages:\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - apt-transport-https\n - software-properties-common\n - python3-pip\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 5163,
"all_permissive": false
} |
ansible_role | adaanene/ansible-config-mgt | 259d03411a12c5cb8ff63ad948f930b3ddcc4e23 | 0 | roles/sonarqube | 5,777 | [
"no_license"
] | [
{
"path": "roles/sonarqube/tasks/postgresql.yml",
"content": "- name: add PostgreSQL repo to the repo list\n lineinfile:\n path: /etc/apt/sources.list.d/pgdg.list\n line: deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main\n create: yes\n\n- name: Download PostgreSQL software ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1172,
"all_permissive": false
} |
ansible_role | L0relei/gitbook-gitlab | 7e04a566c404926df95954700dc67fd6c2b8c71c | 1 | ansible-aws/roles/s3-website-hosting | 5,777 | [
"no_license"
] | [
{
"path": "ansible-aws/roles/s3-website-hosting/tasks/s3-cloudfront-route53.yml",
"content": "---\n# tasks file for mediapeers.s3-website-hosting\n\n- name: Name of the website s3 bucket that will be used\n debug:\n var: s3_website_bucket_name\n\n- name: Create S3 bucket for website hosting\n s3_bucket... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6544,
"all_permissive": false
} |
ansible_role | VS15/HA-Openstack | 9322e1fab31f9f237689b33bf729cda4c5463e6c | 0 | ansible/roles/cinder | 5,777 | [
"no_license"
] | [
{
"path": "ansible/roles/cinder/templates/cinder.conf.j2",
"content": "[DEFAULT]\nrootwrap_config = /etc/cinder/rootwrap.conf\napi_paste_confg = /etc/cinder/api-paste.ini\niscsi_helper = tgtadm\nvolume_name_template = volume-%s\nvolume_group = cinder-volumes\nverbose = True\nauth_strategy = keystone\nstate_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1267,
"all_permissive": false
} |
ansible_role | VS15/HA-Openstack | 9322e1fab31f9f237689b33bf729cda4c5463e6c | 0 | ansible/roles/glance | 5,777 | [
"no_license"
] | [
{
"path": "ansible/roles/glance/tasks/main.yml",
"content": "- name: Install Glance Service \n apt: name={{ item }} state=present\n with_items: \n - glance\n - python-glanceclient\n\n- name: Glance Config Push \n template: src={{ item.source }} dest=/etc/glance/{{ item.dest }}\n with_items:\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1417,
"all_permissive": false
} |
ansible_role | VS15/HA-Openstack | 9322e1fab31f9f237689b33bf729cda4c5463e6c | 0 | ansible/roles/haproxy | 5,777 | [
"no_license"
] | [
{
"path": "ansible/roles/haproxy/tasks/main.yml",
"content": "- name: Install the latest version of HAPROXY \n apt: name=haproxy state=latest \n tags: haproxy\n\n- name: Push HAPROXY configuration file \n template: src=haproxy.cfg.j2 dest=/etc/haproxy/haproxy.cfg force=yes owner=root mode=664\n tags: c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5365,
"all_permissive": false
} |
ansible_role | VS15/HA-Openstack | 9322e1fab31f9f237689b33bf729cda4c5463e6c | 0 | ansible/roles/horizon | 5,777 | [
"no_license"
] | [
{
"path": "ansible/roles/horizon/tasks/main.yml",
"content": "- name: Installing Horizon\n apt: name={{ item }} state=installed\n with_items:\n - apache2\n - memcached\n - libapache2-mod-wsgi\n - openstack-dashboard\n \n- name: Remove standard HZ package\n shell: 'sudo apt-get remove --purg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | VS15/HA-Openstack | 9322e1fab31f9f237689b33bf729cda4c5463e6c | 0 | ansible/roles/keepalived | 5,777 | [
"no_license"
] | [
{
"path": "ansible/roles/keepalived/tasks/main.yml",
"content": "- name: Tune up sysctl.conf file \n lineinfile: \n dest: /etc/sysctl.conf \n line: \"net.ipv4.ip_nonlocal_bind=1\"\n tags: sysctl\n\n- name: Apply system settings\n shell: sysctl -p\n tags: sysctl_push\n\n- name: Check if OS is up to... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 931,
"all_permissive": false
} |
ansible_role | VS15/HA-Openstack | 9322e1fab31f9f237689b33bf729cda4c5463e6c | 0 | ansible/roles/keystone | 5,777 | [
"no_license"
] | [
{
"path": "ansible/roles/keystone/tasks/main.yml",
"content": "- name: Install keystone packages\n apt: name={{ item }} state=present\n with_items:\n - keystone\n - python-mysqldb\n\n- name: Push keystone config\n template: src=keystone.conf.j2 dest=/etc/keystone/keystone.conf mode=644 owner=ke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2135,
"all_permissive": false
} |
ansible_role | VS15/HA-Openstack | 9322e1fab31f9f237689b33bf729cda4c5463e6c | 0 | ansible/roles/mysql | 5,777 | [
"no_license"
] | [
{
"path": "ansible/roles/mysql/tasks/main.yml",
"content": "- name: install python properties\n apt: name=python-software-properties state=present\n\n- name: install systems tools\n apt: name=software-properties-common state=present\n\n- name: add key\n shell: 'sudo apt-key adv --recv-keys --keyserver h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3336,
"all_permissive": false
} |
ansible_role | VS15/HA-Openstack | 9322e1fab31f9f237689b33bf729cda4c5463e6c | 0 | ansible/roles/rabbitmq | 5,777 | [
"no_license"
] | [
{
"path": "ansible/roles/rabbitmq/tasks/main.yml",
"content": "- name: Pushing /etc/hosts\n lineinfile: dest=/etc/hosts insertafter='icehouse1' line='192.168.1.36 icehouse2'\n when: ansible_hostname == \"icehouse1\"\n\n- name: Pushing /etc/hosts for node 2\n lineinfile: dest=/etc/hosts insertafter='iceh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1347,
"all_permissive": false
} |
ansible_role | soendagsbillist/scraper_server_installation | 2b5a38e55f6b17f46359330d9e126faa8f88218f | 0 | roles/system | 5,777 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yml",
"content": "---\n- include_tasks: essentials.yml\n- include_tasks: ssh.yml\n- include_tasks: docker.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/system/tasks/docker.yml",
"content": "---\n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1576,
"all_permissive": false
} |
ansible_role | cibox/cibox | f2e7d779190331117a7faf9317ed8186ea310d93 | 73 | core/cibox-project-builder/files/drupal8/scripts/devops/roles/cibox-security-testing | 5,777 | [
"no_license"
] | [
{
"path": "core/cibox-project-builder/files/drupal8/scripts/devops/roles/cibox-security-testing/tasks/main.yml",
"content": "---\n- name: Install Security Testing\n shell: \"rsync -avz devops/modules/ sites/all/modules/contrib/\"\n sudo: yes\n\n- name: Enable Security Review module\n shell: \"drush en -y... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_ltm_monitor_external | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_ltm_monitor_external/tasks/main.yml",
"content": "---\n\n- name: Create LTM Monitor External\n f5bigip_ltm_monitor_external:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2883,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_ltm_policy | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_ltm_policy/tasks/policy.yml",
"content": "---\n\n### Create policy ###\n- name: Create LTM Policy {{ policy.name }}\n include_tasks: create_policy.yml\n\n- name: Assert Create LTM Policy {{ policy.name }}\n assert:\n that:\n - result is changed\n\n- name: Create LTM ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1856,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_ltm_pool | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_ltm_pool/tasks/main.yml",
"content": "---\n\n- name: Create LTM Nodes\n f5bigip_ltm_node:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port }}\"\n name: \"{{ item.name }}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7548,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_ltm_profile_client_ldap | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_ltm_profile_client_ldap/tasks/main.yml",
"content": "---\n\n- name: Create LTM Profile Client LDAP\n f5bigip_ltm_profile_client_ldap:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2967,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_ltm_profile_qoe | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_ltm_profile_qoe/tasks/main.yml",
"content": "---\n\n- name: Create LTM Profile QoE\n f5bigip_ltm_profile_qoe:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port }}\"\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2589,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_ltm_profile_radius | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_ltm_profile_radius/tasks/main.yml",
"content": "---\n\n- name: Create LTM Profile RADIUS\n f5bigip_ltm_profile_radius:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2827,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_ltm_profile_rewrite | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_ltm_profile_rewrite/tasks/main.yml",
"content": "---\n\n- name: Create LTM Profile Rewrite\n f5bigip_ltm_profile_rewrite:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port }}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2789,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_ltm_profile_statistics | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_ltm_profile_statistics/tasks/main.yml",
"content": "---\n\n- name: Create LTM Profile statistics\n f5bigip_ltm_profile_statistics:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2939,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_ltm_profile_stream | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_ltm_profile_stream/tasks/main.yml",
"content": "---\n\n- name: Create LTM Profile Stream\n f5bigip_ltm_profile_stream:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2827,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_net_route_domain | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_net_route_domain/tasks/main.yml",
"content": "---\n\n- name: Create NET Route-Domain\n f5bigip_net_route_domain:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port }}\"\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1525,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_net_tunnel_vxlan | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_net_tunnel_vxlan/tasks/main.yml",
"content": "---\n\n- name: Create NET Tunnel VXLAN\n f5bigip_net_tunnel_vxlan:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port }}\"\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2771,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_sys_folder | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_sys_folder/tasks/main.yml",
"content": "---\n\n- name: Create SYS Folder\n f5bigip_sys_folder:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port }}\"\n name: \"{{ folder_na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1563,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_sys_httpd | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_sys_httpd/tasks/main.yml",
"content": "---\n\n- name: Set SYS HTTPD allow clients\n f5bigip_sys_httpd:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port }}\"\n allow: \"{{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1487,
"all_permissive": false
} |
ansible_role | erjac77/ansible-role-f5 | c45b5d9d5f34a8ac6d19ded836d0a6b7ee7f8056 | 3 | tests/roles/f5bigip_sys_ntp | 5,777 | [
"no_license"
] | [
{
"path": "tests/roles/f5bigip_sys_ntp/tasks/main.yml",
"content": "---\n\n- name: Set SYS NTP Servers and Timezone\n f5bigip_sys_ntp:\n f5_hostname: \"{{ bigip_host }}\"\n f5_username: \"{{ bigip_username }}\"\n f5_password: \"{{ <PASSWORD> }}\"\n f5_port: \"{{ bigip_port }}\"\n servers: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1463,
"all_permissive": false
} |
ansible_role | ryanhap10/Ansible | 4c7def9fbf065734f1de3dc740078e314449c466 | 0 | roles/firewall | 5,777 | [
"no_license"
] | [
{
"path": "roles/firewall/handlers/main.yml",
"content": "---\n- name: reloading firewalld\n service:\n name: firewalld\n state: reloaded \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 84
},
{
"path": "roles/firewall/vars/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | ryanhap10/Ansible | 4c7def9fbf065734f1de3dc740078e314449c466 | 0 | roles/http | 5,777 | [
"no_license"
] | [
{
"path": "roles/http/tasks/main.yml",
"content": "---\n\n- name: Installing\n yum: \n name: httpd\n state: installed\n\n- name: copying document root\n copy:\n src: index.html\n dest: /var/www/html\n\n- name: copying config files \n template:\n src: webserver.conf\n dest: /tmp\n \n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 374,
"all_permissive": false
} |
ansible_role | ryanhap10/Ansible | 4c7def9fbf065734f1de3dc740078e314449c466 | 0 | roles/mongodb | 5,777 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/apache_user.yml",
"content": "---\n\n- name: creating apache user\n command: echo \" creating user \"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 68,
"all_permissive": false
} |
ansible_role | sourav4455/Ansible | 91f93251bc4c855fd7c71f0ccd7e7d3a72847bc8 | 0 | roles/customize-apache | 5,777 | [
"no_license"
] | [
{
"path": "roles/customize-apache/tasks/main.yml",
"content": "- name: Create file if doesn't exists\n file: state=touch path=/var/www/html/index.html\n\n- name: If hostname not there then add it\n lineinfile:\n state: present\n dest: /var/www/html/index.html\n line: Hostname={{ ansible_hostname ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 241,
"all_permissive": false
} |
ansible_role | sourav4455/Ansible | 91f93251bc4c855fd7c71f0ccd7e7d3a72847bc8 | 0 | roles/install-php | 5,777 | [
"no_license"
] | [
{
"path": "roles/install-php/tasks/main.yml",
"content": "- name: Install php onto the server\n yum: name={{item}} state=latest\n with_items:\n - php\n - php-gd\n - php-pear\n - php-mysql\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 132,
"all_permissive": false
} |
ansible_role | raekins/oracle18xe-ords-apex | d1dce7ca34105dc30345fe18807407e3a6d40cb1 | 6 | vagrant/roles/setup_ansible | 5,777 | [
"permissive"
] | [
{
"path": "vagrant/roles/setup_ansible/tasks/main.yml",
"content": "---\n\n# Update /etc/ansible/ansible.cfg\n- name: update ansible.cfg\n lineinfile:\n path: /etc/ansible/ansible.cfg\n line: \"{{ item }}\"\n with_items:\n - 'callback_whitelist = profile_tasks'\n - 'deprecation_warnings=False'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 458,
"all_permissive": true
} |
ansible_role | raekins/oracle18xe-ords-apex | d1dce7ca34105dc30345fe18807407e3a6d40cb1 | 6 | vagrant/roles/setup_apex | 5,777 | [
"permissive"
] | [
{
"path": "vagrant/roles/setup_apex/templates/configure_apex.sql.j2",
"content": "-- Create APEX tablespace\nCREATE TABLESPACE apex DATAFILE '/opt/oracle/oradata/XE/XEPDB1/apex01.dbf' size 1G;\n\n-- APEX install\n@apexins.sql APEX APEX TEMP /i/\n\n-- Setup APEX Admin password\nbegin\n apex_util.set_secur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1941,
"all_permissive": true
} |
ansible_role | raekins/oracle18xe-ords-apex | d1dce7ca34105dc30345fe18807407e3a6d40cb1 | 6 | vagrant/roles/setup_linux | 5,777 | [
"permissive"
] | [
{
"path": "vagrant/roles/setup_linux/tasks/main.yml",
"content": "---\n\n# Install Linux packages\n- name: install Linux packages\n yum:\n name: \"{{ packages }}\"\n vars:\n packages:\n - python-pip\n - expect\n - libaio\n\n# Upgrade packages\n- name: upgrade all packages\n yum:\n name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1146,
"all_permissive": true
} |
ansible_role | raekins/oracle18xe-ords-apex | d1dce7ca34105dc30345fe18807407e3a6d40cb1 | 6 | vagrant/roles/setup_oraUser | 5,777 | [
"permissive"
] | [
{
"path": "vagrant/roles/setup_oraUser/tasks/main.yml",
"content": "# Update bash_profile\n- name: Update bash_profile\n lineinfile:\n path: /home/oracle/.bash_profile\n state: present\n line: \"{{ item }}\"\n with_items:\n - 'export ORACLE_BASE=/opt/oracle'\n - 'export ORACLE_HOME=$ORACLE_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4662,
"all_permissive": true
} |
ansible_role | raekins/oracle18xe-ords-apex | d1dce7ca34105dc30345fe18807407e3a6d40cb1 | 6 | vagrant/roles/setup_oracle | 5,777 | [
"permissive"
] | [
{
"path": "vagrant/roles/setup_oracle/templates/oracle-xe-18c_configure.tcl.j2",
"content": "#!/usr/bin/expect -f\nset env(ORAPASS) {{ oraPass }}\n\nset timeout 3600\nlog_file ~/oracle-xe-18c_configure.log\nlog_user 1\n\nspawn /etc/init.d/oracle-xe-18c configure\n\nexpect \"Specify a password*\"\nsend \"$en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1965,
"all_permissive": true
} |
ansible_role | raekins/oracle18xe-ords-apex | d1dce7ca34105dc30345fe18807407e3a6d40cb1 | 6 | vagrant/roles/setup_ords | 5,777 | [
"permissive"
] | [
{
"path": "vagrant/roles/setup_ords/templates/ords_params.properties.j2",
"content": "db.hostname={{ ansible_hostname }}\ndb.port=1521\ndb.servicename=XEPDB1\n#db.serviceNameSuffix=.your_db_domain\n#db.sid=\ndb.username=APEX_PUBLIC_USER\ndb.password={{ <PASSWORD> }}\n#cdb.common.schema=false\nmigrate.apex.r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1768,
"all_permissive": true
} |
ansible_role | raekins/oracle18xe-ords-apex | d1dce7ca34105dc30345fe18807407e3a6d40cb1 | 6 | vagrant/roles/setup_rest | 5,777 | [
"permissive"
] | [
{
"path": "vagrant/roles/setup_rest/tasks/main.yml",
"content": "---\n# Configure REST\n- name: Configure REST\n shell: /vagrant/scripts/configure_rest.sh > ~/configure_rest.log 2>&1\n args:\n executable: /bin/bash\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 150,
"all_permissive": true
} |
ansible_role | raekins/oracle18xe-ords-apex | d1dce7ca34105dc30345fe18807407e3a6d40cb1 | 6 | vagrant/roles/setup_tomcat | 5,777 | [
"permissive"
] | [
{
"path": "vagrant/roles/setup_tomcat/tasks/main.yml",
"content": "---\n# Create Java Directories\n- name: Create /u01/java directory\n file:\n path: /u01/java\n state: directory\n mode: 0777\n\n# Unzip Java media\n- name: Unarchive Java media\n unarchive:\n src: /vagrant/openjdk-{{ jarVer }}_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3094,
"all_permissive": true
} |
ansible_role | raekins/oracle18xe-ords-apex | d1dce7ca34105dc30345fe18807407e3a6d40cb1 | 6 | vagrant/roles/setup_vagrant | 5,777 | [
"permissive"
] | [
{
"path": "vagrant/roles/setup_vagrant/tasks/main.yml",
"content": "# Update bash_profile\n- name: Update bash_profile\n lineinfile:\n path: /home/vagrant/.bash_profile\n state: present\n line: \"{{ item }}\"\n with_items:\n - '#export ANSIBLE_KEEP_REMOTE_FILES=1'\n - 'export PATH=$PATH:/va... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 245,
"all_permissive": true
} |
ansible_role | 0x21-consulting/ElderberryPi | e4f083bdd1308f84278de6383969f2078ca08e01 | 4 | ansible/roles/active_directory | 5,857 | [
"no_license"
] | [
{
"path": "ansible/roles/active_directory/meta/main.yml",
"content": "---\n\ndependencies:\n - role: common\n - role: ntp\n - role: dns\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "ansible/roles/active_directory/tasks/ntp.yml",
"content... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 9993,
"all_permissive": false
} |
ansible_role | 0x21-consulting/ElderberryPi | e4f083bdd1308f84278de6383969f2078ca08e01 | 4 | ansible/roles/ca | 5,857 | [
"no_license"
] | [
{
"path": "ansible/roles/ca/meta/main.yml",
"content": "---\n\ndependencies:\n - role: common\n - role: zymbit\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "ansible/roles/ca/files/config.hcl.j2",
"content": "storage \"file\" {\n path =... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7294,
"all_permissive": false
} |
ansible_role | 0x21-consulting/ElderberryPi | e4f083bdd1308f84278de6383969f2078ca08e01 | 4 | ansible/roles/common | 5,857 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/deps.yml",
"content": "---\n\n- name: Update ubuntu\n apt:\n update_cache: yes\n upgrade: \"yes\"\n environment:\n DEBIAN_FRONTEND: noninteractive\n\n- name: Clean up old packages and files to save space\n apt:\n autoclean: yes\n autoremove: yes\n\n- n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2808,
"all_permissive": false
} |
ansible_role | 0x21-consulting/ElderberryPi | e4f083bdd1308f84278de6383969f2078ca08e01 | 4 | ansible/roles/dns | 5,857 | [
"no_license"
] | [
{
"path": "ansible/roles/dns/templates/01-netcfg.yaml.j2",
"content": "---\n\n# This file describes the network interfaces available on your system\n# For more information, see netplan(5).\nnetwork:\n version: 2\n renderer: networkd\n ethernets:\n eth0:\n dhcp4: no\n dhcp6: no\n accept-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4527,
"all_permissive": false
} |
ansible_role | 0x21-consulting/ElderberryPi | e4f083bdd1308f84278de6383969f2078ca08e01 | 4 | ansible/roles/ntp | 5,857 | [
"no_license"
] | [
{
"path": "ansible/roles/ntp/meta/main.yml",
"content": "---\n\ndependencies:\n - role: common\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible/roles/ntp/tasks/main.yml",
"content": "---\n\n- name: Ensure NTP server is installed\n ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 437,
"all_permissive": false
} |
ansible_role | 0x21-consulting/ElderberryPi | e4f083bdd1308f84278de6383969f2078ca08e01 | 4 | ansible/roles/pxe | 5,857 | [
"no_license"
] | [
{
"path": "ansible/roles/pxe/tasks/main.yml",
"content": "---\n\n- name: Ensure PXE packages are installed\n apt:\n name:\n - dnsmasq\n - pxelinux\n state: present\n\n- name: Ensure dnsmasq is configured as a DHCP proxy server\n template:\n src: dnsmasq.conf.j2\n dest: /etc/dnsmasq.conf\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1803,
"all_permissive": false
} |
ansible_role | 0x21-consulting/ElderberryPi | e4f083bdd1308f84278de6383969f2078ca08e01 | 4 | ansible/roles/zymbit | 5,857 | [
"no_license"
] | [
{
"path": "ansible/roles/zymbit/tasks/main.yml",
"content": "---\n\n- name: Ensure gpio group exists\n group:\n name: gpio\n state: present\n\n- name: Ensure gpio group owns /sys/class/gpio\n lineinfile:\n path: /etc/rc.local\n state: present\n line: chown -R root:gpio /sys/class/gpio\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4632,
"all_permissive": false
} |
ansible_role | Emplus-EPFL/gitLab-emplus-ops | be81edaf6ee571ac91b6721d4b11a2f52b3efb67 | 2 | roles/gitlab-backups | 5,857 | [
"no_license"
] | [
{
"path": "roles/gitlab-backups/tasks/main.yml",
"content": "- include_vars: backup-vars.yml\n tags: always\n\n- import_tasks: backups.yml\n tags: traefik\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/gitlab-backups/vars/backup-vars.yml... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2067,
"all_permissive": false
} |
ansible_role | Emplus-EPFL/gitLab-emplus-ops | be81edaf6ee571ac91b6721d4b11a2f52b3efb67 | 2 | roles/gitlab-serving | 5,857 | [
"no_license"
] | [
{
"path": "roles/gitlab-serving/tasks/serving.yml",
"content": "- include_vars: \"{{ item }}\"\n tags: always\n with_items:\n - serving-vars.yml\n # From the top-level vars/ directory:\n - hostnames.yml\n - database-names.yml\n - paths.yml\n\n- name: \"Configuration directories\"\n file:\n... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 22074,
"all_permissive": false
} |
ansible_role | Emplus-EPFL/gitLab-emplus-ops | be81edaf6ee571ac91b6721d4b11a2f52b3efb67 | 2 | roles/gitlab-traefik | 5,857 | [
"no_license"
] | [
{
"path": "roles/gitlab-traefik/templates/traefik.yml.j2",
"content": "# -*- mode: yaml; -*-\n\n{% if traefik_debug is defined %}\nlog:\n level: DEBUG\n\napi:\n insecure: true\n dashboard: true\n{% endif %}\n\nmetrics:\n prometheus:\n manualRouting: true\n\nproviders:\n # Point to the so-called “dyn... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7507,
"all_permissive": false
} |
ansible_role | Emplus-EPFL/gitLab-emplus-ops | be81edaf6ee571ac91b6721d4b11a2f52b3efb67 | 2 | roles/gitlab-vm-infrastructure | 5,857 | [
"no_license"
] | [
{
"path": "roles/gitlab-vm-infrastructure/tasks/ntp.yml",
"content": "- name: Install chrony\n apt:\n name: chrony\n state: present\n\n- name: Start chrony\n systemd:\n name: chronyd.service\n state: started\n enabled: yes\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3859,
"all_permissive": false
} |
ansible_role | Emplus-EPFL/gitLab-emplus-ops | be81edaf6ee571ac91b6721d4b11a2f52b3efb67 | 2 | roles/localhost-aws | 5,857 | [
"no_license"
] | [
{
"path": "roles/localhost-aws/tasks/localhost-aws-tasks.yml",
"content": "# Make `aws --profile=emplus-gitlab` work on the operator's workstation.\n\n- name: Check that aws-cli is installed\n connection: local\n changed_when: false\n ansible.builtin.shell:\n cmd: >-\n {{ aws_cmd }} --version\n\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2904,
"all_permissive": false
} |
ansible_role | yeforriak/compile-squid-ansible | 9b3a65d7cb6f2066316d28dfb43497972195d337 | 0 | roles/initial | 5,857 | [
"no_license"
] | [
{
"path": "roles/initial/tasks/main.yml",
"content": "- name: Update all packages to their latest ones\n apt:\n upgrade: yes\n update_cache: yes\n become: yes\n retries: 5\n delay: 5\n register: update_result\n until: update_result is succeeded\n",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 195,
"all_permissive": false
} |
ansible_role | yeforriak/compile-squid-ansible | 9b3a65d7cb6f2066316d28dfb43497972195d337 | 0 | roles/squid | 5,857 | [
"no_license"
] | [
{
"path": "roles/squid/files/compilation-scripts/05_install_squid.sh",
"content": "#!/bin/bash\n\n# Based on a template by BASH3 Boilerplate v2.3.0\n# http://bash3boilerplate.sh/#authors\n\n# Exit on error. Append \"|| true\" if you expect an error.\nset -o errexit\n# Exit on error inside any functions or s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 9295,
"all_permissive": false
} |
ansible_role | agjini/dev-env-core | 3c1e9a12327e808616630cb23afa38a572cf84bd | 3 | roles/core | 5,857 | [
"no_license"
] | [
{
"path": "roles/core/templates/.tmux.conf",
"content": "if \"[[ ${TERM} =~ 256color || ${TERM} == fbterm ]]\" 'set -g default-terminal screen-256color'\n\n# remap prefix from 'C-b' to 'C-x'\nunbind C-b\nset-option -g prefix C-x\nbind-key C-x send-prefix\n\nset -g history-limit 300000\n\n#urxvt tab like win... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 39416,
"all_permissive": false
} |
ansible_role | arisechurch/ansible-lamp | 6bd35f15cffbd80f60366827cee87afcb9658a7c | 0 | roles/apache | 5,857 | [
"no_license"
] | [
{
"path": "roles/apache/vars/main.yml",
"content": "---\n\napache_packages:\n - apache2\n - apache2-utils\n - apache2-mpm-worker\n - php5-fpm\n - php5-mysql\n - php5-gd\n\napache_modules:\n - rewrite\n - proxy\n - proxy_fcgi\n - ssl\n\napache_server_root: /etc/apache2\n\napache_vhost_path: /etc/ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 8826,
"all_permissive": false
} |
ansible_role | arisechurch/ansible-lamp | 6bd35f15cffbd80f60366827cee87afcb9658a7c | 0 | roles/deploy | 5,857 | [
"no_license"
] | [
{
"path": "roles/deploy/tasks/main.yml",
"content": "---\n\n- name: Generate ssh key\n user:\n name: \"{{ item }}\"\n generate_ssh_key: yes\n with_items: host_sites\n when: lamp_sites[item].deployable is defined and True == lamp_sites[item].deployable\n\n- name: Create repo directory\n file:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1309,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.