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
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/test-subscriber-enable
8,188
[ "no_license" ]
[ { "path": "roles/test-subscriber-enable/tasks/main.yml", "content": "---\n# test-subscriber-enable/tasks/main.yml\n\n- name: Run TOSCA to add test-subscriber\n command: \"python /opt/xos/tosca/run.py {{ xos_admin_user }} /opt/cord_profile/test-subscriber.yaml\"\n tags:\n - skip_ansible_lint # TOSCA loa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/tosca-tests
8,188
[ "no_license" ]
[ { "path": "roles/tosca-tests/tasks/main.yml", "content": "---\n# tosca-tests/tasks/main.yml\n\n- name: Run TOSCA tests\n command: \"python ./alltests.py\"\n args:\n chdir: \"/opt/xos/tosca/tests\"\n register: tosca_tests_out\n ignore_errors: yes\n tags:\n - skip_ansible_lint # run during testing ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/vtn-refresh
8,188
[ "no_license" ]
[ { "path": "roles/vtn-refresh/defaults/main.yml", "content": "---\n# vtn-refresh/defaults/main.yml\n\nxos_admin_user: <EMAIL>\nxos_admin_pass: \"{{ lookup('password', 'credentials/<EMAIL> chars=ascii_letters,digits') }}\"\n\nkeystone_admin_password: \"{{ lookup('password', '<PASSWORD> chars=ascii_letters,dig...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 995, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/xos-bootstrap
8,188
[ "no_license" ]
[ { "path": "roles/xos-bootstrap/defaults/main.yml", "content": "---\n# xos-bootstrap/defaults/main.yml\n\ncord_profile_dir: \"{{ ansible_user_dir + '/cord_profile' }}\"\n\nxos_docker_networks:\n - \"xos\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/xos-bootstrap-hosts
8,188
[ "no_license" ]
[ { "path": "roles/xos-bootstrap-hosts/tasks/main.yml", "content": "---\n# xos-bootstrap-hosts/tasks/main.yml\n\n- name: Get the Docker container names for bootstrap containers\n docker_service:\n project_name: \"{{ cord_profile | regex_replace('\\\\W','') }}bs\"\n project_src: \"{{ cord_profile_dir }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 837, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/xos-clear-db
8,188
[ "no_license" ]
[ { "path": "roles/xos-clear-db/tasks/main.yml", "content": "---\n# xos-clear-db/tasks/main.yml\n\n- name: Copy over database cleanup script\n copy:\n src: xos_clear_db.sql\n dest: /tmp/xos_clear_db.sql\n\n- name: Run database cleanup script\n command: \"su postgres -c 'psql -U postgres -d xos -f /tmp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 941, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/xos-config
8,188
[ "no_license" ]
[ { "path": "roles/xos-config/defaults/main.yml", "content": "---\n# xos-config/defaults/main.yml\n\nxos_admin_user: \"<EMAIL>\"\n\nxos_tosca_config_templates: []\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/xos-config/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 388, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/xos-docker-images
8,188
[ "no_license" ]
[ { "path": "roles/xos-docker-images/tasks/main.yml", "content": "---\n# xos-docker-images/tasks/main.yml\n\n- name: Build xos-base docker image\n when: build_xos_base_image\n docker_image:\n name: \"xosproject/xos-base\"\n path: \"{{ cord_dir }}/orchestration/xos/containers/xos\"\n dockerfile: \"D...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3424, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/xos-onboard-hosts
8,188
[ "no_license" ]
[ { "path": "roles/xos-onboard-hosts/tasks/main.yml", "content": "---\n# xos-onboard-hosts/tasks/main.yml\n\n- name: Get the Docker container names for onboarded containers\n docker_service:\n project_name: \"{{ cord_profile | regex_replace('\\\\W','') }}\"\n project_src: \"{{ cord_profile_dir }}/onboa...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 805, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/xos-onboarding
8,188
[ "no_license" ]
[ { "path": "roles/xos-onboarding/defaults/main.yml", "content": "---\n# xos-service-onboard/defaults/main.yml\n\ncord_dir: \"{{ ansible_user_dir + '/cord' }}\"\n\nxos_bootstrap_ui_port: 9001\n\nxos_libraries:\n - \"ng-xos-lib\"\n\nxos_components:\n - name: Chameleon\n recipe_filename: onboard-chameleon....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3445, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/xos-ready
8,188
[ "no_license" ]
[ { "path": "roles/xos-ready/defaults/main.yml", "content": "---\n# xos-ready/defaults/main.yml\n\nxos_ui_port: 9000\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 53 }, { "path": "roles/xos-ready/tasks/main.yml", "content": "---\n# xos-ready/tasks/main.yml\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 223, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/xos-test-restore-db
8,188
[ "no_license" ]
[ { "path": "roles/xos-test-restore-db/tasks/main.yml", "content": "---\n# xos-test-restore-db/tasks/main.yml\n\n- name: Restore core initial data from fixture\n command: python /opt/xos/manage.py --noobserver loaddata /opt/xos/core/fixtures/core_initial_data.json\n tags:\n - skip_ansible_lint # testing ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 807, "all_permissive": false }
ansible_role
pan2za/platform-install
667334f396ecdc9078b088ebbf44597818cfa3b3
0
roles/xos-uninstall
8,188
[ "no_license" ]
[ { "path": "roles/xos-uninstall/tasks/main.yml", "content": "---\n# xos-head-start/tasks/main.yml\n\n- name: Check to see if service-profile exists\n stat: path=\"{{ service_profile_repo_dest }}\"\n register: service_profile_dir\n\n- name: Run make cleanup\n make:\n chdir: \"{{ service_profile_repo_des...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 958, "all_permissive": false }
ansible_role
briancappello/flask-react-spa
b9e4c4b6b27e22e4273d4b4857d78717cdbdc1cc
549
ansible/roles/base
8,188
[ "no_license" ]
[ { "path": "ansible/roles/base/handlers/main.yaml", "content": "---\n- name: restart crond\n service: name={{ cron_svc }} state=restarted enabled=True\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 86 }, { "path": "ansible/roles/base/tasks/main.yaml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1315, "all_permissive": false }
ansible_role
briancappello/flask-react-spa
b9e4c4b6b27e22e4273d4b4857d78717cdbdc1cc
549
ansible/roles/geerlingguy.repo-epel
8,188
[ "no_license" ]
[ { "path": "ansible/roles/geerlingguy.repo-epel/tests/test.yml", "content": "---\n- hosts: all\n\n roles:\n - role_under_test\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "ansible/roles/geerlingguy.repo-epel/meta/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1194, "all_permissive": false }
ansible_role
briancappello/flask-react-spa
b9e4c4b6b27e22e4273d4b4857d78717cdbdc1cc
549
ansible/roles/iptables
8,188
[ "no_license" ]
[ { "path": "ansible/roles/iptables/defaults/main.yaml", "content": "---\n# explicit allows (default deny policy)\niptables_default_head: |\n # set defaults to ACCEPT to prevent lockout if the rules are accidentally flushed\n -P INPUT ACCEPT\n -P OUTPUT ACCEPT\n -P FORWARD ACCEPT\n\n # allow all on local...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2911, "all_permissive": false }
ansible_role
briancappello/flask-react-spa
b9e4c4b6b27e22e4273d4b4857d78717cdbdc1cc
549
ansible/roles/letsencrypt
8,188
[ "no_license" ]
[ { "path": "ansible/roles/letsencrypt/defaults/main.yaml", "content": "---\nletsencrypt_src_directory: /usr/local/share/letsencrypt\nletsencrypt_venv: '{{ virtualenv_dir }}/letsencrypt'\ncertbot: '{{ letsencrypt_venv }}/bin/certbot'\nletsencrypt_cert_domains:\n - webroot: '{{ nginx_sites_dir }}'\n domain...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7062, "all_permissive": false }
ansible_role
briancappello/flask-react-spa
b9e4c4b6b27e22e4273d4b4857d78717cdbdc1cc
549
ansible/roles/postfix
8,188
[ "no_license" ]
[ { "path": "ansible/roles/postfix/tasks/main.yaml", "content": "---\n- name: install cyrus-sasl\n package: name={{ cyrus_sasl_pkg }} state=present\n\n- name: install cyrus-sasl-plain (support for SMTPS authentication)\n package: name={{ cyrus_sasl_plain_pkg }} state=present\n\n- name: start and enable sasl...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3832, "all_permissive": false }
ansible_role
briancappello/flask-react-spa
b9e4c4b6b27e22e4273d4b4857d78717cdbdc1cc
549
ansible/roles/repo-ius
8,188
[ "no_license" ]
[ { "path": "ansible/roles/repo-ius/tasks/main.yaml", "content": "---\n- name: install IUS repo (centos)\n when: is_centos|bool\n yum: name=https://centos{{ ansible_distribution_major_version }}.iuscommunity.org/ius-release.rpm\n\n- name: install IUS repo (rhel)\n when: is_rhel|bool\n yum: name=https://rh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
darknetworm/Linux_Lesson_15
04c40c8a2d0b80dd8bcc343ded2a1a6bea6901ae
0
roles/install_nginx
8,188
[ "no_license" ]
[ { "path": "roles/install_nginx/handlers/main.yml", "content": "---\n- name: restart nginx\n ansible.builtin.systemd:\n service: nginx.service\n state: restarted\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 }, { "path": "roles/inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 212, "all_permissive": false }
ansible_role
darknetworm/Linux_Lesson_15
04c40c8a2d0b80dd8bcc343ded2a1a6bea6901ae
0
roles/setup_nginx
8,188
[ "no_license" ]
[ { "path": "roles/setup_nginx/handlers/main.yml", "content": "---\n- name: reload nginx\n ansible.builtin.systemd:\n service: nginx.service\n state: reloaded\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/setup_ng...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 556, "all_permissive": false }
ansible_role
chichnikita/DiplomNetology
a6a25ca43797fbb38540d28469aaea848cd5f8e7
0
ansible/roles/zabbix-agent
8,188
[ "no_license" ]
[ { "path": "ansible/roles/zabbix-agent/tasks/main.yml", "content": "---\n# - name: Install required packages\r\n# apt:\n# name: [\"zabbix-agent\"]\r\n# state: present\n- name: download file repository zabbix repository\n ansible.builtin.get_url:\n url: \"https://repo.zabbix.com/zabb...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1284, "all_permissive": false }
ansible_role
chichnikita/DiplomNetology
a6a25ca43797fbb38540d28469aaea848cd5f8e7
0
ansible/roles/zabbix-server
8,188
[ "no_license" ]
[ { "path": "ansible/roles/zabbix-server/handlers/main.yml", "content": "---\n - name: enable and restart zabbix and webserver\n ansible.builtin.systemd:\n name: zabbix-server\n enabled: true\n masked: no\n state: restarted\n\n - name: enable and restart zabbix agent\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4571, "all_permissive": false }
ansible_role
mokey-S/Playbook
39d2839e0610ee0a98b4724498f5f8b78f672275
0
kubernetes_Deploy/roles/etcd
8,188
[ "no_license" ]
[ { "path": "kubernetes_Deploy/roles/etcd/tasks/init_dir.yml", "content": "---\n- name: Create ETCD Directory\n file:\n dest: /export/servers/etcd/{{ item }}\n state: directory\n with_items:\n - bin\n - ssl\n - conf\n - data\n\n- name: Create kubernetes Dirdctory\n file:\n dest: /expor...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3134, "all_permissive": false }
ansible_role
mokey-S/Playbook
39d2839e0610ee0a98b4724498f5f8b78f672275
0
kubernetes_Deploy/roles/flanneld
8,188
[ "no_license" ]
[ { "path": "kubernetes_Deploy/roles/flanneld/tasks/main.yml", "content": "- import_tasks: install_docker.yml\n- import_tasks: install_flannel.yml\n- import_tasks: restart.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "kubernetes_Deploy/roles/fl...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 376, "all_permissive": false }
ansible_role
mokey-S/Playbook
39d2839e0610ee0a98b4724498f5f8b78f672275
0
kubernetes_Deploy/roles/kubernetes-controller
8,188
[ "no_license" ]
[ { "path": "kubernetes_Deploy/roles/kubernetes-controller/templates/server-csr.json.j2", "content": "{\n \"CN\": \"kubernetes\",\n \"hosts\": [\n \"10.0.0.1\",\n \"127.0.0.1\",\n {% for host in groups['kubernetes-controller'] %}\n \"{{ host }}\",\n {% endfor %}\n \"kuberne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2199, "all_permissive": false }
ansible_role
mokey-S/Playbook
39d2839e0610ee0a98b4724498f5f8b78f672275
0
kubernetes_Deploy/roles/kubernetes-datanode
8,188
[ "no_license" ]
[ { "path": "kubernetes_Deploy/roles/kubernetes-datanode/tasks/install_flannel.yml", "content": "---\n- name: Init network config\n shell: /export/servers/etcd/bin/etcdctl --ca-file=/export/servers/etcd/ssl/ca.pem --cert-file=/export/servers/etcd/ssl/server.pem --key-file=/export/servers/etcd/ssl/server-key....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1504, "all_permissive": false }
ansible_role
dsgt-arc/clef-2024-infra
a31083d197e0ddaee4b4e67e5c673be3a65684f5
3
ansible/roles/dev
8,188
[ "no_license" ]
[ { "path": "ansible/roles/dev/files/install_gcs_connector.sh", "content": "#!/usr/bin/env bash\nset -ex\n\n# option for user site packages\nif [[ \"$1\" == \"--user\" ]]; then\n echo \"installing to user site packages\"\n site_packages=$(python -c 'import site; print(site.getusersitepackages())')\nelse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1844, "all_permissive": false }
ansible_role
dsgt-arc/clef-2024-infra
a31083d197e0ddaee4b4e67e5c673be3a65684f5
3
ansible/roles/label-studio
8,188
[ "no_license" ]
[ { "path": "ansible/roles/label-studio/tasks/main.yml", "content": "---\n- name: install dependencies\n apt:\n name:\n - docker-compose\n update_cache: yes\n\n- name: authenticate to artifact repo\n expect:\n command: gcloud auth configure-docker us-central1-docker.pkg.dev\n responses:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2458, "all_permissive": false }
ansible_role
dsgt-arc/clef-2024-infra
a31083d197e0ddaee4b4e67e5c673be3a65684f5
3
ansible/roles/luigid
8,188
[ "no_license" ]
[ { "path": "ansible/roles/luigid/tasks/main.yml", "content": "---\n- name: install dependencies\n apt:\n name:\n - docker-compose\n - python3-psycopg2\n update_cache: yes\n\n- name: authenticate to artifact repo\n expect:\n command: gcloud auth configure-docker us-central1-docker.pkg.dev...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2228, "all_permissive": false }
ansible_role
dsgt-arc/clef-2024-infra
a31083d197e0ddaee4b4e67e5c673be3a65684f5
3
ansible/roles/nginx
8,188
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/etc/nginx/sites-available/service-http.j2", "content": "server {\n listen 80;\n server_name {{ item.domain_name }};\n\n location /.well-known/acme-challenge {\n root /var/www/letsencrypt;\n try_files $uri $uri/ =404;\n }\n\n location / {\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3012, "all_permissive": false }
ansible_role
dsgt-arc/clef-2024-infra
a31083d197e0ddaee4b4e67e5c673be3a65684f5
3
ansible/roles/system
8,188
[ "no_license" ]
[ { "path": "ansible/roles/system/tasks/main.yml", "content": "# https://cloud.google.com/compute/docs/disks/add-local-ssd\n# https://cloud.google.com/compute/docs/disks/add-local-ssd#formatmultiple\n\n# configure the filesystem and fstab entry for the local nvme drive\n# /dev/disk/by-id/google-local-nvme-ssd...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 413, "all_permissive": false }
ansible_role
LG-Exegol/Guardia-3-Network-automation-Ansible
d7e118bf152685aac9470e742f9f60e83289d861
0
roles/firewall
8,188
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "- name: Add firewall rules for both VLANs\n hosts: localhost\n tasks:\n - name: Create rule to allow SSH\n uri:\n url: \"https://192.168.5.1/api/firewall/rule/add\"\n method: POST\n user: \"{{ opnsense_api_key }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
LG-Exegol/Guardia-3-Network-automation-Ansible
d7e118bf152685aac9470e742f9f60e83289d861
0
roles/networking
8,188
[ "no_license" ]
[ { "path": "roles/networking/tasks/main.yml", "content": "---\n- name: Gather IP addresses\n setup:\n filter: ansible_all_ipv4_addresses\n\n- name: Debug current IP\n debug:\n msg: \"Current IPs: {{ ansible_all_ipv4_addresses }}\"\n\n- name: Ensure correct IP on VyOS\n when: inventory_hostname == \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1179, "all_permissive": false }
ansible_role
LG-Exegol/Guardia-3-Network-automation-Ansible
d7e118bf152685aac9470e742f9f60e83289d861
0
roles/vlan_config
8,188
[ "no_license" ]
[ { "path": "roles/vlan_config/tasks/main.yml", "content": "---\n- name: Configure VLAN 1 on VyOS\n when: inventory_hostname == \"192.168.6.1\"\n vyos_config:\n lines:\n - set interfaces ethernet eth0 vif 10 address '192.168.10.1/24'\n - set service dhcp-server shared-network-name VLAN10 subnet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1159, "all_permissive": false }
ansible_role
Sirius-A/dotfiles
6f0715c5826822e18be838e186d4db25694f3d3d
3
dotfiles-ansible/roles/desktop
8,188
[ "no_license" ]
[ { "path": "dotfiles-ansible/roles/desktop/tasks/main.yml", "content": "# Install for specific OS\n- import_tasks: debian.yml\n when: ansible_os_family == \"Debian\"\n- import_tasks: arch.yml\n when: ansible_os_family == \"Archlinux\"\n\n# Nerd Fonts\n- name: ensure fonts directory\n file:\n path: \"{{...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2588, "all_permissive": false }
ansible_role
Sirius-A/dotfiles
6f0715c5826822e18be838e186d4db25694f3d3d
3
dotfiles-ansible/roles/shell
8,188
[ "no_license" ]
[ { "path": "dotfiles-ansible/roles/shell/tasks/arch.yml", "content": "- name: Install pacman packages\n pacman:\n name:\n - curl\n - jq\n - ranger\n - ripgrep\n - xclip\n - yarn\n - zathura\n - zathura-pdf-mupdf\n - zsh\n - base-devel # dependency for yay...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2157, "all_permissive": false }
ansible_role
Sirius-A/dotfiles
6f0715c5826822e18be838e186d4db25694f3d3d
3
dotfiles-ansible/roles/vim
8,188
[ "no_license" ]
[ { "path": "dotfiles-ansible/roles/vim/tasks/arch.yml", "content": "- name: Install neovim with pacman\n pacman: name=neovim state=present\n become_method: sudo\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 }, { "path": "dotfiles-ansible/ro...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1207, "all_permissive": false }
ansible_role
meera-30/my.ansible.demo
7b797e43db314dcb472db2a9b62f0e1dd3fff9f6
0
roles/base
8,188
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: Add ssh key for meera\n tags: always\n authorized_key:\n user: meera\n key: \"<KEY>\"\n\n- name: Generate sshd_config from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
meera-30/my.ansible.demo
7b797e43db314dcb472db2a9b62f0e1dd3fff9f6
0
roles/web_servers
8,188
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: Install apache and php packages for Ubuntu\n tags: apache,httpd,php\n package:\n name: \n - \"{{ apache_package_name }}\"\n - \"{{ php_package_name }}\"\n state: latest\n\n- name: Start httpd\n tags: apache,centos,httpd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
javiertoledos/personal-dev-env
17a7405e63c5722c8155b95104fe44899cdc59f9
0
roles/asdf
8,188
[ "no_license" ]
[ { "path": "roles/asdf/tasks/main.yml", "content": "- name: Install asdf\n git:\n repo: https://github.com/asdf-vm/asdf.git \n dest: \"/home/{{ user }}/.asdf\"\n version: v0.10.2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
javiertoledos/personal-dev-env
17a7405e63c5722c8155b95104fe44899cdc59f9
0
roles/dot-net
8,188
[ "no_license" ]
[ { "path": "roles/dot-net/tasks/main.yml", "content": "- name: Add Microsoft .Net package repository\n apt:\n deb: https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb\n- name: Install .Net SDK\n apt:\n name: dotnet-sdk-6.0\n- name: Install .Net runtime\n apt:\n update_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 280, "all_permissive": false }
ansible_role
javiertoledos/personal-dev-env
17a7405e63c5722c8155b95104fe44899cdc59f9
0
roles/helm3
8,188
[ "no_license" ]
[ { "path": "roles/helm3/tasks/main.yml", "content": "- name: Download helm3 installer\n get_url:\n url: https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3\n dest: /opt/get_helm.sh\n mode: '0755'\n- name: Install helm3\n ansible.builtin.shell: /opt/get_helm.sh\n args:\n executa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
javiertoledos/personal-dev-env
17a7405e63c5722c8155b95104fe44899cdc59f9
0
roles/oh-my-zsh
8,188
[ "no_license" ]
[ { "path": "roles/oh-my-zsh/tasks/main.yml", "content": "- name: Download Oh My Zsh! installer\n get_url:\n url: https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh\n dest: /opt/install-oh-my-zsh\n mode: '0755'\n- name: Install Oh My Zsh!\n become: true\n become_user: \"{{ user }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 352, "all_permissive": false }
ansible_role
javiertoledos/personal-dev-env
17a7405e63c5722c8155b95104fe44899cdc59f9
0
roles/poetry
8,188
[ "no_license" ]
[ { "path": "roles/poetry/tasks/main.yml", "content": "- name: Install Python virtual env\n apt:\n name: python3-venv\n- name: Install Poetry\n become: true\n become_user: \"{{ user }}\"\n ansible.builtin.shell: curl -sSL https://install.python-poetry.org | python3 -\n args:\n executable: /bin/bash...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
javiertoledos/personal-dev-env
17a7405e63c5722c8155b95104fe44899cdc59f9
0
roles/psql-client
8,188
[ "no_license" ]
[ { "path": "roles/psql-client/defaults/main.yml", "content": "psql_version: 12", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "roles/psql-client/tasks/main.yml", "content": "- name: Install Postgresql client\n apt:\n name: postgresql-client-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 101, "all_permissive": false }
ansible_role
javiertoledos/personal-dev-env
17a7405e63c5722c8155b95104fe44899cdc59f9
0
roles/pulumi
8,188
[ "no_license" ]
[ { "path": "roles/pulumi/tasks/main.yml", "content": "- name: Download Pulumi installer\n get_url:\n url: https://get.pulumi.com\n dest: /opt/install-pulumi\n mode: '0755'\n- name: Install Pulumi\n become: true\n become_user: \"{{ user }}\"\n ansible.builtin.shell: /opt/install-pulumi -y\n arg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 297, "all_permissive": false }
ansible_role
javiertoledos/personal-dev-env
17a7405e63c5722c8155b95104fe44899cdc59f9
0
roles/script-tooling
8,188
[ "no_license" ]
[ { "path": "roles/script-tooling/tasks/main.yml", "content": "- name: \"Install {{ item }}\"\n apt:\n name: \"{{ item }}\"\n loop:\n - zsh\n - curl\n - jq\n - httpie\n\n- name: Install Dasel\n get_url:\n url: https://github.com/TomWright/dasel/releases/download/v1.24.3/dasel_linux_amd64\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
javiertoledos/personal-dev-env
17a7405e63c5722c8155b95104fe44899cdc59f9
0
roles/starship-prompt
8,188
[ "no_license" ]
[ { "path": "roles/starship-prompt/tasks/main.yml", "content": "- name: Download Starship prompt installer\n get_url:\n url: https://starship.rs/install.sh\n dest: /opt/install-starship\n mode: '0755'\n- name: Install Starship\n ansible.builtin.shell: /opt/install-starship -y\n args:\n creates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
javiertoledos/personal-dev-env
17a7405e63c5722c8155b95104fe44899cdc59f9
0
roles/terraform
8,188
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yml", "content": "- name: Add Terraform apt key\n apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n- name: Add Terraform repository\n apt_repository:\n repo: \"deb https://apt.releases.hashicorp.com {{ ansible_distribution_release }} main\"\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 283, "all_permissive": false }
ansible_role
kiquetal/k3s-on-ser8-scratch
c57aaacd497272a925bb5cc56489a54f0b9c81d1
0
ansible/roles/docker
8,184
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install required packages\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n state: present\n update_cache: yes\n\n- name: Add Docker GPG key\n apt_key:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2004, "all_permissive": false }
ansible_role
kiquetal/k3s-on-ser8-scratch
c57aaacd497272a925bb5cc56489a54f0b9c81d1
0
ansible/roles/k3s
8,184
[ "no_license" ]
[ { "path": "ansible/roles/k3s/defaults/main.yml", "content": "---\n# Default variables for K3s installation\nk3s_version: \"v1.28.6+k3s1\"\nk3s_token: \"{{ lookup('password', '/dev/null length=32 chars=ascii_letters,digits') }}\"\nk3s_server_args:\n - \"--disable=traefik\"\n - \"--disable=servicelb\"\n - ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1794, "all_permissive": false }
ansible_role
kiquetal/k3s-on-ser8-scratch
c57aaacd497272a925bb5cc56489a54f0b9c81d1
0
ansible/roles/remote-docker
8,184
[ "no_license" ]
[ { "path": "ansible/roles/remote-docker/defaults/main.yml", "content": "---\n# Default variables for remote Docker setup\nremote_docker_cert_path: \"/home/{{ ansible_user }}/.docker\"\nremote_docker_port: 2376\nremote_docker_ca_valid_days: 3650\nremote_docker_cert_valid_days: 3650\nremote_docker_country: \"U...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5204, "all_permissive": false }
ansible_role
benosa3/devops
f370193407c826f6af2e5751ccbb4b01f6863093
0
lesson03/homework01/roles/mariadb-role
8,184
[ "no_license" ]
[ { "path": "lesson03/homework01/roles/mariadb-role/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - mariadb-role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "lesson03/homework01/roles/mariadb-role/vars/ma...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1500, "all_permissive": false }
ansible_role
benosa3/devops
f370193407c826f6af2e5751ccbb4b01f6863093
0
lesson03/homework01/roles/nginx-role
8,184
[ "no_license" ]
[ { "path": "lesson03/homework01/roles/nginx-role/handlers/main.yml", "content": "---\n# handlers file for nginx-role\n- name: restart nginx\n become: true\n service:\n name: nginx\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3404, "all_permissive": false }
ansible_role
benosa3/devops
f370193407c826f6af2e5751ccbb4b01f6863093
0
lesson04/homework03/roles/mariadb-role
8,184
[ "no_license" ]
[ { "path": "lesson04/homework03/roles/mariadb-role/defaults/main.yml", "content": "---\n# defaults file for mariadb-role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 36 }, { "path": "lesson04/homework03/roles/mariadb-role/handlers/main.yml", "content": "---\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1099, "all_permissive": false }
ansible_role
benosa3/devops
f370193407c826f6af2e5751ccbb4b01f6863093
0
lesson04/homework03/roles/php-role
8,184
[ "no_license" ]
[ { "path": "lesson04/homework03/roles/php-role/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - php-role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "lesson04/homework03/roles/php-role/handlers/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2104, "all_permissive": false }
ansible_role
benosa3/devops
f370193407c826f6af2e5751ccbb4b01f6863093
0
lesson04/homework03/roles/ssl-role
8,184
[ "no_license" ]
[ { "path": "lesson04/homework03/roles/ssl-role/handlers/main.yml", "content": "---\n# handlers file for ssl-role\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "lesson04/homework03/roles/ssl-role/tests/test.yml", "content": "---\n- hosts: loca...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3422, "all_permissive": false }
ansible_role
benosa3/devops
f370193407c826f6af2e5751ccbb4b01f6863093
0
lesson04/homework03/roles/test-role
8,184
[ "no_license" ]
[ { "path": "lesson04/homework03/roles/test-role/tasks/main.yml", "content": "---\n# tasks file for test-role\n- name: Tests nginx\n block:\n - name: check web site from control server tls\n uri:\n url: \"https://{{ ansible_host }}:{{ nginx_port_tls }}\"\n return_content: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1679, "all_permissive": false }
ansible_role
benosa3/devops
f370193407c826f6af2e5751ccbb4b01f6863093
0
lesson04/homework03/roles/wordpress-role
8,184
[ "no_license" ]
[ { "path": "lesson04/homework03/roles/wordpress-role/tasks/main.yml", "content": "---\n# tasks file for wordpress-role\n- name: Set up wordpress\n block:\n - name: Download Wordpress\n get_url:\n url: http://wordpress.org/wordpress-{{ wp_version }}.tar.gz\n dest: \"{{ wordpress_install...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2924, "all_permissive": false }
ansible_role
qbitsing/mutualcoin
977572abb3c10ba0a752ed065b42d564b12cd523
0
vagrant/ansible/roles/vue
8,184
[ "no_license" ]
[ { "path": "vagrant/ansible/roles/vue/tasks/main.yml", "content": "---\n- include: deps.yml\n- name: Installing vue-cli\n command: npm install -g vue-cli\n creates=/usr/lib/node_modules/vue-cli", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
esnet/stardust-snmp-pipeline
9580ccb815cf3673e55f5b3d81eaf5e1daacffdc
1
ansible/roles/config
8,184
[ "no_license" ]
[ { "path": "ansible/roles/config/tasks/processor.yml", "content": "\n#create instance directory\n- name: Create a directory for instance\n ansible.builtin.file:\n path: ../pipeline_{{ pipeline.key }}_processor/instances/{{ worker_num }}\n state: directory\n mode: \"0755\"\n#copy conf files\n- name:...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4356, "all_permissive": false }
ansible_role
esnet/stardust-snmp-pipeline
9580ccb815cf3673e55f5b3d81eaf5e1daacffdc
1
ansible/roles/context
8,184
[ "no_license" ]
[ { "path": "ansible/roles/context/tasks/main.yml", "content": "---\n## Role Tasks\n- name: Setting facts so that they will be persisted in the fact cache\n set_fact:\n stardust_auto_version: \"1.9.3\"\n- name: Invoke Local Context\n include_tasks: local.yml\n when: environment_type == 'local'\n- name: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 417, "all_permissive": false }
ansible_role
esnet/stardust-snmp-pipeline
9580ccb815cf3673e55f5b3d81eaf5e1daacffdc
1
ansible/roles/elastic_inspect
8,184
[ "no_license" ]
[ { "path": "ansible/roles/elastic_inspect/tasks/main.yml", "content": "---\n## Role Tasks\n- name: Remove old certificate directory\n ansible.builtin.file:\n path: ../pipeline_etc/certificates\n state: absent\n when: environment_type != 'local'\n- name: Create a directory for certificate\n ansible.b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 584, "all_permissive": false }
ansible_role
esnet/stardust-snmp-pipeline
9580ccb815cf3673e55f5b3d81eaf5e1daacffdc
1
ansible/roles/load_environment
8,184
[ "no_license" ]
[ { "path": "ansible/roles/load_environment/tasks/main.yml", "content": "## Begin Loading ENV values\n- name: Setup env type and secret/env lookup keys\n set_fact:\n environment_type: \"{{ environment_type|default('dev-staging') }}\"\n secret_key: \"secret-{{ environment_type|default('dev-staging') }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3192, "all_permissive": false }
ansible_role
esnet/stardust-snmp-pipeline
9580ccb815cf3673e55f5b3d81eaf5e1daacffdc
1
ansible/roles/reset
8,184
[ "no_license" ]
[ { "path": "ansible/roles/reset/tasks/main.yml", "content": "- name: Remove script directory\n ansible.builtin.file:\n path: ../scripts\n state: absent\n- name: Create scripts directory\n ansible.builtin.file:\n path: ../scripts\n state: directory\n- name: Remove gcloud conf directory\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2057, "all_permissive": false }
ansible_role
kaream1adel/Mariadb-with-ansible
b7062c435b8c7683383d8c90d11221f16b41433b
0
roles/UserCreation
8,184
[ "no_license" ]
[ { "path": "roles/UserCreation/tasks/main.yml", "content": "---\n# tasks file for UserCreation\n\n\n- name: create user mariadb\n user:\n name: \"{{username}}\"\n shell: /bin/bash # Optional: Set the user's shell\n state: present # Ensure the user is present\n createhome: yes #...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1269, "all_permissive": false }
ansible_role
kaream1adel/Mariadb-with-ansible
b7062c435b8c7683383d8c90d11221f16b41433b
0
roles/mariadb
8,184
[ "no_license" ]
[ { "path": "roles/mariadb/vars/main.yml", "content": "---\n# vars file for roles/mariadb/\ndb_packages:\n - mariadb-server\n - python3-PyMySQL\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/mariadb/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1250, "all_permissive": false }
ansible_role
nandanlbhat/rh294-test-29012024
599fb039eb5e3152f8600287c6ef7d862d20a97c
0
roles/student.myfirstrole
8,184
[ "no_license" ]
[ { "path": "roles/student.myfirstrole/tasks/main.yml", "content": "---\n- name: \"{{ greeting }} from within a role\"\n ansible.builtin.debug:\n msg: \"{{ greeting }} from the student.myfirstrole role\"\n changed_when: true\n notify: hander_in_student.myfirstrole\n...\n", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 322, "all_permissive": false }
ansible_role
agstephens/slurm-playbook
9cb1596b87159df48ffb21b2091299c1efd50497
0
roles/munge
8,184
[ "permissive" ]
[ { "path": "roles/munge/defaults/main.yml", "content": "---\n# Type of node to install: front or wn\nmunge_type_of_node: front\n# Password used to derive a munge key for authentication between the server and the workers\nmunge_key_password: ''\n# Local path to copy across munge key to, so it can be copied fr...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 4046, "all_permissive": true }
ansible_role
agstephens/slurm-playbook
9cb1596b87159df48ffb21b2091299c1efd50497
0
roles/slurm
8,184
[ "permissive" ]
[ { "path": "roles/slurm/files/hostname_script", "content": "#!/bin/bash\nsleep 5\nhostname > ~/host.txt\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 42 }, { "path": "roles/slurm/meta/main.yml", "content": "dependencies:\n - { role: ...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 11855, "all_permissive": true }
ansible_role
agstephens/slurm-playbook
9cb1596b87159df48ffb21b2091299c1efd50497
0
roles/vm_config
8,184
[ "no_license" ]
[ { "path": "roles/vm_config/tasks/main.yml", "content": "---\n\n- name: add to /etc/hosts file\n lineinfile:\n path: /etc/hosts\n line: '{{ item }}'\n with_items:\n - \"{{ etc_hosts_entries }}\"\n when:\n - (etc_hosts_entries is defined)\n\n- name: Set hostname of slurm server\n hostname:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 310, "all_permissive": false }
ansible_role
borisusov/ans_rols
2062f63909d7d843f3adcaa0ca0615d3e11cad51
0
roles/base
8,184
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- include: selinux.yml\n \n- include: repository.yml \n\n- include: packages.yml \n\n #- include: docker.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/base/tasks/packages.yml", ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1385, "all_permissive": false }
ansible_role
borisusov/ans_rols
2062f63909d7d843f3adcaa0ca0615d3e11cad51
0
roles/docker
8,184
[ "no_license" ]
[ { "path": "roles/docker/tasks/docker.yml", "content": "---\n\n- name: Install packages for RedHat\n yum: name=docker state=latest\n\n- name: Start Docker\n service: name=docker state=started\n\n# - name: Docker pull an image\n# docker_image:\n# name: jenkis\n# source: pull \n\n- name: Docker ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 369, "all_permissive": false }
ansible_role
borisusov/ans_rols
2062f63909d7d843f3adcaa0ca0615d3e11cad51
0
roles/java
8,184
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: install pre-defined java version\n\n yum: name=java-{{ java }}-openjdk-devel state=present\n\n# yum: name=java-1.8.0-openjdk-devel state=latest\n\n- name: Set JAVA_HOME\n lineinfile:\n dest: /etc/environment\n state: present\n regex...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 718, "all_permissive": false }
ansible_role
borisusov/ans_rols
2062f63909d7d843f3adcaa0ca0615d3e11cad51
0
roles/web-service
8,184
[ "no_license" ]
[ { "path": "roles/web-service/defaults/main.yml", "content": "---\n# defaults file for web_service\ndestin_folder: /var/www/html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "roles/web-service/handlers/main.yml", "content": "---\n# handlers ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2014, "all_permissive": false }
ansible_role
henriquemc/vagrant-ansible-moskito
cf4efc84be42420a7ff9f5bd64dc3d628955794e
0
vagrant-ansible/shared-ansible-confs/roles/common
8,184
[ "no_license" ]
[ { "path": "vagrant-ansible/shared-ansible-confs/roles/common/tasks/main.yml", "content": "---\n# tasks file for common\n\n#installs java \n \n- name: ensure required packages are installed for Java {{java_version}}\n apt: name={{ item }} state=latest update_cache=yes\n with_items:\n - python-software-p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 856, "all_permissive": false }
ansible_role
jmal98/ansible-role-dep-example
db60436128b75b6c77ea4bd991b54cf608060cdd
0
roles/app-common
8,184
[ "no_license" ]
[ { "path": "roles/app-common/tasks/main.yml", "content": "---\n - name: Do some app-common work\n debug: msg=\"Did some app-common work.\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 81 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 81, "all_permissive": false }
ansible_role
jmal98/ansible-role-dep-example
db60436128b75b6c77ea4bd991b54cf608060cdd
0
roles/app-compA
8,184
[ "no_license" ]
[ { "path": "roles/app-compA/meta/main.yml", "content": "---\ndependencies:\n - { role: app-common }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/app-compA/tasks/main.yml", "content": "---\n - name: Do some app-compA work\n debug:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 122, "all_permissive": false }
ansible_role
jmal98/ansible-role-dep-example
db60436128b75b6c77ea4bd991b54cf608060cdd
0
roles/app-compB
8,184
[ "no_license" ]
[ { "path": "roles/app-compB/tasks/main.yml", "content": "---\n - name: Do some app-compB work\n debug: msg=\"Did some app-compB work.\"\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
jmal98/ansible-role-dep-example
db60436128b75b6c77ea4bd991b54cf608060cdd
0
roles/core
8,184
[ "no_license" ]
[ { "path": "roles/core/tasks/main.yml", "content": "---\n - name: Do some common work\n debug: msg=\"Did some common work.\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 73, "all_permissive": false }
ansible_role
rblack42/ansible-clean-mac-setup
836d99dacc63dbbfc87ef0e68e95aba6e933335b
0
ansible/roles/dock
8,192
[ "no_license" ]
[ { "path": "ansible/roles/dock/tasks/main.yml", "content": "---\n- name: Install DockUtil\n homebrew:\n name: dockutil\n state: present\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "ansible/roles/dock/defaults/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 245, "all_permissive": false }
ansible_role
rblack42/ansible-clean-mac-setup
836d99dacc63dbbfc87ef0e68e95aba6e933335b
0
ansible/roles/homebrew
8,192
[ "no_license" ]
[ { "path": "ansible/roles/homebrew/tasks/main.yml", "content": "---\n- name: install simple tools with brew\n homebrew:\n name:\n - gh\n - pygments\n - wget\n state: latest\n update_homebrew: no\n\n- name: install homebrew cask applications\n homebrew_cask:\n name:\n - macte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
leoprz606/kubernetes
ba333bf95b419aedfa904cb70bbb4a1f1b5ec18a
1
ansible/kubernetes/roles/backup_etcd_databases
8,192
[ "no_license" ]
[ { "path": "ansible/kubernetes/roles/backup_etcd_databases/tasks/check_health.yml", "content": "\n- name: check health\n shell: |\n kubectl -n kube-system exec -it \"{{ controller_hostname }}\" -- sh \\\n -c \"ETCDCTL_API=3 \\\n ETCDCTL_CACERT=/etc/kubernetes/pki/etcd/ca.crt \\\n ETCDCTL_C...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1196, "all_permissive": false }
ansible_role
leoprz606/kubernetes
ba333bf95b419aedfa904cb70bbb4a1f1b5ec18a
1
ansible/kubernetes/roles/centos9_install_kubernetes_controller
8,192
[ "no_license" ]
[ { "path": "ansible/kubernetes/roles/centos9_install_kubernetes_controller/tasks/install_containerd.yml", "content": "- name: install containerd.io\n shell: |\n yum install containerd.io -y\n become: yes\n\n- name: write defauls to containerd config.toml\n shell: |\n containerd config default | tee ...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 253207, "all_permissive": false }
ansible_role
leoprz606/kubernetes
ba333bf95b419aedfa904cb70bbb4a1f1b5ec18a
1
ansible/kubernetes/roles/centos9_install_kubernetes_worker
8,192
[ "no_license" ]
[ { "path": "ansible/kubernetes/roles/centos9_install_kubernetes_worker/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - centos9_install_working_prereqs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "ansib...
{ "task_files": 8, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 3528, "all_permissive": false }
ansible_role
leoprz606/kubernetes
ba333bf95b419aedfa904cb70bbb4a1f1b5ec18a
1
ansible/kubernetes/roles/upgrade_kubernetes_cluster
8,192
[ "no_license" ]
[ { "path": "ansible/kubernetes/roles/upgrade_kubernetes_cluster/handlers/main.yml", "content": "---\n# handlers file for upgrade_kubernetes_cluster\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "ansible/kubernetes/roles/upgrade_kubernetes_cluster...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 426, "all_permissive": false }
ansible_role
leoprz606/kubernetes
ba333bf95b419aedfa904cb70bbb4a1f1b5ec18a
1
ansible/linux/roles/linux_set_hosts_file
8,192
[ "no_license" ]
[ { "path": "ansible/linux/roles/linux_set_hosts_file/defaults/main.yml", "content": "---\n# defaults file for linux_set_hosts_file\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible/linux/roles/linux_set_hosts_file/tasks/main.yml", "conte...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 656, "all_permissive": false }
ansible_role
fuzzycom72/cccr-iac-2022
f8caac39954f256861c464ae603bd53380b84382
0
playbook3/roles/web
8,192
[ "no_license" ]
[ { "path": "playbook3/roles/web/tasks/main.yml", "content": "- name: Download Source\n get_url:\n dest: /tmp\n url: \"{{ sb_admin_url }}\"\n- name: Create Directory\n file:\n path: /var/www/html\n state: directory\n- name: Unarchieve Tar file\n unarchive:\n src: \"/tmp/{{ sb_admin_filename ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 739, "all_permissive": false }
ansible_role
fuzzycom72/cccr-iac-2022
f8caac39954f256861c464ae603bd53380b84382
0
project-source/ansible-wordpress-deploy/roles/mysql
8,192
[ "no_license" ]
[ { "path": "project-source/ansible-wordpress-deploy/roles/mysql/defaults/main.yml", "content": "---\n# defaults file for roles/mysql\n\nmysql_packages: mysql-server, mysql-client, python3-pymysql\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 893, "all_permissive": false }
ansible_role
fuzzycom72/cccr-iac-2022
f8caac39954f256861c464ae603bd53380b84382
0
project-source/ansible-wordpress-deploy/roles/wordpress
8,192
[ "no_license" ]
[ { "path": "project-source/ansible-wordpress-deploy/roles/wordpress/handlers/main.yml", "content": "---\n# handlers file for roles/wordpress\n- name: Restart Apache2 Service\n service:\n name: apache2\n state: restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1979, "all_permissive": false }
ansible_role
microfetch/deployment
296189c4fde6e9fb84e1755ddcc1d22a2ff5601e
0
infrastructure/roles/cgps.users
8,192
[ "no_license" ]
[ { "path": "infrastructure/roles/cgps.users/tasks/main.yml", "content": "- name: Remove users\n user:\n name: \"{{ item }}\"\n state: absent\n with_items: \"{{ users_denied }}\"\n loop_control:\n label: \"Remove user {{ item }}\"\n\n- name: Add users\n user:\n name: \"{{ item.name }}\"\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1146, "all_permissive": false }
ansible_role
microfetch/deployment
296189c4fde6e9fb84e1755ddcc1d22a2ff5601e
0
infrastructure/roles/do_monitoring
8,192
[ "no_license" ]
[ { "path": "infrastructure/roles/do_monitoring/tasks/main.yml", "content": "- name: add DO repository\n apt_repository:\n repo: deb https://repos.insights.digitalocean.com/apt/do-agent/ main main\n state: present\n\n- name: Add DP apt signing key\n apt_key:\n url: https://repos.insights.digitaloce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
microfetch/deployment
296189c4fde6e9fb84e1755ddcc1d22a2ff5601e
0
infrastructure/roles/docker
8,192
[ "no_license" ]
[ { "path": "infrastructure/roles/docker/tasks/main.yml", "content": "- name: Install dependencies\n apt:\n update_cache: yes\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - iptables-persistent\n state: present\n\n- name: Add do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 729, "all_permissive": false }
ansible_role
microfetch/deployment
296189c4fde6e9fb84e1755ddcc1d22a2ff5601e
0
infrastructure/roles/security
8,192
[ "no_license" ]
[ { "path": "infrastructure/roles/security/tasks/main.yml", "content": "- name: Install packages\n package:\n cache_valid_time: 86400\n name:\n - fail2ban\n - unattended-upgrades\n\n- name: Lock down SSH\n lineinfile:\n backup: yes\n line: \"{{ item.line }}\"\n path: /etc/ssh/sshd_confi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1178, "all_permissive": false }
ansible_role
blackmou5e/homelab
18c5b20d09537bba0d1968385f3abd44d6202aca
0
vms/gitlab-runner/ansible/roles/gitlab_runner
8,192
[ "no_license" ]
[ { "path": "vms/gitlab-runner/ansible/roles/gitlab_runner/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n roles:\n - ../../../gitlab_runner\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "vms/gitlab-runner/a...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2494, "all_permissive": false }
ansible_role
blackmou5e/homelab
18c5b20d09537bba0d1968385f3abd44d6202aca
0
vms/gitlab-server/ansible/roles/gitlab_server
8,192
[ "no_license" ]
[ { "path": "vms/gitlab-server/ansible/roles/gitlab_server/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nplatforms:\n - name: gitlab-server-ubuntu\n image: ubuntu:22.04\n pre_build_image: true\nprovisioner:\n name: ansible\n playbooks:\n pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4252, "all_permissive": false }
ansible_role
ElagabalxNode/neon-manager
da2fa5fb4c785d18dd96942cc9041bef542c6498
0
roles/configure_ubuntu
8,192
[ "no_license" ]
[ { "path": "roles/configure_ubuntu/tasks/main.yaml", "content": "---\n- name: Install additional packages\n import_tasks: packages.yaml\n tags:\n - config.packages\n\n- name: Install Docker packages\n import_tasks: docker.yml\n tags:\n - docker.packages \n\n- name: Config cpu governor\n import_ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1849, "all_permissive": false }
ansible_role
ElagabalxNode/neon-manager
da2fa5fb4c785d18dd96942cc9041bef542c6498
0
roles/run_containers
8,192
[ "no_license" ]
[ { "path": "roles/run_containers/templates/docker-compose.yaml.j2", "content": "version: \"3\"\r\n\r\nservices:\r\n\r\n # evm_loader:\r\n # container_name: evm_loader\r\n # image: neonlabsorg/evm_loader:${EVM_LOADER_REVISION:-latest}\r\n # environment:\r\n # - SOLANA_URL=http://solana:8899\r\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6828, "all_permissive": false }
ansible_role
ElagabalxNode/neon-manager
da2fa5fb4c785d18dd96942cc9041bef542c6498
0
roles/set_keys
8,192
[ "no_license" ]
[ { "path": "roles/set_keys/tasks/main.yml", "content": "- name: create neonevm group\n group:\n name: neonevm\n system: true\n state: present\n\n- name: create neonevm system user\n user:\n name: \"{{ neonevm_user }}\"\n system: true\n shell: \"/usr/sbin/nologin\"\n group: neonevm\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1498, "all_permissive": false }