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 | TibiIius/infra | 692418dd8bcf5ce6912f9382983d69d8d6ec542e | 0 | roles/reverse_proxy | 7,771 | [
"permissive"
] | [
{
"path": "roles/reverse_proxy/templates/docker-compose.yaml.j2",
"content": "version: \"3\"\n \nservices:\n traefik:\n image: \"traefik:v2.10\"\n restart: always\n command:\n - \"--log.level=INFO\"\n - \"--accesslog=true\"\n - \"--providers.docker=true\"\n - \"--providers.dock... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2076,
"all_permissive": true
} |
ansible_role | TibiIius/infra | 692418dd8bcf5ce6912f9382983d69d8d6ec542e | 0 | roles/system | 7,771 | [
"permissive"
] | [
{
"path": "roles/system/tasks/essential.yaml",
"content": "- name: Update packages\n block:\n - name: Update with dnf\n ansible.builtin.dnf:\n name: \"*\"\n state: latest\n update_only: true\n when: ansible_facts['os_family'] == \"RedHat\"\n - name: Update with apt\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2664,
"all_permissive": true
} |
ansible_role | sathishbob/ansible2012 | 182120fc30ee6be8383f59d1baca7905d1c2c8ad | 0 | roles/webserver | 7,771 | [
"no_license"
] | [
{
"path": "roles/webserver/templates/index.html.j2",
"content": "<html>\n\t<center>\n\t\t<h1> Welcome to ansible Training </h1>\n <h2> This system is running on {{ ansible_os_family }} Family Operating System </h2>\n <h3> System Host name is {{ ansible_hostname }} </h3>\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1743,
"all_permissive": false
} |
ansible_role | gkeuken/CBSA_Stock | 6b6a5af579bf40149af13d287743e227ad224b1d | 0 | roles/cbsa | 7,771 | [
"no_license"
] | [
{
"path": "roles/cbsa/tasks/main.yml",
"content": " - name: Clone CBSA repo to localhost\n ansible.builtin.git:\n repo: https://github.com/cicsdev/cics-banking-sample-application-cbsa.git\n dest: '{{ cbsa_base }}'\n clone: yes\n accept_hostkey: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 19020,
"all_permissive": false
} |
ansible_role | gkeuken/CBSA_Stock | 6b6a5af579bf40149af13d287743e227ad224b1d | 0 | roles/cbsa_test | 7,771 | [
"no_license"
] | [
{
"path": "roles/cbsa_test/files/crecust.json",
"content": "{\n \"CreCust\": {\n \"CommEyecatcher\": \" \",\n \"CommKey\": {\n \"CommSortcode\": 0,\n \"CommNumber\": 0\n },\n \"CommName\": \"<NAME>\",\n \"CommAddress\": \"999 Sysco Road, York-Mills. YO1 1AA \",\n \"CommDateOfBir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2796,
"all_permissive": false
} |
ansible_role | gkeuken/CBSA_Stock | 6b6a5af579bf40149af13d287743e227ad224b1d | 0 | roles/cleanup | 7,771 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": " - name: Cleanup \"{{ cbsawrk }}\"\n ansible.builtin.file:\n path: \"{{ cbsawrk }}\"\n state: absent \n\n - name: Cleanup \"{{ wrkdir }}\"\n ansible.builtin.file:\n path: \"{{ wrkdir ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | gkeuken/CBSA_Stock | 6b6a5af579bf40149af13d287743e227ad224b1d | 0 | roles/setup | 7,771 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": " - name: Create \"{{ wrkdir }}\"\n ansible.builtin.file:\n path: \"{{ wrkdir }}\"\n state: absent \n\n - name: Create \"{{ wrkdir }}\"\n ansible.builtin.file:\n path: \"{{ wrkdir }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2416,
"all_permissive": false
} |
ansible_role | arnav3000/devconf2023_ansible_role | 3448d5938089f198e9cd72d038d04fa65957853c | 1 | roles/failures | 7,771 | [
"no_license"
] | [
{
"path": "roles/failures/defaults/main.yml",
"content": "---\n# defaults file for failures\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/failures/tasks/main.yml",
"content": "---\n# tasks file for services\n- name: Failure encountere... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | arnav3000/devconf2023_ansible_role | 3448d5938089f198e9cd72d038d04fa65957853c | 1 | roles/services | 7,771 | [
"no_license"
] | [
{
"path": "roles/services/handlers/main.yml",
"content": "---\n# handlers file for services\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/services/defaults/main.yml",
"content": "---\n# defaults file for services\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 235,
"all_permissive": false
} |
ansible_role | arnav3000/devconf2023_ansible_role | 3448d5938089f198e9cd72d038d04fa65957853c | 1 | roles/webservers | 7,771 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/main.yml",
"content": "---\n# tasks file for webservers\n- name: Install the correct web server for RHEL\n debug: \n msg: \"Webserver Installation demo is completed\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 142,
"all_permissive": false
} |
ansible_role | sevos/vagrant-devenv | 044ff5267ebf8f7f36d3d026b7c00eb65da6b7d9 | 0 | ansible/roles/base | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n# tasks file for base\n- name: 'Allow user to do anything with sudo'\n sudo: yes\n lineinfile:\n dest: /etc/sudoers\n line: '{{ansible_ssh_user}} ALL=(ALL) NOPASSWD:ALL'\n validate: 'visudo -cf %s'\n- name: Install base packages\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 338,
"all_permissive": false
} |
ansible_role | sevos/vagrant-devenv | 044ff5267ebf8f7f36d3d026b7c00eb65da6b7d9 | 0 | ansible/roles/dotfiles | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/dotfiles/tasks/main.yml",
"content": "---\n# tasks file for dotfiles\n- name: Install zsh\n apt: name=zsh\n sudo: yes\n- name: Clone oh-my-zsh repo\n git: repo=git://github.com/robbyrussell/oh-my-zsh.git dest=/home/{{user}}/.oh-my-zsh accept_hostkey=yes force=yes\n- name: Set zsh... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | sevos/vagrant-devenv | 044ff5267ebf8f7f36d3d026b7c00eb65da6b7d9 | 0 | ansible/roles/emacs | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/emacs/tasks/main.yml",
"content": "---\n# tasks file for emacs\n- name: 'Add emacs PPA'\n sudo: yes\n apt_repository: repo=ppa:alexmurray/emacs\n- name: 'Uninstall emacs'\n sudo: yes\n apt: name=emacs24-nox state=absent\n- name: 'Install emacs'\n sudo: yes\n apt:\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | sevos/vagrant-devenv | 044ff5267ebf8f7f36d3d026b7c00eb65da6b7d9 | 0 | ansible/roles/nginx-app-proxy | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx-app-proxy/defaults/main.yml",
"content": "ssl_domain: False\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 18
},
{
"path": "ansible/roles/nginx-app-proxy/templates/proxy.j2",
"content": "upstream backend {\n server {{ upstre... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3336,
"all_permissive": false
} |
ansible_role | sevos/vagrant-devenv | 044ff5267ebf8f7f36d3d026b7c00eb65da6b7d9 | 0 | ansible/roles/postgresql | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/tasks/main.yml",
"content": "---\n- name: 'Install postgresql-9.4 repository key'\n apt_key: url=\"https://www.postgresql.org/media/keys/ACCC4CF8.asc\"\n sudo: yes\n- name: 'Install postgresql-9.4 repository'\n apt_repository: repo=\"deb http://apt.postgresql.org/pub/r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 892,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/alice | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/alice/tasks/main.yml",
"content": "---\n- name: Ensure alice directory\n become: true\n ansible.builtin.file:\n path: /opt/alice\n state: directory\n owner: sfmix\n group: sfmix\n mode: ug=rwx,o=rx\n\n- name: Clone alice-lg/alice-lg repo\n become: true\n become_us... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 15725,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/authentik | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/authentik/templates/authentik.env.j2",
"content": "PG_PASS={{ authentik_authentik.postgres_password }}\nAUTHENTIK_SECRET_KEY={{ authentik_authentik.secret_key }}\nAUTHENTIK_ERROR_REPORTING__ENABLED=true\n# SMTP Host Emails are sent to\nAUTHENTIK_EMAIL__HOST={{ authentik_authentik.em... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2530,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/grafana | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/grafana/tasks/main.yml",
"content": "---\n- name: \"Grafana: ensure directory\"\n become: true\n ansible.builtin.file:\n path: /opt/grafana\n state: directory\n owner: nobody\n mode: ug=rwx,o=rx\n\n- name: \"Create a dhparams file\"\n become: true\n community.crypto.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6826,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/ixp_netbox | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/ixp_netbox/tasks/main.yml",
"content": "---\n- name: \"Update apt cache\"\n become: true\n ansible.builtin.apt:\n update_cache: true\n\n- name: \"Create a dhparams file\"\n become: true\n community.crypto.openssl_dhparam:\n path: /etc/ssl/certs/dhparam.pem\n size: 2048\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1795,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/libreixp_portal | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/libreixp_portal/tasks/nginx.yml",
"content": "---\n- name: \"Create a dhparams file\"\n become: true\n community.crypto.openssl_dhparam:\n path: /etc/ssl/certs/dhparam.pem\n size: 2048\n\n\n# - name: \"Firewall: Allow HTTP(S)\"\n# become: true\n# community.general.ufw:\n... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 8221,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/mosquitto | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/mosquitto/handlers/main.yml",
"content": "---\n- name: Restart mqtt2prometheus-air-sensor\n become: true\n community.docker.docker_container:\n name: mqtt2prometheus-air-sensor\n state: started\n restart: true\n",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4453,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/netbox_data | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/netbox_data/tasks/main.yml",
"content": "---\n- name: Pull all Participant data from Netbox\n delegate_to: localhost\n run_once: true\n ansible.builtin.set_fact:\n cacheable: true\n # noqa: jinja[spacing]\n netbox_participant_ip_addresses: \"{{ query(\n 'netbox.netb... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6458,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/obscreen | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/obscreen/tasks/main.yml",
"content": "---\n- name: \"Obscreen: Install the docker-compose-v2 apt package\"\n become: true\n ansible.builtin.apt:\n name: docker-compose-v2\n state: present\n\n- name: \"Obscreen: Create directory: {{ obscreen_obscreen.directory }}\"\n become:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3100,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/participants_json | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/participants_json/templates/participants_table.yaml.j2",
"content": "#jinja2: lstrip_blocks: True\n---\nparticipants:\n{% for participant_id, participant in netbox_participants.items() %}\n - as_number: {{ participant.custom_fields.as_number }}\n member_type: {{ participant.cust... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 13476,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/prometheus | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/prometheus/templates/prometheus.yaml.j2",
"content": "global:\n scrape_interval: 15s\n scrape_timeout: 10s\n evaluation_interval: 15s\nscrape_configs:\n - job_name: sflow-rt-ifcounters\n metrics_path: /prometheus/metrics/ALL/ifinoctets,ifoutoctets,ifinutilization,if... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4789,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/rpki_linux | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/rpki_linux/defaults/main.yml",
"content": "---\nrpki_linux_routinator_version: \"v0.14.2\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "ansible/roles/rpki_linux/tasks/main.yml",
"content": "---\n- name: \"Firewall:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/sentry | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/sentry/tasks/main.yml",
"content": "---\n- name: Install systemd-cron for certbot\n become: true\n ansible.builtin.apt:\n pkg: systemd-cron\n state: present\n\n- name: \"Firewall: Allow HTTP(S)\"\n become: true\n community.general.ufw:\n rule: allow\n port: \"{{ item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1564,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/sflow_rt | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/sflow_rt/handlers/main.yml",
"content": "---\n- name: Restart sflow-rt\n become: true\n community.docker.docker_container:\n name: sflow-rt\n restart: true\n state: started\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7133,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/sfmix_arouteserver | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/sfmix_arouteserver/templates/clients.yml.j2",
"content": "---\nclients:\n{% for participant_id, participant in netbox_participants.items() %}\n{% if participant.custom_fields.as_number != arouteserver_rs_asn %}\n{% if participant.custom_fields.as_number == 12276 %}\n - asn: 1... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 12305,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/sfmix_dns | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/sfmix_dns/templates/zones/64.100.in-addr.arpa.j2",
"content": "; vim: set tabstop=8 shiftwidth=8\n$TTL 3600\n@\tIN\tSOA ns1.sfmix.org. tech-c.sfmix.org. (\n\t{{sfmix_dns_current_zone_serial}}\t;serial-number\n\t8H\t\t\t;time-to-refresh\n\t1H\t\t\t;time-to-retry\n\t7D\t\t\t;time-to-e... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 40032,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/sfmix_looking_glass | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/sfmix_looking_glass/handlers/main.yml",
"content": "---\n- name: Reload bgpd\n become: true\n ansible.builtin.service:\n name: bgpd\n state: reloaded\n\n- name: Restart httpd\n become: true\n ansible.builtin.service:\n name: httpd\n state: reloaded\n\n- name: Restart... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 10187,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/sfmix_network_devices | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/sfmix_network_devices/templates/vyos/general.j2",
"content": "delete service ntp\nset service ntp allow-client address '172.16.17.32/24'\nset service ntp allow-client address '10.0.0.0/8'\nset service ntp allow-client address '172.16.17.32/10'\nset service ntp allow-client address '... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 22928,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/sfmix_route_server_linux | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/sfmix_route_server_linux/templates/birdwatcher.conf.j2",
"content": "#\n# Birdwatcher Configuration\n#\n\n[server]\n# Restrict access to certain IPs. Leave empty to allow from all.\nallow_from = [\n{% for subnet in ixp_admin_source_subnets %}\n \"{{ subnet }}\",\n{% endfor %}\n]\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 12000,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/sfmix_route_server_openbsd | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/sfmix_route_server_openbsd/handlers/main.yml",
"content": "---\n- name: Reload bgpd\n become: true\n ansible.builtin.service:\n name: bgpd\n state: reloaded\n\n- name: Restart bgpd\n become: true\n ansible.builtin.service:\n name: bgpd\n state: restarted\n\n- name: R... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4921,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/sfmix_server | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/sfmix_server/tasks/ufw.yml",
"content": "---\n- name: \"Install UFW\"\n become: true\n ansible.builtin.apt:\n name: ufw\n\n- name: \"Firewall: Enable/Disable UFW\"\n become: true\n community.general.ufw:\n state: \"{{ sfmix_server_ufw_enabled | bool | ternary('enabled', 'd... | {
"task_files": 14,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 14342,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/tailscale | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/tailscale/tasks/main.yml",
"content": "---\n- name: \"Tailscale: Install dpkg key from https\"\n become: true\n ansible.builtin.apt_key:\n url: https://pkgs.tailscale.com/stable/ubuntu/jammy.noarmor.gpg\n keyring: /usr/share/keyrings/tailscale-archive-keyring.gpg\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 637,
"all_permissive": false
} |
ansible_role | sfmix/sfmix | e9e107a372836a9b0cd1a67e51d7c51bc64c95e9 | 3 | ansible/roles/teleport | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/teleport/templates/teleport_remove_old_logs.timer.j2",
"content": "[Unit]\nDescription=Teleport: Remove Old Logs Every Day\n\n[Timer]\nOnCalendar=daily\nPersistent=true\n\n[Install]\nWantedBy=timers.target\n",
"license_type": "no_license",
"detected_licenses": [],
"size_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3265,
"all_permissive": false
} |
ansible_role | patrickfnielsen/osx-setup | 73e4dd71be76c74292dc25660fab0dc00b27e84f | 0 | roles/applications | 7,771 | [
"no_license"
] | [
{
"path": "roles/applications/tasks/main.yml",
"content": "---\n - name: Install Spotify\n homebrew_cask: \n name: \"spotify\"\n state: present\n\n #- name: Install 1Password\n # ignore_errors: True\n # homebrew_cask: \n # name: \"1password\"\n # state: upgraded\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1054,
"all_permissive": false
} |
ansible_role | patrickfnielsen/osx-setup | 73e4dd71be76c74292dc25660fab0dc00b27e84f | 0 | roles/git | 7,771 | [
"no_license"
] | [
{
"path": "roles/git/templates/gitconfig.j2",
"content": "[core]\n editor = code\n\n[user] \n name = {{ git_global_name }}\n email = {{ git_global_email }}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "roles/git/tasks/main.yml",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 285,
"all_permissive": false
} |
ansible_role | patrickfnielsen/osx-setup | 73e4dd71be76c74292dc25660fab0dc00b27e84f | 0 | roles/system-settings | 7,771 | [
"no_license"
] | [
{
"path": "roles/system-settings/tasks/main.yml",
"content": "---\n - name: \"Menu Bar: Customise icons show\"\n osx_defaults: { domain: 'com.apple.controlcenter', key: \"{{ item.key }}\", type: \"{{ item.type }}\", value: \"{{ item.value }}\" }\n loop:\n - {key: \"Battery\", type: int,... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4183,
"all_permissive": false
} |
ansible_role | patrickfnielsen/osx-setup | 73e4dd71be76c74292dc25660fab0dc00b27e84f | 0 | roles/terminal | 7,771 | [
"no_license"
] | [
{
"path": "roles/terminal/files/.zshrc",
"content": "# If you come from bash you might have to change your $PATH.\n# export PATH=$HOME/bin:/usr/local/bin:$PATH\n\n# Path to your oh-my-zsh installation.\nexport ZSH=\"$HOME/.oh-my-zsh\"\nexport GOPATH=\"$HOME/go\"\nexport ZSH_AUTOSUGGEST_MANUAL_REBIND=1\n\nex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7548,
"all_permissive": false
} |
ansible_role | patrickfnielsen/osx-setup | 73e4dd71be76c74292dc25660fab0dc00b27e84f | 0 | roles/vscode | 7,771 | [
"no_license"
] | [
{
"path": "roles/vscode/files/settings.json",
"content": "{\n \"terminal.external.osxExec\": \"iTerm.app\",\n \"terminal.integrated.defaultProfile.osx\": \"zsh\",\n \"terminal.integrated.fontFamily\": \"Meslo LG S DZ for Powerline\",\n \"python.languageServer\": \"Pylance\",\n \"autoDocstring... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2516,
"all_permissive": false
} |
ansible_role | Strontium-90/PjaxDemo | 52906753a27fdb883a1f6cfd2a92abf602f0aef0 | 0 | ansible/roles/app | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/app/templates/application.sh",
"content": "#!/usr/bin/env bash\n\n#/etc/profile.d/app.sh\nsudo mkdir /dev/shm/{{ application_name }}/cache -m 0777 -p\nsudo mkdir /dev/shm/{{ application_name }}/logs -m 0777 -p\nsudo chmod -R 0777 /dev/shm/{{ application_name }}/logs\nsudo chmod -R 0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 468,
"all_permissive": false
} |
ansible_role | Strontium-90/PjaxDemo | 52906753a27fdb883a1f6cfd2a92abf602f0aef0 | 0 | ansible/roles/php | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/php/templates/xdebug.ini",
"content": "zend_extension = xdebug.so\n\nxdebug.remote_enable = 1\nxdebug.remote_autostart = 0\nxdebug.remote_connect_back = 1\nxdebug.remote_handler = dbgp\nxdebug.idekey = vagrant\n\nxdebug.profiler_enable_trigger = 1\nxdebug.profiler_output_dir = /vagr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | Strontium-90/PjaxDemo | 52906753a27fdb883a1f6cfd2a92abf602f0aef0 | 0 | ansible/roles/php-fpm-pool | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/php-fpm-pool/tasks/main.yml",
"content": "---\n- name: Set permissions on socket - owner\n lineinfile: \"dest=/etc/php-fpm.d/www.conf state=present regexp='^;?listen.owner' line='listen.owner = {{ php_owner }}'\"\n notify: restart php-fpm\n\n- name: Set permissions on socket - gro... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1322,
"all_permissive": false
} |
ansible_role | Strontium-90/PjaxDemo | 52906753a27fdb883a1f6cfd2a92abf602f0aef0 | 0 | ansible/roles/postgresql | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/postgresql/tasks/main.yml",
"content": "---\n# tasks file for postgresql\n\n- include: repository.yml\n- include: install.yml\n- include: configure.yml\n- include: service.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"path":... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 6710,
"all_permissive": false
} |
ansible_role | Strontium-90/PjaxDemo | 52906753a27fdb883a1f6cfd2a92abf602f0aef0 | 0 | ansible/roles/server | 7,771 | [
"no_license"
] | [
{
"path": "ansible/roles/server/tasks/main.yml",
"content": "---\n- name: install the latest version of Midnight Commander\n yum: name=mc state=latest ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | Lingaiahthammisetti/4.14.expense-ansible-roles-tf-jenkins-cd | ec3b6c502a7c35f98a11dbad47becbcc768a780d | 0 | roles/common | 7,771 | [
"no_license"
] | [
{
"path": "roles/common/tasks/app-pre-req.yaml",
"content": "- name: delete app directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n #ignore_errors: yes\n\n- name: creat app directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: directory\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 800,
"all_permissive": false
} |
ansible_role | nervo/manala-templates | 10446a0c6b596c164ca2bb638ac85265d4598675 | 2 | elao.app_symfony_flex/.manala/ansible/roles/deploy | 7,772 | [
"no_license"
] | [
{
"path": "elao.app_symfony_flex/.manala/ansible/roles/deploy/tasks/shared.yml",
"content": "---\n\n- name: shared > Ensure release targets are absent\n file:\n path: \"{{ deploy_helper.new_release_path ~ '/' ~ item }}\"\n state: absent\n with_items: \"{{ deploy_shared_files + deploy_shared_dirs }}... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5899,
"all_permissive": false
} |
ansible_role | nervo/manala-templates | 10446a0c6b596c164ca2bb638ac85265d4598675 | 2 | elao.app_symfony_flex/.manala/ansible/roles/release | 7,772 | [
"no_license"
] | [
{
"path": "elao.app_symfony_flex/.manala/ansible/roles/release/tasks/task/shell.yml",
"content": "---\n\n- name: task/shell\n block:\n\n - name: task/shell > \"{{ item.options }}\"\n shell: >\n {{ item.options }}\n args:\n chdir: \"{{ release_dir }}\"\n tags: log\n",
"li... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3306,
"all_permissive": false
} |
ansible_role | IamMichael/mysql5.7.20 | 7b8c44ed44b210dd7a0da5b62edc6b52b9bf15bc | 0 | roles/mysql | 7,772 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n\n- name: \"Create Mysql Folder\"\n file:\n path: \"{{ item }}\"\n state: directory\n mode: 0750\n with_items:\n - /opt/mysqldata\n - /opt/mysqlconfig\n - \"{{ install_tmp }}\"\n \n- name: \"Copy Mysql Config File\"\n template:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4268,
"all_permissive": false
} |
ansible_role | shunpp/bad-ansible | d8dbad5d8fef97b02e1545e441a0060ad5485407 | 0 | roles/app-tier | 7,772 | [
"no_license"
] | [
{
"path": "roles/app-tier/handlers/main.yml",
"content": "---\n# handlers file for app-tier\n- name: start tomcat\n service:\n name: tomcat\n state: started",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/app-tier/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 764,
"all_permissive": false
} |
ansible_role | shunpp/bad-ansible | d8dbad5d8fef97b02e1545e441a0060ad5485407 | 0 | roles/common | 7,772 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: enable repos\n template:\n src: open_three-tier-app.repo.j2\n dest: \"{{ repo_dir }}/{{ repo_name }}\"\n mode: 0644\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 156
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 156,
"all_permissive": false
} |
ansible_role | shunpp/bad-ansible | d8dbad5d8fef97b02e1545e441a0060ad5485407 | 0 | roles/db-tier | 7,772 | [
"no_license"
] | [
{
"path": "roles/db-tier/tasks/main.yml",
"content": "---\n# tasks file for db-tier\n- name: install {{ package_name }}\n package:\n name: \"{{ package_name }}\"\n state: latest\n\n- name: enable {{ package_name }} at boot\n service:\n name: \"{{ service_name }}\"\n enabled: yes\n \n- nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | shunpp/bad-ansible | d8dbad5d8fef97b02e1545e441a0060ad5485407 | 0 | roles/frontend-tier | 7,772 | [
"no_license"
] | [
{
"path": "roles/frontend-tier/tasks/main.yml",
"content": "---\n# tasks file for frontend-tier\n- name: install {{ package_name }}\n package:\n name: \"{{ package_name }}\"\n state: latest\n\n- name: enable {{ package_name }}\n service:\n name: \"{{ package_name }}\"\n enabled: yes\n\n- name:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 728,
"all_permissive": false
} |
ansible_role | shunpp/bad-ansible | d8dbad5d8fef97b02e1545e441a0060ad5485407 | 0 | roles/smoke-test | 7,772 | [
"no_license"
] | [
{
"path": "roles/smoke-test/tasks/main.yml",
"content": "---\n# tasks file for smoke-test\n- name: check for proper response\n uri:\n url: http://frontend1.{{GUID}}.example.opentlc.com\n return_content: yes\n register: result\n until: '\"Ansible has done its job\" in result.content'\n retries: 10\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | bandyguy/ansible-proxmox-8-1-upgrade | 5035e867a574ce1ab0efef06bc6733201dec3646 | 0 | roles/proxmox_8_1 | 7,772 | [
"no_license"
] | [
{
"path": "roles/proxmox_8_1/tasks/pve_no_sub.yml",
"content": "- name: Remove pve-enterprise repository\n ansible.builtin.apt_repository:\n repo: deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise\n state: absent\n update_cache: false\n\n- name: Add pve-no-subscription reposito... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1549,
"all_permissive": false
} |
ansible_role | topor42rus/tilda-test-ansible | 968a1e13c389a3311ebc1c95feab88e4ca3bdb97 | 0 | roles/testapp | 7,772 | [
"no_license"
] | [
{
"path": "roles/testapp/tasks/main.yaml",
"content": "- name: Clone app\n ansible.builtin.git:\n repo: \"{{ testapp_url }}\"\n dest: \"{{ testapp_dir }}\"\n\n- name: Docker compose up daemon\n command: docker-compose up -d --build\n args:\n chdir: \"{{ testapp_dir }}\"\n\n- name: Add hosts\n l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | hirakuro/ansible-bestpractices-example | 4dbc78c5a00ab178418d02ba2cc640f481950881 | 0 | roles/build-dep-ruby | 7,772 | [
"no_license"
] | [
{
"path": "roles/build-dep-ruby/tasks/main.yml",
"content": "---\n- name: apt-get update\n apt:\n update_cache: yes\n upgrade: dist\n cache_valid_time: 3600\n become: true\n- name: build-dep ruby-full\n apt:\n name: ruby-full\n state: build-dep\n become: true\n- name: install libXX-dev\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | hirakuro/ansible-bestpractices-example | 4dbc78c5a00ab178418d02ba2cc640f481950881 | 0 | roles/build-ruby | 7,772 | [
"no_license"
] | [
{
"path": "roles/build-ruby/tasks/build.yml",
"content": "---\n- command: mktemp -d\n register: temp_dir\n- unarchive:\n src: tmp/{{ruby_file}}\n dest: \"{{ temp_dir.stdout }}/\"\n- command: ./configure --prefix={{ruby_prefix}}\n args:\n chdir: \"{{ temp_dir.stdout }}/{{ ruby_basename }}/\"\n- co... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 769,
"all_permissive": false
} |
ansible_role | hirakuro/ansible-bestpractices-example | 4dbc78c5a00ab178418d02ba2cc640f481950881 | 0 | roles/ruby-source | 7,772 | [
"no_license"
] | [
{
"path": "roles/ruby-source/tasks/main.yml",
"content": "---\n- name: create tmp directory\n local_action:\n module: file\n path: tmp/\n state: directory\n- name: fetch ruby source\n local_action:\n module: get_url\n url: \"{{ ruby_src_url }}\"\n sha256sum: \"{{ ruby_src_sha256 }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | shimmyt/ffmpeg-intelqsv-ansible-role | 56d7d7fad0f36c9fa363ad048e250ad7bbab2fa9 | 1 | roles/ffmpeg-intelqsv | 7,772 | [
"no_license"
] | [
{
"path": "roles/ffmpeg-intelqsv/tasks/main.yml",
"content": "---\n- name: install required packages\n apt:\n pkg: \"{{ ffmpeg_pkgs }}\"\n update_cache: yes\n\n- name: Oibaf PPA, needed to install the latest development headers for libva\n apt_repository:\n repo: ppa:oibaf/graphics-drivers\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 12518,
"all_permissive": false
} |
ansible_role | kevindurb/homelab | 216e186646ad6781ab9f95ae732e58e5c4e178b3 | 0 | roles/k3s-node | 7,772 | [
"no_license"
] | [
{
"path": "roles/k3s-node/tests/test.yml",
"content": "---\n- hosts: nodes\n remote_user: kevindurb\n roles:\n - k3s-node\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/k3s-node/vars/main.yml",
"content": "---\n# vars file for k3s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 253,
"all_permissive": false
} |
ansible_role | firefart/pwnpi | 970516751c5025d530eef201d699926198f10a36 | 1 | roles/aircrack-ng | 7,772 | [
"no_license"
] | [
{
"path": "roles/aircrack-ng/tasks/main.yml",
"content": "---\n- name: Install dependencies\n apt: name={{ item }} state=present\n with_items:\n - raspberrypi-kernel-headers\n - build-essential\n - libssl1.0-dev\n - libgcrypt-dev\n - libnl-3-dev\n - libnl-genl-3-dev\n - ethtool\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1069,
"all_permissive": false
} |
ansible_role | firefart/pwnpi | 970516751c5025d530eef201d699926198f10a36 | 1 | roles/common | 7,772 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Remove useless packages\n apt: name={{ item }} state=absent autoremove=yes purge=yes\n with_items:\n - minecraft-pi\n - wolfram-engine\n - sonic-pi\n - pigpio\n\n- name: Install common packages\n apt: name={{ item }} state=pres... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3952,
"all_permissive": false
} |
ansible_role | firefart/pwnpi | 970516751c5025d530eef201d699926198f10a36 | 1 | roles/fruitywifi | 7,772 | [
"no_license"
] | [
{
"path": "roles/fruitywifi/tasks/main.yml",
"content": "---\n- name: Install dependencies\n apt: name={{ item }} state=present\n with_items:\n - build-essential\n - gettext\n - make\n - intltool\n - automake\n - autoconf\n - uuid\n - uuid-dev\n - php-curl\n - php-cli\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 958,
"all_permissive": false
} |
ansible_role | firefart/pwnpi | 970516751c5025d530eef201d699926198f10a36 | 1 | roles/gps | 7,772 | [
"no_license"
] | [
{
"path": "roles/gps/tasks/main.yml",
"content": "---\n- name: Install packages\n apt: name={{ item }} state=present\n with_items:\n - gpsd\n - gpsd-clients\n\n- name: run gps daemon\n command: gpsd {{ gps_device }}\n\n- name: Copy default configuration\n template: src=gpsd.default dest=/etc/defau... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | firefart/pwnpi | 970516751c5025d530eef201d699926198f10a36 | 1 | roles/hostapd-wpe | 7,772 | [
"no_license"
] | [
{
"path": "roles/hostapd-wpe/tasks/main.yml",
"content": "---\n- name: Install dependencies\n apt: name={{ item }} state=present\n with_items:\n - build-essential\n - libnl-genl-3-dev\n - libnl-3-dev\n - libnl-genl-3-dev\n - libssl1.0-dev\n\n- name: Download hostapd\n get_url:\n url: ht... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1432,
"all_permissive": false
} |
ansible_role | firefart/pwnpi | 970516751c5025d530eef201d699926198f10a36 | 1 | roles/kismet | 7,772 | [
"no_license"
] | [
{
"path": "roles/kismet/tasks/main.yml",
"content": "---\n- name: Install dependencies\n apt: name={{ item }} state=present\n with_items:\n - raspberrypi-kernel-headers\n - build-essential\n - libmicrohttpd-dev\n - git\n - zlib1g-dev\n - libnl-3-dev\n - libnl-genl-3-dev\n - libcap-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1229,
"all_permissive": false
} |
ansible_role | firefart/pwnpi | 970516751c5025d530eef201d699926198f10a36 | 1 | roles/rtl8812au | 7,772 | [
"no_license"
] | [
{
"path": "roles/rtl8812au/tasks/main.yml",
"content": "---\n- name: Install dependencies\n apt: name={{ item }} state=present\n with_items:\n - raspberrypi-kernel-headers\n - build-essential\n - dkms\n\n- name: checkout driver\n git:\n repo: https://github.com/aircrack-ng/rtl8812au.git\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | firefart/pwnpi | 970516751c5025d530eef201d699926198f10a36 | 1 | roles/wifi-pwn-scripts | 7,772 | [
"no_license"
] | [
{
"path": "roles/wifi-pwn-scripts/tasks/main.yml",
"content": "---\n- name: Create pwnage directory\n file:\n path: /opt/wifi-pwn-scripts\n state: directory\n\n- name: Create sub directories\n file:\n path: /opt/wifi-pwn-scripts/{{ item.name }}\n state: directory\n with_items: \"{{ wifis }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3819,
"all_permissive": false
} |
ansible_role | vprokofev/vault_repo | 90dde0961411224ce86d3571a3ea915aedb9add7 | 1 | ansible/playbooks/roles/vault_repo | 7,772 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/vault_repo/templates/nginx.conf",
"content": "server {\n listen 80;\n listen [::]:80;\n server_name localhost;\n\n location /deb/ubuntu/stable/ {\n alias '{{ repo_workdir }}/deb/ubuntu/.snap/{{ ansible_date_time.date }}/';\n autoindex on;\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4564,
"all_permissive": false
} |
ansible_role | vprokofev/vault_repo | 90dde0961411224ce86d3571a3ea915aedb9add7 | 1 | ansible/playbooks/roles/vault_repo_client | 7,772 | [
"no_license"
] | [
{
"path": "ansible/playbooks/roles/vault_repo_client/tasks/main.yml",
"content": "- name: 'Copy templates'\n ansible.builtin.template:\n src: '{{ item.src }}'\n dest: '{{ item.dest }}'\n backup: yes\n loop:\n - { src: 'sources.list', dest: '/etc/apt/sources.list' }\n - { src: 'meta-release.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 328,
"all_permissive": false
} |
ansible_role | tsotsos/homelab | 09bedc09d24c746c8ab326deba31778bc7a375a5 | 1 | infra/dns/pihole-cluster/roles/bootstrap | 7,772 | [
"permissive"
] | [
{
"path": "infra/dns/pihole-cluster/roles/bootstrap/tasks/main.yaml",
"content": "- name: Set timezone to {{ timezone }}\n community.general.timezone:\n name: \"{{ timezone }}\"\n\n- name: Install dependencies\n ansible.builtin.package:\n name:\n - unzip\n state: present\n\n- name: Set a hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1218,
"all_permissive": true
} |
ansible_role | tsotsos/homelab | 09bedc09d24c746c8ab326deba31778bc7a375a5 | 1 | infra/dns/pihole-cluster/roles/gravity_sync | 7,772 | [
"permissive"
] | [
{
"path": "infra/dns/pihole-cluster/roles/gravity_sync/tasks/main.yaml",
"content": "- name: Ensures /etc/gravity-sync dir exists\n ansible.builtin.file:\n path: /etc/gravity-sync\n state: directory\n mode: 0755\n\n- name: Create gravity-sync.conf\n ansible.builtin.template:\n dest: /etc/gravi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1242,
"all_permissive": true
} |
ansible_role | tsotsos/homelab | 09bedc09d24c746c8ab326deba31778bc7a375a5 | 1 | infra/dns/pihole-cluster/roles/pihole | 7,772 | [
"permissive"
] | [
{
"path": "infra/dns/pihole-cluster/roles/pihole/templates/pihole-FTL.conf.j2",
"content": "RATE_LIMIT={{ pihole_rate_limit }}\nLOCAL_IPV4={{ host_local_ipv4 }}\n{% if enable_ipv6_support == true %}\nLOCAL_IPV6={{ host_local_ipv6 }}\n{% endif %}\nREPLY_WHEN_BUSY={{ pihole_reply_when_busy }}\nBLOCK_ICLOUD_PR... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3692,
"all_permissive": true
} |
ansible_role | tsotsos/homelab | 09bedc09d24c746c8ab326deba31778bc7a375a5 | 1 | infra/dns/pihole-cluster/roles/ssh | 7,772 | [
"permissive"
] | [
{
"path": "infra/dns/pihole-cluster/roles/ssh/handlers/main.yaml",
"content": "- name: Reboot\n ansible.builtin.reboot:\n msg: \"Rebooting machine\"\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 70
},
{
"path": "infra/dns/pihole-clus... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1250,
"all_permissive": true
} |
ansible_role | thunguyen-intern/week3-ansible | ac85833c0334bcd7ea9cdac9976b38e1f39a7a6c | 0 | roles/nfs | 7,772 | [
"no_license"
] | [
{
"path": "roles/nfs/handlers/main.yml",
"content": "---\n# handlers file for nfs\n#\n\n- name: Restart NFS\n service:\n name: nfs-kernel-server\n state: restarted\n enabled: yes\n\n- name: enable firewall\n service:\n name: ufw\n enabled: yes\n",
"license_type": "no_license",
"dete... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1544,
"all_permissive": false
} |
ansible_role | thunguyen-intern/week3-ansible | ac85833c0334bcd7ea9cdac9976b38e1f39a7a6c | 0 | roles/nginx | 7,772 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yml",
"content": "---\n# handlers file for nginx\n#\n\n- name: restart nginx\n service:\n name: \"{{ nginx_daemon }}\"\n state: restarted\n # when: not odoo_role_dev_mode | bool\n\n- name: Reload systemd\n systemd:\n daemon-reload: yes\n when: ansible_serv... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1936,
"all_permissive": false
} |
ansible_role | thunguyen-intern/week3-ansible | ac85833c0334bcd7ea9cdac9976b38e1f39a7a6c | 0 | roles/odoo15 | 7,772 | [
"no_license"
] | [
{
"path": "roles/odoo15/tasks/pyenv.yml",
"content": "---\n- name: Update apt\n become: yes\n apt:\n update_cache: yes\n\n- name: Install py dependencies\n become: yes\n apt:\n pkg:\n - build-essential\n - git\n - curl\n - libssl-dev\n - libbz2-dev\n - libsqlite3-dev\n - libre... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 8730,
"all_permissive": false
} |
ansible_role | thunguyen-intern/week3-ansible | ac85833c0334bcd7ea9cdac9976b38e1f39a7a6c | 0 | roles/postgres | 7,772 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/main.yml",
"content": "---\n- include_tasks: postgres.yml\n when: ansible_os_family == \"Debian\"\n\n- name: Postgres is running\n service:\n name: \"{{ postgresql_service_name }}\"\n enabled: true\n state: started\n\n- name: Configuration server\n lineinfile:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1998,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/acm-add-spoke | 7,772 | [
"no_license"
] | [
{
"path": "roles/acm-add-spoke/tasks/main.yaml",
"content": "- name: Fail if acm_hub_kubeconfig is not Defined\n fail:\n msg: \"acm_hub_kubeconfig is not defined!\"\n when:\n - acm.acm_hub_kubeconfig is not defined\n\n- name: Create ManagedCluster Resource\n k8s:\n kubeconfig: \"{{ acm.acm_hub_k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5127,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/apiserver | 7,772 | [
"no_license"
] | [
{
"path": "roles/apiserver/tasks/main.yaml",
"content": "- name: Update API Server Configuration\n k8s:\n state: present\n apply: yes\n definition: \"{{ lookup('template', 'templates/apiserver.j2') }}\"\n tags:\n - apiserver",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 430,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/ingress-operator | 7,772 | [
"no_license"
] | [
{
"path": "roles/ingress-operator/templates/ingress.j2",
"content": "apiVersion: operator.openshift.io/v1\nkind: IngressController\nmetadata:\n name: default\n namespace: openshift-ingress-operator\nspec:\n replicas: {{ ingress_replicas }}\n defaultCertificate:\n name: {{ ingress_tls_secret_name }}\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 651,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/install-operators | 7,772 | [
"no_license"
] | [
{
"path": "roles/install-operators/tasks/main.yaml",
"content": "---\n- name: Debug Namespace Rendering\n debug:\n msg: \"{{ lookup('template', 'templates/namespace.j2') }}\"\n when:\n - oitem.namespace is defined\n tags:\n - install-operators\n\n- name: \"Create Namespace {{ oitem.namespace.met... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/label-nodes | 7,772 | [
"no_license"
] | [
{
"path": "roles/label-nodes/tasks/main.yaml",
"content": "---\n- name: Debug Node Label Command\n debug:\n msg: \"oc label node {{ node.name }} {{ label }}\"\n loop: \"{{ node.labels }}\"\n loop_control:\n loop_var: label\n when:\n - node.labels is defined\n tags:\n - label-nodes\n\n- name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/localvolumes | 7,772 | [
"no_license"
] | [
{
"path": "roles/localvolumes/templates/localvolume.j2",
"content": "apiVersion: local.storage.openshift.io/v1\nkind: LocalVolume\nmetadata:\n name: {{ volume.name }}\n namespace: {{ volume.namespace }}\nspec:\n nodeSelector:\n nodeSelectorTerms:\n - matchExpressions:\n - key: cluster.oc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/namespaces | 7,772 | [
"no_license"
] | [
{
"path": "roles/namespaces/tasks/main.yaml",
"content": "- name: Create Namespace\n k8s:\n state: present\n definition: \"{{ lookup('template', 'templates/namespace.j2') }}\"\n tags:\n - namespaces",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 144
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/oauth-ldap | 7,772 | [
"no_license"
] | [
{
"path": "roles/oauth-ldap/tasks/main.yaml",
"content": "- name: Configure OAuth LDAP Secret\n k8s:\n state: present\n definition: \"{{ lookup('template', 'templates/oauth-ldap-secret.j2') }}\"\n tags:\n - oauth-ldap\n\n- name: Source CA Certificate\n set_fact:\n oauth_ldap_ca_cert_data: \"{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 895,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/proxy | 7,772 | [
"no_license"
] | [
{
"path": "roles/proxy/tasks/main.yaml",
"content": "- name: Source CA Certificate\n set_fact:\n proxy_user_ca_bundle_cert_data: \"{{ lookup('file', 'files/proxy-user-ca-bundle.crt') }}\"\n tags:\n - proxy\n\n- name: Create ConfigMap for CA Certificate\n k8s:\n state: present\n definition: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 709,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/registry | 7,772 | [
"no_license"
] | [
{
"path": "roles/registry/tasks/main.yaml",
"content": "- name: Create Registry PVC\n k8s:\n state: present\n definition: \"{{ lookup('template', 'templates/registry-pvc.j2') }}\"\n tags:\n - registry\n\n- name: Update Registry Configuration\n k8s:\n state: present\n apply: yes\n defini... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1011,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/sealed-secrets | 7,772 | [
"no_license"
] | [
{
"path": "roles/sealed-secrets/tasks/main.yaml",
"content": "- name: Deploy \"Sealed Secrets\" for Kubernetes\n k8s:\n state: present\n definition: \"{{ lookup('template', 'templates/sealed-secrets.j2') }}\"\n tags:\n - sealed-secrets",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9096,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/storagecluster | 7,772 | [
"no_license"
] | [
{
"path": "roles/storagecluster/templates/storagecluster.j2",
"content": "apiVersion: ocs.openshift.io/v1\nkind: StorageCluster\nmetadata:\n namespace: {{ storagecluster.namespace }}\n name: {{ storagecluster.name }}\nspec:\n manageNodes: {{ storagecluster.manage_nodes }}\n monPVCTemplate:\n spec:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2721,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/tls-secret | 7,772 | [
"no_license"
] | [
{
"path": "roles/tls-secret/tasks/main.yaml",
"content": "- name: Create TLS Secret\n k8s:\n state: present\n definition: \"{{ lookup('template', 'templates/secret.j2') }}\"\n tags:\n - tls-secrets",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 143
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | sa-ne/openshift-post-install | 67f5ca2d336b370c38f76344807d3d773d227493 | 3 | roles/worker-mcp | 7,772 | [
"no_license"
] | [
{
"path": "roles/worker-mcp/tasks/main.yaml",
"content": "- name: Create Additional Worker MCPs\n k8s:\n state: present\n definition: \"{{ lookup('template', 'templates/machineconfigpool.j2') }}\"\n tags:\n - mcp",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 558,
"all_permissive": false
} |
ansible_role | zethsqx/ansible-auto-acct-act | 9450cdd465fee5635e0e57f0c5f67b0e2011b309 | 0 | roles/account_activation | 7,772 | [
"no_license"
] | [
{
"path": "roles/account_activation/tasks/main.yml",
"content": "---\n- name: Set facts\n set_fact:\n key: \"{{ (email + lookup('pipe','date +%s')) | hash('md5') }}\"\n expiry: \"{{ lookup('pipe','date +%s -d +1hour') }}\"\n\n- name: Template a file\n template:\n src: email_template.j2\n dest:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2017,
"all_permissive": false
} |
ansible_role | ericxiett/swknife | d662fc7e81fb1b104e45d7143a282e00f250f0c6 | 1 | ansible/roles/nginx | 7,772 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/templates/openstack.conf.j2",
"content": "# nginx config\nserver {\n listen 443;\n\n ssi on;\n ssl on;\n ssl_session_cache shared:SSL:10m;\n ssl_session_timeout 10m;\n\n ssl_certificate_key {{ server_private_key_file }};\n ssl_certificate {{ server_certif... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 8028,
"all_permissive": false
} |
ansible_role | GovStackWorkingGroup/IM_Demo_InstallingScripts | 609ed6095f349636b3f784839c2366ee2328a772 | 0 | roles/domainname | 7,772 | [
"no_license"
] | [
{
"path": "roles/domainname/tasks/main.yml",
"content": "---\n- name: Insert domain name\n replace:\n path: /etc/hosts\n regexp: (\\s){{ inventory_hostname_short }}([ \\t])\n replace: \\1{{ inventory_hostname }}\\2\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_byte... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 160,
"all_permissive": false
} |
ansible_role | GovStackWorkingGroup/IM_Demo_InstallingScripts | 609ed6095f349636b3f784839c2366ee2328a772 | 0 | roles/packages | 7,772 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "---\n\n- name: Upgrading all packages (Ubuntu/Debian)\n apt:\n update_cache: yes\n upgrade: dist\n install_recommends: no\n when: ansible_os_family == \"Debian\"\n\n- name: Upgrading all packages (CentOS)\n yum:\n name: '*'\n state: la... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 778,
"all_permissive": false
} |
ansible_role | GovStackWorkingGroup/IM_Demo_InstallingScripts | 609ed6095f349636b3f784839c2366ee2328a772 | 0 | roles/ssh | 7,772 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: Add local public key for key-based SSH authentication\n authorized_key:\n user: \"{{ username }}\"\n state: present\n key: \"{{ lookup('file', public_key) }}\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 175,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.