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
jnowakowski/cloudera-automation
6392a2907dfe4dcc651bd34f10e470365dd3ad7b
1
roles/java
444
[ "permissive" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n\n- name: Install Oracle JDK\n yum: name={{ item }} state=latest update_cache=yes\n with_items:\n - oracle-j2sdk1.7\n - unzip\n\n- stat: path=\"{{ tmp_dir }}/UnlimitedJCEPolicyJDK7.zip\"\n register: jce_zip_exists\n\n- name: Download JCE unlim...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1275, "all_permissive": true }
ansible_role
jnowakowski/cloudera-automation
6392a2907dfe4dcc651bd34f10e470365dd3ad7b
1
roles/krb5_server
444
[ "permissive" ]
[ { "path": "roles/krb5_server/tasks/main.yml", "content": "---\n\n- name: Install KRB5 workstation\n yum: name=krb5-workstation state=latest\n delegate_to: \"{{ item }}\"\n with_items: \"{{ groups['cdh_servers'] }}\"\n\n- name: Set krb5.conf\n template: src=krb5.conf.j2 dest=/etc/krb5.conf backup=yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1030, "all_permissive": true }
ansible_role
jnowakowski/cloudera-automation
6392a2907dfe4dcc651bd34f10e470365dd3ad7b
1
roles/mysql_connector
444
[ "permissive" ]
[ { "path": "roles/mysql_connector/tasks/main.yml", "content": "---\n\n- name: Install MySQL JDBC Connector\n yum: name=mysql-connector-java state=installed\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": true }
ansible_role
jnowakowski/cloudera-automation
6392a2907dfe4dcc651bd34f10e470365dd3ad7b
1
roles/scm
444
[ "permissive" ]
[ { "path": "roles/scm/templates/scm.j2", "content": "{\n \"items\" : [\n {% if krb5_kdc_type != 'none' %}\n {\n \"name\" : \"KDC_HOST\",\n \"value\" : \"{{ hostvars[groups['krb5_server'][0]]['inventory_hostname'] }}\"\n }, {\n \"name\" : \"KDC_TYPE\",\n {% if krb5_kdc_type == 'a...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5469, "all_permissive": true }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/00_basic-install
444
[ "no_license" ]
[ { "path": "playbooks/roles/00_basic-install/tasks/main.yml", "content": "---\n- name: Update and upgrade packages\n apt:\n name: \"*\"\n state: latest\n\n- name: Install packages\n apt:\n name: \"{{ item }}\"\n state: latest\n loop:\n - ca-certificates\n - curl\n\n- name: debug display ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1401, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/01_traefik
444
[ "no_license" ]
[ { "path": "playbooks/roles/01_traefik/templates/traefik.yml", "content": "################################################################\n#\n# Configuration sample for Traefik v2.\n#\n# For Traefik v1: https://github.com/traefik/traefik/blob/v1.7/traefik.sample.toml\n#\n###################################...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 5190, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/02_monitoring
444
[ "no_license" ]
[ { "path": "playbooks/roles/02_monitoring/tasks/main.yml", "content": "---\n- name: Create /srv/monitoring\n file:\n path: /{{ app_path }}/monitoring\n state: directory\n\n- name: Copy monitoring template files to /srv/monitoring\n template:\n src: \"{{ item }}\"\n dest: /srv/monitoring/{{ item...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4733, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/03_backup
444
[ "no_license" ]
[ { "path": "playbooks/roles/03_backup/templates/docker-compose.yml", "content": "services:\n volumes-backup:\n image: mazzolino/restic:${IMAGE_VERSION}\n environment:\n BACKUP_CRON: ${BACKUP_CRON}\n RUN_ON_STARTUP: \"true\"\n RESTIC_REPOSITORY: rclone:${RCLONE_CONFIGURATION_NAME}:${PCLO...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3959, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/04_portainer
444
[ "no_license" ]
[ { "path": "playbooks/roles/04_portainer/templates/docker-compose.yml", "content": "services:\n portainer:\n image: portainer/portainer\n command: -H unix:///var/run/docker.sock\n restart: always\n volumes:\n - /var/run/docker.sock:/var/run/docker.sock\n - portainer_data:/data\n lab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1291, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/05_nextcloud
444
[ "no_license" ]
[ { "path": "playbooks/roles/05_nextcloud/tasks/main.yml", "content": "---\n- name: Create /srv/nextcloud\n file:\n path: /{{ app_path }}/nextcloud\n state: directory\n\n- name: Get traefik_net network\n docker_network_info:\n name: traefik_net\n register: traefik_net_info\n\n- name: subnet of tra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4513, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/06_wireguard
444
[ "no_license" ]
[ { "path": "playbooks/roles/06_wireguard/templates/docker-compose.yml", "content": "services:\n wireguard:\n image: lscr.io/linuxserver/wireguard:1.0.20210914-r4-ls52\n container_name: wireguard\n cap_add:\n - NET_ADMIN\n - SYS_MODULE\n environment:\n - PUID=1000\n - PGID=100...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1984, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/07_messaging
444
[ "no_license" ]
[ { "path": "playbooks/roles/07_messaging/tasks/main.yml", "content": "---\n# Matrix messaging with Conduit server and Element webapp\n\n- name: Create /srv/messaging\n file:\n path: /{{ app_path }}/messaging\n state: directory\n\n- name: Copy template files to /srv/messaging\n template:\n src: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3045, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/08_registry
444
[ "no_license" ]
[ { "path": "playbooks/roles/08_registry/templates/docker-compose.yml", "content": "services:\n registry:\n image: registry:2\n environment:\n REGISTRY_AUTH_HTPASSWD_REALM: \"Registry Realm\"\n REGISTRY_AUTH: htpasswd\n REGISTRY_AUTH_HTPASSWD_PATH: /auth/registry.password\n volumes:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2285, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/09_redirect
444
[ "no_license" ]
[ { "path": "playbooks/roles/09_redirect/templates/docker-compose.yml", "content": "services:\n nginx:\n image: nginx:1.27.2\n restart: unless-stopped\n volumes:\n - ./nginx.conf:/etc/nginx/nginx.conf:ro\n labels:\n - \"traefik.enable=true\"\n - \"traefik.http.routers.presta.rule=H...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1480, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/10_video-server
444
[ "no_license" ]
[ { "path": "playbooks/roles/10_video-server/templates/docker-compose.yml", "content": "services:\n mediamtx:\n image: bluenviron/mediamtx:1.11.3\n restart: unless-stopped\n volumes:\n - ./mediamtx.yml:/mediamtx.yml\n - ./certs:/certs\n ports:\n - 1935:1935/tcp\n - 1936:1936/t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2290, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/11_frp
444
[ "no_license" ]
[ { "path": "playbooks/roles/11_frp/tasks/main.yml", "content": "---\n# frps server\n\n- name: Create /srv/frps\n file:\n path: \"{{ app_path }}/frps\"\n state: directory\n owner: \"{{ linux_user }}\"\n\n- name: Copy template files to /srv/frps\n template:\n src: \"{{ item }}\"\n dest: /srv/f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3080, "all_permissive": false }
ansible_role
ad2ien/a-vps-config
fa77fc81096f2be1063534cfc91fa63aa34296cb
0
playbooks/roles/12_static-files
444
[ "no_license" ]
[ { "path": "playbooks/roles/12_static-files/tasks/main.yml", "content": "---\n# Use Caddy to serve files\n\n- name: Create /srv/static-files\n file:\n path: /{{ app_path }}/static-files/served\n state: directory\n register: static_files_folder\n\n- name: Create /srv/static-files/served\n file:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1676, "all_permissive": false }
ansible_role
walid-mbk/Myapp
6814e8dfb27a7722969b9abfabd82ea2ce75c9c8
0
Ansible/roles/docker-registry
444
[ "no_license" ]
[ { "path": "Ansible/roles/docker-registry/tasks/main.yml", "content": "---\n# tasks file for docker-registry\n \n - name : adding tag to image \n command : docker tag devops:latest walidmbarek/devops:latest\n - name : push image to dockerhub \n command : docker push walidmbarek/devops:latest", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/dynamic_ip
460
[ "no_license" ]
[ { "path": "provision/roles/dynamic_ip/files/ddclient-3.8.3/ddclient", "content": "#!/usr/bin/perl -w\n#!/usr/local/bin/perl -w\n######################################################################\n# $Id: ddclient 184 2015-05-28 19:59:34Z wimpunk $\n#\n# DDCLIENT - a Perl client for updating DynDNS inform...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 299241, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/external_data_volume
460
[ "no_license" ]
[ { "path": "provision/roles/external_data_volume/tasks/main.yml", "content": "---\n\n#\n# Mount /data directory onto persistent EBS storage for any instance data that\n# needs to outlive the instance\n#\n- name: Format zombie WP data volume\n filesystem: fstype=ext4 dev={{data_vol_dev_name}}\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/flashashen_user
460
[ "no_license" ]
[ { "path": "provision/roles/flashashen_user/tasks/main.yml", "content": "---\n\n#\n# Mount /data directory onto persistent EBS storage for any instance data that\n# needs to outlive the instance\n#\n- name: Create flashashen user\n user: name=flashashen\n\n- name: setup authorized key\n authorized_key:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/rhel_docker
460
[ "no_license" ]
[ { "path": "provision/roles/rhel_docker/tasks/main.yml", "content": "---\n\n\n- name: disable selinux\n selinux: state=disabled\n\n\n- name: Enable additional yum repos\n copy: src=additional_centos_repos.repo\n dest=/etc/yum.repos.d/additional_centos_repos.repo\n\n\n#\n# Mount /data directory onto ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1786, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/zombie_nlp_server
460
[ "no_license" ]
[ { "path": "provision/roles/zombie_nlp_server/templates/docker-compose.yml", "content": "#\n## !! nginx proxy doesn't work with compose V 2 b/c container ip resolution fails. There is a note on\n#version: '2'\n#\n#services:\n\n#db:\n# image: mariadb\n# environment:\n# MYSQL_ROOT_PASSWORD: <PASSWORD>\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1212, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/zombie_wp_db_backup
460
[ "no_license" ]
[ { "path": "provision/roles/zombie_wp_db_backup/tasks/main.yml", "content": "---\n\n - name: get mysql conatiner ip\n sudo: yes\n shell: \"{{docker_cmd}} ps | grep zombie_db | awk '{ print $1 }'\"\n register: zombie_container\n\n - debug: var=zombie_container\n\n\n#\n# Dump sql data\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 723, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/zombie_wp_db_init
460
[ "no_license" ]
[ { "path": "provision/roles/zombie_wp_db_init/tasks/main.yml", "content": "---\n\n - name: Create volume container for db\n sudo: yes\n docker:\n image: mysql/mysql-server\n name: zombie-db-volume\n #pull: always\n state: present\n volumes:\n - /var/lib/mysql\n e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 856, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/zombie_wp_db_restore
460
[ "no_license" ]
[ { "path": "provision/roles/zombie_wp_db_restore/tasks/main.yml", "content": "---\n\n\n\n\n #wait for db to come up. import further down was failing\n# - name: wait for mysql to come up\n# wait_for: port=3306\n\n - name: get mysql conatiner ip\n shell: \"{{docker_cmd}} ps | grep zombie_db | awk '{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1365, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/zombie_wp_db_restore_native
460
[ "no_license" ]
[ { "path": "provision/roles/zombie_wp_db_restore_native/tasks/main.yml", "content": "---\n\n\n\n#\n# Upload and import all of the Mysql data\n#\n\n\n - name: get filename of latest snapshot\n local_action: shell find $(pwd)/.. -name zombie_mysqldump_all*.sql | tail -n 1\n sudo: false\n changed_wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 959, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/zombie_wp_init
460
[ "no_license" ]
[ { "path": "provision/roles/zombie_wp_init/tasks/main.yml", "content": "---\n\n#\n# Run docker container with Zombie app. The setup is tricky since the app container\n# does some configruation when it's run so the normal volumne mounting can't be done after\n# config is complete. The solution is to cre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2340, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/zombie_wp_set_hostname
460
[ "no_license" ]
[ { "path": "provision/roles/zombie_wp_set_hostname/tasks/main.yml", "content": "---\n\n - name: get mysql conatiner ip\n shell: \"{{docker_cmd}} ps | grep zombie_db | awk '{ print $1 }'\"\n changed_when: false\n register: zombie_container\n\n - debug:\n var: hostvars[inventory_hostname]\n\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/zombie_wp_web_backup
460
[ "no_license" ]
[ { "path": "provision/roles/zombie_wp_web_backup/tasks/main.yml", "content": "---\n\n\n#\n# Copy Wordpress files (plugins, config, etc)\n#\n - file: path=/var/sync_wp state=absent\n - file: path=/var/sync_wp state=directory mode=0755\n\n - name: Run volume sync container\n shell: \"{{docker...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 512, "all_permissive": false }
ansible_role
flashashen/zombiepoetryproject
b42661217788d6871a430b9b6710b2d0b198de7e
2
provision/roles/zombie_wp_web_restore
460
[ "no_license" ]
[ { "path": "provision/roles/zombie_wp_web_restore/tasks/main.yml", "content": "---\n\n# - name: get mysql conatiner ip\n# shell: \"{{docker_cmd}} ps | grep zombie-web | awk '{ print $1 }'\"\n# register: zombie_container\n#\n\n# - name: login to docker repo\n# shell: '{{docker_cmd}} login -p {{dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2437, "all_permissive": false }
ansible_role
UPHRH-platform/sunbird-devops
eeb058bf936e1a5e3f82d57fce2a44dda99bb1bb
0
ansible/roles/grafana-backup
460
[ "no_license" ]
[ { "path": "ansible/roles/grafana-backup/defaults/main.yml", "content": "grafana_backup_dir: /tmp/grafana-backup\ngrafana_data_dir: /var/dockerdata/grafana/grafana.db\n# Set these vars per environment as show in example below\n# Override these values in group_vars\nsunbird_management_storage_account_name: \n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3201, "all_permissive": false }
ansible_role
UPHRH-platform/sunbird-devops
eeb058bf936e1a5e3f82d57fce2a44dda99bb1bb
0
ansible/roles/jenkins-backup-upload
460
[ "no_license" ]
[ { "path": "ansible/roles/jenkins-backup-upload/tasks/main.yml", "content": "- name: ensure backup base directory exists\n file: path={{ jenkins_backup_base_dir }} state=directory owner={{ jenkins_user }} group={{ jenkins_group }}\n\n- name: Find latest directory\n shell: ls -dt */ | head -n 1 | cut -d'/' ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2011, "all_permissive": false }
ansible_role
UPHRH-platform/sunbird-devops
eeb058bf936e1a5e3f82d57fce2a44dda99bb1bb
0
ansible/roles/postgresql-restore
460
[ "no_license" ]
[ { "path": "ansible/roles/postgresql-restore/defaults/main.yml", "content": "postgresql_restore_dir: /tmp/postgresql-restore\npostgresql_user: postgres\npostgresql_port: 5432\npostgresql_cluster_version: 9.5\npostgresql_cluster_name: main\npostgresql_restore_azure_container_name: postgresql-backup\n\n# This ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3289, "all_permissive": false }
ansible_role
UPHRH-platform/sunbird-devops
eeb058bf936e1a5e3f82d57fce2a44dda99bb1bb
0
ansible/roles/prometheus-backup
460
[ "no_license" ]
[ { "path": "ansible/roles/prometheus-backup/tasks/main.yml", "content": "- name: ensure prometheus is stopped before backup\n shell: \"docker service scale monitor_prometheus=0 && sleep 10\"\n delegate_to: \"{{groups['swarm-bootstrap-manager'][0]}}\"\n\n- name: Starting Prometheus backup \n block:\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2583, "all_permissive": false }
ansible_role
UPHRH-platform/sunbird-devops
eeb058bf936e1a5e3f82d57fce2a44dda99bb1bb
0
ansible/roles/prometheus-restore
460
[ "no_license" ]
[ { "path": "ansible/roles/prometheus-restore/tasks/main.yml", "content": "- name: ensure backup dir exists\n file: path=\"{{ prometheus_backup_dir }}\" state=directory\n\n- name: download a file from azure storage\n become: true\n include_role:\n name: azure-cloud-storage\n tasks_from: blob-download...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2313, "all_permissive": false }
ansible_role
UPHRH-platform/sunbird-devops
eeb058bf936e1a5e3f82d57fce2a44dda99bb1bb
0
ansible/roles/redis-backup
460
[ "no_license" ]
[ { "path": "ansible/roles/redis-backup/tasks/main.yml", "content": "- name: Create the directory\n file: path={{ redis_backup_dir }} state=directory recurse=yes\n\n- set_fact:\n redis_backup_file_name: \"redis-backup-{{ lookup('pipe', 'date +%Y-%m-%d-%T') }}.rdb\"\n \n- set_fact:\n redis_backup_file_p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2159, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
ansible/ansible-docker-ubuntu/roles/portainer
460
[ "no_license" ]
[ { "path": "ansible/ansible-docker-ubuntu/roles/portainer/handlers/main.yml", "content": "---\n- name: start portainer\n docker_compose:\n state: present\n project_src: \"{{ portainer_dir }}\"\n\n- name: restart portainer\n docker_compose:\n state: present\n project_src: \"{{ portainer_dir }}\"...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1510, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
ansible/ansible-docker-ubuntu/roles/setup-user
460
[ "no_license" ]
[ { "path": "ansible/ansible-docker-ubuntu/roles/setup-user/tasks/main.yml", "content": "- name: Make sure we have the required groups\r\n group:\r\n name: \"{{ item }}\"\r\n state: present\r\n loop: \r\n - docker\r\n\r\n- name: Disable password authentication for root\r\n lineinfile:\r\n path:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
ansible/ansible-docker-ubuntu/roles/speedtest
460
[ "no_license" ]
[ { "path": "ansible/ansible-docker-ubuntu/roles/speedtest/tasks/config.yml", "content": "- name: Create directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ user }}\"\n with_items:\n - \"{{ speedtest_dir }}\"", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1458, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
ansible/ansible-docker-ubuntu/roles/system
460
[ "no_license" ]
[ { "path": "ansible/ansible-docker-ubuntu/roles/system/tasks/main.yml", "content": "- name: Install packages\r\n apt:\r\n name: \"{{packages}}\"\r\n state: present\r\n update_cache: yes\r\n vars:\r\n packages:\r\n - apt-transport-https\r\n - ca-certificates\r\n - curl\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
ansible/ansible-docker/roles/docker
460
[ "no_license" ]
[ { "path": "ansible/ansible-docker/roles/docker/tasks/install.yml", "content": "- name: Add Docker APT GPG key\r\n apt_key:\r\n url: https://download.docker.com/linux/ubuntu/gpg\r\n\r\n- name: Add Docker APT repository\r\n apt_repository:\r\n repo: deb https://download.docker.com/linux/ubuntu xenial ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 507, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
ansible/ansible/roles/kube
460
[ "no_license" ]
[ { "path": "ansible/ansible/roles/kube/tasks/master/main.yml", "content": "- name: install kubectl\r\n apt:\r\n name: kubectl\r\n state: present\r\n force: yes\r\n\r\n\r\n- name: get join command\r\n shell: kubeadm token create --print-join-command\r\n register: join_command_raw\r\n\r\n- name: se...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2033, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
ansible/ansible/roles/traefik
460
[ "no_license" ]
[ { "path": "ansible/ansible/roles/traefik/tasks/main.yml", "content": "---\r\n - include: initial.yml\r\n \r\n - include: setup.yml\r\n ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "ansible/ansible/roles/traefik/tasks/inital.yml", ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 436, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
digitalocean/digitalocean-docker/ansible-docker-ce-master/roles/traefik
460
[ "no_license" ]
[ { "path": "digitalocean/digitalocean-docker/ansible-docker-ce-master/roles/traefik/tasks/main.yml", "content": "---\n- name: Render docker-compose config\n template:\n src: docker-compose.yml.j2\n dest: \"{{ traefik_directory }}/docker-compose.yml\"\n owner: \"{{ user }}\"\n notify: start traefik...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 724, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
digitalocean/digitalocean-freeipa/ansible-freeipa/roles/docker
460
[ "no_license" ]
[ { "path": "digitalocean/digitalocean-freeipa/ansible-freeipa/roles/docker/tasks/start.yml", "content": "- name: Enable and check Docker service\r\n systemd:\r\n name: docker\r\n daemon_reload: yes\r\n state: started\r\n enabled: yes\r\n\r\n- name: Enable selinux for containers\r\n shell: setse...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 731, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
digitalocean/digitalocean-freeipa/ansible-freeipa/roles/freeipa
460
[ "no_license" ]
[ { "path": "digitalocean/digitalocean-freeipa/ansible-freeipa/roles/freeipa/templates/docker-compose.yml.j2", "content": "# {{ ansible_managed }}\nversion: '2'\n\nservices:\n freeipa:\n container_name: {{ domain }}\n image: freeipa/freeipa-server:centos-8\n restart: unless-stopped\n ports:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2578, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
digitalocean/digitalocean-freeipa/ansible-freeipa/roles/portainer
460
[ "no_license" ]
[ { "path": "digitalocean/digitalocean-freeipa/ansible-freeipa/roles/portainer/tasks/config.yml", "content": "- name: Create directories\n file:\n path: \"{{ item }}\"\n state: directory\n owner: \"{{ user }}\"\n group: wheel\n with_items:\n - \"{{ portainer_dir }}\"", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 161, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
digitalocean/digitalocean-freeipa/ansible-freeipa/roles/setup-user
460
[ "no_license" ]
[ { "path": "digitalocean/digitalocean-freeipa/ansible-freeipa/roles/setup-user/tasks/main.yml", "content": "- name: Make sure we have the required groups\r\n group:\r\n name: \"{{ item }}\"\r\n state: present\r\n loop: \r\n - docker\r\n - wheel\r\n\r\n- name: Allow 'wheel' group to have passwor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1274, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
digitalocean/digitalocean-freeipa/ansible-freeipa/roles/system
460
[ "no_license" ]
[ { "path": "digitalocean/digitalocean-freeipa/ansible-freeipa/roles/system/tasks/network.yml", "content": "- name: Change Hostname to '{{ domain }}'\n hostname:\n name: \"{{ domain }}\"\n\n- name: Update Hosts File with hostname '{{ domain }}'\n lineinfile:\n dest: /etc/hosts\n regexp: '^127\\.0\\...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1132, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
digitalocean/digitalocean-kube/kube/roles/metallb
460
[ "no_license" ]
[ { "path": "digitalocean/digitalocean-kube/kube/roles/metallb/vars/main.yml", "content": "---\nmetallb_manifest_yaml_url: \"https://raw.githubusercontent.com/metallb/metallb/v0.9.3/manifests/metallb.yaml\"\nmetallb_namespace_yaml_url: \"https://raw.githubusercontent.com/metallb/metallb/v0.9.3/manifests/names...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1292, "all_permissive": false }
ansible_role
Ducksonspeed/personal-services
959eabe1de74f4e901ccd78eb407d4cccdc65087
0
packer/digitalocean/centos-8/ansible-centos/roles/system
460
[ "no_license" ]
[ { "path": "packer/digitalocean/centos-8/ansible-centos/roles/system/tasks/main.yml", "content": "- name: Update \r\n dnf:\r\n name: \"*\"\r\n state: latest\r\n update_cache: yes\r\n\r\n- name: Install packages\r\n dnf:\r\n name: \"{{packages}}\"\r\n state: present\r\n update_cache: yes\r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 338, "all_permissive": false }
ansible_role
hhorak/workstation-ansible
f9d7e20505ca42fcd585f598ce8cb1eab5080cf0
0
roles/centos
460
[ "no_license" ]
[ { "path": "roles/centos/tasks/main.yml", "content": "---\n- name: enable EPEL repository\n yum:\n name: \"{{ epel_repo }}\"\n state: installed\n tags:\n - centos\n\n- name: enable sig repositories\n yum:\n name: \"{{ item }}\"\n state: installed\n with_items:\n - centos-release-scl\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 360, "all_permissive": false }
ansible_role
hhorak/workstation-ansible
f9d7e20505ca42fcd585f598ce8cb1eab5080cf0
0
roles/common_init
460
[ "no_license" ]
[ { "path": "roles/common_init/tasks/main.yml", "content": "---\n- name: Set the hostname\n action: shell hostname {{ ansible_hostname }}\n\n- name: set timezone to Europe/Prague\n timezone:\n name: Europe/Prague\n\n- name: Install some extra basic tools\n yum:\n name: \"{{ item }}\"\n state: late...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 302, "all_permissive": false }
ansible_role
hhorak/workstation-ansible
f9d7e20505ca42fcd585f598ce8cb1eab5080cf0
0
roles/common_tools
460
[ "no_license" ]
[ { "path": "roles/common_tools/tasks/main.yml", "content": "---\n- name: Install basic tools\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - yum-utils\n - vim-enhanced\n - git\n - wget\n - rsync\n - perl\n - perl-Git\n - jpackage-utils\n - java\n - ca-cer...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1796, "all_permissive": false }
ansible_role
hhorak/workstation-ansible
f9d7e20505ca42fcd585f598ce8cb1eab5080cf0
0
roles/docker_builder
460
[ "no_license" ]
[ { "path": "roles/docker_builder/tasks/main.yml", "content": "---\n- name: Enable copr with docker-squash\n get_url:\n url: https://copr.fedorainfracloud.org/coprs/hhorak/docker-squash/repo/epel-7/hhorak-docker-squash-epel-7.repo\n dest: /etc/yum.repos.d/hhorak-docker-squash-epel-7.repo\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1945, "all_permissive": false }
ansible_role
hhorak/workstation-ansible
f9d7e20505ca42fcd585f598ce8cb1eab5080cf0
0
roles/openstack_client
460
[ "no_license" ]
[ { "path": "roles/openstack_client/tasks/main.yml", "content": "---\n- name: Install commonly used python packages\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - python-neutronclient\n\n- name: Install commonly used python3 packages\n yum:\n name: \"{{ item }}\"\n state: la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 301, "all_permissive": false }
ansible_role
hhorak/workstation-ansible
f9d7e20505ca42fcd585f598ce8cb1eab5080cf0
0
roles/packager
460
[ "no_license" ]
[ { "path": "roles/packager/tasks/main.yml", "content": "---\n- name: Install tools for packagers\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - graphviz\n - copr-cli\n - mock\n - rpm-build\n - rpmdevtools\n - gdb\n - pkgdiff\n - scl-utils-build\n - pyp2rpm\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1184, "all_permissive": false }
ansible_role
dmilind/golang
5166ebf34d19345617a43098080232d173c9b386
0
codingFun/functions/ansible-module/ansible/roles/common
460
[ "no_license" ]
[ { "path": "codingFun/functions/ansible-module/ansible/roles/common/tasks/main.yaml", "content": "# Playbook to configure prerequisites\n---\n - name: Installing Epel Release\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n state: present\n\n - name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 848, "all_permissive": false }
ansible_role
dmilind/golang
5166ebf34d19345617a43098080232d173c9b386
0
codingFun/functions/ansible-module/ansible/roles/googleauth
460
[ "no_license" ]
[ { "path": "codingFun/functions/ansible-module/ansible/roles/googleauth/library/googleAuth.go", "content": "/*\nCustom ansible module written in golang. This program can be used directly either\nby using go tool (go run) or exeuting binary built by go tool (go build)\n*/\npackage main\n\nimport (\n\t\"encodi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8396, "all_permissive": false }
ansible_role
alisxx/configurations
4284ad246f8b93202d04f5ebc27fc3d31fcb90ed
0
ansible-playbooks/proxmox/roles/create_vm
460
[ "no_license" ]
[ { "path": "ansible-playbooks/proxmox/roles/create_vm/tasks/main.yaml", "content": "---\n- name: Clone Debian template\n community.general.proxmox_kvm:\n api_host: \"{{ api_host }}\"\n api_user: \"{{ api_user }}\"\n api_token_id: \"{{ api_token_id }}\"\n api_token_secret: \"{{ api_token_secret }...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3301, "all_permissive": false }
ansible_role
alisxx/configurations
4284ad246f8b93202d04f5ebc27fc3d31fcb90ed
0
ansible-playbooks/proxmox/roles/prepare
460
[ "no_license" ]
[ { "path": "ansible-playbooks/proxmox/roles/prepare/tasks/main.yaml", "content": "---\n# roles/prepare/tasks/main.yaml\n# Prepare the Proxmox hosts\n\n- name: Prepare Proxmox nodes\n hosts: compute_cluster\n roles:\n - role: proxmox_prepare\n\n- name: Ensure pip is installed\n ansible.builtin.apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 530, "all_permissive": false }
ansible_role
point-contents/flexgateway-ansible
6dd76b287e36d645a9b64e0fe4c89ca4c670bb8b
0
roles/firewall
460
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yaml", "content": "---\n\n- name: Ensure Firewalld is Installed\n ansible.builtin.package:\n name: 'firewalld'\n state: latest\n\n- name: Ensure Firewalld is Started \n ansible.builtin.service:\n name: firewalld\n state: started\n check_mode: false\n igno...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 872, "all_permissive": false }
ansible_role
point-contents/flexgateway-ansible
6dd76b287e36d645a9b64e0fe4c89ca4c670bb8b
0
roles/haproxy
460
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.j2", "content": "#---------------------------------------------------------------------\n# Example configuration for a possible web application. See the\n# full configuration options online.\n#\n# https://www.haproxy.org/download/1.8/doc/configuration.txt\n#\n#-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3105, "all_permissive": false }
ansible_role
point-contents/flexgateway-ansible
6dd76b287e36d645a9b64e0fe4c89ca4c670bb8b
0
roles/nginx
460
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n\n- name: Enable Linger\n ansible.builtin.shell:\n loginctl enable-linger gateway\n\n- name: Stop Existing NGINX Container\n containers.podman.podman_container:\n name: nginx\n state: stopped\n ignore_errors: true\n\n\n- name: Create and E...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
point-contents/flexgateway-ansible
6dd76b287e36d645a9b64e0fe4c89ca4c670bb8b
0
roles/update
460
[ "no_license" ]
[ { "path": "roles/update/tasks/main.yaml", "content": "- name: Ensure All Packages Are Updated\n ansible.builtin.package:\n name: '*'\n state: latest\n register: dnf_status_result\n changed_when: false\n check_mode: false\n\n- name: Ensure Podman is Updated\n ansible.builtin.package:\n name: 'p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 425, "all_permissive": false }
ansible_role
point-contents/flexgateway-ansible
6dd76b287e36d645a9b64e0fe4c89ca4c670bb8b
0
roles/users
460
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yml", "content": "---\n\n- name: Ensure Gateway Group Exists\n ansible.builtin.group:\n name: gateway\n state: present\n tags: \"gateway group\"\n\n- name: Create gateway user\n ansible.builtin.user:\n name: gateway\n shell: /bin/bash\n groups: gateway\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 663, "all_permissive": false }
ansible_role
kkayhan/all_unnumbered
634c62b25c1e95586235ce267f27fc0c74adb6d5
0
ansible-srlinux/roles/leaf
460
[ "no_license" ]
[ { "path": "ansible-srlinux/roles/leaf/defaults/main.yml", "content": "leaf_peer_group_spine: \"spine\"\nleaf_peer_group_host: \"host-vm\"\nleaf_allowed_host_as_range: \"1..4294967295\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "ansible-srli...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3290, "all_permissive": false }
ansible_role
kkayhan/all_unnumbered
634c62b25c1e95586235ce267f27fc0c74adb6d5
0
ansible-srlinux/roles/spine
460
[ "no_license" ]
[ { "path": "ansible-srlinux/roles/spine/tasks/main.yml", "content": "- name: Enable spine leaf-facing interfaces (L3 ports toward leafs)\n nokia.srlinux.config:\n update:\n - path: \"/interface[name=ethernet-1/{{ item }}]\"\n value:\n name: \"ethernet-1/{{ item }}\"\n admin-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3011, "all_permissive": false }
ansible_role
klenwell/local-mediawiki
1ac207244bf76b736fe6bcbfd519e8943e8fe30e
0
devops/ansible/roles/init
460
[ "no_license" ]
[ { "path": "devops/ansible/roles/init/tasks/main.yml", "content": "# roles/init/tasks/main.yml\n---\n# http://docs.ansible.com/playbooks_variables.html#information-discovered-from-systems-facts\n#- name: Dump ansible_facts\n# debug: var=ansible_facts\n\n- name: Confirm project root path\n debug: msg=\"Proj...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1255, "all_permissive": false }
ansible_role
klenwell/local-mediawiki
1ac207244bf76b736fe6bcbfd519e8943e8fe30e
0
devops/ansible/roles/mediawiki
460
[ "no_license" ]
[ { "path": "devops/ansible/roles/mediawiki/tasks/main.yml", "content": "# roles/init/tasks/main.yml\n---\n- name: Create mediawiki directory\n file:\n path: \"{{ installed_dir.mediawiki }}\"\n state: directory\n\n- name: Download Mediawiki and unzip\n unarchive:\n src: \"{{ mediawiki_source }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3231, "all_permissive": false }
ansible_role
shirox/ansible-playbooks
f296b1125d7e23132d12adb42769b24eabf77a2e
0
roles/common
460
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: \"add user\"\n user: name=shirox group=wheel shell=/bin/bash\n", "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
shirox/ansible-playbooks
f296b1125d7e23132d12adb42769b24eabf77a2e
0
roles/httpd
460
[ "no_license" ]
[ { "path": "roles/httpd/handlers/main.yml", "content": "- name: httpd restart\n action: service name=httpd state=restarted\n\n- name: httpd enabled\n action: service name=httpd enabled=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "roles/h...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 340, "all_permissive": false }
ansible_role
shirox/ansible-playbooks
f296b1125d7e23132d12adb42769b24eabf77a2e
0
roles/mysql
460
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: \"mysql install\"\n yum: name={{ item }} state=installed\n with_items:\n - mysql56\n - mysql56-server\n\n- name: \"is sysconfig network exists\"\n stat: path=/etc/sysconfig/network\n register: is_sysconfig_network\n\n- name: \"set sysconf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
shirox/ansible-playbooks
f296b1125d7e23132d12adb42769b24eabf77a2e
0
roles/php
460
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "- name: \"php install\"\n yum: name={{ item }} state=installed\n with_items:\n - php56\n - php56-mbstring\n - php56-mysqlnd\n - uuid-php56\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
qinbguzman-tip/monitoring-tools
cd8b87776877cd5584e51f7df21d5f25fcd42684
0
roles/elk
460
[ "no_license" ]
[ { "path": "roles/elk/tasks/main.yml", "content": "---\n# tasks file for elk\n- name: Install packages for elk (Ubuntu)\n apt:\n name:\n - default-jre\n - nginx\n state: latest\n update_cache: yes\n when: ansible_facts['distribution'] == 'Ubuntu'\n\n- name: Add elk apt key\n apt_key:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1562, "all_permissive": false }
ansible_role
qinbguzman-tip/monitoring-tools
cd8b87776877cd5584e51f7df21d5f25fcd42684
0
roles/grafana
460
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n# tasks file for grafana\n- name: Add grafana apt key\n apt_key:\n url: \"https://packages.grafana.com/gpg.key\"\n state: present\n when: ansible_facts['distribution'] == 'Ubuntu'\n\n- name: Add grafana repository\n apt_repository:\n rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1118, "all_permissive": false }
ansible_role
qinbguzman-tip/monitoring-tools
cd8b87776877cd5584e51f7df21d5f25fcd42684
0
roles/nagios_centos
460
[ "no_license" ]
[ { "path": "roles/nagios_centos/defaults/main.yml", "content": "---\n# defaults file for nagios_centos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/nagios_centos/vars/main.yml", "content": "---\n# vars file for nagios_centos\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2725, "all_permissive": false }
ansible_role
qinbguzman-tip/monitoring-tools
cd8b87776877cd5584e51f7df21d5f25fcd42684
0
roles/nagios_ubuntu
460
[ "no_license" ]
[ { "path": "roles/nagios_ubuntu/tasks/main.yml", "content": "---\n# tasks file for nagios_ubuntu\n- name: Install packages for nagios\n apt:\n name:\n - autoconf\n - gcc\n - libc6\n - make\n - wget\n - unzip\n - apache2\n - php\n - libapache2-mod-php7.4\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2370, "all_permissive": false }
ansible_role
qinbguzman-tip/monitoring-tools
cd8b87776877cd5584e51f7df21d5f25fcd42684
0
roles/prometheus_centos
460
[ "no_license" ]
[ { "path": "roles/prometheus_centos/defaults/main.yml", "content": "---\n# defaults file for prometheus_centos\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/prometheus_centos/tasks/main.yml", "content": "---\n# tasks file for prometheu...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2686, "all_permissive": false }
ansible_role
qinbguzman-tip/monitoring-tools
cd8b87776877cd5584e51f7df21d5f25fcd42684
0
roles/prometheus_ubuntu
460
[ "no_license" ]
[ { "path": "roles/prometheus_ubuntu/defaults/main.yml", "content": "---\n# defaults file for prometheus_ubuntu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/prometheus_ubuntu/vars/main.yml", "content": "---\n# vars file for prometheus_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2736, "all_permissive": false }
ansible_role
basharkey/linux-desktop-ansible
71cbca21fa29071d2f989362d7b5046883cbf683
0
roles/apt
462
[ "no_license" ]
[ { "path": "roles/apt/tasks/main.yml", "content": "---\n- name: Add debian non-free repositories\n template:\n src: sources.list.j2\n dest: /etc/apt/sources.list\n mode: '0644'\n register: apt_sources\n become: yes\n\n- name: Upgrade debian distribution\n when: apt_sources.changed\n block:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1519, "all_permissive": false }
ansible_role
basharkey/linux-desktop-ansible
71cbca21fa29071d2f989362d7b5046883cbf683
0
roles/bridge-interface
462
[ "no_license" ]
[ { "path": "roles/bridge-interface/meta/main.yml", "content": "dependencies:\n - vfio\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "roles/bridge-interface/templates/bridge-network.xml.j2", "content": "<network>\n <name>{{ bridge_libvirt_ne...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2179, "all_permissive": false }
ansible_role
basharkey/linux-desktop-ansible
71cbca21fa29071d2f989362d7b5046883cbf683
0
roles/home
462
[ "no_license" ]
[ { "path": "roles/home/files/dotfiles/.config/keepassxc/keepassxc.ini", "content": "[General]\nConfigVersion=2\n\n[Browser]\nEnabled=true\n\n[GUI]\nApplicationTheme=dark\n\n[PasswordGenerator]\nAdvancedMode=true\nLength=32\nLogograms=true\n\n[SSHAgent]\nEnabled=true\n\n[Security]\nClearSearch=false\nLockData...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 19, "total_bytes": 7203, "all_permissive": false }
ansible_role
basharkey/linux-desktop-ansible
71cbca21fa29071d2f989362d7b5046883cbf683
0
roles/music
462
[ "no_license" ]
[ { "path": "roles/music/handlers/main.yml", "content": "---\n- name: Update dynamic links\n command: ldconfig\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/music/tasks/main.yml", "content": "---\n# https://wiki.debian.o...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2776, "all_permissive": false }
ansible_role
basharkey/linux-desktop-ansible
71cbca21fa29071d2f989362d7b5046883cbf683
0
roles/nvidia-driver
462
[ "no_license" ]
[ { "path": "roles/nvidia-driver/defaults/main.yml", "content": "---\nmanual_nvidia_driver_install: yes\nmanual_nvidia_driver_version: \"570.169\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/nvidia-driver/handlers/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2666, "all_permissive": false }
ansible_role
basharkey/linux-desktop-ansible
71cbca21fa29071d2f989362d7b5046883cbf683
0
roles/packages
462
[ "no_license" ]
[ { "path": "roles/packages/defaults/main.yml", "content": "---\ndebian_packages:\n # Desktop environment\n - \"xserver-xorg\" # X11 server\n - \"xinit\" # startx\n - \"x11-xserver-utils\" # xrandr\n - \"x11-utils\" ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 7999, "all_permissive": false }
ansible_role
basharkey/linux-desktop-ansible
71cbca21fa29071d2f989362d7b5046883cbf683
0
roles/steam
462
[ "no_license" ]
[ { "path": "roles/steam/tasks/main.yml", "content": "---\n- block:\n - name: Check if 32 bit packages are enabled\n shell: dpkg --print-foreign-architectures | grep i386\n\n rescue:\n - name: Enable 32 bit packages\n command: dpkg --add-architecture i386\n\n - name: Install steam\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 650, "all_permissive": false }
ansible_role
basharkey/linux-desktop-ansible
71cbca21fa29071d2f989362d7b5046883cbf683
0
roles/vfio
462
[ "no_license" ]
[ { "path": "roles/vfio/templates/vfio-options.conf.j2", "content": "softdep drm pre: vfio-pci\noptions vfio-pci ids={{ vfio_bind_ids | join(\",\") }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 }, { "path": "roles/vfio/defaults/main.yml", "content": "# ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2427, "all_permissive": false }
ansible_role
basharkey/linux-desktop-ansible
71cbca21fa29071d2f989362d7b5046883cbf683
0
roles/vm
462
[ "no_license" ]
[ { "path": "roles/vm/tasks/build-vm.yml", "content": "---\n- name: \"Check if {{ vm.name }} already exists\"\n when: not vm.name in existing_vms\n block:\n - name: \"Define {{ vm.name }} VM\"\n virt:\n command: define\n xml: \"{{ lookup('file', vm.name + '.xml') }}\"\n\n - name: \"...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2722, "all_permissive": false }
ansible_role
Eriau/DevOps
688ec3e094c2c3748d768825f718003695c429e7
1
TP3/roles/launch-app
462
[ "no_license" ]
[ { "path": "TP3/roles/launch-app/tasks/main.yml", "content": "---\n\n- name: Run App\n docker_container:\n name: api\n image: eriau/devops_tp01_api:latest\n networks:\n - name: network_tp03", "license_type": "no_license", "detected_licenses": [], "size_bytes": 135 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 135, "all_permissive": false }
ansible_role
Eriau/DevOps
688ec3e094c2c3748d768825f718003695c429e7
1
TP3/roles/launch-database
462
[ "no_license" ]
[ { "path": "TP3/roles/launch-database/tasks/main.yml", "content": "---\n# tasks file for roles/database\n\n- name: Run DB\n docker_container:\n name: postgresdb\n image: eriau/devops_tp01_db:latest\n networks:\n - name: network_tp03\n volumes:\n - /data", "license_type": "no_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
Eriau/DevOps
688ec3e094c2c3748d768825f718003695c429e7
1
TP3/roles/launch-front
462
[ "no_license" ]
[ { "path": "TP3/roles/launch-front/tasks/main.yml", "content": "---\n# tasks file for roles/launch-front\n\n- name: Run front\n docker_container:\n name: front\n image: eriau/devops_front:latest\n networks:\n - name: network_tp03", "license_type": "no_license", "detected_licenses": [],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
Eriau/DevOps
688ec3e094c2c3748d768825f718003695c429e7
1
TP3/roles/launch-proxy
462
[ "no_license" ]
[ { "path": "TP3/roles/launch-proxy/tasks/main.yml", "content": "---\n# tasks file for roles/http\n\n- name: Run HTTPD\n docker_container:\n name: http\n image: eriau/devops_httpd:latest\n networks:\n - name: network_tp03\n ports:\n - \"80:80\"", "license_type": "no_license", "d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
nirmalankv/Bamboo
64014528f046bc196202f2ad6e2ca985cca72ecf
0
Bamboo/autoscaling-webapp/roles/route53hz
462
[ "no_license" ]
[ { "path": "Bamboo/autoscaling-webapp/roles/route53hz/tasks/main.yml", "content": "---\n# tasks file for roles/route53hz\n- name: private zone for WEB/ELB endpoints\n route53_zone:\n zone: bgdemo.com\n state: present\n vpc_id: '{{ Vvpc_id }}'\n comment: 'Hosted Zone for Web'\n region: \"{{ Vr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 692, "all_permissive": false }
ansible_role
rafaelpsouza/ansible-playground
0f947715911c7b8f01cf6af621e6206d4c5d2253
1
roles/curator
462
[ "no_license" ]
[ { "path": "roles/curator/templates/rollover.yml.j2", "content": "actions:\n 1:\n action: rollover\n description: \"Rollover the index associated with index active-logs\"\n options:\n name: {{ curator_rollover_alias }}\n conditions:\n max_age: {{ curator_rollover_max_age }}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1883, "all_permissive": false }
ansible_role
rafaelpsouza/ansible-playground
0f947715911c7b8f01cf6af621e6206d4c5d2253
1
roles/filebeat
462
[ "no_license" ]
[ { "path": "roles/filebeat/tasks/main.yml", "content": "- name: Install apt-transport-https to support https APT downloads\n apt: name=apt-transport-https state=present\n\n- name: Make sure elasticsearch apt key is present\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1105, "all_permissive": false }
ansible_role
rafaelpsouza/ansible-playground
0f947715911c7b8f01cf6af621e6206d4c5d2253
1
roles/haproxy
462
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.cfg.j2", "content": "global\n log /var/lib/haproxy/dev/log local0 info\n daemon\n\ndefaults \n mode http\n option httplog\n log global\n option forwardfor\n option http-server-close\n timeout connect 3000\n timeout server 5000\n tim...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1986, "all_permissive": false }
ansible_role
rafaelpsouza/ansible-playground
0f947715911c7b8f01cf6af621e6206d4c5d2253
1
roles/kibana
462
[ "no_license" ]
[ { "path": "roles/kibana/handlers/main.yml", "content": "- name: restart kibana\n service: name=kibana state=restarted enabled=yes\n register: kibana_restarted\n\n- name: install x-pack\n command: sudo -u kibana /usr/share/kibana/bin/kibana-plugin install x-pack\n register: xpack-installed", "license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 869, "all_permissive": false }
ansible_role
SB-AWSDevops/expense-ansible-roles-tf
8b887a207fc561ff742fa1ed00071602aa11193a
0
roles/common
462
[ "no_license" ]
[ { "path": "roles/common/tasks/pre-req.yml", "content": "- name: delete app directory \n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: absent\n ignore_errors: true\n\n- name: create app directory\n ansible.builtin.file:\n path: \"{{ app_location }}\"\n state: directory\n\n# - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 809, "all_permissive": false }