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
donzx6/regdock
b647aeb24da1a4f2ff53b914ce519fb02ebe7fc6
0
roles/docker
7,701
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker\n yum:\n name='docker'\n state=latest\n\n- name: service docker\n service:\n name=docker\n state=started\n enabled=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 153 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 153, "all_permissive": false }
ansible_role
donzx6/regdock
b647aeb24da1a4f2ff53b914ce519fb02ebe7fc6
0
roles/network
7,701
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "---\n- name: Create a network\n docker_network:\n name: network_one\n...", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 72, "all_permissive": false }
ansible_role
donzx6/regdock
b647aeb24da1a4f2ff53b914ce519fb02ebe7fc6
0
roles/repologin
7,701
[ "no_license" ]
[ { "path": "roles/repologin/tasks/main.yml", "content": "---\n- name: login to reg\n docker_login:\n registry: docker.donemmerson.co.uk:443\n api_version: 1.26\n username: don\n password: <PASSWORD> ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 152 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 152, "all_permissive": false }
ansible_role
donzx6/regdock
b647aeb24da1a4f2ff53b914ce519fb02ebe7fc6
0
roles/repopull
7,701
[ "no_license" ]
[ { "path": "roles/repopull/tasks/main.yml", "content": "---\n- name: get vars\n debug:\n var: TAG \n- name: pull dbapp\n docker_image:\n repository: docker.donemmerson.co.uk:443/usrdb\n name: docker.donemmerson.co.uk:443/usrdb\n tag: \"{{ TAG }}\"\n state: present\n \n- name: pull ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
donzx6/regdock
b647aeb24da1a4f2ff53b914ce519fb02ebe7fc6
0
roles/webapp_install
7,701
[ "no_license" ]
[ { "path": "roles/webapp_install/tasks/main.yml", "content": "---\n- name: Create a webserver\n docker_container:\n name: webapp\n image: docker.donemmerson.co.uk:443/usrsignup:{{ TAG }}\n state: started\n exposed_ports:\n - 8080\n published_ports: \n - \"8080:8080\"\n networks: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 311, "all_permissive": false }
ansible_role
luistrigueiros/vagrant-centos-service-example
f758cd7ad4c28faee63b69b4dc67c8a3d41c8f7f
0
roles/fatjar-service
7,701
[ "no_license" ]
[ { "path": "roles/fatjar-service/defaults/main.yml", "content": "---\n# defaults file for fatjar-service\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/fatjar-service/handlers/main.yml", "content": "---\n# handlers file for fatjar-servi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1069, "all_permissive": false }
ansible_role
luistrigueiros/vagrant-centos-service-example
f758cd7ad4c28faee63b69b4dc67c8a3d41c8f7f
0
roles/openjdk
7,701
[ "no_license" ]
[ { "path": "roles/openjdk/tasks/main.yml", "content": "---\n- name: upgrade all packages\n yum: name=* state=latest\n\n- name: Install OpenJDK.\n yum: name=java-11-openjdk-devel state=present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 134, "all_permissive": false }
ansible_role
dell/iac-storage-automation
4d916b4a0a385a28c3cc1383254f33bc14307944
29
ansible/powerstore/provision_iscsi_to_vm/roles/config-iscsi-client
7,701
[ "no_license" ]
[ { "path": "ansible/powerstore/provision_iscsi_to_vm/roles/config-iscsi-client/README.md", "content": "config-iscsi-client\n=========\n\nThis role installs and configures iSCSI initiator on the Linux hosts.\n\nRequirements\n------------\n\nFor RedHat/Centos\n* iscsi-initiator-utils\n\nFor Ubuntu\n* open-iscs...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1306, "all_permissive": false }
ansible_role
dell/iac-storage-automation
4d916b4a0a385a28c3cc1383254f33bc14307944
29
ansible/powerstore/provision_iscsi_to_vm/roles/config-multipath
7,701
[ "no_license" ]
[ { "path": "ansible/powerstore/provision_iscsi_to_vm/roles/config-multipath/README.md", "content": "config-multipath\n=========\n\nThis role installs the pre-requisites and configure the multipath.conf on the hosts.\n\nRequirements\n------------\n\nThe pre-requisite packages are in the prereq.yml file.\n\nFo...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2997, "all_permissive": false }
ansible_role
dell/iac-storage-automation
4d916b4a0a385a28c3cc1383254f33bc14307944
29
ansible/powerstore/provision_iscsi_to_vm/roles/linux-system-role
7,701
[ "no_license" ]
[ { "path": "ansible/powerstore/provision_iscsi_to_vm/roles/linux-system-role/tasks/main.yml", "content": "---\n\n- include: 'setup-{{ ansible_facts.distribution | lower }}.yml'\n- include: 'add-ssh-public-keys.yml'\n- include: 'config-networks.yml'\n when: network_interfaces is defined", "license_type":...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7218, "all_permissive": false }
ansible_role
dell/iac-storage-automation
4d916b4a0a385a28c3cc1383254f33bc14307944
29
ansible/vplex/roles/createstorageview
7,701
[ "no_license" ]
[ { "path": "ansible/vplex/roles/createstorageview/defaults/main/connection.yml", "content": "vplexhost: 'w.x.y.z'\nverifycert: false\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible/vplex/roles/createstorageview/defaults/main/vplex.yml"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1537, "all_permissive": false }
ansible_role
dell/iac-storage-automation
4d916b4a0a385a28c3cc1383254f33bc14307944
29
ansible/vplex/roles/createvirtualvol
7,701
[ "no_license" ]
[ { "path": "ansible/vplex/roles/createvirtualvol/defaults/main/credentials.yml", "content": "vplexuser: 'username'\nvplexpassword: '<PASSWORD>'\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 }, { "path": "ansible/vplex/roles/createvirtualvol/tasks/main.yml",...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2434, "all_permissive": false }
ansible_role
dell/iac-storage-automation
4d916b4a0a385a28c3cc1383254f33bc14307944
29
ansible/vplex/roles/removevirtualvol
7,701
[ "no_license" ]
[ { "path": "ansible/vplex/roles/removevirtualvol/tasks/main.yml", "content": "- name: \"Setup variables for use in tasks\" \r\n set_fact:\r\n input: &conn_vars\r\n vplexhost: \"{{ vplexhost }}\"\r\n vplexuser: \"{{ vplexuser }}\"\r\n vplexpassword: \"{{vplexpassword }}\"\r\n verifycer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1424, "all_permissive": false }
ansible_role
devfullcycle/fc-ansible
12f3e51a71fa24c662ccd708a76a832a3e847d51
15
roles/deploy_stack
7,701
[ "no_license" ]
[ { "path": "roles/deploy_stack/tasks/main.yml", "content": "---\n- name: copy docker-compose to remote host\n copy: \n src: \"docker-compose.yaml\"\n dest: \"/opt/docker-compose.yaml\"\n \n- name: deploy stack\n docker_stack:\n state: present\n name: app\n compose:\n - \"/opt/docker-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 637, "all_permissive": false }
ansible_role
devfullcycle/fc-ansible
12f3e51a71fa24c662ccd708a76a832a3e847d51
15
roles/docker_swarm_manager
7,701
[ "no_license" ]
[ { "path": "roles/docker_swarm_manager/defaults/main.yml", "content": "---\n# defaults file for docker_swarm_manager\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/docker_swarm_manager/handlers/main.yml", "content": "---\n# handlers fil...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 395, "all_permissive": false }
ansible_role
devfullcycle/fc-ansible
12f3e51a71fa24c662ccd708a76a832a3e847d51
15
roles/docker_swarm_worker
7,701
[ "no_license" ]
[ { "path": "roles/docker_swarm_worker/tasks/main.yml", "content": "---\n- name: join in a swarm cluster\n docker_swarm:\n state: join\n advertise_addr: \"{{ ansible_default_ipv4.address }}\"\n join_token: \"{{ hostvars[groups['manager'][0]].join_token_worker }}\"\n remote_addrs: \"{{ hostvars[gr...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 497, "all_permissive": false }
ansible_role
devfullcycle/fc-ansible
12f3e51a71fa24c662ccd708a76a832a3e847d51
15
roles/install_docker
7,701
[ "no_license" ]
[ { "path": "roles/install_docker/tasks/main.yml", "content": "---\n- name: install libs\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - lsb-release\n - python3-pip\n - virtualenv\n - python3-setuptools\n state: present\n upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 784, "all_permissive": false }
ansible_role
devfullcycle/fc-ansible
12f3e51a71fa24c662ccd708a76a832a3e847d51
15
roles/install_nginx
7,701
[ "no_license" ]
[ { "path": "roles/install_nginx/templates/nginx.conf.j2", "content": "server {\n listen 80;\n location / {\n proxy_pass {{ url_app }};\n }\n}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/install_nginx/tasks/main.yml", "c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1265, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/agama
7,702
[ "no_license" ]
[ { "path": "roles/agama/tasks/main.yaml", "content": "- name: Create a directory \n ansible.builtin.file:\n path: /opt/agama\n state: directory\n\n- name: Install dockerfile\n get_url:\n url: https://raw.githubusercontent.com/hudolejev/agama/master/Dockerfile\n dest: /opt/agama/Dockerfile\n\n- ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1228, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/backup
7,702
[ "no_license" ]
[ { "path": "roles/backup/templates/known_hosts.j2", "content": "backup {{ backup_server_ssh_key }}\nbackup.{{ startup_name }} {{ backup_server_ssh_key }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 }, { "path": "roles/backup/tasks/main.yaml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 614, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/bind
7,702
[ "no_license" ]
[ { "path": "roles/bind/templates/named.conf.local.j2", "content": "{% for zone in [startup_name, '42.168.192.in-addr.arpa'] %}\nzone \"{{ zone }}\" {\n{% if inventory_hostname in groups['dns_master'] %}\n type primary;\n allow-update { key dns_update_key;};\n allow-transfer {127.0.0.1; key dns_transfer_ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2894, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/bind_exporter
7,702
[ "no_license" ]
[ { "path": "roles/bind_exporter/tasks/main.yaml", "content": "- name: Install bind exporter\n ansible.builtin.apt:\n name: prometheus-bind-exporter\n\n- name: Start bind9 exporter\n ansible.builtin.service:\n name: prometheus-bind-exporter\n state: started\n enabled: yes \n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/dns
7,702
[ "no_license" ]
[ { "path": "roles/dns/tasks/main.yaml", "content": "- name: Stop systemd service\n ansible.builtin.service:\n name: systemd-resolved\n state: stopped\n enabled: no\n\n- name: Move conf\n ansible.builtin.template:\n src: resolv.conf\n dest: /etc/resolv.conf\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/docker
7,702
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Iptable fix\n ansible.builtin.template:\n src: tablefix\n dest: /var/local/iptables.mangle\n\n- name: Iptable state\n community.general.iptables_state:\n path: /var/local/iptables.mangle\n state: restored\n table: mangle\n poll:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 836, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/grafana
7,702
[ "no_license" ]
[ { "path": "roles/grafana/handlers/main_apt.yaml", "content": "- name: Restart grafana\n ansible.builtin.service:\n name: grafana-server\n state: restarted\n\n- name: Change password for grafana user\n shell: |\n sleep 30\n grafana-cli admin reset-admin-password {{grafana_pass}}\n ", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3378, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/haproxy
7,702
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yaml", "content": "- name: Install haproxy\n ansible.builtin.apt:\n name: haproxy\n\n- name: Haproxy config\n ansible.builtin.template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n notify: Restart haproxy\n\n- name: Haproxy started\n ansible.built...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/influxdb
7,702
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yaml", "content": "- name: Add an Apt signing key, uses whichever key is at the URL\n ansible.builtin.apt_key:\n url: https://repos.influxdata.com/influxdb.key\n\n- name: Add specified repository into sources list\n ansible.builtin.apt_repository:\n repo: deb htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1100, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/influxdb_backup
7,702
[ "no_license" ]
[ { "path": "roles/influxdb_backup/tasks/main.yaml", "content": "- name: Create directory\n ansible.builtin.file:\n path: /home/backup/influxdb\n owner: backup\n mode: 0755\n state: directory\n\n- name: Move conf\n ansible.builtin.template:\n src: influxdb-backup\n dest: /etc/cron.d/influx...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/influxdb_exporter
7,702
[ "no_license" ]
[ { "path": "roles/influxdb_exporter/handlers/main.yaml", "content": " - name: Reload systemd\n ansible.builtin.shell: systemctl daemon-reload\n\n - name: Restart influxdb stats exporter\n ansible.builtin.service:\n name: prometheus-influxdb-stats-exporter.service\n state: restarted", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 861, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/keepalived
7,702
[ "no_license" ]
[ { "path": "roles/keepalived/tasks/main.yaml", "content": "- name: Install keepalived\n ansible.builtin.apt:\n name: keepalived\n\n- name: Keepalived config\n ansible.builtin.template:\n src: keepalived.conf.j2\n dest: /etc/keepalived/keepalived.conf\n notify: Restart keepalived\n\n- name: Create...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2842, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/mysql
7,702
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: Install independencies for MySQL\n ansible.builtin.apt:\n name: \n - mysql-server\n - python3-pymysql\n\n- name: Copy override conf to location\n ansible.builtin.template:\n src: mysqld.cnf.j2\n dest: /etc/mysql/mysql.conf.d/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1332, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/mysql_backup
7,702
[ "no_license" ]
[ { "path": "roles/mysql_backup/tasks/main.yaml", "content": "- name: Create directory\n ansible.builtin.file:\n path: /home/backup/mysql\n owner: backup\n mode: 0755\n state: directory\n\n- name: Move conf\n ansible.builtin.template:\n src: .my.cnf.j2\n dest: /home/backup/.my.cnf\n no_lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 856, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/mysql_exporter
7,702
[ "no_license" ]
[ { "path": "roles/mysql_exporter/tasks/main.yaml", "content": "- name: Install mysqld-exporter\n ansible.builtin.apt:\n name: prometheus-mysqld-exporter\n\n- name: Move conf\n ansible.builtin.template:\n src: my.cnf.j2\n dest: /var/lib/prometheus/.my.cnf\n no_log: True\n notify: Restart mysql-ex...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1000, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/nginx
7,702
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "- name: Nginx web server\n ansible.builtin.apt:\n name: nginx\n\n# - name: Copy html file to server\n# ansible.builtin.copy:\n# src: index.html\n# dest: /var/www/html\n\n- name: Copy html file to server\n ansible.builtin.template:\n sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/nginx_exporter
7,702
[ "no_license" ]
[ { "path": "roles/nginx_exporter/tasks/main.yaml", "content": " - name: Install nginx-exporter\n ansible.builtin.apt:\n name: prometheus-nginx-exporter\n state: latest\n\n - name: Start nginx-exporter\n ansible.builtin.service:\n name: prometheus-nginx-exporter\n state: starte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/node_exporter
7,702
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yaml", "content": "- name: Install node exporter\n ansible.builtin.apt:\n name: prometheus-node-exporter\n\n- name: Node exporter start\n ansible.builtin.service:\n name: prometheus-node-exporter\n state: started\n enabled: yes", "license_type": "n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 214, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/pinger
7,702
[ "no_license" ]
[ { "path": "roles/pinger/handlers/main.yaml", "content": " - name: Reload systemd\n ansible.builtin.shell: systemctl daemon-reload\n\n - name: Restart pinger\n ansible.builtin.service:\n name: pinger\n state: restarted", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 939, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/prometheus
7,702
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yaml", "content": "- name: Inst prometheus\n ansible.builtin.apt:\n name: prometheus\n\n- name: Prometheus\n ansible.builtin.service:\n name: prometheus\n state: started\n enabled: yes\n\n- name: Move prometeus conf\n ansible.builtin.template:\n src: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 557, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/rsyslog
7,702
[ "no_license" ]
[ { "path": "roles/rsyslog/tasks/main.yaml", "content": "- name: Start rsyslog\n ansible.builtin.service:\n name: rsyslog\n state: started\n enabled: yes\n\n- name: Copy rsyslog conf\n ansible.builtin.template:\n src: telegraf.conf\n dest: /etc/rsyslog.d/50-telegraf.conf\n notify: Restart rs...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
An4eli/ica0002
a66c4087a47d66aba0735adbe23dd5663fc7472c
0
roles/uwsgi
7,702
[ "no_license" ]
[ { "path": "roles/uwsgi/tasks/main.yaml", "content": "- name: Install packages \n ansible.builtin.apt:\n name:\n - uwsgi\n - uwsgi-plugin-python3\n\n- name: Start service\n service:\n name: uwsgi\n state: started\n enabled: yes\n\n- name: Copy agama conf\n ansible.builtin.template:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 343, "all_permissive": false }
ansible_role
w3f/polkadot-validator-setup
c48b8873d3eca6977ae4b651620386f83d6d8304
215
ansible/roles/journalctl-vacuum
7,702
[ "permissive" ]
[ { "path": "ansible/roles/journalctl-vacuum/tasks/main.yml", "content": "- name: journalctl vacuum\n shell: |\n set -o pipefail\n journalctl --vacuum-time=2d\n args:\n executable: /bin/bash\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 123, "all_permissive": true }
ansible_role
w3f/polkadot-validator-setup
c48b8873d3eca6977ae4b651620386f83d6d8304
215
ansible/roles/nginx-auth
7,702
[ "permissive" ]
[ { "path": "ansible/roles/nginx-auth/molecule/default/converge.yml", "content": "---\n- name: Converge\n hosts: all\n roles:\n - role: nginx-auth\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 66 }, { "path": "ansible/roles/nginx-auth...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3069, "all_permissive": true }
ansible_role
w3f/polkadot-validator-setup
c48b8873d3eca6977ae4b651620386f83d6d8304
215
ansible/roles/node-exporter
7,702
[ "permissive" ]
[ { "path": "ansible/roles/node-exporter/molecule/default/Dockerfile.j2", "content": "# Molecule managed\n\n{% if item.registry is defined %}\n FROM {{ item.registry.url }}/{{ item.image }}\n{% else %}\n FROM {{ item.image }}\n{% endif %}\n\n{% if item.env is defined %}\n {% for var, value in item.env.item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3982, "all_permissive": true }
ansible_role
w3f/polkadot-validator-setup
c48b8873d3eca6977ae4b651620386f83d6d8304
215
ansible/roles/polkadot-backup-keystore
7,702
[ "permissive" ]
[ { "path": "ansible/roles/polkadot-backup-keystore/tasks/main.yml", "content": "- name: backup keystore\n copy:\n src: \"/home/polkadot/.local/share/polkadot/chains/{{ polkadot_network_id }}/keystore\"\n dest: /home/polkadot/keystore\n remote_src: yes\n", "license_type": "permissive", "dete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 176, "all_permissive": true }
ansible_role
w3f/polkadot-validator-setup
c48b8873d3eca6977ae4b651620386f83d6d8304
215
ansible/roles/polkadot-debug
7,702
[ "permissive" ]
[ { "path": "ansible/roles/polkadot-debug/tasks/main.yml", "content": "- name: get command output\n shell: |\n set -o pipefail\n journalctl -u polkadot --no-pager > /root/polkadot.log\n tail -n 10000 /root/polkadot.log | grep \"Waiting to import block\"\n become: yes\n args:\n executable: /bin/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": true }
ansible_role
w3f/polkadot-validator-setup
c48b8873d3eca6977ae4b651620386f83d6d8304
215
ansible/roles/polkadot-restart-service
7,702
[ "permissive" ]
[ { "path": "ansible/roles/polkadot-restart-service/tasks/main.yml", "content": "- name: restart polkadot service\n systemd:\n name: polkadot.service\n state: restarted\n daemon_reload: yes\n enabled: yes\n changed_when: false\n\n#curl -H \"Content-Type: application/json\" -d '{\"id\":1, \"jsonr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 622, "all_permissive": true }
ansible_role
w3f/polkadot-validator-setup
c48b8873d3eca6977ae4b651620386f83d6d8304
215
ansible/roles/polkadot-restore-db
7,702
[ "permissive" ]
[ { "path": "ansible/roles/polkadot-restore-db/tasks/main.yml", "content": "- name: Install 7z \n apt:\n name: p7zip-full\n state: present\n update_cache: yes\n\n- name: db_dest_path as fact\n set_fact:\n db_dest_path: '{{ base_path }}/chains/{{ polkadot_network_id }}'\n when: base_path is def...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1009, "all_permissive": true }
ansible_role
w3f/polkadot-validator-setup
c48b8873d3eca6977ae4b651620386f83d6d8304
215
ansible/roles/polkadot-resync
7,702
[ "permissive" ]
[ { "path": "ansible/roles/polkadot-resync/tasks/main.yml", "content": "- name: stop polkadot service\n systemd:\n name: polkadot.service\n state: stopped\n\n- name: purge chain\n shell: |\n set -o pipefail\n /usr/local/bin/polkadot purge-chain -y\n become: yes\n become_user: polkadot\n args:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 365, "all_permissive": true }
ansible_role
w3f/polkadot-validator-setup
c48b8873d3eca6977ae4b651620386f83d6d8304
215
ansible/roles/polkadot-rotate-keys
7,702
[ "permissive" ]
[ { "path": "ansible/roles/polkadot-rotate-keys/tasks/main.yml", "content": "#curl -H \"Content-Type: application/json\" -d '{\"id\":1, \"jsonrpc\":\"2.0\", \"method\": \"author_rotateKeys\", \"params\":[]}' http://localhost:9933 \n- name: rotate server keys\n uri:\n url: http://localhost:9933\n metho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 540, "all_permissive": true }
ansible_role
w3f/polkadot-validator-setup
c48b8873d3eca6977ae4b651620386f83d6d8304
215
ansible/roles/polkadot-update-binary
7,702
[ "permissive" ]
[ { "path": "ansible/roles/polkadot-update-binary/molecule/default/Dockerfile.j2", "content": "# Molecule managed\n\n{% if item.registry is defined %}\n FROM {{ item.registry.url }}/{{ item.image }}\n{% else %}\n FROM {{ item.image }}\n{% endif %}\n\n{% if item.env is defined %}\n {% for var, value in item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3544, "all_permissive": true }
ansible_role
w3f/polkadot-validator-setup
c48b8873d3eca6977ae4b651620386f83d6d8304
215
ansible/roles/show-multiaddr
7,702
[ "permissive" ]
[ { "path": "ansible/roles/show-multiaddr/tasks/main.yml", "content": "- name: save peerId\n uri:\n url: http://localhost:9933\n method: \"POST\"\n body_format: json\n body: |\n { \"jsonrpc\":\"2.0\", \"method\":\"system_localPeerId\", \"params\":[], \"id\":1 }\n register: peerId\n until: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 472, "all_permissive": true }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/ad_deploy
7,702
[ "no_license" ]
[ { "path": "roles/ad_deploy/defaults/main.yml", "content": "---\n# defaults file for ad_deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/ad_deploy/tasks/ad_install.yml", "content": "---\n- name: Installing Active Directory Forest (...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2008, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/ad_join
7,702
[ "no_license" ]
[ { "path": "roles/ad_join/defaults/main.yml", "content": "---\n# defaults file for ad_join\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/ad_join/vars/main.yml", "content": "---\nad_domain: \"stark-industries.midgard.mrvl\"\nad_admin_pw...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 5307, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/clone_template
7,702
[ "no_license" ]
[ { "path": "roles/clone_template/tasks/main.yml", "content": "---\n# tasks file for clone_template\n\n- name: Cloning required templates to hosts\n community.vmware.vmware_guest:\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD>password }}\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 737, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/common
7,702
[ "no_license" ]
[ { "path": "roles/common/tasks/win_configure_server_cmd.yml", "content": "---\n- name: \"{{ task_title }}\"\n community.vmware.vmware_vm_shell:\n hostname: \"{{ vcenter_hostname }}\"\n username: \"{{ vcenter_username }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: \"{{ vcenter_validate_c...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6369, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/dc_configure
7,702
[ "no_license" ]
[ { "path": "roles/dc_configure/vars/main.yml", "content": "---\n##############################################################\n# Domain Controller: stk-dc-01.stark-industries.midgard.mrvl #\n##############################################################\n\ndc_server_config: \"{{ lookup('ansible.builtin.file...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 4639, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/dc_deploy
7,702
[ "no_license" ]
[ { "path": "roles/dc_deploy/tasks/dc_deploy.yml", "content": "---\n# - name: Initializing Terraform Environment\n# import_tasks: ../common/tasks/terraform_init.yml # 'terraform init''\n# vars:\n# terraform_folder_var: \"{{ terraform_root }}/vm\"\n\n- name: Applying Terraform Configuration\n impor...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 775, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/dev_deploy
7,702
[ "no_license" ]
[ { "path": "roles/dev_deploy/vars/main.yml", "content": "---\n# vars file for clients_deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/dev_deploy/handlers/main.yml", "content": "---\n# handlers file for clients_deploy\n", "lice...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 736, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/dhcp_configure
7,702
[ "no_license" ]
[ { "path": "roles/dhcp_configure/handlers/main.yml", "content": "---\n# handlers file for dhcp_configure\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/dhcp_configure/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1376, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/gpo_deploy
7,702
[ "no_license" ]
[ { "path": "roles/gpo_deploy/defaults/main.yml", "content": "---\n# defaults file for gpo_deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/gpo_deploy/tasks/gpo_deploy.yml", "content": "---\n- name: Deploying STARK Default Domain Po...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2501, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/hr_deploy
7,702
[ "no_license" ]
[ { "path": "roles/hr_deploy/vars/main.yml", "content": "---\n# vars file for hr_deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/hr_deploy/defaults/main.yml", "content": "---\n# defaults file for hr_deploy\n", "license_type": "...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 726, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/mbr_server_deploy
7,702
[ "no_license" ]
[ { "path": "roles/mbr_server_deploy/tasks/server_deploy.yml", "content": "---\n# - name: Initializing Terraform Environment\n# import_tasks: ../common/tasks/terraform_init.yml # 'terraform init''\n# vars:\n# terraform_folder_var: \"{{ terraform_root }}/vm\"\n\n- name: Applying Terraform Configurat...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 752, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/ops_deploy
7,702
[ "no_license" ]
[ { "path": "roles/ops_deploy/tasks/ops_deploy.yml", "content": "---\n# - name: Initializing Terraform Environment\n# import_tasks: ../common/tasks/terraform_init.yml # 'terraform init''\n# vars:\n# terraform_folder_var: \"{{ terraform_root }}/vm\"\n\n- name: Applying Terraform Configuration\n imp...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 727, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/red_team_deploy
7,702
[ "no_license" ]
[ { "path": "roles/red_team_deploy/defaults/main.yml", "content": "---\n# defaults file for red_team_deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/red_team_deploy/tasks/red_team_deploy.yml", "content": "---\n- name: Initializing ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 757, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/rsrch_deploy
7,702
[ "no_license" ]
[ { "path": "roles/rsrch_deploy/defaults/main.yml", "content": "---\n# defaults file for rsrch_deploy\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/rsrch_deploy/tasks/main.yml", "content": "---\n- name: Deploy Blue Team Mission Partner ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 740, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/sdp_configure
7,702
[ "no_license" ]
[ { "path": "roles/sdp_configure/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - sdp_configure\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/sdp_configure/defaults/main.yml", "content": "---\n#...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1790, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/sdp_deploy
7,702
[ "no_license" ]
[ { "path": "roles/sdp_deploy/tasks/deploy_sdp.yml", "content": "---\n- name: Initialize Terraform Environment\n import_tasks: ../common/tasks/terraform_init.yml # 'terraform init''\n vars:\n terraform_folder_var: \"{{ terraform_root }}/vm\"\n\n- name: Apply Terraform Configuration\n import_tasks: .....
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 706, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/vsphere_init
7,702
[ "no_license" ]
[ { "path": "roles/vsphere_init/tasks/deploy_vsphere_environment.yml", "content": "---\n- name: Initialize Terraform Environment\n import_tasks: ../common/tasks/terraform_init.yml # 'terraform init''\n vars:\n terraform_folder_var: \"{{ terraform_root }}\"\n\n- name: Sharing Terraform Lock File\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 666, "all_permissive": false }
ansible_role
phybroptyx/obsidian_dagger
3371fe5c8aa2bdc7d75fcce2bca60d64a8569c8a
0
roles/windows_activate
7,702
[ "no_license" ]
[ { "path": "roles/windows_activate/handlers/main.yml", "content": "---\n# handlers file for windows_activate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/windows_activate/tests/test.yml", "content": "---\n- hosts: localhost\n remote_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1563, "all_permissive": false }
ansible_role
oscarose/ansible
a92171fee859530b35f794df0dd778254d9b563e
0
roles/java
7,702
[ "no_license" ]
[ { "path": "roles/java/vars/main.yml", "content": "download_url: http://download.oracle.com/otn-pub/java/jdk/8u121-b13/jdk-8u121-linux-x64.tar.gz\ndownload_folder: /opt\njava_name: \"{{download_folder}}/jdk1.8.0_121\"\njava_archieve: \"{{download_folder}}/jdk-8u121-linux-x64.tar.gz\"\n", "license_type": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1502, "all_permissive": false }
ansible_role
oscarose/ansible
a92171fee859530b35f794df0dd778254d9b563e
0
roles/maven
7,702
[ "no_license" ]
[ { "path": "roles/maven/tasks/test.yml", "content": "- hosts: maven\n become: yes\n become_method: sudo\n tasks:\n - name: variables\n include_vars: /home/ansible/roles/maven/vars/main.yml\n\n - name: download maven\n get_url: url={{ maven_source }}/{{ maven_version }}/binaries/{{ maven_tar }} des...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1322, "all_permissive": false }
ansible_role
oscarose/ansible
a92171fee859530b35f794df0dd778254d9b563e
0
roles/tomcat
7,702
[ "no_license" ]
[ { "path": "roles/tomcat/startupscript", "content": "#!/bin/bash\n# description: tomcat Start Stop Restart\n# processname: tomcat8\n# chkconfig: 234 20 80\nJAVA_HOME=/opt/jdk1.8.0_121\nexport JAVA_HOME\nPATH=$JAVA_HOME/bin:$PATH\nexport PATH\nCATALINA_HOME=/opt/apache-tomcat-8.0.43\n\ncase $1 in\nstart)\nsh ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3719, "all_permissive": false }
ansible_role
Rax-io-CI-CD/raxio_deployment
592ed42f4664307d80b44e0e82875d563fb675b6
0
roles/blue_load_balancer
7,702
[ "no_license" ]
[ { "path": "roles/blue_load_balancer/tasks/main.yml", "content": "# Create blue load balancer\n- name: Create blue load balancer\n local_action:\n module: rax_clb\n credentials: \"{{ creds_servers_path }}\"\n name: \"blue-{{ load_balancer_name }}\"\n port: \"{{ lb_port }}\"\n protocol: \"{{ l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 990, "all_permissive": false }
ansible_role
Rax-io-CI-CD/raxio_deployment
592ed42f4664307d80b44e0e82875d563fb675b6
0
roles/clean_up
7,702
[ "no_license" ]
[ { "path": "roles/clean_up/tasks/main.yml", "content": "- name: Remove OLD nodes\n local_action:\n module: rax\n credentials: \"{{ creds_servers_path }}\"\n name: \"{{ server_name }}\"\n flavor: \"{{ flavor }}\"\n image: \"{{ image }}\"\n region: \"{{ region }}\"\n state: present\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3190, "all_permissive": false }
ansible_role
Rax-io-CI-CD/raxio_deployment
592ed42f4664307d80b44e0e82875d563fb675b6
0
roles/cloud_servers
7,702
[ "no_license" ]
[ { "path": "roles/cloud_servers/tasks/main.yml", "content": "# Create live nodes (or return the existing nodes if already created)\n- name: Create live servers (or retrieve the existing ones)\n local_action: \n module: rax\n credentials: \"{{ creds_servers_path }}\"\n name: \"{{ server_name }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4734, "all_permissive": false }
ansible_role
Rax-io-CI-CD/raxio_deployment
592ed42f4664307d80b44e0e82875d563fb675b6
0
roles/create_blue_servers
7,702
[ "no_license" ]
[ { "path": "roles/create_blue_servers/tasks/main.yml", "content": "# Create new blue servers (show always be created anew)\n- name: \"Create blue servers\"\n local_action: \n module: rax\n credentials: \"{{ creds_servers_path }}\"\n name: \"{{ server_name }}\"\n flavor: \"{{ flavor }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1384, "all_permissive": false }
ansible_role
Rax-io-CI-CD/raxio_deployment
592ed42f4664307d80b44e0e82875d563fb675b6
0
roles/delete_blue_servers
7,702
[ "no_license" ]
[ { "path": "roles/delete_blue_servers/tasks/main.yml", "content": "# get blue load balancer\n- name: Retrieve blue load balancer\n local_action:\n module: rax_clb\n credentials: \"{{ creds_servers_path }}\"\n name: \"blue-{{ load_balancer_name }}\"\n port: \"{{ lb_port }}\"\n protocol: \"{{ l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1733, "all_permissive": false }
ansible_role
Rax-io-CI-CD/raxio_deployment
592ed42f4664307d80b44e0e82875d563fb675b6
0
roles/deploy
7,702
[ "no_license" ]
[ { "path": "roles/deploy/tasks/main.yml", "content": "---\n- name: Set up user\n user: name=workshop shell=/bin/bash home=/home/workshop\n tags:\n - deploy\n\n- name: Download git\n apt: name=git update_cache=yes\n tags:\n - deploy\n\n# Install node js\n- name: Ensure the system can use the HTTPS t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4032, "all_permissive": false }
ansible_role
Rax-io-CI-CD/raxio_deployment
592ed42f4664307d80b44e0e82875d563fb675b6
0
roles/drain
7,702
[ "no_license" ]
[ { "path": "roles/drain/tasks/main.yml", "content": "# Add nodes registered with blue load balancer to live load balancer\n- name: Add BLUE nodes to GREEN Load balancer\n local_action:\n module: rax_clb_nodes\n credentials: \"{{ creds_servers_path }}\"\n load_balancer_id: \"{{ workshop_green_load_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2691, "all_permissive": false }
ansible_role
Rax-io-CI-CD/raxio_deployment
592ed42f4664307d80b44e0e82875d563fb675b6
0
roles/get_load_balancers
7,702
[ "no_license" ]
[ { "path": "roles/get_load_balancers/tasks/main.yml", "content": "# This will either create a new live load balancer or return the old one\n- name: Retrieve live load balancer\n local_action:\n module: rax_clb\n credentials: \"{{ creds_servers_path }}\"\n name: \"green-{{ load_balancer_name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1077, "all_permissive": false }
ansible_role
Rax-io-CI-CD/raxio_deployment
592ed42f4664307d80b44e0e82875d563fb675b6
0
roles/load_balancer
7,702
[ "no_license" ]
[ { "path": "roles/load_balancer/tasks/main.yml", "content": "# Delete ephemeral load balancer\n- name: Delete ephemeral load balancer\n local_action:\n module: rax_clb\n credentials: \"{{ creds_servers_path }}\"\n name: \"ephemeral-{{ load_balancer_name }}\"\n port: \"{{ lb_port }}\"\n protoc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1044, "all_permissive": false }
ansible_role
Rax-io-CI-CD/raxio_deployment
592ed42f4664307d80b44e0e82875d563fb675b6
0
roles/test
7,702
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": "- name: Save load balancer to use in test\n set_fact:\n load_balancer: \"{{raxio_ephemeral_load_balancer.balancer.virtual_ips[0].address}}\"\n tags:\n - test-ephemeral\n - test-performance\n\n- name: Set up template\n template: src=\"protractor....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3901, "all_permissive": false }
ansible_role
Rax-io-CI-CD/raxio_deployment
592ed42f4664307d80b44e0e82875d563fb675b6
0
roles/update_group
7,702
[ "no_license" ]
[ { "path": "roles/update_group/tasks/main.yml", "content": "# Show all instances\n- name: show created instances\n debug: var=\"{{ group_environ }}\"\n\n- name: Migrate servers to another group\n local_action:\n module: rax_meta\n credentials: \"{{ creds_servers_path }}\"\n name: \"{{ inventory_ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
Otus-DevOps-2022-02/ashfauihf_infra
0a6461a361aeace276649de05aa12c5a2ab72cf7
0
ansible/roles/app
7,702
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/ruby.yml", "content": "---\n - name: Install ruby & required packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - ruby-full\n - ruby-bundler\n - build-essential\n tags: ruby\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
Otus-DevOps-2022-02/ashfauihf_infra
0a6461a361aeace276649de05aa12c5a2ab72cf7
0
ansible/roles/db
7,702
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/install_mongo.yml", "content": "---\n - name: Install aptitude using apt\n apt:\n name: aptitude\n state: present\n update_cache: yes\n tags: install\n\n - name: Import public key\n apt_key:\n url: 'https://www.mongodb.org/static/pgp/server-4.2.asc'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 987, "all_permissive": false }
ansible_role
NinuxBasilicata/Ansible-Playbook-DNS
7ce4a4b688ac3c7788015a1fd934752cb01f333c
0
roles/apache2
7,702
[ "no_license" ]
[ { "path": "roles/apache2/vars/main.yml", "content": "### apache2\n## vars\n---\npackages:\n - apache2.2-common\n - apache2-doc\n - apache2-mpm-prefork\n - apache2-utils\n - libexpat1\n - ssl-cert\n - libapache2-mod-php7.0\n - certbot\n - libapache2-mod-fcgid\n - apache2-suexec\n - mcrypt\n - ima...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2565, "all_permissive": false }
ansible_role
NinuxBasilicata/Ansible-Playbook-DNS
7ce4a4b688ac3c7788015a1fd934752cb01f333c
0
roles/bind
7,702
[ "no_license" ]
[ { "path": "roles/bind/templates/db.zone.j2", "content": "$TTL 1h\n@ IN SOA {{ inventory_hostname }}. {{ hostmaster }}. (\n 3 ; Serial\n 604800 ; Refresh\n 86400 ; Retry\n 2419200 ; Expire\n 604800 ) ; Nega...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3207, "all_permissive": false }
ansible_role
NinuxBasilicata/Ansible-Playbook-DNS
7ce4a4b688ac3c7788015a1fd934752cb01f333c
0
roles/database
7,702
[ "no_license" ]
[ { "path": "roles/database/tasks/main.yml", "content": "---\n- name: install mariadb packages\n apt: pkg={{ item }} state=latest update_cache=yes force=yes\n with_items:\n - mariadb-server\n - mariadb-client\n notify: restart mariadb\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 250, "all_permissive": false }
ansible_role
NinuxBasilicata/Ansible-Playbook-DNS
7ce4a4b688ac3c7788015a1fd934752cb01f333c
0
roles/namedmanager
7,702
[ "no_license" ]
[ { "path": "roles/namedmanager/handlers/main.yml", "content": "- name: restart apache2\n service: name=apache2 state=restarted\n\n- name: restart namedmanager_logpush\n service: name=namedmanager_logpush state=restarted\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 35024, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-tf
89ccea929862a234ca8baa232e78e1cdfd65f83e
0
roles/cart
7,702
[ "no_license" ]
[ { "path": "roles/cart/vars/main.yaml", "content": "REDIS_HOST: redis.venkateshamsonnalia143.online\nCATALOGUE_HOST: catalogue.venkateshamsonnalia143.online\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 }, { "path": "roles/cart/tasks/main.yaml", "content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 802, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-tf
89ccea929862a234ca8baa232e78e1cdfd65f83e
0
roles/catalogue
7,702
[ "no_license" ]
[ { "path": "roles/catalogue/tasks/main.yaml", "content": "- name: installing and setup Nodejs\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: downling artifact\n ansible.builtin.unarchive:\n src: https://roboshop-builds.s3.amazonaws.com/catalogue.zip\n dest: /app\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 714, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-tf
89ccea929862a234ca8baa232e78e1cdfd65f83e
0
roles/common
7,702
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yaml", "content": "- name: Setup NodeJS repos\n ansible.builtin.shell: dnf module disable nodejs -y\n\n- name: module enable nodejs:18\n ansible.builtin.shell: dnf module enable nodejs:18 -y\n\n- name: installing NodeJS\n ansible.builtin.yum:\n name: nodejs\n st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 422, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-tf
89ccea929862a234ca8baa232e78e1cdfd65f83e
0
roles/mongodb
7,702
[ "no_license" ]
[ { "path": "roles/mongodb/tasks/main.yaml", "content": "- name: copying mongo repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: installing mongodb-org\n ansible.builtin.yum:\n name: mongodb-org\n state: installed\n\n- name: enable and start mongod\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1049, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-tf
89ccea929862a234ca8baa232e78e1cdfd65f83e
0
roles/redis
7,702
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yaml", "content": "- name: installing rpm\n ansible.builtin.yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-8.rpm\n state: installed\n disable_gpg_check: true\n\n- name: module enable redis:remi-6.2\n ansible.builtin.command: dnf module enable redi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 600, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-tf
89ccea929862a234ca8baa232e78e1cdfd65f83e
0
roles/user
7,702
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yaml", "content": "- name: nodeJS set up and creating user and directory\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: Downloading artifact \n ansible.builtin.unarchive:\n src: https://roboshop-builds.s3.amazonaws.com/user.zip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 700, "all_permissive": false }
ansible_role
sonnailavenkatesham/ansible-tf
89ccea929862a234ca8baa232e78e1cdfd65f83e
0
roles/web
7,702
[ "no_license" ]
[ { "path": "roles/web/tasks/main.yaml", "content": "- name: insatlling nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: removing the default data\n ansible.builtin.file:\n path: /usr/share/nginx/html/*\n state: absent\n\n- name: creating the directory\n ansible.builtin....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 758, "all_permissive": false }
ansible_role
oke-py/ansible-osx
242f69f2e65b5eaa5f23d9184cf54aa39099773a
1
roles/common
7,702
[ "no_license" ]
[ { "path": "roles/common/tasks/zprezto.yml", "content": "---\n- name: Clone sorin-ionescu/prezto into ~/.zprezto\n ansible.builtin.git:\n repo: 'https://github.com/sorin-ionescu/prezto.git'\n dest: \"{{ ansible_env.HOME }}/.zprezto\"\n force: true\n\n- name: Customize zprezto autosuggestions\n ans...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 7118, "all_permissive": false }
ansible_role
Bastibolista/CloudFormationUdacity
1326bb8a999572e243070f96f9ad3d1f645251ec
0
roles/setup
7,702
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n \n- name: \"install dependencies\"\n become: yes\n apt:\n name: [\"nodejs\", \"npm\"]\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 621, "all_permissive": false }
ansible_role
yvoderatskyi/raspiland
08b7762e16d783df07373fbb82e7cb562b6a33aa
0
roles/common
7,702
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "---\n- name: Ensure latest updates installed\n apt:\n upgrade: dist\n update_cache: true\n- name: Ensure 'net-tools' installed\n apt:\n name: net-tools\n state: present\n- name: Ensure 'pi' group exists\n group:\n name: pi\n gid: '{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
yvoderatskyi/raspiland
08b7762e16d783df07373fbb82e7cb562b6a33aa
0
roles/docker
7,702
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "---\n- name: Install docker packages\n apt:\n pkg:\n - python3-pip\n - docker-compose\n - docker.io\n state: present\n- name: Ensure remote user can run 'docker' commands\n user:\n name: ubuntu\n groups: docker\n append: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 395, "all_permissive": false }