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
Ivanich41/AD-vulnbox-cloud
12c9cfc39e1238533637be9a520348b880921893
1
roles/docker
7,421
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n - name: Check docker installation\n command: docker --version\n register: docker_check\n ignore_errors: true\n\n# Если docker установлен, то все последующие задания будут пропущены\n - name: Get Docker installat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 678, "all_permissive": false }
ansible_role
Ivanich41/AD-vulnbox-cloud
12c9cfc39e1238533637be9a520348b880921893
1
roles/firegex
7,421
[ "no_license" ]
[ { "path": "roles/firegex/handlers/main.yml", "content": "---\n# handlers file for firegex\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/firegex/tasks/main.yml", "content": "---\n# tasks file for firegex\n - name: Check if packmate di...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 926, "all_permissive": false }
ansible_role
Ivanich41/AD-vulnbox-cloud
12c9cfc39e1238533637be9a520348b880921893
1
roles/packmate
7,421
[ "no_license" ]
[ { "path": "roles/packmate/vars/main.yml", "content": "---\n# vars file for packmate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/packmate/defaults/main.yml", "content": "---\n# defaults file for packmate\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1787, "all_permissive": false }
ansible_role
Ivanich41/AD-vulnbox-cloud
12c9cfc39e1238533637be9a520348b880921893
1
roles/post-install
7,421
[ "no_license" ]
[ { "path": "roles/post-install/tasks/main.yml", "content": "---\n# tasks file for post-install\n\n - name: All ready message\n debug:\n msg: \n - \"Packmate\"\n - \"—————————————————\"\n - \"Address: http://{{ ansible_host }}:65000\"\n - \"Creds: BinaryBears : {{ universa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 864, "all_permissive": false }
ansible_role
Ivanich41/AD-vulnbox-cloud
12c9cfc39e1238533637be9a520348b880921893
1
roles/s4dfarm
7,421
[ "no_license" ]
[ { "path": "roles/s4dfarm/vars/main.yml", "content": "---\n# vars file for s4dfarm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/s4dfarm/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - s4dfarm...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1262, "all_permissive": false }
ansible_role
NimeshNarayanan/devops_session
6833ae492000c7693891d1f8692c440ccf3aebdc
0
roles/nginx
7,421
[ "no_license" ]
[ { "path": "roles/nginx/defaults/main.yml", "content": "nginx_port: 9090", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "roles/nginx/tasks/main.yml", "content": "- name: install nginx\n become: yes\n yum: name=nginx state=present\n\n- name: ch...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 577, "all_permissive": false }
ansible_role
NimeshNarayanan/devops_session
6833ae492000c7693891d1f8692c440ccf3aebdc
0
roles/nodejs
7,421
[ "no_license" ]
[ { "path": "roles/nodejs/defaults/main.yml", "content": "node_version: 7.10.0", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/nodejs/tasks/main.yml", "content": "- name: add repo\n become: yes\n yum_repository:\n name: nodejs \n de...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 330, "all_permissive": false }
ansible_role
dnyaneshmore01/ges_playbooks
cd5681d28556f615594e4fc8a28cc68e70ebcdc9
0
roles/space_check
7,421
[ "no_license" ]
[ { "path": "roles/space_check/tasks/space_check.yml", "content": "---\n - name: check if there is free space on destination machines in {{home_dir}} (at least {{free_space_needed}} GB)\n shell: ssh -T {{remote_user}}@{{ item.target_ip }} 'exit $((`df -m {{home_dir}} | tail -1 | tr -s \" \" | cut -d\" \" -f...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 474, "all_permissive": false }
ansible_role
Sunbird-cQube/cqube-devops
1dd0db7eae25d71fa3aa72d1276f03dcceb3b61e
1
ansible/roles/configurations
7,421
[ "no_license" ]
[ { "path": "ansible/roles/configurations/tasks/configure_compose.yml", "content": "- name: copying compose file to ansible directory\n template:\n src: docker-compose.yml.j2\n dest: \"docker-compose.yml\"\n mode: \"0644\"\n tags: [ install, update ]\n", "license_type": "no_license", "detec...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1806, "all_permissive": false }
ansible_role
Sunbird-cQube/cqube-devops
1dd0db7eae25d71fa3aa72d1276f03dcceb3b61e
1
ansible/roles/flask
7,421
[ "no_license" ]
[ { "path": "ansible/roles/flask/tasks/main.yml", "content": "---\n- include_tasks: configure_flask.yml\n tags: install\n\n- include_tasks: build_flask.yml\n tags: install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "ansible/roles/flask/templ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 1087, "all_permissive": false }
ansible_role
Sunbird-cQube/cqube-devops
1dd0db7eae25d71fa3aa72d1276f03dcceb3b61e
1
ansible/roles/ingestion
7,421
[ "no_license" ]
[ { "path": "ansible/roles/ingestion/tasks/main.yml", "content": "---\n- include_tasks: configure_ingestion.yml\n tags: install\n\n- include_tasks: build_ingestion.yml\n tags: install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 115 }, { "path": "ansible/roles...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1177, "all_permissive": false }
ansible_role
Sunbird-cQube/cqube-devops
1dd0db7eae25d71fa3aa72d1276f03dcceb3b61e
1
ansible/roles/nginx
7,421
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- include_tasks: configure_nginx.yml\n tags: install\n- include_tasks: build_nginx.yml\n tags: install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "ansible/roles/nginx/templat...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1675, "all_permissive": false }
ansible_role
Sunbird-cQube/cqube-devops
1dd0db7eae25d71fa3aa72d1276f03dcceb3b61e
1
ansible/roles/nifi
7,421
[ "no_license" ]
[ { "path": "ansible/roles/nifi/tasks/build_nifi.yml", "content": "- name: docker build nifi\n docker_image:\n name: nifi_ms\n tag: '1'\n build:\n path: ../microservices/nifi-ms/\n source: build\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 }, {...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 192, "all_permissive": false }
ansible_role
Sunbird-cQube/cqube-devops
1dd0db7eae25d71fa3aa72d1276f03dcceb3b61e
1
ansible/roles/postgres
7,421
[ "no_license" ]
[ { "path": "ansible/roles/postgres/tasks/build_postgres.yml", "content": "- name: docker build postgres\n docker_image:\n name: postgres_ms\n tag: '1'\n build:\n path: ../microservices/postgres-ms/\n source: build\n", "license_type": "no_license", "detected_licenses": [], "size_...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 502, "all_permissive": false }
ansible_role
Sunbird-cQube/cqube-devops
1dd0db7eae25d71fa3aa72d1276f03dcceb3b61e
1
ansible/roles/python
7,421
[ "no_license" ]
[ { "path": "ansible/roles/python/tasks/build_python.yml", "content": "- name: docker build python ms\n docker_image:\n name: python_ms\n tag: '1'\n build:\n path: ../microservices/python-ms/\n source: build\n", "license_type": "no_license", "detected_licenses": [], "size_bytes":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 203, "all_permissive": false }
ansible_role
Sunbird-cQube/cqube-devops
1dd0db7eae25d71fa3aa72d1276f03dcceb3b61e
1
ansible/roles/spec
7,421
[ "no_license" ]
[ { "path": "ansible/roles/spec/tasks/main.yml", "content": "---\n- include_tasks: configure_spec.yml\n tags: install\n\n- include_tasks: build_spec.yml\n tags: install\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "ansible/roles/spec/templat...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1478, "all_permissive": false }
ansible_role
jcbrandis/ansible
ae3d47423d2c7fde89ccf33b24d84ae0993fbccc
0
roles/bgp
7,421
[ "no_license" ]
[ { "path": "roles/bgp/templates/bgp.j2", "content": "router bgp {{item.local_as_number}}\n no synchronization\n bgp log-neighbor-changes\n redistribute connected\n neighbor {{item.my_peer_ip}} remote-as {{item.my_peer_as}}\n neighbor {{item.my_peer_ip}} update-source FastEthernet0\n neighbor {{item.my_peer_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 750, "all_permissive": false }
ansible_role
jcbrandis/ansible
ae3d47423d2c7fde89ccf33b24d84ae0993fbccc
0
roles/interfaces
7,421
[ "no_license" ]
[ { "path": "roles/interfaces/vars/main.yml", "content": "---\n\ninterfaces:\n - hostname: r1\n int_name: fa4\n ip_address: 10.222.4.1\n ip_mask: 255.255.255.0\n\n - hostname: r2\n int_name: fa5\n ip_address: 10.223.5.1\n ip_mask: 255.255.255.0\n", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 580, "all_permissive": false }
ansible_role
jcbrandis/ansible
ae3d47423d2c7fde89ccf33b24d84ae0993fbccc
0
roles/router
7,421
[ "no_license" ]
[ { "path": "roles/router/vars/main.yml", "content": "---\nrouters:\n - hostname: cpe1\n enable_secret: secret-password-cpe1\n loopback: 1.1.1.1 255.255.255.255\n\n - hostname: cpe2\n enable_secret: secret-password-cpe2\n loopback: 2.2.2.2 255.255.255.255\n\n - hostname: cpe3\n enable_secret...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 810, "all_permissive": false }
ansible_role
Dmalykh91/static-server
132e2561425590671c6569d879f1a3d662bde4d0
0
roles/nginx
7,421
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "server { \n listen 80; \n server_name localhost; \n \n location / { \n root /var/www/html; \n index index.html index.htm index.nginx-debian.html; \n try_files $uri $uri/ =404; \n } \n \n # Обработка запросов к /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1346, "all_permissive": false }
ansible_role
Dmalykh91/static-server
132e2561425590671c6569d879f1a3d662bde4d0
0
roles/ssh
7,421
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n- name: Disable root login\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^PermitRootLogin'\n line: 'PermitRootLogin no'\n\n- name: Disable empty passwords\n ansible.builtin.lineinfile:\n path: /etc/ssh/sshd_config\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
Dmalykh91/static-server
132e2561425590671c6569d879f1a3d662bde4d0
0
roles/static
7,421
[ "no_license" ]
[ { "path": "roles/static/tasks/main.yml", "content": "---\n- name: Create directory for images\n ansible.builtin.file:\n path: /var/www/html/images\n state: directory\n mode: '0755'\n- name: Получить HTML-контент страницы \n uri: \n url: \"https://fonwall.ru\"\n return_content: yes \n regis...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 595, "all_permissive": false }
ansible_role
Dmalykh91/static-server
132e2561425590671c6569d879f1a3d662bde4d0
0
roles/users
7,421
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n- name: \"Создание кастомных групп\"\n group:\n name: \"{{ item }}\"\n state: \"present\"\n loop: \"{{ custom_groups }}\"\n when: custom_groups is defined\n\n- name: \"Управление пользователями\"\n user:\n name: \"{{ item.name }}\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1613, "all_permissive": false }
ansible_role
Dmalykh91/static-server
132e2561425590671c6569d879f1a3d662bde4d0
0
roles/utilities
7,421
[ "no_license" ]
[ { "path": "roles/utilities/tasks/main.yml", "content": "---\n- name: Update all packages\n ansible.builtin.apt:\n update_cache: yes\n upgrade: dist\n\n- name: Install additional utilities\n ansible.builtin.package:\n name: \"{{ item }}\"\n state: present\n loop:\n - htop\n - ncdu\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
Dmalykh91/static-server
132e2561425590671c6569d879f1a3d662bde4d0
0
roles/zsh
7,421
[ "no_license" ]
[ { "path": "roles/zsh/tasks/main.yml", "content": "---\n- name: Install zsh\n ansible.builtin.package:\n name: zsh\n state: present\n\n- name: Install Oh My Zsh for users with zsh shell\n command: sh -c \"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n when: item.she...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
tbrigham75/ansible-windows
39dd55f4e7360385493544a7ae5104bc2aed2581
0
roles/install-7zip
7,421
[ "no_license" ]
[ { "path": "roles/install-7zip/tasks/main.yaml", "content": "---\r\n- name: Ensure 7-Zip is installed through Chocolatey\r\n win_chocolatey:\r\n name: 7zip\r\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 112 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 112, "all_permissive": false }
ansible_role
tbrigham75/ansible-windows
39dd55f4e7360385493544a7ae5104bc2aed2581
0
roles/install-apps-with-chocolatey
7,421
[ "no_license" ]
[ { "path": "roles/install-apps-with-chocolatey/tasks/main.yaml", "content": "---\r\n\r\n- name: Install chocolatey\r\n win_chocolatey:\r\n name:\r\n - chocolatey\r\n - chocolatey-core.extension\r\n state: present\r\n\r\n- name: Install multiple packages\r\n win_chocolatey:\r\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
tbrigham75/ansible-windows
39dd55f4e7360385493544a7ae5104bc2aed2581
0
roles/install-chocolatey
7,421
[ "no_license" ]
[ { "path": "roles/install-chocolatey/tasks/main.yaml", "content": "---\r\n- name: ChocolateyInstall.ps1\r\n copy:\r\n src: \"ChocolateyInstall.ps1\"\r\n dest: \"C:\\\\Users\\\\da.thomas.brigham\\\\ChocolateyInstall.ps1\"\r\n\r\n- name: Ensure Chocolatey installed from internal repo\r\n win_chocolatey...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
Sathylias/fgl-homelab
17ced80af0a732187fad3b0cee938cbacda1b7a8
0
ansible/roles/docker-server
7,421
[ "no_license" ]
[ { "path": "ansible/roles/docker-server/files/docker/dokuwiki.yml", "content": "---\nversion: \"2.1\"\nservices:\n dokuwiki:\n image: lscr.io/linuxserver/dokuwiki:latest\n container_name: dokuwiki\n environment:\n - PUID=1000\n - PGID=1000\n - TZ=Canada/Toronto\n volumes:\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2492, "all_permissive": false }
ansible_role
Sathylias/fgl-homelab
17ced80af0a732187fad3b0cee938cbacda1b7a8
0
ansible/roles/nfs-server
7,421
[ "no_license" ]
[ { "path": "ansible/roles/nfs-server/tasks/main.yml", "content": "---\n- name: Updating & Upgrading system packages\n become: True\n become_method: sudo\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 86400\n upgrade: yes\n\n- name: Installing NFS Kernel Server\n become: True\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1310, "all_permissive": false }
ansible_role
Sathylias/fgl-homelab
17ced80af0a732187fad3b0cee938cbacda1b7a8
0
ansible/roles/wordpress-server
7,421
[ "no_license" ]
[ { "path": "ansible/roles/wordpress-server/vars/main.yml", "content": "packages:\n - mariadb-server\n - nginx\n\nphp_packages:\n - php-cgi \n - php-common \n - php-fpm \n - php-pear \n - php-mbstring \n - php-zip \n - php-net-socket \n - php-gd \n - php-xml-util \n - php-gettext \n - php-mysql \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1588, "all_permissive": false }
ansible_role
SpicyKalamares/CPE232_HOA8
4844a6c81e592274b9001dab36696fad9a9db9b2
0
roles/install_nagios(Ubuntu)
7,421
[ "no_license" ]
[ { "path": "roles/install_nagios(Ubuntu)/tasks/main.yml", "content": "---\n- name: Install Nagios packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - nagios4\n - nagios-nrpe-plugin\n - nagios-plugins-contrib\n - nagios-plugins\n\n- name: Enable and start Nagios (Ubuntu)\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
digitalNomadKg/gandalf
bda124c823944b8810630b587335bf6ae1ac4c80
1
demo/ansible/prometheus-deploy/roles/prometheus
7,422
[ "no_license" ]
[ { "path": "demo/ansible/prometheus-deploy/roles/prometheus/templates/prometheus.yml.j2", "content": "global:\n scrape_interval: 60s\n\nscrape_configs:\n - job_name: 'adcash-webapp'\n metrics_path: '/actuator/prometheus'\n static_configs:\n - targets: ['a20060d09589b496291d9feca5ad5e74-3dc4e3db6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1555, "all_permissive": false }
ansible_role
marmila/picluster
79552f491787e0ca089cce6f40e80f25a049d1e7
6
ansible/roles/longhorn-util
7,422
[ "no_license" ]
[ { "path": "ansible/roles/longhorn-util/tasks/configure_linkerd_mesh.yml", "content": "---\n# Check longhorn is running\n- name: Check longhorn status. Wait for all components to start\n command:\n cmd: \"/usr/local/bin/check_lh.sh\"\n changed_when: false\n\n# Make longhorn-manager container listen on l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1191, "all_permissive": false }
ansible_role
marmila/picluster
79552f491787e0ca089cce6f40e80f25a049d1e7
6
ansible/roles/pxe-server
7,422
[ "no_license" ]
[ { "path": "ansible/roles/pxe-server/tasks/prepare_tftp_server.yml", "content": "---\n\n- name: Create grub direcorty\n file:\n path: \"/srv/tftp/{{ item }}\"\n state: directory\n owner: root\n group: root\n mode: 0755\n with_items:\n - grub\n - pxelinux.cfg\n\n- name: Copy grub config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 615, "all_permissive": false }
ansible_role
open-craft-guild/crm-smsfly
f01c032288b22b445dc38a3921d7a0575e2698bf
1
deploy/roles/nginx
7,422
[ "no_license" ]
[ { "path": "deploy/roles/nginx/templates/smsapp.nginx", "content": "# SMS App\n\nserver {\n listen 80 default;\n server_name sms.itarget.info;\n\n location /static {\n alias /home/smsapp/static;\n }\n\n location ^~ / {\n proxy_pass http://127.0.0.1:8000/;\n proxy_set_header Host $host;\n add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 656, "all_permissive": false }
ansible_role
open-craft-guild/crm-smsfly
f01c032288b22b445dc38a3921d7a0575e2698bf
1
deploy/roles/smsapp
7,422
[ "no_license" ]
[ { "path": "deploy/roles/smsapp/templates/.gitignore", "content": "smsapp.env\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 11 }, { "path": "deploy/roles/smsapp/tasks/main.yaml", "content": "- user: name=smsapp state=present\n\n- apt_repository: repo='deb ht...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3667, "all_permissive": false }
ansible_role
otus-devops-2019-02/PavelSemyannikov_infra
272bd876b0a8a571630a5ae15415cd4d1f304cae
0
ansible/roles/app
7,422
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Show info about the env this host belongs to\n debug:\n msg: \"This host is in {{ env }} environment!!!\"\n\n- name: Show info about DB host internal IP\n debug:\n msg: \"DB host internal IP is {{ db_host }}\"\n\n- include: ruby....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
limatwo/ansible-config-management
dc57fdacc34f20112e812542fde973aece3182de
0
Ansible-config-management/roles/common
7,422
[ "no_license" ]
[ { "path": "Ansible-config-management/roles/common/handlers/main.yml", "content": "\r\n- name: restart ssh\r\n systemd:\r\n name: ssh\r\n state: restarted\r\n\r\n- name: restart sudo\r\n command: /bin/true\r\n\r\n- name: reload ufw\r\n ufw:\r\n state: reloaded\r\n\r\n- name: restart ntp\r\n syst...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 710, "all_permissive": false }
ansible_role
limatwo/ansible-config-management
dc57fdacc34f20112e812542fde973aece3182de
0
Ansible-config-management/roles/nginx
7,422
[ "no_license" ]
[ { "path": "Ansible-config-management/roles/nginx/handlers/main.yml", "content": "- name: restart nginx\r\n systemd:\r\n name: nginx\r\n state: restarted\r\n\r\n- name: reload nginx\r\n systemd:\r\n name: nginx\r\n state: reloaded\r\n\r\n- name: start nginx\r\n systemd:\r\n name: nginx\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4079, "all_permissive": false }
ansible_role
xiguazhi/bsore_golden-image
0d9e6a6ab2ba460108640923c97d9c61ebea06d1
0
ansible/roles/Configure-Ubiquiti
7,422
[ "no_license" ]
[ { "path": "ansible/roles/Configure-Ubiquiti/tasks/install-unifi.yml", "content": "---\n- name: Download applications\n ansible.builtin.apt:\n pkg:\n - curl\n - haveged\n - gpg\n - openjdk-8-jre-headless\n\n- name: Install unifi\n ansible.builtin.apt:\n deb: https://dl.ui.com/unifi/7.3.83...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5938, "all_permissive": false }
ansible_role
xiguazhi/bsore_golden-image
0d9e6a6ab2ba460108640923c97d9c61ebea06d1
0
ansible/roles/Create-User
7,422
[ "no_license" ]
[ { "path": "ansible/roles/Create-User/tasks/main.yml", "content": "---\n- name: Create gropus for users\n group:\n name: \"{{ item }}\"\n state: present\n loop:\n - github\n - azure\n - ansible\n\n- name: Create GHA service account\n user:\n name: svc-ghaction\n comment: Github Actions serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 486, "all_permissive": false }
ansible_role
xiguazhi/bsore_golden-image
0d9e6a6ab2ba460108640923c97d9c61ebea06d1
0
ansible/roles/Install-GHA
7,422
[ "no_license" ]
[ { "path": "ansible/roles/Install-GHA/tasks/assert.yml", "content": "---\n- name: Check github_account variable (RUN ONCE)\n ansible.builtin.assert:\n that:\n - github_account is defined\n fail_msg: \"github_account is not defined\"\n run_once: true\n\n- name: Check access_token variable (RUN ON...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 6965, "all_permissive": false }
ansible_role
xiguazhi/bsore_golden-image
0d9e6a6ab2ba460108640923c97d9c61ebea06d1
0
ansible/roles/Install-Python
7,422
[ "no_license" ]
[ { "path": "ansible/roles/Install-Python/tasks/main.yml", "content": "---\n- name: Install development tools\n dnf:\n name: '@Development tools'\n state: present\n\n- name: Make sure wget is installed\n dnf:\n name: wget\n state: present\n\n- name: check if executable is already installed\n st...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1388, "all_permissive": false }
ansible_role
xiguazhi/bsore_golden-image
0d9e6a6ab2ba460108640923c97d9c61ebea06d1
0
ansible/roles/Update-CentOS
7,422
[ "no_license" ]
[ { "path": "ansible/roles/Update-CentOS/tasks/main.yml", "content": "---\n- name: Update All packages with DNF\n dnf:\n name: \"*\"\n state: latest\n\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 85, "all_permissive": false }
ansible_role
xiguazhi/bsore_golden-image
0d9e6a6ab2ba460108640923c97d9c61ebea06d1
0
packer/vsphere-iso/ansible/roles/Install-GHA
7,422
[ "no_license" ]
[ { "path": "packer/vsphere-iso/ansible/roles/Install-GHA/tasks/install_deps.yml", "content": "# All dependencies derived from https://github.com/actions/runner/blob/main/docs/start/envlinux.md\n- name: Install dependencies on Debian Stretch\n ansible.builtin.package:\n pkg:\n - acl\n - liblttng...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2751, "all_permissive": false }
ansible_role
xiguazhi/bsore_golden-image
0d9e6a6ab2ba460108640923c97d9c61ebea06d1
0
packer/vsphere-iso/ansible/roles/Install-SSH-Keys
7,422
[ "no_license" ]
[ { "path": "packer/vsphere-iso/ansible/roles/Install-SSH-Keys/tasks/main.yml", "content": "---\n- name: Add admin key to gha service account\n authorized_key:\n user: svc-ghaction\n key: \"{{ ADMIN_KEY }}\"\n\n- name: Add admin key to AZ service account\n authorized_key:\n user: svc-azcli\n key...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 382, "all_permissive": false }
ansible_role
Emperorthimy/ansible-config-artifact
5beacace40b02d4c1cad45cf6f1f7dd7d4b49094
0
roles/nginx
7,422
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: install nginx on the webserver\n ansible.builtin.yum:\n name: nginx\n state: present\n\n\n- name: ensure nginx is started and enabled\n ansible.builtin.service:\n name: nginx\n state: started \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1606, "all_permissive": false }
ansible_role
FrRichard/ripplereport
37f00b89e53fd8f080515daa66a0a76cea039af2
0
configuration-management/playbooks/roles/check_packages
7,422
[ "no_license" ]
[ { "path": "configuration-management/playbooks/roles/check_packages/tasks/main.yml", "content": "- name: Ensure common packages are installed\n apt: name={{ item }} update_cache=yes state=present\n with_items:\n - git\n - build-essential\n - wget\n - curl\n - make\n - g++\n - gcc\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
FrRichard/ripplereport
37f00b89e53fd8f080515daa66a0a76cea039af2
0
configuration-management/playbooks/roles/create_users
7,422
[ "no_license" ]
[ { "path": "configuration-management/playbooks/roles/create_users/tasks/main.yml", "content": "---\n- name: Create deploy user\n user:\n name={{ deploy_user }}\n password={{ <PASSWORD> }}\n comment=\"Deployer\"\n uid=1040\n update_password=always\n generate_ssh_key=no\n system=yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 440, "all_permissive": false }
ansible_role
FrRichard/ripplereport
37f00b89e53fd8f080515daa66a0a76cea039af2
0
configuration-management/playbooks/roles/install_haproxy
7,422
[ "no_license" ]
[ { "path": "configuration-management/playbooks/roles/install_haproxy/tasks/main.yml", "content": "---\n## VAR SETUP\n- name: 'Set Ubuntu directory prefix'\n set_fact: etc_prefix=/etc\n when: ansible_os_family == \"Debian\"\n\n- name: 'Set Ubuntu haproxy config location'\n set_fact: config_location=/etc/ha...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 5115, "all_permissive": false }
ansible_role
FrRichard/ripplereport
37f00b89e53fd8f080515daa66a0a76cea039af2
0
configuration-management/playbooks/roles/updateAndClean
7,422
[ "no_license" ]
[ { "path": "configuration-management/playbooks/roles/updateAndClean/tasks/main.yml", "content": "---\n- name: Update all packages\n apt: upgrade=yes update_cache=yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 67, "all_permissive": false }
ansible_role
mikejshea/orville_dev_env
1bd425ddcf20e12b3629dbf05bb9c8237c770e50
0
packer/centos-iso-vbox/scripts/ansible/roles/db-bootstrap-postgres
7,422
[ "no_license" ]
[ { "path": "packer/centos-iso-vbox/scripts/ansible/roles/db-bootstrap-postgres/tasks/main.yml", "content": "---\n# Bootstrap Postgres\n\n- name: Install EPEL\n yum:\n name: 'epel-release'\n state: latest\n\n- name: Install Python depends\n yum:\n name: 'python-pip'\n state: latest\n update_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2767, "all_permissive": false }
ansible_role
mikejshea/orville_dev_env
1bd425ddcf20e12b3629dbf05bb9c8237c770e50
0
packer/centos-iso-vbox/scripts/ansible/roles/kong
7,422
[ "no_license" ]
[ { "path": "packer/centos-iso-vbox/scripts/ansible/roles/kong/tasks/main.yml", "content": "---\n# Install Kong\n\n- name: Download Kong\n get_url:\n url: \"https://bintray.com/kong/kong-community-edition-rpm/download_file?file_path=centos/7/kong-community-edition-0.12.2.el7.noarch.rpm\"\n dest: \"{{ d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 537, "all_permissive": false }
ansible_role
mikejshea/orville_dev_env
1bd425ddcf20e12b3629dbf05bb9c8237c770e50
0
packer/centos-iso-vbox/scripts/ansible/roles/nodejs
7,422
[ "no_license" ]
[ { "path": "packer/centos-iso-vbox/scripts/ansible/roles/nodejs/tasks/main.yml", "content": "---\n# main set up path and install specific version of nodejs\n\n- name: Create node path\n file:\n path: \"{{ nodejs_path }}\"\n state: directory\n\n- name: Download nodejs\n get_url:\n url: \"{{ nodejs_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 416, "all_permissive": false }
ansible_role
mikejshea/orville_dev_env
1bd425ddcf20e12b3629dbf05bb9c8237c770e50
0
packer/centos-iso-vbox/scripts/ansible/roles/ntp
7,422
[ "no_license" ]
[ { "path": "packer/centos-iso-vbox/scripts/ansible/roles/ntp/tasks/main.yml", "content": "---\n# Install and configure ntpd service\n\n- name: Install NTP\n yum:\n name: ntpd\n state: latest\n\n- name: Copy ntpd config\n template:\n src: ntp.conf\n dest: /etc/ntp.conf\n\n- name: Start ntpd serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 272, "all_permissive": false }
ansible_role
mikejshea/orville_dev_env
1bd425ddcf20e12b3629dbf05bb9c8237c770e50
0
packer/centos-iso-vbox/scripts/ansible/roles/oracle-java-install
7,422
[ "no_license" ]
[ { "path": "packer/centos-iso-vbox/scripts/ansible/roles/oracle-java-install/tasks/main.yml", "content": "---\n# Install oracle java\n\n- name: Create general download folder\n file:\n path: \"{{ downloads_path }}\"\n state: directory\n\n- name: Download Oracle Java 8 repo script\n get_url:\n url:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 577, "all_permissive": false }
ansible_role
mikejshea/orville_dev_env
1bd425ddcf20e12b3629dbf05bb9c8237c770e50
0
packer/centos-iso-vbox/scripts/ansible/roles/postgres
7,422
[ "no_license" ]
[ { "path": "packer/centos-iso-vbox/scripts/ansible/roles/postgres/tasks/main.yml", "content": "---\n# Install Postgres\n\n\n- name: Instal Postgres 10\n yum:\n name: https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm\n state: present\n\n- name: Install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 562, "all_permissive": false }
ansible_role
mikejshea/orville_dev_env
1bd425ddcf20e12b3629dbf05bb9c8237c770e50
0
packer/centos-iso-vbox/scripts/ansible/roles/rabbitmq
7,422
[ "no_license" ]
[ { "path": "packer/centos-iso-vbox/scripts/ansible/roles/rabbitmq/tasks/main.yml", "content": "---\n# install RabbitMQ\n\n- name: Create download path\n file:\n path: \"{{ downloads_path }}/rabbitmq\"\n state: directory\n\n- name: Install erlang\n yum:\n name: erlang\n state: latest\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1502, "all_permissive": false }
ansible_role
zin1969/frame_of_ms
ced202c80822bd6924d1e4c7e5b879c6345beec1
0
ansible/roles/clamav
7,422
[ "no_license" ]
[ { "path": "ansible/roles/clamav/files/scan_use_clamav.sh", "content": "#!/bin/bash\n\n#PATH=/usr/bin:/bin\n#TITLE=\"\"\n#TO=\"To: root\\n\"\n#SENDMAIL=/usr/sbin/sendmail\n#SENDMAIL=echo\n\n# update definition\n# freshclam > /dev/null\n\n# full scan (multi-thread)\n#clamdscan --multiscan --verbose --move=/va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1200, "all_permissive": false }
ansible_role
zin1969/frame_of_ms
ced202c80822bd6924d1e4c7e5b879c6345beec1
0
ansible/roles/docker
7,422
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "- name: \"install docker and docker-compose\"\n get_url:\n url: https://get.docker.com\n dest: /vagrant/get-docker.sh\n mode: 0755\n- name: install docker\n command: /vagrant/get-docker.sh\n- name: add into docker present user\n user:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 620, "all_permissive": false }
ansible_role
zin1969/frame_of_ms
ced202c80822bd6924d1e4c7e5b879c6345beec1
0
ansible/roles/epel
7,422
[ "no_license" ]
[ { "path": "ansible/roles/epel/tasks/main.yml", "content": "- name: \"install EPEL (Extra Packages for Enterprise Linux)\"\n yum:\n name: epel-release\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 105, "all_permissive": false }
ansible_role
waynz0r/osx-setup
4f878b5ebe355316b16ceb0102b6000157f52334
0
roles/atom
7,422
[ "no_license" ]
[ { "path": "roles/atom/library/atom.py", "content": "#!/usr/bin/python\n# -*- coding: utf-8 -*-\n\n# (c) 2015, <NAME> <<EMAIL>>\n#\n# Based on Homebrew Cask Ansible module (<NAME> <<EMAIL>>)\n#\n# This module is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Pub...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 19747, "all_permissive": false }
ansible_role
waynz0r/osx-setup
4f878b5ebe355316b16ceb0102b6000157f52334
0
roles/defaults
7,422
[ "no_license" ]
[ { "path": "roles/defaults/templates/defaults.j2", "content": "#!/bin/zsh\n# Set standby delay to 24 hours (default is 1 hour)\nsudo pmset -a standbydelay 86400\n# Disable the sound effects on boot\nsudo nvram SystemAudioVolume=\" \"\n# Disable hibernation (speeds up entering sleep mode)\nsudo pmset -a hiber...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 17478, "all_permissive": false }
ansible_role
waynz0r/osx-setup
4f878b5ebe355316b16ceb0102b6000157f52334
0
roles/docker
7,422
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: install docker-machine\n homebrew: name=docker-machine state=latest\n- name: install docker-compose\n homebrew: name=docker-compose state=latest\n- name: install virtualbox\n homebrew_cask: name=virtualbox state=present\n- name: Docker ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 972, "all_permissive": false }
ansible_role
waynz0r/osx-setup
4f878b5ebe355316b16ceb0102b6000157f52334
0
roles/dotfiles
7,422
[ "no_license" ]
[ { "path": "roles/dotfiles/tasks/main.yml", "content": "---\n- name: Ensure dotfiles repository is cloned locally.\n git:\n repo: \"{{ dotfiles_repo }}\"\n dest: \"{{ dotfiles_repo_destination }}\"\n become: no\n\n- name: Ensure all configured dotfiles are links.\n shell: \"ls -F {{ dotfiles_locatio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1131, "all_permissive": false }
ansible_role
waynz0r/osx-setup
4f878b5ebe355316b16ceb0102b6000157f52334
0
roles/homebrew
7,422
[ "no_license" ]
[ { "path": "roles/homebrew/tasks/main.yml", "content": "---\n- name: install homebrew via the curl oneliner\n shell: ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n args:\n creates: /usr/local/bin/brew\n\n- name: update and upgrade homebrew\n homebrew: upda...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
waynz0r/osx-setup
4f878b5ebe355316b16ceb0102b6000157f52334
0
roles/istat
7,422
[ "no_license" ]
[ { "path": "roles/istat/tasks/main.yml", "content": "---\n- name: install istat menus\n homebrew_cask: name=istat-menus state=present\n- name: install istat preferences\n copy: src=\"{{item}}\" dest=\"~/Library/Preferences/{{item}}\"\n with_items: [ \"com.bjango.istatmenus.plist\", \"com.bjango.istatmenus...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 414, "all_permissive": false }
ansible_role
waynz0r/osx-setup
4f878b5ebe355316b16ceb0102b6000157f52334
0
roles/iterm2
7,422
[ "no_license" ]
[ { "path": "roles/iterm2/tasks/main.yml", "content": "---\n- name: tap homebrew versions\n homebrew_tap: tap=caskroom/versions state=present\n- name: install iterm2 beta\n homebrew_cask: name=iterm2-beta state=present\n- name: install homebrew fonts\n homebrew_tap: tap=caskroom/fonts state=present\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 647, "all_permissive": false }
ansible_role
waynz0r/osx-setup
4f878b5ebe355316b16ceb0102b6000157f52334
0
roles/php
7,422
[ "no_license" ]
[ { "path": "roles/php/defaults/main.yml", "content": "php_version: 56\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "roles/php/tasks/php56.yml", "content": "---\n- name: install php\n homebrew: name=php56 state=latest install_options=\"--wit...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1759, "all_permissive": false }
ansible_role
waynz0r/osx-setup
4f878b5ebe355316b16ceb0102b6000157f52334
0
roles/zprezto
7,422
[ "no_license" ]
[ { "path": "roles/zprezto/defaults/main.yml", "content": "---\nzprezto_repo: https://github.com/wayzn0r/prezto.git\nzprezto_destination: ~/.zprezto\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "roles/zprezto/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 569, "all_permissive": false }
ansible_role
tonykay/openstack-three-tier-app
195ddfade398649acfa256e6c8cb1678dc268f48
0
roles/osp-image
7,422
[ "no_license" ]
[ { "path": "roles/osp-image/tasks/main.yaml", "content": "- name: Download RHEL image\n get_url:\n url: https://www.opentlc.com/download/ansible_bootcamp/rhel-server-7.6-update-5-x86_64-kvm.qcow2 \n dest: /tmp/rhel.qcow2\n tags:\n - tested\n\n- name: Create openstack image\n os_image:\n c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 448, "all_permissive": false }
ansible_role
Ingvarsvensen/Multicloud_bootcamp
e4f24a5b60d5d4dd0a23814d40916cd12f22ab0b
1
hands-on/AWS/module 7/ansible-magento2/roles/composer
7,419
[ "permissive" ]
[ { "path": "hands-on/AWS/module 7/ansible-magento2/roles/composer/tasks/main.yml", "content": "---\n- name: Download composer installer\n get_url:\n url: https://getcomposer.org/download/2.0.0/composer.phar\n dest: /tmp/composer-installer\n mode: 0755\n\n- name: Install composer using PHP\n shell:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 529, "all_permissive": true }
ansible_role
lxdiyun/vagrant_ansible
20ccd9c1207cde48923f7101369490697c7383f1
0
roles/common
7,419
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This role contains common plays that will run on all nodes.\n\n#- name: Install EPEL 7\n #yum: name=http://fedora.mirrors.pair.com/epel/7/x86_64/e/epel-release-7-2.noarch.rpm state=present\n#\n#- name: yum update all the things\n #yum: name=* sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1420, "all_permissive": false }
ansible_role
lxdiyun/vagrant_ansible
20ccd9c1207cde48923f7101369490697c7383f1
0
roles/tower
7,419
[ "no_license" ]
[ { "path": "roles/tower/tasks/main.yml", "content": "---\n- name: install some useful packages \n yum: name={{ item }} state=latest enablerepo=epel-testing\n with_items:\n - git\n - python-pip\n - unzip\n - python-psphere\n - ansible \n\n- name: download Tower setup\n get_url: url=http://releases.ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2036, "all_permissive": false }
ansible_role
Knightfall-Systems/ansible-playbooks
9debe995479dd9df48670331caf6eabb92fd3b7c
0
roles/proxmox-deploy
7,419
[ "no_license" ]
[ { "path": "roles/proxmox-deploy/tasks/main.yml", "content": "---\n- delegate_to: pve01\n name: Deploy container for service\n proxmox:\n api_host: '{{ api_host }}'\n api_password: '{{ <PASSWORD> }}'\n api_user: '{{ api_user }}'\n cores: '{{ cores }}'\n hostname: '{{ inventory_hostname }}'\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1793, "all_permissive": false }
ansible_role
Knightfall-Systems/ansible-playbooks
9debe995479dd9df48670331caf6eabb92fd3b7c
0
roles/proxmox-purge
7,419
[ "no_license" ]
[ { "path": "roles/proxmox-purge/tasks/main.yml", "content": "---\n# tasks file for proxmox-purge\n- delegate_to: '{{ node }}'\n name: Stop container before purge\n proxmox:\n api_host: '{{ api_host }}'\n api_password: '{{ api_password }}'\n api_user: '{{ api_user }}'\n node: '{{ node }}'\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1924, "all_permissive": false }
ansible_role
beekhof/galera-ansible
83ee58c195418709f54a449cb30e5c6142041d75
0
roles/galera
7,419
[ "no_license" ]
[ { "path": "roles/galera/defaults/main.yml", "content": "cluster: openshift\naction: \"provision\"\ndeployment_type: \"{{ _apb_plan_id | default('ephemeral', true) }}\"\nnamespace: \"{{ lookup('env','SERVICE_NAME') | default('galera', true) }}\"\nservice_account: \"{{ namespace | default('galera', true) }}-r...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8266, "all_permissive": false }
ansible_role
beekhof/galera-ansible
83ee58c195418709f54a449cb30e5c6142041d75
0
roles/openshift
7,419
[ "no_license" ]
[ { "path": "roles/openshift/defaults/main.yml", "content": "cluster: openshift\naction: \"provision\"\nnamespace: \"{{ lookup('env','SERVICE_NAME') | default('galera', true) }}\"\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 114 }, { "path": "roles/openshift/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 393, "all_permissive": false }
ansible_role
beekhof/galera-ansible
83ee58c195418709f54a449cb30e5c6142041d75
0
roles/operator
7,419
[ "no_license" ]
[ { "path": "roles/operator/tasks/provision.yml", "content": "##############################################################################\n## Provision replication\n## This role executes much of the needed functionality to provision an\n## application using an Ansible Playbook Bundle. Included in the comm...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5139, "all_permissive": false }
ansible_role
McSolos/Ansible_OpenWiSP_Role
70b6844ee6cad87736cd2bb1bedc814778ba1ae4
1
roles/openwisp
7,419
[ "no_license" ]
[ { "path": "roles/openwisp/defaults/main.yml", "content": "---\nopenwisp_db_name: \"openwisp\"\nopenwisp_db_user: \"openwisp_user\"\nopenwisp_db_password: \"<PASSWORD>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/openwisp/handlers/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5549, "all_permissive": false }
ansible_role
va1da5/ansible-hands-on
0b37c3dea2f6eba730418363733ac8e5d0eebb5b
0
ansible-101/episode-6/roles/apache
7,419
[ "no_license" ]
[ { "path": "ansible-101/episode-6/roles/apache/tasks/main.yml", "content": "---\n- name: Ensure Apache is installed.\n package:\n name: \"{{ apache_package }}\"\n state: present\n\n- name: Ensure Apache is running and starts at boot.\n service:\n name: \"{{ apache_service }}\"\n state: started\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
chathuwick/k8s-terraform-ansible-aws
bb0f806bdf98bb50ec2ebe0ee148caef9616d815
1
ansible/roles/deployment
7,419
[ "no_license" ]
[ { "path": "ansible/roles/deployment/vars/main.yml", "content": "---\n\ngit_repo: \"https://github.com/chathuwick/node-todo.git\"\ngit_branch: \"master\"\ndocker_img_name: \"nodejsapp\"\ndocker_img_tag_name: \"uwickch/k8s-nodejs:V3\"\nk8s_deployment_name: \"nodejsapp\"\nk8s_deployment_port: \"8080\"\nk8s_dep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1082, "all_permissive": false }
ansible_role
imashnyov/EpamFinalProject
02ff4581f6512e5f21afff743b13e5ae72a4aee3
0
ansible/roles/install_docker2centos
7,419
[ "no_license" ]
[ { "path": "ansible/roles/install_docker2centos/tasks/main.yml", "content": "---\n# tasks file for install_docker2centos\n - name: Update all packages\n yum:\n name: '*'\n state: latest\n update_only: yes\n become: yes\n\n - name: Ensure a list of yum packages are install...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 2712, "all_permissive": false }
ansible_role
imashnyov/EpamFinalProject
02ff4581f6512e5f21afff743b13e5ae72a4aee3
0
ansible/roles/install_docker2ubuntu
7,419
[ "no_license" ]
[ { "path": "ansible/roles/install_docker2ubuntu/tasks/main.yml", "content": "---\n# tasks file for install_docker2ubuntu\n- name: Update repositories cache\n apt:\n update_cache: yes\n become: true\n\n- name: Install python\n apt:\n name: python3-pip\n become: true\n\n# install packages\n- name: In...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 805, "all_permissive": false }
ansible_role
svscorp/ansible-excercise
b4c7e1c4865b47150750cf89aa737198cdf0f17d
0
roles/excercise-server-role
7,419
[ "no_license" ]
[ { "path": "roles/excercise-server-role/tasks/main.yml", "content": "---\n- name: Setup access for users\n include_tasks: \"setup-access.yml\"\n\n- name: Configure packages\n include_tasks: \"configure.yml\"\n\n- name: Secure server\n include_tasks: \"secure.yml\"", "license_type": "no_license", "...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5595, "all_permissive": false }
ansible_role
otus-devops-2019-02/alexyakovlev90_infra
b895b81cacb9f12aceaae348bf4f07e1899da179
1
ansible/roles/app
7,419
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for app\n- name: Show info about the env this host belongs to\n debug:\n msg: \"This host is in {{ env }} environment!!! DB host: {{ db_host }}\"\n\n- include: ruby.yml\n- include: puma.yml\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 203, "all_permissive": false }
ansible_role
tomor/vagrant-lamp
fb4b4f9335bf67544a90b86512cbe00919001f50
0
ansible/roles/ansible_prepare
7,419
[ "no_license" ]
[ { "path": "ansible/roles/ansible_prepare/tasks/main.yml", "content": "---\n- name: Install python2 on the remote machine\n raw: dnf install -y python2 python2-dnf libselinux-python\n\n- name: Gather facts\n setup:\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
tomor/vagrant-lamp
fb4b4f9335bf67544a90b86512cbe00919001f50
0
ansible/roles/apache
7,419
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache and modules.\n dnf:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - httpd\n - httpd-devel\n - mod_ssl\n - openssh\n\n# apache configuration:\n- include: config.yml\n", "license_type":...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 828, "all_permissive": false }
ansible_role
tomor/vagrant-lamp
fb4b4f9335bf67544a90b86512cbe00919001f50
0
ansible/roles/handy_soft
7,419
[ "no_license" ]
[ { "path": "ansible/roles/handy_soft/tasks/main.yaml", "content": "---\n- name: Install handy packages\n dnf:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - vim\n - vim-X11\n - wget\n - curl\n - git\n", "license_type": "no_license", "detected_licenses": [], "si...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 156, "all_permissive": false }
ansible_role
tomor/vagrant-lamp
fb4b4f9335bf67544a90b86512cbe00919001f50
0
ansible/roles/php
7,419
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "---\n# Install php modules\n- name: Install PHP packages.\n dnf:\n name: \"{{ item }}\"\n state: installed\n enablerepo: \"remi,remi-php56,epel\"\n with_items:\n - php\n - php-cli\n - php-common\n - php-devel\n - php-gd\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1567, "all_permissive": false }
ansible_role
tomor/vagrant-lamp
fb4b4f9335bf67544a90b86512cbe00919001f50
0
ansible/roles/server
7,419
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/main.yaml", "content": "---\n- name: Set selinux to not block any access # needed for http to acces shared directory\n selinux: policy=targeted state=permissive\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 136, "all_permissive": false }
ansible_role
tomor/vagrant-lamp
fb4b4f9335bf67544a90b86512cbe00919001f50
0
ansible/roles/symfony
7,419
[ "no_license" ]
[ { "path": "ansible/roles/symfony/tasks/main.yml", "content": "---\n# Install symfony installer\n\n- name: Check if Symfony is installed.\n stat: \"path={{ symfony_path }}\"\n register: symfony_bin\n\n- name: Download Symfony installer.\n get_url:\n url: https://symfony.com/installer\n dest: \"{{ sy...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 500, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
collections/ansible_collections/shadowman/config/roles/shadowman_patching
7,419
[ "no_license" ]
[ { "path": "collections/ansible_collections/shadowman/config/roles/shadowman_patching/tasks/patch_windows.yml", "content": "---\n- name: Check for packages to include\n ansible.builtin.set_fact:\n accept_packages: \"{{ acceptlist.split(',') }}\"\n when: acceptlist != ''\n\n- name: Check for packages to ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6646, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_aap_metrics
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_aap_metrics/tasks/main.yml", "content": "---\n- name: Pull AAP Metrics\n community.postgresql.postgresql_query:\n db: awx\n query: SELECT * FROM public.main_hostmetric WHERE last_automation >= '{{ ansible_date_time.year }}-{{ ansible_date_time.month }}-01 00:00:00' AND last...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 689, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_aap_metrics_api
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_aap_metrics_api/tasks/main.yml", "content": "---\n- name: Get host metrics\n ansible.builtin.uri:\n url: \"https://{{ lookup('ansible.builtin.env', 'CONTROLLER_HOST') }}/api/controller/v2/host_metrics/?last_automation__gte={{ ansible_date_time.year }}-{{ ansible_date_time.mont...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 815, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_aap_roi
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_aap_roi/vars/main.yml", "content": "---\nfile_path: /var/www/html\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/shadowman_aap_roi/templates/ansible.j2", "content": "<!-- INTERNAL TABLE FOR Ansible -->\n<div ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 55012, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_active_directory
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_active_directory/tasks/main.yml", "content": "---\n- name: Create/Update/Remove User in AD\n microsoft.ad.user:\n firstname: \"{{ first_name }}\"\n surname: \"{{ last_name }}\"\n name: \"{{ username }}\"\n password: \"{{ <PASSWORD> }}\"\n groups:\n set:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_ad_user_info
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_ad_user_info/tasks/main.yml", "content": "---\n- name: Get AD user accounts with groups and lock status\n ansible.windows.win_shell: |\n Import-Module ActiveDirectory\n Get-ADUser -Filter * -Property GivenName, Surname, SamAccountName, MemberOf, LockedOut |\n Select-Obje...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 523, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Config
97de4c414e87ac9c1ea9033f5c9f921032ab50f8
37
roles/shadowman_add_to_ad
7,419
[ "no_license" ]
[ { "path": "roles/shadowman_add_to_ad/tasks/main.yml", "content": "---\n- name: Add Windows host to AD\n microsoft.ad.membership:\n dns_domain_name: ad.shadowman.dev\n hostname: \"{{ fqdn.split('.')[0] }}\"\n domain_admin_user: \"{{ domainuser }}\"\n domain_admin_password: \"{{ <PASSWORD> }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }