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 | Evgenz-mr/ansible_roles | 12090f25f6dc5a15896d90762a18dfa18c4e18ea | 0 | roles/java_test | 7,292 | [
"no_license"
] | [
{
"path": "roles/java_test/tasks/verification_java.yml",
"content": "---\n- name: Java version\n shell: java -version\n register: java_version\n\n- name: Check JAVA version\n debug: var=java_version.stderr\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 203,
"all_permissive": false
} |
ansible_role | Evgenz-mr/ansible_roles | 12090f25f6dc5a15896d90762a18dfa18c4e18ea | 0 | roles/nginx | 7,292 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yml",
"content": "---\n# handlers file for deploy_nginx_web\n- name: restart nginx\n service: name=nginx state=restarted\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
},
{
"path": "roles/nginx/vars/main.yml",
"con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 917,
"all_permissive": false
} |
ansible_role | Evgenz-mr/ansible_roles | 12090f25f6dc5a15896d90762a18dfa18c4e18ea | 0 | roles/nginx_test | 7,292 | [
"no_license"
] | [
{
"path": "roles/nginx_test/tasks/main.yml",
"content": "---\n# tasks file for nginx_test\n- import_tasks: verification_nginx.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/nginx_test/tasks/verification_nginx.yml",
"content": "---\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | Evgenz-mr/ansible_roles | 12090f25f6dc5a15896d90762a18dfa18c4e18ea | 0 | roles/tomcat | 7,292 | [
"no_license"
] | [
{
"path": "roles/tomcat/vars/main.yml",
"content": "---\n# vars file for deploy_tomcat_web\n# Tomcat versions available\n###########\n# 7.0.89\n# 7.0.90\n# 7.0.91\n# 7.0.92\n# 7.0.93\n###########\n# 8.0.49\n# 8.0.50\n# 8.0.51\n# 8.0.52\n# 8.0.53\n###########\n\ntomcat_version: 8.0.53\ntomcat_tar_archive: ap... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2579,
"all_permissive": false
} |
ansible_role | Evgenz-mr/ansible_roles | 12090f25f6dc5a15896d90762a18dfa18c4e18ea | 0 | roles/tomcat_test | 7,292 | [
"no_license"
] | [
{
"path": "roles/tomcat_test/tasks/main.yml",
"content": "---\n# tasks file for tomcat_test\n- import_tasks: verification_tomcat.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/tomcat_test/tasks/verification_tomcat.yml",
"content": ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/def_pass | 7,292 | [
"no_license"
] | [
{
"path": "roles/def_pass/tasks/main.yml",
"content": "---\n- name: change {{ ansible_user }} password\n user:\n name: \"{{ ansible_user }}\"\n state: present\n password: \"{{ <PASSWORD>|password_hash('<PASSWORD>') }}\"\n\n\n- name: change root password\n user:\n name: root\n state: present... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/etcd_cluster | 7,292 | [
"no_license"
] | [
{
"path": "roles/etcd_cluster/tasks/main.yaml",
"content": "---\n# tasks file for deploy_etcd_cluster\n- name: Install etcd\n apt:\n name: etcd\n state: present\n update_cache: true\n when: ansible_os_family == \"Debian\"\n \n- name: stop etcd service\n systemd:\n name: etcd\n state: stopp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1764,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/haproxy_install | 7,292 | [
"no_license"
] | [
{
"path": "roles/haproxy_install/templates/haproxy.cfg.j2",
"content": "global\n maxconn {{ haproxy_maxconn.global }}\n log /dev/log local0\n log /dev/log local1 notice\n chroot /var/lib/haproxy\n stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners\n stats t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 6432,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/hostname | 7,292 | [
"no_license"
] | [
{
"path": "roles/hostname/tasks/main.yml",
"content": "---\n- name: Rename host\n ansible.builtin.hostname:\n name: \"{{ hostname }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 79,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/hosts | 7,292 | [
"no_license"
] | [
{
"path": "roles/hosts/tasks/main.yml",
"content": "---\n- name: Insert localhost\n lineinfile:\n path: /etc/hosts\n line: \"127.0.0.1 localhost {{ ansible_hostname }} \"\n\n\n- name: Build hosts file\n lineinfile:\n dest: /etc/hosts\n regexp: '.*{{ item }}$'\n line: '{{ hostvars[item].ansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/keepalived | 7,292 | [
"no_license"
] | [
{
"path": "roles/keepalived/templates/keepalived.conf.j2",
"content": "global_defs {\n router_id ocp_vrrp\n enable_script_security\n script_user root\n}\n \nvrrp_script check_pg_status {\n script \"/usr/libexec/keepalived/pg_checkstatus.sh\"\n interval 6\n fall 3 # require 3 f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2749,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/limits | 7,292 | [
"no_license"
] | [
{
"path": "roles/limits/tasks/main.yml",
"content": "---\n- name: Linux PAM limits | add or modify nofile limits\n pam_limits:\n domain: \"{{ limits_user }}\"\n limit_type: \"{{ item.limit_type }}\"\n limit_item: \"{{ item.limit_item }}\"\n value: \"{{ item.value }}\"\n loop: \"{{ ulimits }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/mount | 7,292 | [
"no_license"
] | [
{
"path": "roles/mount/tasks/main.yml",
"content": "---\n\n\n- name: Check mountpoint exist\n file:\n path: \"{{ postgresql_dir }}\"\n state: directory\n mode: 0777\n owner: postgres\n group: postgres\n\n- name: Mount \"{{ data_part_disk }}\" for Postgres data\n mount:\n src: \"{{ data_p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/ntp | 7,292 | [
"no_license"
] | [
{
"path": "roles/ntp/handlers/main.yml",
"content": "---\n# handlers file for ntp\n\n- name: restart ntpd\n systemd:\n name: \"{{ ntpd_service_name }}\"\n state: restarted\n enabled: yes\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"path"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 514,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/packages | 7,292 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n\n- name: Install packages to Debian/Ubuntu\n apt:\n name: \"{{ item }}\"\n loop: \"{{ shared_package }}\"\n when: \n - item | length > 0\n - ansible_os_family == \"Debian\"",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 178,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/partition | 7,292 | [
"no_license"
] | [
{
"path": "roles/partition/tasks/main.yml",
"content": "---\n- name: Create a new primary partition\n parted:\n device: \"{{ data_disk }}\"\n number: 1\n state: present\n\n- name: Create filesystem on \"{{ data_part_disk }}\"\n filesystem:\n fstype: \"{{ data_disk_fstype }}\"\n dev: \"{{ da... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 260,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/patroni_deploy | 7,292 | [
"no_license"
] | [
{
"path": "roles/patroni_deploy/tasks/standby_slot.yml",
"content": "---\n- name: create replication slot for standby cluster\n become: true\n become_user: postgres\n command: \"{{ postgresql_bin_dir }}/psql -p {{ patroni_standby_cluster.port }} -h {{ patroni_standby_cluster.host }} -c 'select pg_create_... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5443,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/patroni_install | 7,292 | [
"no_license"
] | [
{
"path": "roles/patroni_install/tasks/main.yml",
"content": "---\n- include_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n\n# каталоги для бд\n- include_tasks: postgresql_dir.yml\n when: not is_postgrespro|bool\n\n- include_tasks: patroni_dir.yml\n",
"license_type": "no_license",
"de... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 10077,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/pg_probackup | 7,292 | [
"no_license"
] | [
{
"path": "roles/pg_probackup/tasks/main.yml",
"content": "---\n\n- name: Make sure the gnupg and apt-transport-https packages are present\n apt:\n pkg:\n - gnupg\n - apt-transport-https\n state: present\n register: apt_status\n until: apt_status is success\n delay: 5\n retries: 3\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 857,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/pgbouncer | 7,292 | [
"no_license"
] | [
{
"path": "roles/pgbouncer/tasks/pool_config.yml",
"content": "---\n\n- name: Configure pgbouncer.ini\n template:\n src: templates/pgbouncer.ini.j2\n dest: \"{{ pgbouncer_conf_dir }}/pgbouncer.ini\"\n owner: postgres\n group: postgres\n mode: 0640\n\n\n- name: Create userlist.txt\n template... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2355,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/postgres | 7,292 | [
"no_license"
] | [
{
"path": "roles/postgres/templates/pgpass.j2",
"content": "localhost:{{ postgresql_port }}:*:postgres:{{ postgres_pass }}\n{{ inventory_hostname }}:{{ postgresql_port }}:*:postgres:{{ postgres_pass }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
},
{
"path"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1925,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/postgresql-users | 7,292 | [
"no_license"
] | [
{
"path": "roles/postgresql-users/tasks/main.yml",
"content": "---\n\n# - name: Make sure the PostgreSQL users are present\n # become: true\n # become_user: postgres\n # postgresql_user:\n # name: \"{{ item.name }}\"\n # password: \"{{ <PASSWORD> }}\"\n # encrypted: true\n # role_attr_flags: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1075,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/sudo | 7,292 | [
"no_license"
] | [
{
"path": "roles/sudo/tasks/main.yml",
"content": "---\n\n# if nopasswd = \"true\"\n- name: Add user to /etc/sudoers.d/\n copy:\n dest: \"/etc/sudoers.d/{{ item.username }}\"\n content: |\n {{ item.username }} ALL=(ALL) NOPASSWD: ALL\n force: true\n when: \n - 'item.sudoers == true' \n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1875,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/sysctl | 7,292 | [
"no_license"
] | [
{
"path": "roles/sysctl/tasks/main.yml",
"content": "---\n\n- name: Change sysctl paramaters\n sysctl:\n name: \"{{ item.name }}\"\n value: \"{{ item.value }}\"\n sysctl_set: true\n state: present\n reload: true\n loop: \"{{ sysctl_conf }}\"\n ignore_errors: true\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/users | 7,292 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n- name: Create OS users \n user:\n name: \"{{ item.username }}\"\n password: \"{{ item.user_password|password_hash('<PASSWORD>') }}\"\n groups: \"{{ item.groups }}\"\n shell: \"/bin/bash\"\n create_home: \"{{ item.create_home }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 481,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/vip_manager | 7,292 | [
"no_license"
] | [
{
"path": "roles/vip_manager/handlers/main.yml",
"content": "---\n\n- name: Wait for the cluster ip address (VIP) \"{{ cluster_vip }}\" is running\n wait_for:\n host: \"{{ cluster_vip }}\"\n port: \"{{ ansible_ssh_port | default(22) }}\"\n state: started\n timeout: 60\n delay: 2\n listen: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2045,
"all_permissive": false
} |
ansible_role | pilotrzn/ansible_postgres | 25f2bb0696857059cfa3523b53e049456851d1bb | 0 | roles/zabbix | 7,292 | [
"no_license"
] | [
{
"path": "roles/zabbix/tasks/main.yaml",
"content": "- name: install Zabbix agent\n apt_rpm:\n name: zabbix-agent2\n state: present\n update_cache: yes\n\n- name: clear config\n ini_file:\n path: /etc/zabbix/zabbix_agent2.conf\n section:\n state: absent\n\n- name: change permission conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | tani/playbook-kallithea | 3c3f2a2713697741dd44bd4c99618b72ba47debd | 0 | roles/apache2 | 7,292 | [
"no_license"
] | [
{
"path": "roles/apache2/tasks/main.yml",
"content": "# Copyright Holder: <NAME>\n# Copyright Year: 2020\n# License: MIT\n# Project: Playbook Kallithea\n- name: Create apache configuration\n template:\n src: kallithea.conf.j2\n dest: /etc/apache2/conf-available/kallithea.conf\n mode: 664\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 833,
"all_permissive": false
} |
ansible_role | tani/playbook-kallithea | 3c3f2a2713697741dd44bd4c99618b72ba47debd | 0 | roles/apt | 7,292 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yml",
"content": "# Copyright Holder: <NAME>\n# Copyright Year: 2020\n# License: MIT\n# Project: Playbook Kallithea\n\n- name: Install dependencies via apt\n apt: \n name:\n - apache2\n - build-essential\n - git\n - libffi-dev\n - python3-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | tani/playbook-kallithea | 3c3f2a2713697741dd44bd4c99618b72ba47debd | 0 | roles/firewalld | 7,292 | [
"no_license"
] | [
{
"path": "roles/firewalld/tasks/main.yml",
"content": "# Copyright Holder: <NAME>\n# Copyright Year: 2020\n# License: MIT\n# Project: Playbook Kallithea\n- name: Activate http\n firewalld:\n service: \"{{ item }}\"\n permanent: yes\n state: enabled\n with_items:\n - http\n #- https\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | tani/playbook-kallithea | 3c3f2a2713697741dd44bd4c99618b72ba47debd | 0 | roles/httpd | 7,292 | [
"no_license"
] | [
{
"path": "roles/httpd/tasks/main.yml",
"content": "# Copyright Holder: <NAME>\n# Copyright Year: 2020\n# License: MIT\n# Project: Playbook Kallithea\n- name: Create apache configuration\n template:\n src: kallithea.conf.j2\n dest: /etc/httpd/conf.d/kallithea.conf\n mode: 664\n- name: Restart apac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 786,
"all_permissive": false
} |
ansible_role | tani/playbook-kallithea | 3c3f2a2713697741dd44bd4c99618b72ba47debd | 0 | roles/kallithea | 7,292 | [
"no_license"
] | [
{
"path": "roles/kallithea/tasks/main.yml",
"content": "# Copyright Holder: <NAME>\n# Copyright Year: 2020\n# License: MIT\n# Project: Playbook Kallithea\n- name: Install kallithea\n pip: \n name: kallithea\n state: latest\n virtualenv: \"{{ kallithea_root }}/.venv\"\n virtualenv_command: pytho... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1741,
"all_permissive": false
} |
ansible_role | tani/playbook-kallithea | 3c3f2a2713697741dd44bd4c99618b72ba47debd | 0 | roles/yum | 7,292 | [
"no_license"
] | [
{
"path": "roles/yum/tasks/main.yml",
"content": "# Copyright Holder: <NAME>\n# Copyright Year: 2020\n# License: MIT\n# Project: Playbook Kallithea\n\n- name: Download nodesource installer\n get_url: \n url: https://rpm.nodesource.com/setup_12.x\n dest: /tmp/setup_12.x.bash\n- name: Install nodesourc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | bcochofel/ansible-ubuntuwst-roles | f103a2ab3516adedab92d0de8f6fb85e5b11d480 | 1 | roles/base_utils | 7,297 | [
"no_license"
] | [
{
"path": "roles/base_utils/README.md",
"content": "# base_utils\n\nInstall some base utilities.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/base_utils/handlers/main.yml",
"content": "---\n# handlers file for base_utils\n",
"lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3594,
"all_permissive": false
} |
ansible_role | bcochofel/ansible-ubuntuwst-roles | f103a2ab3516adedab92d0de8f6fb85e5b11d480 | 1 | roles/cloud_tools | 7,297 | [
"no_license"
] | [
{
"path": "roles/cloud_tools/handlers/main.yml",
"content": "---\n# handlers file for cloud_tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/cloud_tools/vars/main.yml",
"content": "---\n# vars file for cloud_tools\n",
"license_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2194,
"all_permissive": false
} |
ansible_role | bcochofel/ansible-ubuntuwst-roles | f103a2ab3516adedab92d0de8f6fb85e5b11d480 | 1 | roles/collab_tools | 7,297 | [
"no_license"
] | [
{
"path": "roles/collab_tools/tasks/asserts.yml",
"content": "---\n# File: asserts.yml - Asserts for this playbook\n\n- name: Debug OS\n debug:\n msg: \"{{ ansible_os_family }} > {{ ansible_distribution }} {{ ansible_distribution_version }}\"\n\n- name: Check distribution compatibility\n fail:\n msg... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 3313,
"all_permissive": false
} |
ansible_role | bcochofel/ansible-ubuntuwst-roles | f103a2ab3516adedab92d0de8f6fb85e5b11d480 | 1 | roles/dev_tools | 7,297 | [
"no_license"
] | [
{
"path": "roles/dev_tools/vars/main.yml",
"content": "---\n# vars file for dev_tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/dev_tools/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7319,
"all_permissive": false
} |
ansible_role | bcochofel/ansible-ubuntuwst-roles | f103a2ab3516adedab92d0de8f6fb85e5b11d480 | 1 | roles/i3wm | 7,297 | [
"no_license"
] | [
{
"path": "roles/i3wm/defaults/main.yml",
"content": "---\n# defaults file for i3wm\ni3wm_packages:\n - i3\n - i3blocks\n - i3lock\n - i3lock-fancy\n - i3status\n - xautolock\n - conky\n - feh\n - rofi\n - scrot\n - pulseaudio-utils\n - xbacklight\n - python-dbus\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 1568,
"all_permissive": false
} |
ansible_role | bcochofel/ansible-ubuntuwst-roles | f103a2ab3516adedab92d0de8f6fb85e5b11d480 | 1 | roles/kube_tools | 7,297 | [
"no_license"
] | [
{
"path": "roles/kube_tools/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - kube_tools\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 69
},
{
"path": "roles/kube_tools/tasks/main.yml",
"content": "---\n# tasks file ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 7185,
"all_permissive": false
} |
ansible_role | bcochofel/ansible-ubuntuwst-roles | f103a2ab3516adedab92d0de8f6fb85e5b11d480 | 1 | roles/terraform_tools | 7,297 | [
"no_license"
] | [
{
"path": "roles/terraform_tools/molecule/default/verify.yml",
"content": "---\n# This is an example playbook to execute Ansible tests.\n\n- name: Verify\n hosts: all\n gather_facts: false\n vars:\n list_of_binaries:\n - terraform\n - terragrunt\n - tflint\n - conftest\n - ter... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4943,
"all_permissive": false
} |
ansible_role | ausdomainledger/hosting-benchmark-2018 | 46c987bf19cc581c9d236cbbb6a48e12f9ad7b47 | 0 | ansible-vps/roles/vps | 7,297 | [
"no_license"
] | [
{
"path": "ansible-vps/roles/vps/tasks/main.yml",
"content": "- name: Remount root as noatime (note, this won't persist a reboot)\n shell: mount -o remount -o noatime / warn=false\n\n# - name: Set io scheduler (note, this won't persist a reboot)\n# shell: bash -c \"echo mq-deadline > /sys/block/*/queue/s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2367,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/adguard | 7,297 | [
"no_license"
] | [
{
"path": "roles/adguard/tasks/main.yml",
"content": "---\n- name: Ensure adguard package is present\n tags:\n - adguard\n community.general.homebrew_cask:\n name: \"{{ adguard_package }}\"\n state: present\n update_homebrew: false\n upgrade_all: false\n\n- name: Ensure adguard defaults are... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3099,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/appzapper | 7,297 | [
"no_license"
] | [
{
"path": "roles/appzapper/README.md",
"content": "# appzapper\n\n[](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nThe uninstaller Apple forgot\n\n## Requirements\n\n* [Homebrew](https://brew.sh)\n\n## Role Variables\n\n app... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2797,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/hermes | 7,297 | [
"no_license"
] | [
{
"path": "roles/hermes/tasks/main.yml",
"content": "---\n- name: Ensure hermes package is present\n tags:\n - hermes\n community.general.homebrew_cask:\n name: \"{{ hermes_package }}\"\n state: present\n update_homebrew: false\n upgrade_all: false\n\n- name: Ensure hermes defaults are mana... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3473,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/irssi | 7,297 | [
"no_license"
] | [
{
"path": "roles/irssi/meta/main.yml",
"content": "---\ndependencies: []\ngalaxy_info:\n role_name: irssi\n author: <NAME>\n description: Your text mode chatting application since 1999\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\n - name: macOS\n versions:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5565,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/iterm2 | 7,297 | [
"no_license"
] | [
{
"path": "roles/iterm2/defaults/main.yml",
"content": "---\niterm2_defaults: []\niterm2_domain: com.googlecode.iterm2\niterm2_package: iterm2\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/iterm2/meta/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2436,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/liquidprompt | 7,297 | [
"no_license"
] | [
{
"path": "roles/liquidprompt/templates/liquidpromptrc.j2",
"content": "# {{ ansible_managed }}\n\n{% if liquidprompt_source | length > 0 %}\n{% for source in liquidprompt_source %}\nsource {{ source }}\n{% endfor %}\n{% endif %}\n\n{% if liquidprompt_ps1_file is not none %}\nLP_PS1_FILE={{ liquidprompt... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 9772,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/monitorcontrol | 7,297 | [
"no_license"
] | [
{
"path": "roles/monitorcontrol/defaults/main.yml",
"content": "---\nmonitorcontrol_defaults: []\nmonitorcontrol_domain: me.guillaumeb.MonitorControl\nmonitorcontrol_package: monitorcontrol\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "ro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2935,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/privoxy | 7,297 | [
"no_license"
] | [
{
"path": "roles/privoxy/tasks/main.yml",
"content": "---\n- name: Ensure privoxy package is present\n tags:\n - privoxy\n community.general.homebrew:\n name: privoxy\n state: present\n update_homebrew: false\n upgrade_all: false\n\n- name: Ensure privoxy configuration is managed\n tags:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 10805,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/proton_drive | 7,297 | [
"no_license"
] | [
{
"path": "roles/proton_drive/meta/main.yml",
"content": "---\ndependencies: []\ngalaxy_info:\n role_name: proton_drive\n author: <NAME>\n description: Client for Proton Drive\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\n - name: macOS\n versions:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1199,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/proton_mail | 7,297 | [
"no_license"
] | [
{
"path": "roles/proton_mail/meta/main.yml",
"content": "---\ndependencies: []\ngalaxy_info:\n role_name: proton_mail\n author: <NAME>\n description: Client for Proton Mail\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\n - name: macOS\n versions:\n - ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2345,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/proton_vpn | 7,297 | [
"no_license"
] | [
{
"path": "roles/proton_vpn/tasks/main.yml",
"content": "---\n- name: Ensure proton vpn package is present\n tags:\n - proton_vpn\n community.general.homebrew_cask:\n name: \"{{ proton_vpn_package }}\"\n state: present\n update_homebrew: false\n upgrade_all: false\n\n- name: Ensure proton v... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3148,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/rclone | 7,297 | [
"no_license"
] | [
{
"path": "roles/rclone/meta/main.yml",
"content": "---\ndependencies: []\ngalaxy_info:\n role_name: rclone\n author: <NAME>\n description: A command-line program to manage files on cloud storage\n license: GPLv3\n min_ansible_version: 2.15.0\n platforms:\n - name: macOS\n versions:\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7130,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/rectangle | 7,297 | [
"no_license"
] | [
{
"path": "roles/rectangle/meta/main.yml",
"content": "---\ndependencies: []\ngalaxy_info:\n role_name: rectangle\n author: <NAME>\n description: Rectangle is a window management app based on Spectacle, written in Swift\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2701,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/shell_proxy | 7,297 | [
"no_license"
] | [
{
"path": "roles/shell_proxy/README.md",
"content": "# shell\\_proxy\n\n[](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nConfigure proxies via command line\n\n## Requirements\n\nNone\n\n## Role Variables\n\n shell_proxy_file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5144,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/sizeup | 7,297 | [
"no_license"
] | [
{
"path": "roles/sizeup/README.md",
"content": "# sizeup\n\n[](https://www.gnu.org/licenses/gpl-3.0.en.html#license-text)\n\nThe Missing Window Manager\n\n## Requirements\n\n* [Homebrew](https://brew.sh)\n\n## Role Variables\n\n sizeup_defa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3393,
"all_permissive": false
} |
ansible_role | linuxhq/ansible-collection-macos | 1385e9c1d695d80c34ff5583e0fcbbf28f1a6e46 | 1 | roles/textual | 7,297 | [
"no_license"
] | [
{
"path": "roles/textual/meta/main.yml",
"content": "---\ndependencies: []\ngalaxy_info:\n role_name: textual\n author: <NAME>\n description: Textual IRC Client\n license: GPLv3\n min_ansible_version: 2.15.0\n namespace: linuxhq\n platforms:\n - name: macOS\n versions:\n - all\n galax... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3685,
"all_permissive": false
} |
ansible_role | TheMeaningfulEngineer/ansible-dev-env | d65f7b92009438d13c623fcd93a607b2f01e85f0 | 0 | roles/fzf_install | 7,297 | [
"no_license"
] | [
{
"path": "roles/fzf_install/tasks/main.yml",
"content": "---\n - name: Git checkout\n git:\n repo: https://github.com/junegunn/fzf.git\n dest: \"{{ HOME_USER_DIR }}/.fzf\"\n version: \"{{ FZF_VERSION }}\"\n\n - name: Install fzf\n shell: \"yes | {{ HOME_USER_DIR }}/.fz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 719,
"all_permissive": false
} |
ansible_role | TheMeaningfulEngineer/ansible-dev-env | d65f7b92009438d13c623fcd93a607b2f01e85f0 | 0 | roles/language_server_basedpyright | 7,297 | [
"no_license"
] | [
{
"path": "roles/language_server_basedpyright/tasks/main.yml",
"content": "---\n\n- name: Install Node.js \n apt:\n name: nodejs\n state: present\n become: true\n\n- name: Install npm \n apt:\n name: npm\n state: present\n become: true\n\n- name: Install basedpyright globally\n npm:\n na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | TheMeaningfulEngineer/ansible-dev-env | d65f7b92009438d13c623fcd93a607b2f01e85f0 | 0 | roles/language_server_bash | 7,297 | [
"no_license"
] | [
{
"path": "roles/language_server_bash/tasks/main.yml",
"content": "- name: Download ShellCheck version {{ SHELLCHECK_VERSION }}\n get_url:\n url: \"https://github.com/koalaman/shellcheck/releases/download/v{{ SHELLCHECK_VERSION }}/shellcheck-v{{ SHELLCHECK_VERSION }}.linux.x86_64.tar.xz\"\n dest: \"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1445,
"all_permissive": false
} |
ansible_role | TheMeaningfulEngineer/ansible-dev-env | d65f7b92009438d13c623fcd93a607b2f01e85f0 | 0 | roles/language_server_lua | 7,297 | [
"no_license"
] | [
{
"path": "roles/language_server_lua/tasks/main.yml",
"content": "- name: Download Lua Language Server\n ansible.builtin.get_url:\n url: \"https://github.com/LuaLS/lua-language-server/releases/download/{{ LS_LUA_VERSION }}/lua-language-server-{{ LS_LUA_VERSION }}-linux-x64.tar.gz\"\n dest: \"/tmp/lua... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1427,
"all_permissive": false
} |
ansible_role | TheMeaningfulEngineer/ansible-dev-env | d65f7b92009438d13c623fcd93a607b2f01e85f0 | 0 | roles/local_dirs_requirements | 7,297 | [
"no_license"
] | [
{
"path": "roles/local_dirs_requirements/tasks/main.yml",
"content": "---\n# Create the needed dirs\n - name: Create the home dir for app images if not there\n file:\n path: \"{{ LOCAL_APPIMAGE_PATH }}\"\n state: directory\n mode: 0755\n\n - name: Create \"{{ LOCAL_BIN_PATH }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | TheMeaningfulEngineer/ansible-dev-env | d65f7b92009438d13c623fcd93a607b2f01e85f0 | 0 | roles/nvim_appimage | 7,297 | [
"no_license"
] | [
{
"path": "roles/nvim_appimage/files/nvim/lua/lsp/lua_ls.lua",
"content": "return {\n setup = function(lspconfig, capabilities)\n lspconfig.lua_ls.setup({\n capabilities = capabilities,\n settings = {\n Lua = {\n workspace = {\n preloadFileSize = 1000,\n i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 14703,
"all_permissive": false
} |
ansible_role | TheMeaningfulEngineer/ansible-dev-env | d65f7b92009438d13c623fcd93a607b2f01e85f0 | 0 | roles/obsidian_appimage | 7,297 | [
"no_license"
] | [
{
"path": "roles/obsidian_appimage/defaults/main.yaml",
"content": "---\nAPPIMAGE_FILENAME: \"obsidian.{{ OBSIDIAN_VERSION }}.appimage\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 66
},
{
"path": "roles/obsidian_appimage/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | TheMeaningfulEngineer/ansible-dev-env | d65f7b92009438d13c623fcd93a607b2f01e85f0 | 0 | roles/set_keymaps | 7,297 | [
"no_license"
] | [
{
"path": "roles/set_keymaps/tasks/main.yml",
"content": "---\n# roles/set_keymaps/tasks/main.yml\n# Only tasks: no top-level play or \"hosts\" statements.\n\n- name: Ensure dconf is installed\n become: true\n apt:\n name: dconf-cli\n state: present\n\n- name: Set Caps Lock to Control (GNOME Wayland... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 612,
"all_permissive": false
} |
ansible_role | vmleon/oci-scale-compute-flex | 015643dc52ecd86f9043778e9a1142d2284b5daf | 0 | ansible/roles/server | 7,297 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yaml",
"content": "---\n- name: Install Node\n dnf:\n name: \"@nodejs:18\"\n update_cache: yes\n- name: Copy server files\n copy:\n src: ../../../../server/{{ item }}\n dest: /home/opc/server/\n owner: opc\n with_items:\n - \"index.js\"\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 702,
"all_permissive": false
} |
ansible_role | vmleon/oci-scale-compute-flex | 015643dc52ecd86f9043778e9a1142d2284b5daf | 0 | ansible/roles/tester | 7,297 | [
"no_license"
] | [
{
"path": "ansible/roles/tester/tasks/main.yaml",
"content": "---\n- name: Install K6 repo\n dnf:\n name: \"https://dl.k6.io/rpm/repo.rpm\"\n disable_gpg_check: true\n state: present\n- name: Install Node and K6\n dnf:\n name:\n - \"@nodejs:18\"\n - \"k6\"\n update_cache: yes\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 367,
"all_permissive": false
} |
ansible_role | ghanouBena/ansible-mariadb-galera | 95b2bd8bf35192edc8c985028e08b5e9a3f6d4ca | 0 | roles/mariadb | 7,297 | [
"no_license"
] | [
{
"path": "roles/mariadb/vars/main.yml",
"content": "---\n# vars file for roles/mariab\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/mariadb/templates/galera.cnf.j2",
"content": "[mysqld]\nbinlog_format=ROW\ndefault-storage-engine=inn... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3344,
"all_permissive": false
} |
ansible_role | hidepin/ubuntu-lxd-playbook | 7e06ede09bf8e1f8452142a5e88d9da9233f314b | 0 | roles/lxd | 7,297 | [
"no_license"
] | [
{
"path": "roles/lxd/tasks/main.yml",
"content": "---\n- name: add lxd ppa\n apt_repository: repo='ppa:ubuntu-lxc/lxd-git-master'\n\n- name: packages update\n apt: update_cache=yes\n\n- name: lxd install\n apt: name={{item}} state=present\n with_items:\n - lxd\n\n- name: enable lxd services\n servic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | rpnarendra/central-dba-ansible | 8e47cee76fafdce715a1422d386d160cae73993e | 0 | playbooks/roles/docker-setup | 7,297 | [
"no_license"
] | [
{
"path": "playbooks/roles/docker-setup/tasks/main.yml",
"content": "---\n- name: install packages for docker\n package:\n name: ['yum-utils','device-mapper-persistent-data','lvm2','device-mapper','device-mapper-event','device-mapper-libs','amazon-linux-extras','device-mapper-event-libs']\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1792,
"all_permissive": false
} |
ansible_role | rpnarendra/central-dba-ansible | 8e47cee76fafdce715a1422d386d160cae73993e | 0 | playbooks/roles/download-scripts | 7,297 | [
"no_license"
] | [
{
"path": "playbooks/roles/download-scripts/tasks/main.yml",
"content": "---\n\n- name: Download python scripts\n git:\n repo: https://github.com/rpnarendra/central-dba-ansible.git\n dest: /home/nreddy/python\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 143,
"all_permissive": false
} |
ansible_role | rpnarendra/central-dba-ansible | 8e47cee76fafdce715a1422d386d160cae73993e | 0 | playbooks/roles/install-python3.8 | 7,297 | [
"no_license"
] | [
{
"path": "playbooks/roles/install-python3.8/tasks/main.yml",
"content": "---\n- name: Check for Python\n stat:\n path: /usr/bin/python3.8\n register: check_python\n\n- debug:\n msg: \"python3.8 installed already\"\n when: check_python.stat.exists\n\n- name: Enable Python 3.8 packages in extras rep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1081,
"all_permissive": false
} |
ansible_role | rpnarendra/central-dba-ansible | 8e47cee76fafdce715a1422d386d160cae73993e | 0 | playbooks/roles/virtual | 7,297 | [
"no_license"
] | [
{
"path": "playbooks/roles/virtual/tasks/main.yml",
"content": "---\n- name: Install virtualenv via pip\n pip:\n name: virtualenv\n executable: pip3\n\n- name: setup virualenv\n command: python3 -m venv myenv-dba\n args:\n chdir: /home/nreddy/python\n\n",
"license_type": "no_license",
"d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | sandeepkundala/CSC519_Devops_HW | ad975ef57f5b27070bcbf48ab6a82462183ab1fe | 0 | HW2-DevOps/cm/roles/mattermost | 7,297 | [
"no_license"
] | [
{
"path": "HW2-DevOps/cm/roles/mattermost/templates/mattermost.service.j2",
"content": "[Unit]\nDescription=Mattermost\nAfter=network.target\nAfter=mysql.service\nRequires=mysql.service\n\n[Service]\nType=notify\nExecStart=/opt/mattermost/bin/mattermost\nTimeoutStartSec=3600\nRestart=always\nRestartSec=10\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2045,
"all_permissive": false
} |
ansible_role | sandeepkundala/CSC519_Devops_HW | ad975ef57f5b27070bcbf48ab6a82462183ab1fe | 0 | HW2-DevOps/cm/roles/mysql | 7,297 | [
"no_license"
] | [
{
"path": "HW2-DevOps/cm/roles/mysql/tasks/main.yml",
"content": "---\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n become: yes\n\n- name: Upgrade all packages to the latest version\n apt:\n name: \"*\"\n state: latest\n become: yes\n\n- name: Start the MySQL servi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 725,
"all_permissive": false
} |
ansible_role | sandeepkundala/CSC519_Devops_HW | ad975ef57f5b27070bcbf48ab6a82462183ab1fe | 0 | HW2-DevOps/cm/roles/packages | 7,297 | [
"no_license"
] | [
{
"path": "HW2-DevOps/cm/roles/packages/tasks/main.yml",
"content": "---\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n become: yes\n\n- name: install python and python-pip\n become: yes\n apt:\n name: [python, python-pip]\n update_cache: yes\n\n- name: Download and... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | toluay02/test1 | ec51655e20676cd3aef692217252f0f1d3197ea6 | 0 | .circleci/ansible/roles/configure-prometheus | 7,297 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-prometheus/tasks/main.yml",
"content": "---\n\n- name: Update apt packages\n become: true\n apt:\n update_cache: yes\n\n- name: Upgrade apt packages\n become: true\n apt:\n upgrade: yes\n\n- name: Remove unused dependencies\n become: true\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2080,
"all_permissive": false
} |
ansible_role | stacybrock/ansible-ruby-bootstrap | c36b1b56e7ea3844ce5183e41a73cf0d3782387c | 0 | roles/install | 7,297 | [
"no_license"
] | [
{
"path": "roles/install/tasks/main.yml",
"content": "---\n- import_tasks: install_packages.yml\n- import_tasks: setup_user.yml\n- import_tasks: install_ruby.yml\n become: yes\n become_user: \"{{ common.create_user }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1612,
"all_permissive": false
} |
ansible_role | yuhigash/ansible-lamp | 0d366eb89bdf68976ef4adc8f4258a5a61ede83a | 0 | roles/common | 7,297 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: common / Update yum packages\n yum:\n name: '*'\n state: latest\n update_cache: yes\n\n- name: common / Import EPEL repository\n yum:\n name: epel-release\n state: latest\n update_cache: yes\n",
"license_type": "no_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | yuhigash/ansible-lamp | 0d366eb89bdf68976ef4adc8f4258a5a61ede83a | 0 | roles/sshd | 7,297 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/main.yml",
"content": "---\n- name: sshd / Change SSH port\n lineinfile:\n dest: /etc/ssh/sshd_config\n regexp: \"^Port\"\n insertafter: \"^#Port\"\n line: \"Port {{ port }}\"\n\n- name: sshd / Disallow password authentication\n lineinfile:\n dest: /etc/ssh/sshd_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1310,
"all_permissive": false
} |
ansible_role | yuhigash/ansible-lamp | 0d366eb89bdf68976ef4adc8f4258a5a61ede83a | 0 | roles/users | 7,297 | [
"no_license"
] | [
{
"path": "roles/users/vars/main.yml",
"content": "---\nnew_users:\n admin:\n name: higashiyama\n password: \"{{ '<PASSWORD>' | password_hash('<PASSWORD>') }}\"\n groups: wheel\n privilege: admin\n key: ~/.ssh/id_rsa.pub\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | msfidelis/kubernetes-with-cri-o | 2dfe85ff699aae767f92c47cc02f5e3ea95ef40c | 93 | roles/commons | 7,297 | [
"no_license"
] | [
{
"path": "roles/commons/tasks/main.yml",
"content": "- name: update apt\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install required packages\n apt:\n name: \"{{ packages }}\"\n update_cache: true\n state: present\n vars:\n packages:\n - python-minimal\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | msfidelis/kubernetes-with-cri-o | 2dfe85ff699aae767f92c47cc02f5e3ea95ef40c | 93 | roles/cri-o | 7,297 | [
"no_license"
] | [
{
"path": "roles/cri-o/tasks/main.yml",
"content": "- name: \"modprobe overlay\"\n modprobe:\n name: overlay\n state: present\n\n- name: \"modprobe br_netfilter\"\n modprobe:\n name: br_netfilter\n state: present\n\n- name: \"sysctl\"\n shell: \"sysctl --system\"\n\n- name: Put kubernetes-cri... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2041,
"all_permissive": false
} |
ansible_role | msfidelis/kubernetes-with-cri-o | 2dfe85ff699aae767f92c47cc02f5e3ea95ef40c | 93 | roles/kubernetes | 7,297 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/main.yml",
"content": "- name: Get Kubernetes apt-key\n apt_key: \n url: https://packages.cloud.google.com/apt/doc/apt-key.gpg\n state: present\n\n- name: Add kubernetes repo\n apt_repository:\n repo: deb http://apt.kubernetes.io/ kubernetes-xenial main\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | msfidelis/kubernetes-with-cri-o | 2dfe85ff699aae767f92c47cc02f5e3ea95ef40c | 93 | roles/masters | 7,297 | [
"no_license"
] | [
{
"path": "roles/masters/tasks/main.yml",
"content": "- include_tasks: \"setup.yml\"\n- include_tasks: \"wait_node_ready.yml\"\n- include_tasks: \"flannel.yml\"\n- include_tasks: \"token.yml\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 127
},
{
"path": "roles/... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1513,
"all_permissive": false
} |
ansible_role | msfidelis/kubernetes-with-cri-o | 2dfe85ff699aae767f92c47cc02f5e3ea95ef40c | 93 | roles/nodes | 7,297 | [
"no_license"
] | [
{
"path": "roles/nodes/tasks/main.yml",
"content": "- name: Kubeadm reset\n shell: kubeadm reset -f >> reset.log\n args:\n chdir: $HOME\n creates: reset.log\n\n- name: Join node to cluster\n shell: \"{{ hostvars[groups['masters'][0]]['join_command'] }} >> node.log\"\n ignore_errors: yes\n args:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | aniketraj11/ELK-deployment | 1d7c6346f5e15eece95d0ea2df17ca79230d205a | 0 | ansible/playbooks/roles/elasticsearch | 7,297 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/elasticsearch/tasks/main.yml",
"content": "---\n\n- name: check status Elasticsearch\n command: systemctl is-active elasticsearch.service\n register: st\n failed_when: st.rc != 1 and st.rc != 0 and st.rc != 3\n\n- name: Checkpoint 1\n command: wget https://artifacts.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 896,
"all_permissive": false
} |
ansible_role | aniketraj11/ELK-deployment | 1d7c6346f5e15eece95d0ea2df17ca79230d205a | 0 | ansible/playbooks/roles/kibana | 7,297 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/kibana/tasks/main.yml",
"content": "---\n\n- name: check status of Kibana\n command: systemctl is-active kibana.service\n register: st\n failed_when: st.rc != 1 and st.rc != 0 and st.rc != 3\n\n- name: Checkpoint 1\n command: wget https://artifacts.elastic.co/download... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 605,
"all_permissive": false
} |
ansible_role | aniketraj11/ELK-deployment | 1d7c6346f5e15eece95d0ea2df17ca79230d205a | 0 | ansible/playbooks/roles/upgrade | 7,297 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/upgrade/tasks/main.yml",
"content": "---\n\n- name: Download rpm package for 5.6.16\n shell: wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.16.tar.gz\n args:\n chdir: /elastic/software\n\n- name: Extract the package\n shell: tar -xvf ela... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1188,
"all_permissive": false
} |
ansible_role | mattirantakomi/bastutesti | f70b22ec36036d8a544203edf299b400557d9ad7 | 0 | ansible/roles/kube-master | 7,297 | [
"no_license"
] | [
{
"path": "ansible/roles/kube-master/tasks/main.yml",
"content": "- name: Wait for DONE\n wait_for:\n path: /root/DONE\n timeout: 600\n \n- name: Install required packages\n apt:\n name:\n - python3-pip\n - cloud-image-utils\n state: latest\n update_cache: yes\n\n- name: Instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3985,
"all_permissive": false
} |
ansible_role | mattirantakomi/bastutesti | f70b22ec36036d8a544203edf299b400557d9ad7 | 0 | ansible/roles/proxmox-kube-master | 7,297 | [
"no_license"
] | [
{
"path": "ansible/roles/proxmox-kube-master/tasks/main.yml",
"content": "- name: Install required packages\n apt:\n name:\n - python3-pip\n - cloud-image-utils\n state: latest\n update_cache: yes\n\n- name: Install required python packages\n pip:\n name:\n - requests\n - p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4683,
"all_permissive": false
} |
ansible_role | SideAction/bouldering | d312aafa441bcbf938ca8869a9922e3896715d3c | 0 | ansible/roles/contented | 7,297 | [
"no_license"
] | [
{
"path": "ansible/roles/contented/tasks/permissions.yml",
"content": "- name: Set the mounted directory to vagrant ownership (not root) so we can build and install into pkg\n become: true\n file:\n path: /home/vagrant/go\n owner: vagrant\n group: vagrant\n\n- name: Create the static content loca... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2228,
"all_permissive": false
} |
ansible_role | RITSPARSA/ists16-koth-ansible | 02263a7ddf772dbea93b963b2e54be3eaeb8e1dc | 0 | roles/europa | 7,297 | [
"no_license"
] | [
{
"path": "roles/europa/tasks/deploy_rbash.yml",
"content": "###########################\n# EUROPA #\n###########################\n\n# set hostname to 'europa'\n- name: change hostname\n hostname:\n name: europa\n\n- name: install git\n yum:\n name: git\n state: latest\n\n- name:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1704,
"all_permissive": false
} |
ansible_role | RITSPARSA/ists16-koth-ansible | 02263a7ddf772dbea93b963b2e54be3eaeb8e1dc | 0 | roles/mars | 7,297 | [
"no_license"
] | [
{
"path": "roles/mars/tasks/main.yml",
"content": "# main.yml - Performs the Postfix, Procmail, Bash, and vsftpd installs.\n# This playbook requires the -K flag. This playbook is designed\n# to be run against a system with Debian 8 installed on it.\n# This playbook also requires that a shell other than bash... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1296,
"all_permissive": false
} |
ansible_role | RITSPARSA/ists16-koth-ansible | 02263a7ddf772dbea93b963b2e54be3eaeb8e1dc | 0 | roles/rhea | 7,297 | [
"no_license"
] | [
{
"path": "roles/rhea/files/script.sh",
"content": "while true\ndo\nsleep 100\ndone\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 29
},
{
"path": "roles/rhea/tasks/nginx.yml",
"content": "---\n- name: Add nginx repository\n copy:\n src: nginx.repo\n ... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 9469,
"all_permissive": false
} |
ansible_role | RITSPARSA/ists16-koth-ansible | 02263a7ddf772dbea93b963b2e54be3eaeb8e1dc | 0 | roles/saturn | 7,297 | [
"no_license"
] | [
{
"path": "roles/saturn/files/portal/logout.php",
"content": "<?php\n session_start();\n session_unset();\n $destroyed = session_destroy();\n setcookie(\"PHPSESSID\", \"\", time()-3600, \"/\");\n header(\"Location: login.php\");\n?>\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2588,
"all_permissive": false
} |
ansible_role | StevenBuglione/klustered.us | 2361d1e872138d4746686e6158002c9ae6284d57 | 0 | infrastructure/on-prem/infra/ansible/roles/lxd_cluster_setup | 7,297 | [
"no_license"
] | [
{
"path": "infrastructure/on-prem/infra/ansible/roles/lxd_cluster_setup/tasks/lxd.yml",
"content": "---\n- name: Check if Snap is installed\n command: which snap\n register: snap_installed\n ignore_errors: yes\n\n- name: Ensure Snapd is installed (Debian/Ubuntu)\n apt:\n name: snapd\n state: prese... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 7428,
"all_permissive": false
} |
ansible_role | StevenBuglione/klustered.us | 2361d1e872138d4746686e6158002c9ae6284d57 | 0 | infrastructure/on-prem/infra/ansible/roles/lxd_cluster_teardown | 7,297 | [
"no_license"
] | [
{
"path": "infrastructure/on-prem/infra/ansible/roles/lxd_cluster_teardown/tasks/cleanup_dnsmasq.yml",
"content": "---\n- name: Stop DNSMasq service if running\n service:\n name: dnsmasq\n state: stopped\n enabled: no\n ignore_errors: yes\n tags: cleanup\n\n- name: Kill any running dnsmasq proce... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3322,
"all_permissive": false
} |
ansible_role | cmeissner/ocp_advanced_deployment | aab59953bb91a46e081e412068bc66a25159e382 | 0 | ansible/roles/CICD | 7,299 | [
"no_license"
] | [
{
"path": "ansible/roles/CICD/tasks/main.yml",
"content": "---\n- name: create pipeline.yaml file\n template: src=pipeline_template.yaml.j2 dest=/root/pipeline.yaml\n when: \"inventory_hostname == 'localhost'\"\n tags: cicd-pipeline\n\n- name: create setup script\n template: src=setup_cicd_simple.sh.j2 ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2464,
"all_permissive": false
} |
ansible_role | cmeissner/ocp_advanced_deployment | aab59953bb91a46e081e412068bc66a25159e382 | 0 | ansible/roles/CREATE_HOST_FILE | 7,299 | [
"no_license"
] | [
{
"path": "ansible/roles/CREATE_HOST_FILE/templates/hosts_template.j2",
"content": "[OSEv3:vars]\n\n###########################################################################\n### Ansible Vars\n###########################################################################\ntimeout=60\nansible_become=yes\nansi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 10057,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.