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 | Zaymes/ckan-ansible-deploy | 7326e0bf44d5df5fafa8332e468f5694a83b3f5e | 1 | roles/ckan | 233 | [
"no_license"
] | [
{
"path": "roles/ckan/tasks/virtualenv.yml",
"content": "---\n- name: Get pip\n get_url:\n url: https://bootstrap.pypa.io/get-pip.py\n dest: /tmp\n\n- name: Install pip for Python3\n command: python3 /tmp/get-pip.py\n\n- name: Install virtualenv for Python3\n command: python3 -m venv /usr/lib/ckan/... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2810,
"all_permissive": false
} |
ansible_role | Zaymes/ckan-ansible-deploy | 7326e0bf44d5df5fafa8332e468f5694a83b3f5e | 1 | roles/common | 233 | [
"no_license"
] | [
{
"path": "roles/common/tasks/apt.yml",
"content": "---\n- name: Install required apt packages\n apt:\n name:\n - \"git-core\"\n - \"python3-dev\"\n - \"python3-pip\"\n - \"python3-venv\"\n - \"python3-distutils\"\n - \"libpq-dev\"\n - \"libxml2-dev\"\n - \"libxsl... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 432,
"all_permissive": false
} |
ansible_role | Zaymes/ckan-ansible-deploy | 7326e0bf44d5df5fafa8332e468f5694a83b3f5e | 1 | roles/database | 233 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "---\n\n- name: Install PostgreSQL\n apt:\n name: ['postgresql-12', 'postgresql-contrib', 'postgis', 'python3-psycopg2']\n state: present\n\n- name: Add custom pg_hba file \n copy:\n src: files/pg_hba.conf\n dest: /etc/postgresql/{{ postgre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1424,
"all_permissive": false
} |
ansible_role | Zaymes/ckan-ansible-deploy | 7326e0bf44d5df5fafa8332e468f5694a83b3f5e | 1 | roles/redis | 233 | [
"no_license"
] | [
{
"path": "roles/redis/handlers/main.yml",
"content": "- name: start or restart redis-server\n service:\n name: redis-server\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 92
},
{
"path": "roles/redis/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | Zaymes/ckan-ansible-deploy | 7326e0bf44d5df5fafa8332e468f5694a83b3f5e | 1 | roles/solr | 233 | [
"no_license"
] | [
{
"path": "roles/solr/tasks/main.yml",
"content": "---\n- name: Install Java\n apt:\n name: openjdk-11-jdk\n state: present\n\n- name: Download Solr\n get_url:\n url: \"https://archive.apache.org/dist/lucene/solr/{{ solr_version }}/solr-{{ solr_version }}.tgz\"\n dest: /tmp/solr-{{ solr_versio... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1156,
"all_permissive": false
} |
ansible_role | Zaymes/ckan-ansible-deploy | 7326e0bf44d5df5fafa8332e468f5694a83b3f5e | 1 | roles/webserver | 233 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/uwsgi.yml",
"content": "---\n- name: Install uWSGI\n pip:\n name: uwsgi\n virtualenv: /usr/lib/ckan/default\n virtualenv_command: pyvenv\n \n- name: Copy wsgi.py to configuration folder\n copy:\n remote_src: yes\n src: /usr/lib/ckan/default/src/ckan/wsgi... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3424,
"all_permissive": false
} |
ansible_role | romanTechDev/devops | 9b08dfe7a69b9c978cb72b96fe79731fc28c77e5 | 0 | ansible/roles/certbot | 241 | [
"no_license"
] | [
{
"path": "ansible/roles/certbot/tasks/main.yml",
"content": "---\n- name: Certbot\n ansible.builtin.import_tasks:\n file:\n - install.yml\n - create_certificate.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "ansible/roles/cer... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2384,
"all_permissive": false
} |
ansible_role | romanTechDev/devops | 9b08dfe7a69b9c978cb72b96fe79731fc28c77e5 | 0 | ansible/roles/docker | 241 | [
"no_license"
] | [
{
"path": "ansible/roles/docker/tasks/docker_compose-service.yml",
"content": "---\n- name: Docker_compose-service\n become: true\n # when: true\n tags: docker_compose-service\n block:\n - name: \"Создать директорию {{ docker_service }}\"\n ansible.builtin.file:\n path: \"{{ docker_workin... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3934,
"all_permissive": false
} |
ansible_role | romanTechDev/devops | 9b08dfe7a69b9c978cb72b96fe79731fc28c77e5 | 0 | ansible/roles/gitlab-runner | 241 | [
"no_license"
] | [
{
"path": "ansible/roles/gitlab-runner/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for gitlab-runner\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "ansible/roles/gitlab-runner/vars/main.yml",
"content": "#... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1925,
"all_permissive": false
} |
ansible_role | romanTechDev/devops | 9b08dfe7a69b9c978cb72b96fe79731fc28c77e5 | 0 | ansible/roles/monitoring | 241 | [
"no_license"
] | [
{
"path": "ansible/roles/monitoring/templates/config.alloy.j2",
"content": "// Discover docker containers to collect logs from\ndiscovery.docker \"docker_containers\" {\n // Note that if you are using Docker Desktop Engine this may need to be changed to\n // something like \"unix:///${HOME}/.docker/de... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7477,
"all_permissive": false
} |
ansible_role | romanTechDev/devops | 9b08dfe7a69b9c978cb72b96fe79731fc28c77e5 | 0 | ansible/roles/nginx | 241 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/defaults/main.yml",
"content": "nginx_port: 80\nnginx_ssl_crt_path: \"/etc/ssl/certs/\"\nnginx_ssl_key_path: \"/etc/ssl/private/\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "ansible/roles/nginx/tasks/create_htt... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 14,
"total_bytes": 7683,
"all_permissive": false
} |
ansible_role | romanTechDev/devops | 9b08dfe7a69b9c978cb72b96fe79731fc28c77e5 | 0 | ansible/roles/php | 241 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/install.yml",
"content": "---\n- name: Install PHP-FPM\n become: true\n ansible.builtin.apt:\n name:\n - php\n - php-fpm\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "ansibl... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3524,
"all_permissive": false
} |
ansible_role | romanTechDev/devops | 9b08dfe7a69b9c978cb72b96fe79731fc28c77e5 | 0 | ansible/roles/test | 241 | [
"no_license"
] | [
{
"path": "ansible/roles/test/tasks/main.yml",
"content": "---\n- name: Display IP addresses\n ansible.builtin.debug:\n msg: \"IP address: {{ ansible_default_ipv4.address }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | HIKO1021024/centos_lamp | ace424a181e398b5655daec67b39c9cfde59c6c6 | 0 | roles/yum | 241 | [
"no_license"
] | [
{
"path": "roles/yum/tasks/main.yml",
"content": "---\n- hosts: all\n user: ansibleuser\n sudo: yes\n vars:\n mysql_root_pw: \"test\" #変更推奨\n \n php_7:\n # httpd 用 php 設定ファイル(原本)\n httpd_config_org_path: /etc/httpd/conf.d/php.conf\n # httpd 用 php 設定ファイル\n httpd_config_path: /... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3493,
"all_permissive": false
} |
ansible_role | NickGlebanov/instahelper-cicd | 539cc1c268bdc4d3a68856ce16b391813fe64ac8 | 0 | gitlab-ce/ansible/roles/updateserver | 241 | [
"no_license"
] | [
{
"path": "gitlab-ce/ansible/roles/updateserver/tasks/main.yml",
"content": "---\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=86400\n\n- name: Upgrade all apt packages\n apt: upgrade=dist\n\n- name: Install dependencies\n apt:\n name: \"{{ packages }}\"\n state: present\n u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 376,
"all_permissive": false
} |
ansible_role | Chinaza17/ansible_controller_jenkins | 2dc9fd695fe2561bd8d205cf4cddc753197214e3 | 0 | roles/configure-jenkins | 241 | [
"no_license"
] | [
{
"path": "roles/configure-jenkins/tasks/main.yml",
"content": "---\n# tasks file for roles/configure-jenkins\n- name: Ensure Jenkins is started\n service:\n name: jenkins\n state: started\n enabled: yes\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | Chinaza17/ansible_controller_jenkins | 2dc9fd695fe2561bd8d205cf4cddc753197214e3 | 0 | roles/java | 241 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n# tasks file for roles/java\n- name: Update APT package manager\n apt:\n update_cache: yes\n\n- name: Install OpenJDK 17\n apt:\n name: openjdk-17-jdk\n state: present\n\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 176,
"all_permissive": false
} |
ansible_role | Chinaza17/ansible_controller_jenkins | 2dc9fd695fe2561bd8d205cf4cddc753197214e3 | 0 | roles/jenkins | 241 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "# ---\n# # tasks file for roles/jenkins\n# - name: Add Jenkins repository key\n# apt_key:\n# url: https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key\n# keyring: /usr/share/keyrings/jenkins-keyring.asc\n# state: present\n\n# - name: Ad... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1178,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/ceilometer | 241 | [
"no_license"
] | [
{
"path": "roles/ceilometer/tasks/ceilometer-nova.yml",
"content": "- name: install packages\n tags: package\n package: name={{ item }} state=latest\n with_items:\n - openstack-ceilometer-compute\n - python-ceilometerclient\n - python-pecan\n\n- name: install configuration\n tags: config\n tem... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 7295,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/cinder | 241 | [
"no_license"
] | [
{
"path": "roles/cinder/tasks/cinder.yml",
"content": "- name: install packages\n tags: package\n package: name={{ item }} state=latest\n with_items:\n - lvm2\n - openstack-cinder\n - targetcli \n - python-oslo-policy\n - python-keystonemiddleware\n\n- name: create volume\n command: pvcre... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5068,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/database | 241 | [
"no_license"
] | [
{
"path": "roles/database/templates/my.cnf.j2",
"content": "[client]\ndefault-character-set=utf8\n\n[mysql]\ndefault-character-set=utf8\n\n[mysqld]\n#bind-address= api_interface_address \n#port= mariadb_port \n\nlog-bin=mysql-bin\nbinlog_format=ROW\ndefault-storage-engine=innodb\ninnodb_autoinc_lock_mode=2\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 6038,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/glance | 241 | [
"no_license"
] | [
{
"path": "roles/glance/tasks/main.yml",
"content": "- name: install packages\n tags: packages\n package: name={{ item }} state=latest\n with_items:\n - openstack-glance\n - python-glance\n - python-glanceclient\n\n- name: install glance configuration\n template: src={{ item }}.j2 dest=/etc/gla... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3869,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/ha | 241 | [
"no_license"
] | [
{
"path": "roles/ha/tasks/main.yml",
"content": "- name: install packages\n tags: packages\n package: name=keepalived state=latest\n\n- name: install configuration\n template: src=keepalived.conf.j2 dest=/etc/keepalived/keepalived.conf\n\n- name: start services\n tags: service\n service: name=keepalive... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 814,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/heat | 241 | [
"no_license"
] | [
{
"path": "roles/heat/templates/heatdb.sql.j2",
"content": "{% if destroy_data %}\nDROP DATABASE IF EXISTS heat;\n{% endif %}\nCREATE DATABASE IF NOT EXISTS heat;\n\nGRANT ALL PRIVILEGES ON heat.* TO 'heat'@'localhost' IDENTIFIED BY '{{ heatdb_password }}';\nGRANT ALL PRIVILEGES ON heat.* TO 'heat'@'{{ ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5117,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/horizon | 241 | [
"no_license"
] | [
{
"path": "roles/horizon/templates/local_settings.j2",
"content": "import os\nfrom django.utils.translation import ugettext_lazy as _\nfrom openstack_dashboard import exceptions\nfrom openstack_dashboard.settings import HORIZON_CONFIG\nDEBUG = False\nTEMPLATE_DEBUG = DEBUG\nWEBROOT = '/dashboard/'\nALLOWED_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 9640,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/keystone | 241 | [
"no_license"
] | [
{
"path": "roles/keystone/templates/keystonedb.sql.j2",
"content": "{% if destroy_data %}\nDROP DATABASE IF EXISTS keystone;\n{% endif %}\nCREATE DATABASE IF NOT EXISTS keystone;\n\nGRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'localhost' IDENTIFIED BY '{{ keystonedb_password }}';\nGRANT ALL PRIVILEGES ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3444,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/neutron | 241 | [
"no_license"
] | [
{
"path": "roles/neutron/templates/ml2_conf.ini.j2",
"content": "[ml2]\ntype_drivers = flat,vlan,vxlan\ntenant_network_types = vxlan\nmechanism_drivers = linuxbridge,l2population\nextension_drivers = port_security\n\n[ml2_type_flat]\nflat_networks = {{ provider_network }}\n\n[ml2_type_vxlan]\nvni_ranges = 1... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 7485,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/nova | 241 | [
"no_license"
] | [
{
"path": "roles/nova/tasks/main.yml",
"content": "- include: controller.yml\n when: controller is defined\n\n- include: nova.yml\n when: controller is not defined\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/nova/templates/novadb.sql... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6996,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/prepare | 241 | [
"no_license"
] | [
{
"path": "roles/prepare/templates/services.xml.j2",
"content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n\n<services xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n ssh_key=\"{{ root_ssh_key }}\"\n effective_user=\"root\">\n\n{% for item in groups['controller'] %}\n <ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 20469,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/swift | 241 | [
"no_license"
] | [
{
"path": "roles/swift/templates/object-server.conf.j2",
"content": "[DEFAULT]\nbind_ip = {{ ansible_default_ipv4['address'] }}\nbind_port = 6000\nuser = swift\nswift_dir = /etc/swift\ndevices = {{ swift_storage_dir }}\n\n[pipeline:main]\npipeline = healthcheck recon object-server\n\n[app:object-server]\nus... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 11276,
"all_permissive": false
} |
ansible_role | sergevs/ansible-openstack | 4b2176a9cd5e632efdcb0d0fe3e307106e99b9dc | 13 | roles/tests | 241 | [
"no_license"
] | [
{
"path": "roles/tests/tasks/main.yml",
"content": "- block:\n#nova\n - name: create nano flavor\n shell: openstack flavor list | awk '/m1.nano/{print \"m1.nano\"}'\n register: flav\n\n - name: create nano flavor\n command: openstack flavor create --id 0 --vcpus 1 --ram 64 --disk 1 m1.nano\n w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2524,
"all_permissive": false
} |
ansible_role | Nikolaytk87/xpaste_slurm_edu | f5879e13c762359d488cc7111776f9b36e564afe | 0 | roles/environment_settings | 241 | [
"no_license"
] | [
{
"path": "roles/environment_settings/templates/app.conf.j2",
"content": "upstream app {\n # Path to Puma SOCK file, as defined previously\n server unix://{{ proj_dir }}/shared/sockets/puma.sock fail_timeout=0;\n\n}\n\nserver {\n listen 80;\n server_name _;\n error_log /var/log/nginx/error_log warn;\... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3260,
"all_permissive": false
} |
ansible_role | Nikolaytk87/xpaste_slurm_edu | f5879e13c762359d488cc7111776f9b36e564afe | 0 | roles/install_ruby | 241 | [
"no_license"
] | [
{
"path": "roles/install_ruby/tasks/install_rbenv_ruby.yml",
"content": "- block:\n - name: Install rbenv\n ansible.builtin.git:\n repo: https://github.com/rbenv/rbenv.git\n dest: ~/.rbenv\n\n - name: Set rbenv init and path\n ansible.builtin.lineinfile:\n dest: ~/.bashr... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2945,
"all_permissive": false
} |
ansible_role | rniksch/Openshift4-lab-launcher | d437bcf5cf1861bb5125dc5ae9ca092a0afda0a1 | 0 | scripts/roles/ocp-3-11-init | 241 | [
"no_license"
] | [
{
"path": "scripts/roles/ocp-3-11-init/tasks/main.yml",
"content": "---\n# tasks file for ocp-3-11-init\n\n- name: Set the studentNumber\n set_fact:\n ocp_3_11_init_student_number: \"{{ ocp_3_11_init_student_dns.split('.')[0].split('student')[1] }}\"\n\n- name: Configure Subscriptions and Updates\n inc... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2796,
"all_permissive": false
} |
ansible_role | ksingh7/aws-infra-lifecycle | ee7153f1b1d3c5fa63e95b555db99113869cc686 | 1 | roles/ec2 | 241 | [
"no_license"
] | [
{
"path": "roles/ec2/tasks/main.yaml",
"content": "---\n- name: Provision ec2 instance\n ec2:\n key_name: \"{{ ec2_keypair }}\"\n instance_type: \"{{ ec2_instance_type }}\"\n image: \"{{ ec2_image }}\"\n region: \"{{ ec2_region }}\"\n zone: \"{{ ec2_az }}\"\n group_id: \"{{ sg_id }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 855,
"all_permissive": false
} |
ansible_role | ksingh7/aws-infra-lifecycle | ee7153f1b1d3c5fa63e95b555db99113869cc686 | 1 | roles/release-resources | 241 | [
"no_license"
] | [
{
"path": "roles/release-resources/tasks/main.yaml",
"content": "---\n- name: Get VPC ID\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr_block }}\"\n region: \"{{ aws_region }}\"\n register: my_vpc\n\n- name: Set VPC ID... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1094,
"all_permissive": false
} |
ansible_role | ksingh7/aws-infra-lifecycle | ee7153f1b1d3c5fa63e95b555db99113869cc686 | 1 | roles/vpc | 241 | [
"no_license"
] | [
{
"path": "roles/vpc/tasks/main.yaml",
"content": "---\n\n# roles/vpc/tasks/main.yml\n\n\n# First task : creating the VPC.\n# We are using the variables set in the vars.yml file.\n# The module gives us back its result,\n# which contains information about our new VPC.\n# We register it in the variable my_vpc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3536,
"all_permissive": false
} |
ansible_role | ollionorg/ansible-ecs-cfn | 05ee54db6584b836a20ab3a1aec0947e3e42776d | 2 | roles/create-ecr | 241 | [
"no_license"
] | [
{
"path": "roles/create-ecr/defaults/main.yml",
"content": "---\n# defaults file for roles/create-ecr\necr_cfn_template: \"{{ role_path }}/templates/ecr-cfn.yml\"\napplication_name: test-application\naws_region: us-east-1\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2767,
"all_permissive": false
} |
ansible_role | ollionorg/ansible-ecs-cfn | 05ee54db6584b836a20ab3a1aec0947e3e42776d | 2 | roles/create-ecs-cluster | 241 | [
"no_license"
] | [
{
"path": "roles/create-ecs-cluster/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n description: An ansible role to create a ecs cluster using cloudformation stacks\n company: Cloudcover\n \n license: MIT\n\n min_ansible_version: 2.2\n\n galaxy_tags: \n - aws\n - ecs\n - cloudfor... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 9005,
"all_permissive": false
} |
ansible_role | ollionorg/ansible-ecs-cfn | 05ee54db6584b836a20ab3a1aec0947e3e42776d | 2 | roles/create-load-balancer | 241 | [
"no_license"
] | [
{
"path": "roles/create-load-balancer/tasks/main.yml",
"content": "---\n\n- debug:\n var: env\n\n- debug:\n var: application_name\n\n- debug:\n var: alb\n\n- debug:\n var: assumed_role\n\n- name: create loadbalancer\n cloudformation:\n stack_name: \"{{ env }}-{{ application_name }}-alb-stack... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5637,
"all_permissive": false
} |
ansible_role | snoussi/rhpam-ansible | b3048834c479f08c08290bee5031c3ff08d54acb | 1 | roles/environment | 240 | [
"no_license"
] | [
{
"path": "roles/environment/tasks/main.yml",
"content": "---\n- name: Install software packages on CentOS/RHEL\n yum:\n name:\n - java-1.8.0-openjdk-devel\n - unzip\n - git\n state: present\n become: yes\n when: ansible_os_family == \"RedHat\"\n tags:\n - os_env\n\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 473,
"all_permissive": false
} |
ansible_role | snoussi/rhpam-ansible | b3048834c479f08c08290bee5031c3ff08d54acb | 1 | roles/jboss-eap | 240 | [
"no_license"
] | [
{
"path": "roles/jboss-eap/tasks/setup.yml",
"content": "---\n- name: Create setup.cli\n template:\n src: setup.cli.j2\n dest: \"{{ jboss_eap_tmp_dest }}/setup.cli\"\n\n- name: Run setup.cli JBoss configuration\n command: \"{{ jboss_eap_home }}/bin/jboss-cli.sh --file={{ jboss_eap_tmp_dest }}/setup.... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4787,
"all_permissive": false
} |
ansible_role | snoussi/rhpam-ansible | b3048834c479f08c08290bee5031c3ff08d54acb | 1 | roles/rhpam-business-central | 240 | [
"no_license"
] | [
{
"path": "roles/rhpam-business-central/meta/main.yml",
"content": "---\ndependencies:\n - role: jboss-eap\n vars:\n jboss_eap_root: \"{{ rhpam_business_central_root }}\"\n when: rhpam_business_central_install_eap\n tags:\n - eap\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 12882,
"all_permissive": false
} |
ansible_role | snoussi/rhpam-ansible | b3048834c479f08c08290bee5031c3ff08d54acb | 1 | roles/rhpam-kie-server | 240 | [
"no_license"
] | [
{
"path": "roles/rhpam-kie-server/tasks/install.yml",
"content": "---\n- name: Extract Kie Server into {{ rhpam_kie_server_tmp_dest }}\n unarchive:\n src: \"{{ rhpam_kie_server_tmp_dest }}/{{ rhpam_kie_server_package_name }}\"\n dest: \"{{ rhpam_kie_server_tmp_dest }}\"\n remote_src: yes\n- name: ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8988,
"all_permissive": false
} |
ansible_role | RalfJung/ansible | e3960eafb99ae2ef3ac7eb0828bece4a965cd3ce | 2 | roles/apache | 240 | [
"no_license"
] | [
{
"path": "roles/apache/handlers/main.yml",
"content": "- name: apache\n service: name=apache2 state=restarted enabled=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
},
{
"path": "roles/apache/files/log-anon",
"content": "#!/usr/bin/python3\nimport s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3286,
"all_permissive": false
} |
ansible_role | RalfJung/ansible | e3960eafb99ae2ef3ac7eb0828bece4a965cd3ce | 2 | roles/base | 240 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "# packages\n- name: check minimal system version\n when: not (ansible_distribution == \"Debian\" and ansible_lsb.major_release|int >= 9)\n command: \"false\"\n- name: detect if we have backports in the sources.list\n command: 'fgrep backports /etc/apt/so... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1389,
"all_permissive": false
} |
ansible_role | RalfJung/ansible | e3960eafb99ae2ef3ac7eb0828bece4a965cd3ce | 2 | roles/bind | 240 | [
"no_license"
] | [
{
"path": "roles/bind/files/Makefile",
"content": "include Makefile.conf\n\nuser ?= bind\nzonemaker ?= zonemaker/zonemaker\nRNDC ?= /usr/sbin/rndc\n\n# heres comes the magic\nzonefiles = $(addprefix db.,${zones})\nall: ${zonefiles}\n.PHONY: all\n\ndb.%: db.%.py\n\t@echo $* $< $@\n\t@sudo -u ${user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1815,
"all_permissive": false
} |
ansible_role | RalfJung/ansible | e3960eafb99ae2ef3ac7eb0828bece4a965cd3ce | 2 | roles/email | 240 | [
"no_license"
] | [
{
"path": "roles/email/templates/dovecot/quota-warning.sh",
"content": "#!/bin/bash\nset -e\n\nPERCENT=$1\nUSER=$2\nFROM=\"{{postfix.postmaster}}\"\n\nmsg=\"From: $FROM\nTo: $USER\nCC: $FROM\nSubject: Dein Posteingang ist $PERCENT% voll / Your mailbox is $PERCENT% full\nContent-Type: text/plain; charset=UTF... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 20724,
"all_permissive": false
} |
ansible_role | RalfJung/ansible | e3960eafb99ae2ef3ac7eb0828bece4a965cd3ce | 2 | roles/etherpad | 240 | [
"no_license"
] | [
{
"path": "roles/etherpad/templates/settings.json",
"content": "/*\n This file must be valid JSON. But comments are allowed\n\n Please edit settings.json, not settings.json.template\n*/\n{\n \"skinName\": \"colibris\",\n\n //IP and port which etherpad should bind at\n \"ip\": \"127.0.0.1\",\n \"port\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3594,
"all_permissive": false
} |
ansible_role | RalfJung/ansible | e3960eafb99ae2ef3ac7eb0828bece4a965cd3ce | 2 | roles/journalwatch | 240 | [
"no_license"
] | [
{
"path": "roles/journalwatch/templates/config",
"content": "# vim: ft=dosini\n#\n# This is the config for journalwatch. All options are defined in the [DEFAULT]\n# section.\n#\n# You can add any commandline argument to the config, without the '--'.\n# See journalwatch --help for all arguments and their de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1206,
"all_permissive": false
} |
ansible_role | RalfJung/ansible | e3960eafb99ae2ef3ac7eb0828bece4a965cd3ce | 2 | roles/letsencrypt | 240 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/tasks/main.yml",
"content": "# dh2048\n- name: create dh2048 file\n command: openssl dhparam -out /etc/ssl/dh2048.pem 2048\n args:\n creates: \"/etc/ssl/dh2048.pem\"\n# lets encrypt tiny\n- name: clone lets-encrypt-tiny\n git:\n dest: /var/lib/letsencrypt/lets-encrypt-t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 922,
"all_permissive": false
} |
ansible_role | RalfJung/ansible | e3960eafb99ae2ef3ac7eb0828bece4a965cd3ce | 2 | roles/prosody | 240 | [
"no_license"
] | [
{
"path": "roles/prosody/templates/prosody.cfg.lua",
"content": "-- Prosody Configuration File\n--\n-- Information on configuring Prosody can be found on our\n-- website at https://prosody.im/doc/configure\n--\n-- Tip: You can check that the syntax of this file is correct\n-- when you have finished by runni... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 11863,
"all_permissive": false
} |
ansible_role | RalfJung/ansible | e3960eafb99ae2ef3ac7eb0828bece4a965cd3ce | 2 | roles/unbound | 240 | [
"no_license"
] | [
{
"path": "roles/unbound/tasks/main.yml",
"content": "# install\n- name: install unbound\n apt: name=unbound state=latest\n# configure\n- name: configure unbound\n register: unbound_config\n copy:\n dest: /etc/unbound/unbound.conf.d/listen.conf\n src: files/listen.conf\n- name: configure systemd (c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1738,
"all_permissive": false
} |
ansible_role | dotkernel/development | b9fc1abf5ca23d2072297c8731f166d658f7c4d1 | 8 | wsl/roles/apache | 240 | [
"no_license"
] | [
{
"path": "wsl/roles/apache/vars/main.yml",
"content": "---\napache_port: \"80\"\napache_config_file: /etc/httpd/conf/httpd.conf\napache_root_dir: /var/www\napache_home_dir: /var/www/html\napache_sites_available: /etc/httpd/sites-available\napache_sites_enabled: /etc/httpd/sites-enabled\n",
"license_typ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 590,
"all_permissive": false
} |
ansible_role | dotkernel/development | b9fc1abf5ca23d2072297c8731f166d658f7c4d1 | 8 | wsl/roles/composer | 240 | [
"no_license"
] | [
{
"path": "wsl/roles/composer/vars/main.yml",
"content": "---\nbin_directory: /usr/local/bin\ncomposer_download_url: https://getcomposer.org/installer\ncomposer_download_dest: /tmp/composer-setup.php\ncomposer_filename: composer\ncomposer_path: \"{{ bin_directory }}/{{ composer_filename }}\"\n",
"licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 585,
"all_permissive": false
} |
ansible_role | dotkernel/development | b9fc1abf5ca23d2072297c8731f166d658f7c4d1 | 8 | wsl/roles/git | 240 | [
"no_license"
] | [
{
"path": "wsl/roles/git/vars/main.yml",
"content": "---\ngit_config:\n- \"core.autocrlf\": \"false\"\n- \"core.eol\": \"lf\"\n- \"credential.helper\": \"store\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 93
},
{
"path": "wsl/roles/git/tasks/main.yml",
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | dotkernel/development | b9fc1abf5ca23d2072297c8731f166d658f7c4d1 | 8 | wsl/roles/mariadb | 240 | [
"no_license"
] | [
{
"path": "wsl/roles/mariadb/tasks/main.yml",
"content": "---\n- name: Install the latest version of MariaDB\n command: \"dnf install python3-mysqlclient mariadb-server -y\"\n- name: Enable and start MariaDB service\n command: systemctl enable --now mariadb\n- name: Set MariaDB root password\n mysql_user... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 439,
"all_permissive": false
} |
ansible_role | dotkernel/development | b9fc1abf5ca23d2072297c8731f166d658f7c4d1 | 8 | wsl/roles/nodejs | 240 | [
"no_license"
] | [
{
"path": "wsl/roles/nodejs/tasks/main.yml",
"content": "---\n- name: Add Node.js 22.x repo\n shell: curl -fsSL https://rpm.nodesource.com/setup_22.x | sudo -E bash -\n- name: Install Node.js 22.x\n command: \"dnf install nodejs -y\"\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | dotkernel/development | b9fc1abf5ca23d2072297c8731f166d658f7c4d1 | 8 | wsl/roles/php | 240 | [
"no_license"
] | [
{
"path": "wsl/roles/php/vars/main.yml",
"content": "---\nphp_info_filename: info.php\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "wsl/roles/php/tasks/main.yml",
"content": "---\n- name: Install PHP 8.4\n command: dnf module install php:r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 402,
"all_permissive": false
} |
ansible_role | dotkernel/development | b9fc1abf5ca23d2072297c8731f166d658f7c4d1 | 8 | wsl/roles/phpmyadmin | 240 | [
"no_license"
] | [
{
"path": "wsl/roles/phpmyadmin/tasks/main.yml",
"content": "---\n- name: Install PhpMyAdmin\n dnf:\n name: phpMyAdmin\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 59,
"all_permissive": false
} |
ansible_role | dotkernel/development | b9fc1abf5ca23d2072297c8731f166d658f7c4d1 | 8 | wsl/roles/system | 240 | [
"no_license"
] | [
{
"path": "wsl/roles/system/templates/runtime-directories.sh.j2",
"content": "#!/bin/bash\nset -e\n\n# Create /run/httpd with correct ownership and permissions\ninstall -d -o apache -g apache -m 0755 /run/httpd\n\n# Create /run/mariadb with correct ownership and permissions\ninstall -d -o mysql -g mysql -m ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2658,
"all_permissive": false
} |
ansible_role | dotkernel/development | b9fc1abf5ca23d2072297c8731f166d658f7c4d1 | 8 | wsl/roles/virtualhost | 240 | [
"no_license"
] | [
{
"path": "wsl/roles/virtualhost/templates/default.conf.j2",
"content": "<VirtualHost *:{{ apache_port }}>\n ServerName localhost\n\n ServerAdmin webmaster@localhost\n DocumentRoot {{ apache_home_dir }}\n\n <Directory {{ apache_root_dir }}>\n Options Indexes FollowSymLinks\n AllowO... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3819,
"all_permissive": false
} |
ansible_role | pipelinedave/f3wm | 834197b41964e5a39037f6e32977d3e25d5f43bc | 0 | roles/additional-deps | 240 | [
"no_license"
] | [
{
"path": "roles/additional-deps/tasks/main.yaml",
"content": "---\n- name: Install additional dependencies\n ansible.builtin.dnf:\n name:\n - dunst # For notifications\n - libnotify # For notify-send\n - xsetroot # For setting X background\n - wl-clipboard\n state: present\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | pipelinedave/f3wm | 834197b41964e5a39037f6e32977d3e25d5f43bc | 0 | roles/alacritty | 240 | [
"no_license"
] | [
{
"path": "roles/alacritty/files/alacritty.toml",
"content": "[colors.bright]\nblue = \"0x8ABEB7\"\ngreen = \"0xb5bd68\"\nred = \"0xF0C674\"\n\n[colors.primary]\n#background = \"0x282A2E\"\nbackground = \"0x000000\"\n#foreground = \"0xC5C8C6\"\nforeground = \"0xCFD2D0\"\n\n[font]\nsize = 11.0\n\n[font.norma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1224,
"all_permissive": false
} |
ansible_role | pipelinedave/f3wm | 834197b41964e5a39037f6e32977d3e25d5f43bc | 0 | roles/bash | 240 | [
"no_license"
] | [
{
"path": "roles/bash/tasks/main.yaml",
"content": "- name: Ensure .bashrc is in place\n ansible.builtin.copy:\n src: \"roles/bash/files/.bashrc\" # Adjust for where you keep your .bashrc file\n dest: \"~/.bashrc\"\n mode: '0644'\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3413,
"all_permissive": false
} |
ansible_role | pipelinedave/f3wm | 834197b41964e5a39037f6e32977d3e25d5f43bc | 0 | roles/clipmenu | 240 | [
"no_license"
] | [
{
"path": "roles/clipmenu/tasks/main.yaml",
"content": "---\n- name: Install required packages for clipmenu and clipnotify\n ansible.builtin.dnf:\n name:\n - gcc\n - make\n - libXfixes-devel\n - libX11-devel\n - xsel\n - git # Added git as it is used for cloning\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2328,
"all_permissive": false
} |
ansible_role | pipelinedave/f3wm | 834197b41964e5a39037f6e32977d3e25d5f43bc | 0 | roles/create-pwa | 240 | [
"no_license"
] | [
{
"path": "roles/create-pwa/tasks/main.yaml",
"content": "- name: Install create-pwa\n ansible.builtin.copy:\n src: roles/create-pwa/files/create-pwa\n dest: /usr/local/bin/create-pwa\n mode: '0755'\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1547,
"all_permissive": false
} |
ansible_role | pipelinedave/f3wm | 834197b41964e5a39037f6e32977d3e25d5f43bc | 0 | roles/dmenu | 240 | [
"no_license"
] | [
{
"path": "roles/dmenu/tasks/main.yaml",
"content": "---\n- name: Install dmenu\n ansible.builtin.dnf:\n name: dmenu\n state: present\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 99,
"all_permissive": false
} |
ansible_role | pipelinedave/f3wm | 834197b41964e5a39037f6e32977d3e25d5f43bc | 0 | roles/i3wm | 240 | [
"no_license"
] | [
{
"path": "roles/i3wm/files/scripts/pins.sh",
"content": "#!/bin/bash\n\nPINS_FILE=\"$HOME/.config/pins/.pinned_apps\"\n\ncase $1 in\n pin)\n echo \"${@:2}\" >> \"$PINS_FILE\"\n sort -uo \"$PINS_FILE\" \"$PINS_FILE\"\n ;;\n unpin)\n grep -vFx \"${@:2}\" \"$PINS_FILE\" > \"${PINS_FILE}.tmp\" &&... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 12,
"total_bytes": 6814,
"all_permissive": false
} |
ansible_role | pipelinedave/f3wm | 834197b41964e5a39037f6e32977d3e25d5f43bc | 0 | roles/neovim | 240 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yaml",
"content": "---\n- name: Install Neovim and dependencies\n ansible.builtin.dnf:\n name:\n - neovim\n - python3-neovim # For python plugin support\n - git # For Plug\n state: present\n become: true\n\n- name: Ensure Neovim config directory exis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2956,
"all_permissive": false
} |
ansible_role | pipelinedave/f3wm | 834197b41964e5a39037f6e32977d3e25d5f43bc | 0 | roles/polybar | 240 | [
"no_license"
] | [
{
"path": "roles/polybar/files/config.ini",
"content": ";==========================================================\n;\n;\n; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗\n; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗\n; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝\n; ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 13939,
"all_permissive": false
} |
ansible_role | pipelinedave/f3wm | 834197b41964e5a39037f6e32977d3e25d5f43bc | 0 | roles/rpmfusion | 240 | [
"no_license"
] | [
{
"path": "roles/rpmfusion/tasks/main.yaml",
"content": "---\n- name: Install RPM Fusion free repository\n ansible.builtin.dnf:\n name: \"https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-{{ ansible_distribution_major_version }}.noarch.rpm\"\n disable_gpg_check: true # GPG key is imp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | pipelinedave/f3wm | 834197b41964e5a39037f6e32977d3e25d5f43bc | 0 | roles/storage | 240 | [
"no_license"
] | [
{
"path": "roles/storage/templates/storage-mount-helper.sh.j2",
"content": "#!/bin/bash\n# Storage mount helper script for {{ ansible_hostname }}\n# Generated by Ansible on {{ ansible_date_time.iso8601 }}\n\n# Function to get partition UUIDs\nget_partition_uuids() {\n echo \"=== Current System Partition ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 7289,
"all_permissive": false
} |
ansible_role | mto79/ansible_collection_mto79.transip | dbe796e71668b20ab717f235ea3f9f8a36924ca1 | 0 | roles/dns | 240 | [
"no_license"
] | [
{
"path": "roles/dns/defaults/main.yml",
"content": "---\nazure_dns_setup_entries: []\n\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/dns/tasks/setup/dns.yml",
"content": "---\n- name: \"Setup | DNS | Managing DNS record at Trans... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1787,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/associate_webfront | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/associate_webfront/tasks/main.yml",
"content": "---\n\n- include_vars: group_vars/dynamic\n\n- route53:\n command: create\n zone: \"{{tag_prefix}}ec2.internal.\"\n record: \"web.{{tag_prefix}}ec2.internal.\"\n private_zone: yes\n type: A\n value: \"{{web_se... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 460,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/create_dbs_ami | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/create_dbs_ami/templates/dbs-cloud-init-script.j2",
"content": "#!/bin/bash\n#\n# databases machine\n\nset -x\nset -e\n\nsiteTop=${HOME}/workspace\n\n# Install necessary packages to bootstrap configuration\nVIRTUALENV_RUN=\"virtualenv -p python3 --system-site-packages\"\nif ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4924,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/create_gateways | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/create_gateways/tasks/main.yml",
"content": "# Create the NAT gateway and routes from the private subnet to the public\n# Internet.\n\n- name: Create the NAT gateway by which private subnet connects to Internet\n ec2_vpc_nat_gateway:\n state: present\n subnet_id: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1340,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/create_instance_backstage | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/create_instance_backstage/tasks/main.yml",
"content": "# Create the backstage instances responsible to keep things running.\n\n- include_vars: group_vars/dynamic\n\n- name: Create backstage EC2 instances\n local_action:\n module: ec2\n region: \"{{aws_region}}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1041,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/create_instance_dbs | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/create_instance_dbs/templates/dbs-cloud-init-script.j2",
"content": "#!/bin/bash\n#\n# live databases machine\n\nset -e\n\n# The encrypted volume with databases content is mounted as /var through\n# an entry in /etc/fstab (configured in the dbs AMI).\n\n# Install identities.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1770,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/create_instance_mail | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/create_instance_mail/templates/watch-tower-cloud-init-script.j2",
"content": "#!/bin/bash\n# mailfront instance configuration\n\n# Install git and package in instance\nyum -y install git python-virtualenv python-pip\n\n# Install awcli and Download keys, certificates, etc.\np... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1164,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/create_instance_sally | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/create_instance_sally/tasks/main.yml",
"content": "---\n- name: Create sally port EC2 instances\n local_action:\n module: ec2\n key_name: \"{{key_name}}\"\n group: \"{{kitchen_door}}\"\n instance_type: \"t2.micro\"\n image: \"{{sally_ami_id}}\"\n region: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/create_instance_webfront | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/create_instance_webfront/tasks/main.yml",
"content": "---\n- include_vars: group_vars/dynamic\n\n- name: Find 'castle-gate' security group id\n local_action:\n module: command\n aws --region {{aws_region}} ec2 describe-security-groups --filters Name=group-name,Value... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2278,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/create_instance_workers | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/create_instance_workers/tasks/main.yml",
"content": "# Create the worker instances that contain business logic webapps\n\n- include_vars: group_vars/dynamic\n\n- name: Create worker EC2 instances\n local_action:\n module: ec2\n region: \"{{aws_region}}\"\n vpc_subn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/create_sally_ami | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/create_sally_ami/tasks/sally_configure.yml",
"content": "# Create and configure an EC2 instance as a SSH-accessible sally port\n\n- name: Create EC2 instance to setup sally port server\n local_action:\n module: ec2\n key_name: \"{{key_name}}\"\n group: \"{{courtyar... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3267,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/create_webfront_ami | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/create_webfront_ami/tasks/webfront_configure.yml",
"content": "# Create and configure an EC2 instance as a base for web server AMIs.\n#\n# When there is more than one vpc, Ansible will fail with an error\n# \"groupId cannot be empty\" when `vpc_subnet_id` is not specified.\n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9327,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/createelasticip | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/createelasticip/tasks/main.yml",
"content": "---\n# Requires Ansible v1.4 or higher\n\n- name: allocate new elastic IPs for web servers\n ec2_eip:\n region: \"{{aws_region}}\"\n in_vpc: yes\n register: web_eip\n\n- lineinfile: \"dest=group_vars/dynamic regexp='^web_e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/createesdomain | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/createesdomain/tasks/main.yml",
"content": "---\n# http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomains\n\n- name: Create 'ElasticSearch' domain\n local_action:\n module: command\n aws --region {{aws_reg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 499,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/creategroups | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/creategroups/tasks/main.yml",
"content": "---\n# First create the EC2 security groups, then update the inbound rules\n# that could not be set on create because of the order in which groups\n# are created.\n\n- name: Create 'castle-gate' security group\n local_action:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3229,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/createiamroles | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/createiamroles/templates/web-apps.json.j2",
"content": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:GetObject\",\n \"s3:GetObjectAcl\",\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5963,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/createprivatedns | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/createprivatedns/tasks/main.yml",
"content": "---\n\n- include_vars: group_vars/dynamic\n- include: route53.yml\n\n# Write all dynamic settings that need to be shared amongst playbooks.\n- lineinfile: \"dest=group_vars/dynamic regexp='^hosted_zone_id:' line='hosted_zone_id: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1730,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/creates3bucket | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/creates3bucket/files/lifecycle-policy.json",
"content": "{\n \"Rules\": [\n {\n \"ID\": \"expire-logs\",\n \"Prefix\": \"var/log/\",\n \"Status\": \"Enabled\",\n \"Transition\": {\n \"Days\": 90,\n \"StorageClass\": \"GLACIER\"\n },\n \"Expiration... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2050,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/createvpc | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/createvpc/tasks/main.yml",
"content": "# Create VPC and Subnets\n\n- include_vars: group_vars/dynamic\n\n- name: Create EC2 VPC\n local_action:\n module: ec2_vpc_net\n state: present\n cidr_block: \"{{vpc_cidr}}\"\n name: \"{{tag_prefix}}vpc\"\n region: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1611,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/deletedbsamis | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/deletedbsamis/tasks/main.yml",
"content": "# De-register the AMI for databases and delete underlying storage\n\n- include_vars: group_vars/dynamic\n\n- name: Delete AMI for databases\n local_action:\n module: ec2_ami\n region: \"{{aws_region}}\"\n image_id: \"{{dbs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/deleteelasticip | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/deleteelasticip/tasks/main.yml",
"content": "---\n- include_vars: group_vars/dynamic\n\n- name: Release Elastic IP for the web front\n ec2_eip: state='present' public_ip=\"{{web_elastic_ip}}\"\n when: web_elastic_ip is defined\n ignore_errors: True\n\n- name: Release Elas... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/deleteesdomain | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/deleteesdomain/tasks/main.yml",
"content": "- name: Delete 'ElasticSearch' domain\n local_action:\n module: command\n aws --region {{aws_region}} es delete-elasticsearch-domain --domain-name {{es.domain}}",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 166,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/deletegroups | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/deletegroups/tasks/main.yml",
"content": "---\n# First we need to break the dependency circles otherwise EC2 will prevent\n# us from deleting the groups.\n\n- include_vars: group_vars/dynamic\n\n- name: Update 'castle-gate' security group\n local_action:\n module: ec2_g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1326,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/deleteiamroles | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/deleteiamroles/tasks/main.yml",
"content": "---\n- include: kitchen-door.yml\n- include: castle-gate.yml\n- include: vault.yml\n- include: courtyard.yml\n- include: watch-tower.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3347,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/deleteinstances | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/deleteinstances/tasks/main.yml",
"content": "---\n\n# XXX We need a ``value`` parameter which will require us\n# to get the dynamic record.\n\n#- route53:\n# command: delete\n# zone: \"{{tag_prefix}}ec2.internal.\"\n# record: \"web.{{tag_prefix}}ec2.internal.\"\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 796,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/deleteprivatedns | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/deleteprivatedns/tasks/route53.yml",
"content": "# Delete the hosted zone for internal DNS records\n# XXX Ansbile 2.0 will support this with module route53_zone\n\n- name: Prepare to dis-associate route53 for web front machines\n local_action:\n module: route53\n comm... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2147,
"all_permissive": false
} |
ansible_role | djaodjin/drop | 61095b74cc2aee897edd08458f2435ecafe8705d | 5 | share/playbooks/roles/deletes3bucket | 240 | [
"no_license"
] | [
{
"path": "share/playbooks/roles/deletes3bucket/tasks/main.yml",
"content": "\n- name: Delete deployutils S3 bucket\n local_action:\n module: s3\n bucket: \"{{deployutils_bucket}}\"\n mode: delete\n ignore_errors: True\n",
"license_type": "no_license",
"detected_licenses": [],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 145,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.