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 | rising0902/vagrant-vm-collection | 2732b72a83bc9dd5c67559f4c73d111df9a85f9f | 0 | jenkins-on-aws/provisioning/roles/nginx | 1,979 | [
"no_license"
] | [
{
"path": "jenkins-on-aws/provisioning/roles/nginx/templates/nginx_jenkins.conf.j2",
"content": "server {\n server_tokens off;\n\n listen 443 ssl;\n ssl on;\n ssl_certificate /etc/nginx/conf.d/nginx.crt;\n ssl_certificate_key /etc/nginx/conf.d/nginx.key;\n ssl_session_cache shared:ssl:10m;\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 916,
"all_permissive": false
} |
ansible_role | rising0902/vagrant-vm-collection | 2732b72a83bc9dd5c67559f4c73d111df9a85f9f | 0 | logging-on-vbox/provisioning/roles/kibana | 1,979 | [
"no_license"
] | [
{
"path": "logging-on-vbox/provisioning/roles/kibana/tasks/kibana.yml",
"content": "---\n- name: download kibana archive\n get_url: >\n url={{ kibana_configs.dl_url }}\n dest={{ kibana_configs.archive_path }}\n\n- name: unarchive\n unarchive: >\n src={{ kibana_configs.archive_path }}\n dest={{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 912,
"all_permissive": false
} |
ansible_role | rising0902/vagrant-vm-collection | 2732b72a83bc9dd5c67559f4c73d111df9a85f9f | 0 | logging-on-vbox/provisioning/roles/td-agent | 1,979 | [
"no_license"
] | [
{
"path": "logging-on-vbox/provisioning/roles/td-agent/vars/main.yml",
"content": "---\ntd_agent:\n plugins:\n - { name: 'fluent-plugin-elasticsearch' }\n - { name: 'fluent-plugin-s3' }\n position_path: /var/log/td-agent/position\n port: 24224\n bindaddress: 0.0.0.0\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1270,
"all_permissive": false
} |
ansible_role | rising0902/vagrant-vm-collection | 2732b72a83bc9dd5c67559f4c73d111df9a85f9f | 0 | pacemaker-on-aws/provisioning/roles/pacemaker | 1,979 | [
"no_license"
] | [
{
"path": "pacemaker-on-aws/provisioning/roles/pacemaker/tasks/main.yml",
"content": "---\n# pacemaker\n\n- include: debian.yml\n when: \"ansible_os_family == 'Debian'\"\n\n- include: amazon.yml\n when: \"ansible_distribution == 'Amazon'\"\n\n",
"license_type": "no_license",
"detected_licenses": [... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2290,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | Jenkins/roles/common | 1,999 | [
"no_license"
] | [
{
"path": "Jenkins/roles/common/tasks/main.yml",
"content": "# Install common packages and Stop all services if upgrading existing custom jenkins.\n---\n - name: Install Packages\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - libselinux-python\n - java\n - an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1688,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | Jenkins/roles/docker | 1,999 | [
"no_license"
] | [
{
"path": "Jenkins/roles/docker/tasks/main.yml",
"content": "# Install docker and it's component. \n---\n - name: Copy dockerhost.repo\n copy:\n src: dockerhost.repo\n dest: /etc/yum.repos.d/\n\n - name: Uninstall older version of docker\n yum: \n name: \"{{ item }}\" \n state: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 569,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | Jenkins/roles/monit | 1,999 | [
"no_license"
] | [
{
"path": "Jenkins/roles/monit/handlers/main.yml",
"content": "# Handler for monit role\n - name: Monit Reload\n shell: monit reload \n\n - name: Monit Restart\n service:\n name: monit\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1307,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | Jenkins/roles/nginx | 1,999 | [
"no_license"
] | [
{
"path": "Jenkins/roles/nginx/templates/jenkins.conf.j2",
"content": "###########################################################\n## this configuration is for Jenkins ##\n###########################################################\n\nupstream jenkins {\n server {{ ansible_fqdn }}:50713 fail_timeout=0;\n}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2341,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | Jenkins/roles/qjenkins | 1,999 | [
"no_license"
] | [
{
"path": "Jenkins/roles/qjenkins/handlers/main.yml",
"content": "---\n - name: Restart nginx\n service:\n name: nginx\n state: restarted\n\n - name: Restart qjenkins\n service:\n name: qjenkins\n state: restarted\n\n - name: Restart Docker\n service:\n name: docker\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 14553,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | Jenkins/roles/vault | 1,999 | [
"no_license"
] | [
{
"path": "Jenkins/roles/vault/tasks/main.yml",
"content": "# Configures vault on jenkins hosts.\n# Vault binary is already placed on jenkins hosts\n# Check vault binary is in path or not\n- name: Stat vault Binary \n stat:\n path: /sbin/vault\n register: vault_in_path\n\n- debug:\n msg: \"{{ vault_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4961,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | Jenkins/roles/verify | 1,999 | [
"no_license"
] | [
{
"path": "Jenkins/roles/verify/tasks/main.yml",
"content": "# Perform smoke testing\n---\n - name: Do Read\n debug:\n msg: \n - \"**************** WANT TO RUN TEST SUITS ? BE PATIENT AND LET THIS COMPLETE *******************\"\n - \"###################################################... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1486,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/bash_prompt | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/bash_prompt/tasks/main.yaml",
"content": "# Ansible role for bash_prompt responsible to provide bashrc and history_timestamps files on remote hosts.\n---\n- name: Placing file | bashrc \n template:\n src: bashrc.j2\n dest: /etc/bashrc\n owner: root\n group: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 464,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/beats | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/beats/tasks/main.yaml",
"content": "# Ansible role for configuring beats for logstash.\n---\n- name: Remove Package | noname-elk-configs\n yum:\n name: noname-elk-configs\n state: absent\n\n- name: Install Packages\n yum:\n name: \"{{ item }}\"\n state: latest\n wit... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 10273,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/common | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/common/templates/dns_resolv.conf.j2",
"content": "# THIS FILE IS MAINTAINED BY ANSIBLE\n\nsearch {{ ansible_domain }}\ndomain {{ ansible_domain }}\n\n## individual nameservers\n{% for nameserver in dns_nameservers %}\nnameserver {{ nameserver }}\n{% endfor %}\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3662,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/consul_agent | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/consul_agent/templates/consul_client.json.j2",
"content": "{\n \"datacenter\": \"{{ CONSUL_DATACENTER }}\",\n \"log_level\": \"{{ CONSUL_LOG_LEVEL }}\",\n \"data_dir\": \"{{ CONSUL_DATA_DIR }}\",\n \"server\": {{ CONSUL_SERVER_FLAG }},\n \"advertise_addr\": \"{{ ans... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 4286,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/dns_repos | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/dns_repos/defaults/main.yaml",
"content": "---\nyum_repos:\n cent6:\n ver: \"6.9\"\n pkgs_loc: \"{{ master_nameserver }}\"\n gpgcheck: 1\n cent7:\n ver: \"{{ cent7_ver }}\"\n pkgs_loc: \"{{ master_nameserver }}\"\n gpgcheck: 0\n oel7:\n ver: \"7\"\n pkgs... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4220,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/ldap | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/ldap/defaults/main.yaml",
"content": "# Custom Variables for ldap role\nsssd_domains: default \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 56
},
{
"path": "bootstrap/roles/ldap/handlers/main.yaml",
"content": "# Handlers For Rol... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3928,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/ntp | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/ntp/tasks/main.yaml",
"content": "# Ansible role for ntp\n---\n- name: Placing file | ntpdate cron \n template:\n src: ntpdate.j2\n dest: /etc/cron.d/ntpdate\n owner: root\n group: root\n mode: 0644\n\n- name: Placing file | ntp.conf \n template:\n src: ntp.con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1221,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/postfix | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/postfix/templates/main.cf.j2",
"content": "queue_directory = /var/spool/postfix\ncommand_directory = /usr/sbin\ndaemon_directory = /usr/libexec/postfix\nmail_owner = postfix\ninet_interfaces = localhost\ninet_protocols = ipv4\nmydestination = $myhostname, localhost.$mydomain, loca... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1437,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/snmp | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/snmp/handlers/main.yaml",
"content": "# snmp role Handler\n---\n- name: Restart snmpd\n service:\n name: snmpd\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "bootstrap/roles/snmp/defaults/main... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1915,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/splunk | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/splunk/tasks/main.yaml",
"content": "# Ansible role for splunk\n---\n- name: Install Splunk Only If Variable Set To True\n block:\n - name: Install Package | Splunkforwarder\n package:\n name: splunkforwarder\n state: latest\n when: ansible_hostname | m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/sshd | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/sshd/defaults/main.yaml",
"content": "---\neng_group: 'sec-QA sec-Development eng_sa sd'\nssh_group: '{{ pod_string }} eng_sfo01_qa'\n \n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "bootstrap/roles/sshd/templates/ss... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2595,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/sudo | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/sudo/tasks/main.yaml",
"content": "# Role to install sudo package\n---\n- name: Install sudo\n package:\n name: sudo\n state: installed\n\n- name: Create Dir | sudoers.d\n file:\n path: /etc/sudoers.d\n state: directory\n owner: root\n group: root\n mode: 07... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 359,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/syslog-ng | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/syslog-ng/handlers/main.yaml",
"content": "# syslog-ng role Handler\n---\n- name: Restart syslog-ng\n service:\n name: syslog-ng\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "bootstrap/roles... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2956,
"all_permissive": false
} |
ansible_role | dmilind/Ansible | 3799a01354fb71d046c44bb539184549f4ce5862 | 0 | bootstrap/roles/users | 1,999 | [
"no_license"
] | [
{
"path": "bootstrap/roles/users/tasks/main.yaml",
"content": "# Ansible role for handling users across all node types\n---\n- name: Create Group | ansible\n group:\n name: ansible\n state: present\n gid: 1098\n\n# Creating Users\n- name: Create User | ansible\n user: \n name: ansible\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | dvorecvalentin/Task-4 | ea6a18043e65d5113e401e1c7462a3976c54aceb | 0 | project/ansible/roles/deploy_app | 1,999 | [
"no_license"
] | [
{
"path": "project/ansible/roles/deploy_app/tasks/main.yml",
"content": "---\n- name: Copy application binary\n copy:\n src: app_binary\n dest: /usr/local/bin/my-app\n mode: '0755'\n\n- name: Deploy configuration\n template:\n src: app_config.j2\n dest: /etc/my-app/config.yml\n\n- name: Res... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 448,
"all_permissive": false
} |
ansible_role | pdreeves/2019-interactive-splunk | 7f153f5acba4f545cbe78d19d202bdd0c83d7a45 | 0 | ansible/roles/interactiveContainer | 1,999 | [
"no_license"
] | [
{
"path": "ansible/roles/interactiveContainer/tasks/main.yml",
"content": "---\n\n- name: Create Splunk Cluster inputs.conf file\n file:\n path: /opt/splunk/etc/system/local/inputs.conf\n owner: splunk\n group: splunk\n mode: 0744\n state: touch\n\n- name: Configure Splunk inputs.conf file\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1063,
"all_permissive": false
} |
ansible_role | pdreeves/2019-interactive-splunk | 7f153f5acba4f545cbe78d19d202bdd0c83d7a45 | 0 | ansible/roles/splunkCommon | 1,999 | [
"no_license"
] | [
{
"path": "ansible/roles/splunkCommon/tasks/configureConfigBackups.yml",
"content": "---\n\n- name: Create Directory Splunk Backup Scripts Will Be In\n file:\n path: /opt/splunk/bin/backupScripts\n owner: splunk\n group: splunk\n mode: 0700\n state: directory\n\n- name: Configure Backup Scri... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4450,
"all_permissive": false
} |
ansible_role | vCloud-DFTBA/Viettel-Digital-Talent-2025 | edf94ff05f8e1be6c1cea9419b649cef5f3bbd35 | 0 | NguyenTuanAnh-cuoi-ky-gd1/script/prometheus/roles/prometheus | 1,999 | [
"no_license"
] | [
{
"path": "NguyenTuanAnh-cuoi-ky-gd1/script/prometheus/roles/prometheus/files/prometheus.yml",
"content": "global:\n scrape_interval: 15s\n evaluation_interval: 15s\n\nscrape_configs:\n - job_name: 'prometheus'\n static_configs:\n - targets: ['localhost:9090']\n - job_name: 'frontend'\n metri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1505,
"all_permissive": false
} |
ansible_role | vCloud-DFTBA/Viettel-Digital-Talent-2025 | edf94ff05f8e1be6c1cea9419b649cef5f3bbd35 | 0 | PhamNgocHaiDuong-cuoi-ky-gd-1/ansible-efk/roles/elasticsearch | 1,999 | [
"no_license"
] | [
{
"path": "PhamNgocHaiDuong-cuoi-ky-gd-1/ansible-efk/roles/elasticsearch/tasks/main.yml",
"content": "- name: Run Elasticsearch container\n docker_container:\n name: elasticsearch\n image: docker.elastic.co/elasticsearch/elasticsearch:7.17.0\n state: started\n restart_policy: always\n ports:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 264,
"all_permissive": false
} |
ansible_role | vCloud-DFTBA/Viettel-Digital-Talent-2025 | edf94ff05f8e1be6c1cea9419b649cef5f3bbd35 | 0 | PhamNgocHaiDuong-cuoi-ky-gd-1/ansible-efk/roles/kibana | 1,999 | [
"no_license"
] | [
{
"path": "PhamNgocHaiDuong-cuoi-ky-gd-1/ansible-efk/roles/kibana/tasks/main.yml",
"content": "- name: Run Kibana container\n docker_container:\n name: kibana\n image: docker.elastic.co/kibana/kibana:7.17.0\n state: started\n restart_policy: always\n ports:\n - \"5601:5601\"\n env:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 288,
"all_permissive": false
} |
ansible_role | gustavomitt/computadorMeninos | 6262f566e985c27451a8a0e5492d5686b9b07cf5 | 0 | roles/add-meninos | 1,999 | [
"no_license"
] | [
{
"path": "roles/add-meninos/tasks/main.yml",
"content": "---\n- name: Create joel user\n user:\n name=joel\n comment=\"<NAME>\"\n password=\"\"\n shell=/bin/bash\n become: yes\n\n- name: Create davi user\n user:\n name=davi\n comment=\"<NAME>\"\n password=\"\"\n shell=/bin/bash\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | gustavomitt/computadorMeninos | 6262f566e985c27451a8a0e5492d5686b9b07cf5 | 0 | roles/create-users | 1,999 | [
"no_license"
] | [
{
"path": "roles/create-users/tasks/main.yml",
"content": "---\n- name: Make sure we have a 'wheel' group\n group:\n name: wheel\n state: present\n become: yes\n\n- name: Allow 'wheel' group to have passwordless sudo\n lineinfile:\n dest: /etc/sudoers\n state: present\n regexp: '^%wheel'\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 545,
"all_permissive": false
} |
ansible_role | gustavomitt/computadorMeninos | 6262f566e985c27451a8a0e5492d5686b9b07cf5 | 0 | roles/installPackages | 1,999 | [
"no_license"
] | [
{
"path": "roles/installPackages/tasks/main.yml",
"content": "---\n- name: add skype repository\n apt_repository:\n repo: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\n state: present\n become: yes\n\n- name: add skype key\n apt_key:\n url: \"https://repo.skype.com/data/SK... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 784,
"all_permissive": false
} |
ansible_role | r2bit/elk-play | 46ee7e8b7d1af81834fcfe2118ecce7f0e07cae3 | 0 | ansible/roles/logstash | 1,999 | [
"no_license"
] | [
{
"path": "ansible/roles/logstash/templates/10-filebeat-input.conf.jinja2",
"content": "input {\n beats {\n port => {{ logstash_listen_port }}\n ssl => true\n ssl_certificate => \"{{ logstash_ssl_certificate_file }}\"\n ssl_key => \"{{ logstash_ssl_key_file }}\"\n codec... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1806,
"all_permissive": false
} |
ansible_role | r2bit/elk-play | 46ee7e8b7d1af81834fcfe2118ecce7f0e07cae3 | 0 | ansible/roles/tls | 1,999 | [
"no_license"
] | [
{
"path": "ansible/roles/tls/templates/node-req.json.jinja2",
"content": "{\n \"CN\": \"{{ ansible_nodename }}\",\n \"hosts\": [\n \"{{ ansible_nodename }}\",\n \"{{ ansible_eth1.ipv4.address }}\"\n ],\n \"key\": {\n \"algo\": \"ecdsa\",\n \"size\": 384\n }\n}\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2959,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/apache | 1,999 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install Apache and logrotate\n apt:\n pkg:\n - apache2\n - logrotate\n\n- name: Add 7z mime type\n lineinfile:\n path: /etc/apache2/mods-available/mime.conf\n insertafter: EOF\n line: AddType application/x-7z-compresse... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1416,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/awards | 1,999 | [
"no_license"
] | [
{
"path": "roles/awards/tasks/main.yml",
"content": "---\n- name: Check out osmawards\n git:\n repo: https://github.com/Zverik/osmvoting\n dest: \"{{ sites }}/osmz.ru/awards\"\n notify: restart awards\n\n- name: Upload config\n template:\n src: config_local.py.j2\n dest: \"{{ sites }}/osmz.ru... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4344,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/awstats | 1,999 | [
"no_license"
] | [
{
"path": "roles/awstats/tasks/main.yml",
"content": "---\n- name: Install awstats\n apt:\n name: awstats\n state: present\n\n- name: Create configuration files\n template:\n src: awstats.model.conf\n dest: /etc/awstats/awstats.{{ item.domain }}.conf\n loop: \"{{ awstats_sites }}\"\n\n- name:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5055,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/backup | 1,999 | [
"no_license"
] | [
{
"path": "roles/backup/templates/borg_env.j2",
"content": "export BORG=/usr/bin/borg\nexport BORG_REPO={{ borg_repo }}\nexport BORG_PASSPHRASE='{{ borg_pass }}'\nexport BORG_REMOTE_PATH=borg1\nexport BORG_RSH='ssh -i /root/.ssh/borg -oBatchMode=yes'\nexport BORG_LOGGING_CONF=/root/borg_logging.conf\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3540,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/bigmap | 1,999 | [
"no_license"
] | [
{
"path": "roles/bigmap/templates/domain.j2",
"content": "{% if bigmap_cert.stat.exists %}\n<VirtualHost *:443>\n{% else %}\n<VirtualHost *:80>\n{% endif %}\n ServerName {{ domain }}\n DocumentRoot {{ sites }}/osmz.ru/bigmap/www\n\n CustomLog /var/log/apache2/{{ domain }}/access_log combined\n ErrorLog ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2484,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/common | 1,999 | [
"no_license"
] | [
{
"path": "roles/common/files/vimrc",
"content": "\" An example for a vimrc file.\n\"\n\" Maintainer:\t<NAME> <<EMAIL>>\n\" Last change:\t2011 Apr 15\n\"\n\" To use it, copy it to\n\" for Unix and OS/2: ~/.vimrc\n\"\t for Amiga: s:.vimrc\n\" for MS-DOS and Win32: $VIM\\_vimrc\n\"\t for OpenV... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5089,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/exporters | 1,999 | [
"no_license"
] | [
{
"path": "roles/exporters/tasks/main.yml",
"content": "---\n- name: Open exporter ports\n ufw:\n port: \"{{ item }}\"\n proto: tcp\n rule: allow\n with_items:\n - 9100\n - 9104\n notify: restart ufw\n\n- name: Add mysql superuser for the exporter\n mysql_user:\n name: \"{{ mysqld_expo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/izv | 1,999 | [
"no_license"
] | [
{
"path": "roles/izv/handlers/main.yml",
"content": "---\n- name: reload apache\n become: yes\n systemd: name=apache2 state=reloaded\n\n- name: restart apache\n become: yes\n systemd: name=apache2 state=restarted\n\n- name: restart stfed\n become: yes\n service:\n name: stfed\n state: restarted\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5409,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/josmru | 1,999 | [
"no_license"
] | [
{
"path": "roles/josmru/templates/domain.j2",
"content": "{% if josm_cert.stat.exists %}\n<VirtualHost *:443>\n{% else %}\n<VirtualHost *:80>\n{% endif %}\n ServerName josm.osmz.ru\n ServerAlias josm.osmz.ee\n DocumentRoot {{ sites }}/{{ domain }}\n\n CustomLog /var/log/apache2/{{ domain }}/access_log c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2915,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/level0 | 1,999 | [
"no_license"
] | [
{
"path": "roles/level0/templates/config.php",
"content": "<?php\n\n// OpenStreetMap OAuth parameters, see http://wiki.openstreetmap.org/wiki/OAuth\nconst CLIENT_ID = '{{ level0_client_id }}';\nconst CLIENT_SECRET = '{{ level0_client_secret }}';\n\n// Just some OSM paths, if you want to switch to dev se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2770,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/mpd | 1,999 | [
"no_license"
] | [
{
"path": "roles/mpd/defaults/main.yml",
"content": "---\nmpd_port: 3005\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 19
},
{
"path": "roles/mpd/vars/main.yml",
"content": "---\ndomain: pie.osmz.ee\nmpd_instance: \"{{ sites }}/osmz.ru/mpd/var/mpd-instance\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3660,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/nelgi | 1,999 | [
"no_license"
] | [
{
"path": "roles/nelgi/templates/domain.j2",
"content": "{% if nelgi_cert.stat.exists %}\n<VirtualHost *:443>\n{% else %}\n<VirtualHost *:80>\n{% endif %}\n ServerName {{ domain }}\n DocumentRoot {{ sites }}/{{ domain }}/public\n\n CustomLog /var/log/apache2/{{ domain }}/access_log combined\n ErrorLog /... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6727,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/not-textual | 1,999 | [
"no_license"
] | [
{
"path": "roles/not-textual/vars/main.yml",
"content": "---\ndomain: not.textual.ru\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/not-textual/tasks/main.yml",
"content": "---\n- name: Create directory for not.textual.ru\n become: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2030,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/offsets | 1,999 | [
"no_license"
] | [
{
"path": "roles/offsets/templates/prune_archive.sh",
"content": "#!/bin/sh\nTARGET=\"{{ sites }}/{{ domain }}/www/download\"\nfind \"$TARGET\" -name 'iodb*' ! -name '*01.*' ! -name '*-1303*' ! -name \"*-$(date +%y%m)*\" ! -name '*latest*' -delete\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4054,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/ommm | 1,999 | [
"no_license"
] | [
{
"path": "roles/ommm/templates/ommm.osmz.ru",
"content": "<VirtualHost *:80>\n\tServerName ommm.osmz.ru\n\tDocumentRoot {{ sites }}/osmz.ru/ommm\n\tCustomLog /var/log/apache2/osmz.ru/access_log combined\n\tErrorLog /var/log/apache2/osmz.ru/error_log\n\n\t<Directory {{ sites }}/osmz.ru/ommm>\n\t\tOptions Ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 13030,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/osmauth | 1,999 | [
"no_license"
] | [
{
"path": "roles/osmauth/templates/config.php.j2",
"content": "<?php // OSM Auth Proxy configuration file.\n\n// OpenStreetMap OAuth parameters, see https://wiki.openstreetmap.org/wiki/OAuth\nconst CLIENT_ID = '{{ osmauth_client_id }}';\nconst CLIENT_SECRET = '{{ osmauth_client_secret }}';\n\n// Databas... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3311,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/osmstreak | 1,999 | [
"no_license"
] | [
{
"path": "roles/osmstreak/vars/main.yml",
"content": "---\ndomain: streak.osmz.ru\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 27
},
{
"path": "roles/osmstreak/defaults/main.yml",
"content": "---\nosmstreak_port: 3004\nosmstreak_mysql_db: osmstreak\nosmst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4345,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/osmz | 1,999 | [
"no_license"
] | [
{
"path": "roles/osmz/templates/yav2",
"content": "#!/bin/bash\nDATE=\"$(/usr/bin/date +'%y%m%d')\"\nTARGET={{ sites }}/osmz.ru/www/yav2\n/usr/bin/wget -q http://atd.openstreetmap.ru/posstat.html -O $TARGET/atd-$DATE.html\n# /usr/bin/wget -q --user-agent \"googlebot\" http://wowik.000space.com/places/index.... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 263323,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/php | 1,999 | [
"no_license"
] | [
{
"path": "roles/php/tasks/composer.yml",
"content": "---\n# See https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md\n\n- name: Check that we don't have composer yet\n stat:\n path: /usr/local/bin/composer\n register: composer_bin\n\n- name: Download composer installer\n when:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1906,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/phpmyadmin | 1,999 | [
"no_license"
] | [
{
"path": "roles/phpmyadmin/templates/domain.j2",
"content": "{% if pma_cert.stat.exists %}\n<VirtualHost *:443>\n{% else %}\n<VirtualHost *:80>\n{% endif %}\n\tServerName phpmyadmin.textual.ru\n\tDocumentRoot /usr/share/phpmyadmin\n\tCustomLog /var/log/apache2/pma_access_log combined\n\tErrorLog /var/log/a... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4123,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/pin-x | 1,999 | [
"no_license"
] | [
{
"path": "roles/pin-x/tasks/main.yml",
"content": "---\n- name: Create directory for pin-x.ru\n become: yes\n file:\n path: \"{{ sites }}/pin-x.ru\"\n state: directory\n owner: www-data\n\n- name: Add pin-x to backup\n become: yes\n lineinfile:\n path: /etc/cron.daily/backup\n line: /roo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1871,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/python | 1,999 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: Install packages\n apt:\n name:\n - python3\n - python3-pip\n - python3-virtualenv\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/radio | 1,999 | [
"no_license"
] | [
{
"path": "roles/radio/templates/settings.json.j2",
"content": "{\n \"db\": {\n \"server\": \"localhost\",\n \"user_name\": \"{{ radio_mysql_user }}\",\n \"passw\": \"\",\n \"name\": \"{{ radio_mysql_db }}\",\n \"exists\": false\n },\n \"timezone\": {\n \"o... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6143,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/revertui | 1,999 | [
"no_license"
] | [
{
"path": "roles/revertui/tasks/main.yml",
"content": "---\n- name: Check out RevertUI\n git:\n repo: https://github.com/Zverik/RevertUI\n dest: \"{{ sites }}/osmz.ru/revert\"\n recursive: true\n notify: restart revertui\n\n- name: Upload config\n template:\n src: config_local.py\n dest: \... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3584,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/schedules | 1,999 | [
"no_license"
] | [
{
"path": "roles/schedules/tasks/updater.yml",
"content": "---\n- name: Upload updating script\n copy:\n src: update_schedules.sh\n dest: /opt/src/update_schedules.sh\n mode: 0755\n register: updater_changed\n\n- name: Initialize log file\n become: yes\n file:\n path: /var/log/sotm_schedules... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 5539,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/seeing | 1,999 | [
"no_license"
] | [
{
"path": "roles/seeing/files/theme/theme-info.php",
"content": "<?php return array (\n\n 'display_name' => array (\n 'en' => 'Seeing',\n 'ru' => 'Посмотрел',\n ),\n\n 'based_on' => 'plain',\n\n); ?>\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
},
{
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7036,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/shtosm | 1,999 | [
"no_license"
] | [
{
"path": "roles/shtosm/templates/domain.j2",
"content": "{% if shtosm_cert.stat.exists %}\n<VirtualHost *:443>\n{% else %}\n<VirtualHost *:80>\n{% endif %}\n ServerName {{ domain }}\n DocumentRoot {{ sites }}/{{ domain }}\n\n CustomLog /var/log/apache2/{{ domain }}/access_log combined\n ErrorLog /var/l... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 20,
"total_bytes": 19528,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/sisyphus | 1,999 | [
"no_license"
] | [
{
"path": "roles/sisyphus/defaults/main.yml",
"content": "---\nsisyphus_accounts:\n - 3737398 # https://www.openstreetmap.org/user/Maps%20Mapsme\n - 3740941 # https://www.openstreetmap.org/user/alex%20fry\n - 4051409 # https://www.openstreetmap.org/user/Suptechvrn\n - 5482307 # https://www.openstree... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1324,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/sotm-baltics | 1,999 | [
"no_license"
] | [
{
"path": "roles/sotm-baltics/tasks/main.yml",
"content": "---\n- name: Create directory for sotm-baltics\n become: yes\n file:\n path: \"{{ sites }}/sotm-baltics.org\"\n state: directory\n owner: zverik\n mode: '0755'\n\n- name: Add sotm-baltics to backup\n become: yes\n lineinfile:\n pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2369,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/svn | 1,999 | [
"no_license"
] | [
{
"path": "roles/svn/tasks/main.yml",
"content": "---\n- name: Install subversion packages\n apt:\n name:\n - subversion\n - sasl2-bin\n state: present\n\n- name: Create svn system user\n user:\n name: svn\n create_home: false\n password: '!'\n\n- name: Create svn directory\n fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1553,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/syncthing | 1,999 | [
"no_license"
] | [
{
"path": "roles/syncthing/tasks/hooks.yml",
"content": "---\n- name: Install Cargo\n include_tasks: cargo.yml\n\n- name: Check out stfed\n git:\n repo: https://github.com/desbma/stfed.git\n dest: /srv/stfed\n register: stfed_repo\n\n- name: Compile stfed\n when: stfed_repo is changed\n command:\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4605,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/textual | 1,999 | [
"no_license"
] | [
{
"path": "roles/textual/vars/main.yml",
"content": "---\ndomain: textual.ru\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 23
},
{
"path": "roles/textual/files/heroeswar.pl",
"content": "#!/usr/bin/perl\nuse strict;\nuse LWP::Simple;\nuse CGI qw/param/;\nmy... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 24090,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/whosthat | 1,999 | [
"no_license"
] | [
{
"path": "roles/whosthat/templates/domain.j2",
"content": "{% if whosthat_cert.stat.exists %}\n<VirtualHost *:443>\n{% else %}\n<VirtualHost *:80>\n{% endif %}\n ServerName {{ domain }}\n DocumentRoot {{ sites }}/osmz.ru/whosthat/www\n\n CustomLog /var/log/apache2/{{ domain }}/access_log combined\n Err... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3835,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/znc | 1,999 | [
"no_license"
] | [
{
"path": "roles/znc/tasks/main.yml",
"content": "---\n- name: Install ZNC\n apt:\n name: znc\n state: present\n\n- name: Add znc to backup\n lineinfile:\n path: /etc/cron.daily/backup\n line: /root/make_backup Znc /var/lib/znc\n regexp: 'make.* Znc '\n state: present\n tags: backup\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 752,
"all_permissive": false
} |
ansible_role | Zverik/ansible-textual | c308593f19d8bfa6975a7c74e53fe197665af2d2 | 0 | roles/zverev | 1,999 | [
"no_license"
] | [
{
"path": "roles/zverev/templates/domain.j2",
"content": "{% if zverev_cert.stat.exists %}\n<VirtualHost *:443>\n{% else %}\n<VirtualHost *:80>\n{% endif %}\n ServerName ilya.zverev.info\n ServerAlias ilia.zverev.info ilja.zverev.info\n DocumentRoot {{ sites }}/zverev.info/ilya\n CustomLog /var/log/apac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2230,
"all_permissive": false
} |
ansible_role | dsyzling/ubuntu-dev-machine-setup | d64a5319483c0e437aaa418a4fff0cb2c83634a3 | 0 | roles/dotfiles | 1,999 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "- name: Install gnu stow to manage dotfiles\n become: True\n become_user: root\n package:\n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n vars:\n packages:\n - stow\n\n- name: Clone our dotfiles from github\n git:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | dsyzling/ubuntu-dev-machine-setup | d64a5319483c0e437aaa418a4fff0cb2c83634a3 | 0 | roles/oh-my-zsh | 1,999 | [
"no_license"
] | [
{
"path": "roles/oh-my-zsh/tasks/main.yml",
"content": "- name: Install git and zsh\n become: True\n become_user: root\n package:\n name: \"{{ packages }}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - git\n - git-core\n - zsh \n - zsh-doc\n - powerli... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | dsyzling/ubuntu-dev-machine-setup | d64a5319483c0e437aaa418a4fff0cb2c83634a3 | 0 | roles/wsl | 1,999 | [
"no_license"
] | [
{
"path": "roles/wsl/tasks/main.yml",
"content": "- name: Install packages for WSL development\n become: True\n become_user: root\n package:\n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n vars:\n packages:\n - stow\n - emacs-gtk\n - ispell\n - zsh\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4429,
"all_permissive": false
} |
ansible_role | Joekd1/ansible-arch | 1a0c3eb7dcc66f7e48e087f13332863bba3708dd | 0 | roles/apps | 1,999 | [
"no_license"
] | [
{
"path": "roles/apps/tasks/fonts.yaml",
"content": "- name: Installing fonts\n community.general.pacman:\n name:\n - noto-fonts\n - ttf-bitstream-vera\n - ttf-croscore\n - ttf-dejavu\n - ttf-ibm-plex\n - ttf-liberation\n - ttf-ubuntu-font-family\n - ttf-anonymous... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 8505,
"all_permissive": false
} |
ansible_role | Joekd1/ansible-arch | 1a0c3eb7dcc66f7e48e087f13332863bba3708dd | 0 | roles/base | 1,999 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yaml",
"content": "- name: Updating the system\n community.general.pacman:\n update_cache: true\n upgrade: true\n\n- name: Create ansible user\n ansible.builtin.user:\n name: ansible\n groups: root\n\n- name: Add ssh key for the ansible user\n ansible.posix.au... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 891,
"all_permissive": false
} |
ansible_role | Joekd1/ansible-arch | 1a0c3eb7dcc66f7e48e087f13332863bba3708dd | 0 | roles/dev | 1,999 | [
"no_license"
] | [
{
"path": "roles/dev/tasks/main.yaml",
"content": "- name: Dev tasks\n ansible.builtin.include_tasks:\n file: '{{ item }}'\n loop:\n - data-init.yaml\n - git.yaml\n - stow.yaml\n - shell.yaml\n - neovim.yaml\n - tmux.yaml\n - pomo.yaml\n - misc.yaml\n",
"license_type": "no_l... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 4807,
"all_permissive": false
} |
ansible_role | Joekd1/ansible-arch | 1a0c3eb7dcc66f7e48e087f13332863bba3708dd | 0 | roles/pacman | 1,999 | [
"no_license"
] | [
{
"path": "roles/pacman/README.md",
"content": "\n# Task files:\n\n- config.yaml: Configures pacman.\n- caur.yaml: Adds chaotic aur repo if it doesn't exist.\n- update.yaml: Updates the system.\n- aur.yaml: Adds *aur_builder* user necessary to build aur packages and installs aur helper.\n- flatpak.yaml: Add... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2680,
"all_permissive": false
} |
ansible_role | Joekd1/ansible-arch | 1a0c3eb7dcc66f7e48e087f13332863bba3708dd | 0 | roles/utils | 1,999 | [
"no_license"
] | [
{
"path": "roles/utils/README.md",
"content": "\n# Task files:\n\n- drivers.yaml: Installs drivers.\n- libvirt.yaml: Installs and configures *livvirt*, *virt-manager* and utilities.\n- auto-cpufreq.yaml: Installs and configures auto-cpufreq.\n- docker.yaml: Installs and configures docker and utilities.\n- c... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 10,
"total_bytes": 5753,
"all_permissive": false
} |
ansible_role | tembin/lamp-moodle | dc2d9df38663fdf1c89721560e194ec2a2680218 | 1 | roles/apache | 1,999 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n- name: Install Apache\n yum: name=httpd state=latest\n\n- name: Download the demo file\n get_url:\n url: http://192.168.127.12/index.html\n dest: /var/www/html/\n owner: apache\n group: apache\n mode: 0644\n\n- name: Enabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 556,
"all_permissive": false
} |
ansible_role | tembin/lamp-moodle | dc2d9df38663fdf1c89721560e194ec2a2680218 | 1 | roles/mariadb | 1,999 | [
"no_license"
] | [
{
"path": "roles/mariadb/files/my.cnf",
"content": "[client]\n#default-character-set = utf8mb4\ndefault-character-set = utf8\n\n[mysqld]\ndatadir=/var/lib/mysql\nsocket=/var/lib/mysql/mysql.sock\ninnodb_file_format = Barracuda\ninnodb_file_per_table = 1\ninnodb_large_prefix\nsymbolic-links=0\nmax_allowed_pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1568,
"all_permissive": false
} |
ansible_role | tembin/lamp-moodle | dc2d9df38663fdf1c89721560e194ec2a2680218 | 1 | roles/php | 1,999 | [
"no_license"
] | [
{
"path": "roles/php/files/config.php",
"content": "<?php // Moodle configuration file\n\nunset($CFG);\nglobal $CFG;\n$CFG = new stdClass();\n\n$CFG->dbtype = 'mariadb';\n$CFG->dblibrary = 'native';\n$CFG->dbhost = 'localhost';\n$CFG->dbname = 'moodledb';\n$CFG->dbuser = 'moodleuser';\n$CFG->db... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2333,
"all_permissive": false
} |
ansible_role | naveenkonukati/tomcat-ansible-jenkins | 63cfa7c46cff8b3f5536136371c3b9300c1fe845 | 0 | roles/deploywar | 1,999 | [
"no_license"
] | [
{
"path": "roles/deploywar/tasks/main.yml",
"content": "---\n - name: Download petclinic war from nexus\n get_url:\n url: http://172.16.58.3:8081/nexus/content/repositories/releases/org/springframework/boot/spring-boot-samples/1.4.1/spring-boot-samples-1.4.1.spring-boot-samples/spring-boot-sample-atmo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 581,
"all_permissive": false
} |
ansible_role | naveenkonukati/tomcat-ansible-jenkins | 63cfa7c46cff8b3f5536136371c3b9300c1fe845 | 0 | roles/tomcat | 1,999 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": "---\n - name: add group \"tomcat\"\n group:\n name: tomcat\n\n - name: add user \"tomcat\"\n user:\n name: tomcat\n group: tomcat\n home: /usr/share/tomcat\n createhome: no\n \n - name: download tomcat\n get_url:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1460,
"all_permissive": false
} |
ansible_role | siddharthvipul/morseCode | 5dbea00e528e69f71cba51cfe5d12d11ccea23d9 | 0 | roles/glusterfs-cgroups | 1,999 | [
"no_license"
] | [
{
"path": "roles/glusterfs-cgroups/README.md",
"content": "glusterfs-cgroups\n=========\n\nConfigures a systemd slice unit for glusterfs processes to limit the CPU Quota used by these processes. glusterd service is restarted once configured for changes to take effect\n\n\nRole Variables\n--------------\n\n|... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1168,
"all_permissive": false
} |
ansible_role | siddharthvipul/morseCode | 5dbea00e528e69f71cba51cfe5d12d11ccea23d9 | 0 | roles/nfs-ganesha | 1,999 | [
"no_license"
] | [
{
"path": "roles/nfs-ganesha/tasks/main.yml",
"content": "---\n# tasks file for nfs-ganesha\n- name: Check package sanity\n include_tasks: prereq/package_check.yml\n\n- name: Configure services\n include_tasks: prereq/configure_services.yml\n\n- name: Generate public key\n include_tasks: generate_public_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 966,
"all_permissive": false
} |
ansible_role | Karthikvasudev/myguestbook-dev | 6bc341da8255a93f079e20a0ce35f9b018c9e398 | 0 | provisioning/roles/ruby | 2,058 | [
"no_license"
] | [
{
"path": "provisioning/roles/ruby/tasks/main.yml",
"content": "---\n- name: Add Ruby repository\n apt_repository: repo='ppa:brightbox/ruby-ng'\n\n- name: Install packages\n apt: name={{ item }} state=present\n with_items:\n - build-essential\n - git\n - libxml2-dev\n - libxslt1-dev\n - li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 876,
"all_permissive": false
} |
ansible_role | dishbreak/nodetodo | f659bd6c63f561d5e70dd9b8072e313ff76a535a | 0 | ansible/roles/nodetodo | 2,058 | [
"no_license"
] | [
{
"path": "ansible/roles/nodetodo/tasks/hostname.yml",
"content": "---\n- name: set hostname\n hostname: name=\"{{ my_hostname }}\"\n become: true\n\n- name: update /etc/hosts\n template:\n backup: yes\n dest: /etc/hosts\n src: ../templates/hosts\n group: root\n mode: 744\n become: true",... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1537,
"all_permissive": false
} |
ansible_role | salomaosan/organizations-grafana-automations | 88685ecab2ccfe936a78e1b6ea85aba1f1ec9178 | 0 | roles/associate-flowti-user | 2,058 | [
"no_license"
] | [
{
"path": "roles/associate-flowti-user/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - associte-admin-users\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/associate-flowti-user/tasks/main.yml",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1535,
"all_permissive": false
} |
ansible_role | salomaosan/organizations-grafana-automations | 88685ecab2ccfe936a78e1b6ea85aba1f1ec9178 | 0 | roles/create-datasource-mysql | 2,058 | [
"no_license"
] | [
{
"path": "roles/create-datasource-mysql/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - create-datasource\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 76
},
{
"path": "roles/create-datasource-mysql/tasks/create-datas... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | salomaosan/organizations-grafana-automations | 88685ecab2ccfe936a78e1b6ea85aba1f1ec9178 | 0 | roles/create-datasource-zabbix | 2,058 | [
"no_license"
] | [
{
"path": "roles/create-datasource-zabbix/handlers/main.yml",
"content": "---\n# handlers file for create-datasource-zabbix\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "roles/create-datasource-zabbix/tasks/create-datasource.yml",
"content"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 997,
"all_permissive": false
} |
ansible_role | salomaosan/organizations-grafana-automations | 88685ecab2ccfe936a78e1b6ea85aba1f1ec9178 | 0 | roles/create-org | 2,058 | [
"no_license"
] | [
{
"path": "roles/create-org/handlers/main.yml",
"content": "---\n# handlers file for create-org\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/create-org/vars/main.yml",
"content": "---\n# vars file for create-org\n",
"license_type... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | salomaosan/organizations-grafana-automations | 88685ecab2ccfe936a78e1b6ea85aba1f1ec9178 | 0 | roles/list-orgs | 2,058 | [
"no_license"
] | [
{
"path": "roles/list-orgs/handlers/main.yml",
"content": "---\n# handlers file for list-orgs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/list-orgs/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1000,
"all_permissive": false
} |
ansible_role | Knighten-Homelab/vm-cloudflare-ddns | 03e6f28ec054adf7800f43d22e5cc44255c597c1 | 0 | ansible/roles/cloudflare_ddns | 2,058 | [
"no_license"
] | [
{
"path": "ansible/roles/cloudflare_ddns/templates/docker-compose.yaml.j2",
"content": "---\nservices:\n cloudflare-ddns-proxied:\n image: favonia/cloudflare-ddns:1.15.1\n restart: always\n user: \"{{ user_info.uid }}:{{ user_info.uid }}\"\n environment:\n - DOMAINS={{ cloudflare_ddns_prox... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2380,
"all_permissive": false
} |
ansible_role | fapoflorence/tp1docker | b69060023dc6799bee282c358a352dc9c409c444 | 0 | ansible/roles/app | 2,058 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "- name: Run Application Container\n docker_container:\n name: my-api\n image: fapo030/tp-devops-imple-api-student-main:latest\n pull: true\n recreate: true\n networks: \n - name: network_one\n\n",
"license_type": "no_license"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 206,
"all_permissive": false
} |
ansible_role | fapoflorence/tp1docker | b69060023dc6799bee282c358a352dc9c409c444 | 0 | ansible/roles/database | 2,058 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "- name: Run Database Container\n docker_container:\n name: my-db\n image: fapo030/tp-devops-database:latest\n recreate: true\n networks: \n - name: network_one\n env:\n POSTGRES_DB: \"db\" \n POSTGRES_USER: \"usr\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | fapoflorence/tp1docker | b69060023dc6799bee282c358a352dc9c409c444 | 0 | ansible/roles/proxy | 2,058 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/tasks/main.yml",
"content": "- name: Run Proxy Container\n docker_container:\n name: my_proxy\n image: fapo030/tp-devops-httpserver:latest\n networks: \n - name: network_one\n ports:\n - \"80:80\"\n\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | tomasz-luch-payu-gpo/hackathon | 9825adf12ce4678daa151a8e3bcee902e2dc0d45 | 0 | src/main/ansible/roles/springboot | 2,058 | [
"no_license"
] | [
{
"path": "src/main/ansible/roles/springboot/tasks/main.yml",
"content": "---\n- name: Install Java 1.8\n yum: name=java-1.8.0-openjdk state=present\n\n- name: add group \"springboot\"\n group: name=springboot\n\n- name: add user \"springboot\"\n user: name=springboot group=springboot home=/usr/share/spr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2365,
"all_permissive": false
} |
ansible_role | doxic/ansible-basics | 39e6b8c07982d826e2d3b678f64f1a36c8a370d5 | 0 | ansible-infrastructure/roles/doxic.base | 2,058 | [
"no_license"
] | [
{
"path": "ansible-infrastructure/roles/doxic.base/tasks/main.yml",
"content": "---\n\n- include: create_swap_file.yml\n when: create_swap_file\n tags: swap\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
},
{
"path": "ansible-infrastructure/roles/doxic.base... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 152,
"all_permissive": false
} |
ansible_role | doxic/ansible-basics | 39e6b8c07982d826e2d3b678f64f1a36c8a370d5 | 0 | ansible-infrastructure/roles/doxic.graylog | 2,058 | [
"no_license"
] | [
{
"path": "ansible-infrastructure/roles/doxic.graylog/tasks/main.yml",
"content": "---\n\n## Install openjdk\n\n- name: Install openjdk packages and dependencies\n apt: name={{ item }} update_cache={{ update_apt_cache }} state=installed\n with_items:\n - openjdk-8-jre-headless\n\n## mongodb\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2550,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.