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
arisechurch/ansible-lamp
6bd35f15cffbd80f60366827cee87afcb9658a7c
0
roles/deploy-git
5,857
[ "no_license" ]
[ { "path": "roles/deploy-git/vars/main.yml", "content": "---\n\ndeploy_archive_prefix: '/tmp/deploy-{{ deploy_timestamp }}'\ndeploy_releases: {}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 85 }, { "path": "roles/deploy-git/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3012, "all_permissive": false }
ansible_role
arisechurch/ansible-lamp
6bd35f15cffbd80f60366827cee87afcb9658a7c
0
roles/drupal
5,857
[ "no_license" ]
[ { "path": "roles/drupal/defaults/main.yml", "content": "---\n\ndrupal_salt_length: '50'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/drupal/tasks/main.yml", "content": "---\n\n- name: Ensure shared default directory\n file:\n sta...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 579, "all_permissive": false }
ansible_role
arisechurch/ansible-lamp
6bd35f15cffbd80f60366827cee87afcb9658a7c
0
roles/solr
5,857
[ "no_license" ]
[ { "path": "roles/solr/tasks/install-solr.yml", "content": "---\n\n# Ensure dependencies\n# - name: Update APT package cache\n# apt: update_cache=yes\n\n- name: Ensure java is installed\n apt: name=default-jre-headless state=present\n\n- name: Ensure curl is installed\n apt: name=curl state=present\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3607, "all_permissive": false }
ansible_role
arisechurch/ansible-lamp
6bd35f15cffbd80f60366827cee87afcb9658a7c
0
roles/wordpress
5,857
[ "no_license" ]
[ { "path": "roles/wordpress/templates/wp-config.php.j2", "content": "<?php\n\n{% set lamp_site = lamp_sites[item] %}\n\ndefine('WP_SITEURL', 'http://{{ lamp_site.domain }}');\ndefine('WP_HOME', 'http://{{ lamp_site.domain }}');\n\n/**\n * The base configurations of the WordPress.\n *\n * This file has the fo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4696, "all_permissive": false }
ansible_role
ccyang/k8s-vagrant-vbox
e21b96749c77ef2b25a6e2ba1f1b74782f762d75
0
ansible/roles/k8s-common
5,857
[ "no_license" ]
[ { "path": "ansible/roles/k8s-common/tasks/main.yml", "content": "---\n\n- name: rm -rf /var/lib/apt/lists/partial\n become: true\n file:\n path: /var/lib/apt/lists/partial\n state: absent\n\n- name: apt-get update\n become: true\n shell: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1351, "all_permissive": false }
ansible_role
ccyang/k8s-vagrant-vbox
e21b96749c77ef2b25a6e2ba1f1b74782f762d75
0
ansible/roles/k8s-master
5,857
[ "no_license" ]
[ { "path": "ansible/roles/k8s-master/tasks/main.yml", "content": "---\n\n# Here we initialise the cluster with Kubeadm. We add the token manually so that we\n# know its value when we initialise our nodes. We add --api-advertise-addresses manually\n# because by default Kubeadm would choose the nat IP we get f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2567, "all_permissive": false }
ansible_role
jeremythorouss/tpdevopsv
05e33ca95fb0c033043e846e9f8d45472e32e1c9
0
ansible/roles/app
5,857
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n# tasks file for roles/app\n\n - name: Create a simple-api container\n docker_container:\n name: backend\n image: jeremythorouss/tp-devops-epf-jeremy:simple-api\n networks:\n - name: \"app-network\"", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 231, "all_permissive": false }
ansible_role
jeremythorouss/tpdevopsv
05e33ca95fb0c033043e846e9f8d45472e32e1c9
0
ansible/roles/database
5,857
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "---\n# tasks file for roles/database\n\n - name: Create a database container\n docker_container:\n name: database\n image: jeremythorouss/tp-devops-epf-jeremy:database\n env:\n POSTGRES_PASSWORD=pwd\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
jeremythorouss/tpdevopsv
05e33ca95fb0c033043e846e9f8d45472e32e1c9
0
ansible/roles/proxy
5,857
[ "no_license" ]
[ { "path": "ansible/roles/proxy/tasks/main.yml", "content": "---\n# tasks file for roles/proxy\n\n - name: Create a httpd container\n docker_container:\n name: httpd\n image: jeremythorouss/tp-devops-epf-jeremy:httpd\n networks:\n - name: \"app-network\"\n ports:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 256, "all_permissive": false }
ansible_role
tommituura/yacreader-appimager
fa3d1d896100f1a53e85167fff1a4515b108a4bb
1
ansible/roles/common
5,857
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: update the software\n become: yes\n yum:\n update_cache: yes\n\n- name: install stuff\n become: yes\n yum:\n name: \"{{ item }}\"\n state: present\n loop:\n - git\n - vim\n - \"@development tools\"\n", "lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
NGLPteam/dspace-aws-infra
9d50cc9f923b739a260077d59c4079f641fe24a3
1
ansible/roles/detail_oriented
5,857
[ "no_license" ]
[ { "path": "ansible/roles/detail_oriented/tasks/main.yml", "content": "---\n\n- name: add service user to the tomcat and solr groups\n user:\n name: '{{ service_user_name }}'\n groups: solr,tomcat\n state: present\n\n- name: ensure the service user home folder has the correct permissions (because I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
NGLPteam/dspace-aws-infra
9d50cc9f923b739a260077d59c4079f641fe24a3
1
ansible/roles/install_java
5,857
[ "no_license" ]
[ { "path": "ansible/roles/install_java/tasks/main.yml", "content": "---\n\n- name: uninstall Java 8\n yum: name=java-1.8.0-openjdk state=absent\n\n- name: uninstall Java 8-headless\n yum: name=java-1.8.0-openjdk-headless state=absent\n\n- name: Enable Java 11 via Amazon Linux Extras\n command: amazon-linu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 492, "all_permissive": false }
ansible_role
NGLPteam/dspace-aws-infra
9d50cc9f923b739a260077d59c4079f641fe24a3
1
ansible/roles/make_service_user
5,857
[ "no_license" ]
[ { "path": "ansible/roles/make_service_user/tasks/main.yml", "content": "---\n\n- name: create a service user (default is eschol)\n user:\n name: '{{ service_user_name }}'\n password: '{{ <PASSWORD> }}'\n create_home: true\n # groups: solr,tomcat\n # - sudo # requires some tinkering to make...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 286, "all_permissive": false }
ansible_role
NGLPteam/dspace-aws-infra
9d50cc9f923b739a260077d59c4079f641fe24a3
1
ansible/roles/set_up_code
5,857
[ "no_license" ]
[ { "path": "ansible/roles/set_up_code/tasks/main.yml", "content": "---\n\n- name: install git\n yum:\n name:\n - git\n state: latest\n\n- name: Clone the specified code repository\n git: repo={{ code_git_repo }} dest={{ code_source_dir }} version={{ code_git_branch }} accept_hostkey=true\n beco...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 438, "all_permissive": false }
ansible_role
foundata/ansible-collection-postfix
42dc4d698e87b9efe32edc2336852cab360ddcc9
7
roles/run
5,857
[ "no_license" ]
[ { "path": "roles/run/templates/virtual_domains.j2", "content": "# {{ ansible_managed }}\n\n# This file defines a list of virtual alias domains Postfix is the final\n# destination for. Virtual domains (or hosted domains) are those for which all\n# addresses are aliased to addresses in other domains classes t...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 25, "total_bytes": 41027, "all_permissive": false }
ansible_role
TatsuyaOoki/ansible-check
9dd1c90b161032ab3d8582fdb43acf46db1db8e1
0
roles/check_facts
5,857
[ "no_license" ]
[ { "path": "roles/check_facts/tasks/main.yml", "content": "---\n- name: Include task\n ansible.builtin.include_tasks: check_facts.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/check_facts/tasks/check_facts.yml", "content": "---\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 154, "all_permissive": false }
ansible_role
ggg222999/IaC_Ansible_Kubernetes-upgrade
24137fb48ddaa4ea03c47026165c5f0120794a1d
0
roles/kubernetes_upgrade_firstmaster_v1.24.7
5,857
[ "no_license" ]
[ { "path": "roles/kubernetes_upgrade_firstmaster_v1.24.7/tasks/main.yml", "content": "---\n - name: upgrade first master nodes\n include: upgrade_first-master.yml\n\n - name: fix upgrade error from 1.23.3 to 1.24.7\n include: upgrade_error_fix.yml\n", "license_type": "no_license", "detected_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 165, "all_permissive": false }
ansible_role
ggg222999/IaC_Ansible_Kubernetes-upgrade
24137fb48ddaa4ea03c47026165c5f0120794a1d
0
roles/kubernetes_upgrade_othermaster_v1.24.7
5,857
[ "no_license" ]
[ { "path": "roles/kubernetes_upgrade_othermaster_v1.24.7/tasks/upgrade_othermaster.yml", "content": "---\n - name: Upgrade kubelet and kubectl\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - kubeadm-1.24.7\n\n - name: Upgrade nodes\n shell: kubeadm upgrade apply v1.24...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 684, "all_permissive": false }
ansible_role
ggg222999/IaC_Ansible_Kubernetes-upgrade
24137fb48ddaa4ea03c47026165c5f0120794a1d
0
roles/kubernetes_upgrade_worker_v1.24.7
5,857
[ "no_license" ]
[ { "path": "roles/kubernetes_upgrade_worker_v1.24.7/tasks/upgrade_worker.yml", "content": "---\n - name: Upgrade kubelet and kubectl\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - kubeadm-1.24.7\n\n - name: Upgrade worker nodes\n shell: kubeadm upgrade node\n\n - na...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1191, "all_permissive": false }
ansible_role
vksundararajan/DotFiles
8f7d051413127196043151488716f021a2874f07
0
playbooks/roles/configure-terminal
5,857
[ "no_license" ]
[ { "path": "playbooks/roles/configure-terminal/tasks/configure-tmux.yml", "content": "---\n- name: 'Install Tmux'\n become: true\n become_method: sudo\n apt:\n name: tmux\n state: present\n\n- name: 'Configure Tmux'\n get_url:\n url: '{{ tmux_config }}'\n dest: '{{ ansible_env.HOME }}/.tmux....
{ "task_files": 6, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 9, "total_bytes": 2102, "all_permissive": false }
ansible_role
vksundararajan/DotFiles
8f7d051413127196043151488716f021a2874f07
0
playbooks/roles/install-monaco
5,857
[ "no_license" ]
[ { "path": "playbooks/roles/install-monaco/tasks/main.yml", "content": "# tasks file for install-monaco\n---\n- name: 'Download Monaco Font'\n get_url:\n url: '{{ font_url }}'\n dest: '/tmp/monaco.ttf'\n \n- name: 'Create Monaco Dir'\n become: true\n become_method: sudo\n file:\n path: '{{ font...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 897, "all_permissive": false }
ansible_role
vksundararajan/DotFiles
8f7d051413127196043151488716f021a2874f07
0
playbooks/roles/install-tools
5,857
[ "no_license" ]
[ { "path": "playbooks/roles/install-tools/tasks/main.yml", "content": "# tasks file for install-tools\n---\n- name: 'Create vault Folder'\n become: true\n file:\n path: /vault\n state: directory\n mode: '0755'\n owner: \"{{ ansible_env.USER }}\"\n group: \"{{ ansible_env.USER }}\"\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
zacker330/openresty-lab
7259603104fe57f3ee159ab8ae3a32d9c43ce88b
0
ansible/roles/openresty
5,857
[ "no_license" ]
[ { "path": "ansible/roles/openresty/tasks/main.yml", "content": "---\n# 安装openresty,不作配置\n- name: install prepare software\n apt: name=\"{{item}}\" state=present\n sudo: true\n with_items:\n - \"libreadline-dev\"\n - \"libpcre3-dev\"\n - \"libssl-dev\"\n - \"perl\"\n - \"build-essential\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3612, "all_permissive": false }
ansible_role
schen1111/devwks-2100
737a1d9c7bbcda88c0e705938adfaeef4858e817
0
ansible_project/roles/attach_device_to_cdg
5,857
[ "no_license" ]
[ { "path": "ansible_project/roles/attach_device_to_cdg/tasks/main.yml", "content": "---\n# tasks file for attach_device_to_cdg\n\n- name: get authentication token\n include_role: \n role: get_crosswork_authentication\n\n# The filtering allows the API call to return device details for devices matches the ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 4291, "all_permissive": false }
ansible_role
schen1111/devwks-2100
737a1d9c7bbcda88c0e705938adfaeef4858e817
0
ansible_project/roles/change_device_admin_state_down
5,857
[ "no_license" ]
[ { "path": "ansible_project/roles/change_device_admin_state_down/tasks/main.yml", "content": "---\n# tasks file for change_device_admin_state\n\n- name: get authentication token\n include_role: \n role: get_crosswork_authentication\n\n\n# The filtering allows the API call to return device details for dev...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2503, "all_permissive": false }
ansible_role
schen1111/devwks-2100
737a1d9c7bbcda88c0e705938adfaeef4858e817
0
ansible_project/roles/change_device_admin_state_up
5,857
[ "no_license" ]
[ { "path": "ansible_project/roles/change_device_admin_state_up/vars/main.yml", "content": "---\n# vars file for change_device_admin_state\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "ansible_project/roles/change_device_admin_state_up/handlers/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2740, "all_permissive": false }
ansible_role
schen1111/devwks-2100
737a1d9c7bbcda88c0e705938adfaeef4858e817
0
ansible_project/roles/cisco_live_prepare_for_device_onboarding
5,857
[ "no_license" ]
[ { "path": "ansible_project/roles/cisco_live_prepare_for_device_onboarding/defaults/main.yml", "content": "---\n# defaults file for cisco_live_prepare_for_device_onboarding\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible_project/roles/cisc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3086, "all_permissive": false }
ansible_role
schen1111/devwks-2100
737a1d9c7bbcda88c0e705938adfaeef4858e817
0
ansible_project/roles/device_onboarding
5,857
[ "no_license" ]
[ { "path": "ansible_project/roles/device_onboarding/templates/add-device.j2", "content": "{\n \"data\": [\n {\n \"inv_key_type\": \"NODE_IP\",\n \"node_ip\": {\n \"inet_af\": \"ROBOT_INET_ADDR_TYPE_v4\",\n \"inet_addr\": \"{{item.connectivity_ip}}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4723, "all_permissive": false }
ansible_role
schen1111/devwks-2100
737a1d9c7bbcda88c0e705938adfaeef4858e817
0
ansible_project/roles/obtain_cdg_info
5,857
[ "no_license" ]
[ { "path": "ansible_project/roles/obtain_cdg_info/tasks/main.yml", "content": "---\n# tasks file for obtain_cdg_info\n\n- name: get authentication token\n include_role: \n role: get_crosswork_authentication\n\n- name: invoke API to get all CDG detail\n uri:\n validate_certs: no\n status_code: [200...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2148, "all_permissive": false }
ansible_role
Thomega35/FORMATION_ANSIBLE
ae50f7000dafdc7801d2734dbadcc3ca754aaaae
0
TP1/roles/myname.myapache
5,857
[ "no_license" ]
[ { "path": "TP1/roles/myname.myapache/tasks/main.yml", "content": "---\n# tasks file for roles/myapache\n- name: Install apache\n ansible.builtin.package:\n name: httpd\n state: present\n\n- name: Copy virtualhost configurations\n vars:\n myapache_website_fqdn: \"{{ item.fqdn }}\"\n myapache_we...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1343, "all_permissive": false }
ansible_role
Thomega35/FORMATION_ANSIBLE
ae50f7000dafdc7801d2734dbadcc3ca754aaaae
0
TP1/roles/myname.mymariadb
5,857
[ "no_license" ]
[ { "path": "TP1/roles/myname.mymariadb/tasks/main.yml", "content": "---\n# tasks file for roles/mymariadb\n- name: Install mariadb\n ansible.builtin.package:\n name:\n - mariadb-server\n - python3-PyMySQL\n state: present\n\n- name: Change listen IP of mariadb\n ansible.builtin.blockinfile:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
Thomega35/FORMATION_ANSIBLE
ae50f7000dafdc7801d2734dbadcc3ca754aaaae
0
TP2/roles/myname.mymariadb
5,857
[ "no_license" ]
[ { "path": "TP2/roles/myname.mymariadb/tasks/databases.yml", "content": "---\n- name: Creates databases\n community.mysql.mysql_db:\n login_unix_socket: /var/lib/mysql/mysql.sock\n login_user: root\n name: \"{{ item.name }}\"\n state: present\n with_items: \"{{ mymariadb_dbs }}\"\n", "licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 287, "all_permissive": false }
ansible_role
Thomega35/FORMATION_ANSIBLE
ae50f7000dafdc7801d2734dbadcc3ca754aaaae
0
TP3/roles/myname.myapache
5,857
[ "no_license" ]
[ { "path": "TP3/roles/myname.myapache/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\n options:\n role-file: ../../requirements.yml\n requirements-path: ../../roles\ndriver:\n name: docker\nplatforms:\n - name: instance\n image: docker.io/almalinux:9\n pre_build_i...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3350, "all_permissive": false }
ansible_role
Thomega35/FORMATION_ANSIBLE
ae50f7000dafdc7801d2734dbadcc3ca754aaaae
0
TP3/roles/myname.mymariadb
5,857
[ "no_license" ]
[ { "path": "TP3/roles/myname.mymariadb/molecule/default/verify.yml", "content": "---\n- name: Verify\n hosts: all\n tasks:\n - name: Ensure mariadb service is running\n ansible.builtin.service_facts:\n\n - name: Check if mariadb service is running and enabled\n ansible.builtin.assert:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3509, "all_permissive": false }
ansible_role
Thomega35/FORMATION_ANSIBLE
ae50f7000dafdc7801d2734dbadcc3ca754aaaae
0
corrige_tp3/tp3/roles/myname.myapache
5,857
[ "no_license" ]
[ { "path": "corrige_tp3/tp3/roles/myname.myapache/templates/index.html.j2", "content": "Hello from {{ myapache_website_fqdn }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "corrige_tp3/tp3/roles/myname.myapache/templates/myvhost.conf.j2", "c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4802, "all_permissive": false }
ansible_role
Thomega35/FORMATION_ANSIBLE
ae50f7000dafdc7801d2734dbadcc3ca754aaaae
0
corrige_tp3/tp3/roles/myname.mymariadb
5,857
[ "no_license" ]
[ { "path": "corrige_tp3/tp3/roles/myname.mymariadb/tasks/main.yml", "content": "---\n# tasks file for roles/mymariadb\n- name: Install mariadb\n ansible.builtin.package:\n name:\n - mariadb-server\n - python3-PyMySQL\n state: present\n\n- name: Assert for mymariadb_listen_ip\n ansible.built...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 2647, "all_permissive": false }
ansible_role
Thomega35/FORMATION_ANSIBLE
ae50f7000dafdc7801d2734dbadcc3ca754aaaae
0
corrige_tp6/tp6/roles/myapache
5,857
[ "no_license" ]
[ { "path": "corrige_tp6/tp6/roles/myapache/tasks/main.yml", "content": "---\n# tasks file for myapache\n- name: Include variables\n ansible.builtin.include_vars: \"{{ ansible_os_family }}.yml\"\n\n- name: Install apache\n ansible.builtin.package:\n name: \"{{ apache_pkg }}\"\n state: latest\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 1717, "all_permissive": false }
ansible_role
Thomega35/FORMATION_ANSIBLE
ae50f7000dafdc7801d2734dbadcc3ca754aaaae
0
corrige_tp8/tp8/roles/myapache
5,857
[ "no_license" ]
[ { "path": "corrige_tp8/tp8/roles/myapache/templates/indexsecure.html.j2", "content": "<html>\n\t<head><title>My Vhost SECURE</title></head>\n\t<body><p1>SECURE ZONE {{ ansible_hostname }} / {{ ansible_distribution }}</p1></body>\n</html>\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 3851, "all_permissive": false }
ansible_role
infralovers/training-container-examples
b9bb9e25f5dfd8448e47bfce182097a51112c3f1
0
ansible-kubernetes-master/playbooks/roles/flask
5,857
[ "no_license" ]
[ { "path": "ansible-kubernetes-master/playbooks/roles/flask/tasks/main.yml", "content": "---\n- name: Copy files\n copy:\n src: /home/ec2-user/environment/ansible-kubernetes/k8s_flask/\n dest: /home/ubuntu/\n owner: ubuntu\n group: ubuntu\n mode: 0644\n \n- name: Build Docker Image\n comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
infralovers/training-container-examples
b9bb9e25f5dfd8448e47bfce182097a51112c3f1
0
ansible-kubernetes-master/playbooks/roles/flask_app
5,857
[ "no_license" ]
[ { "path": "ansible-kubernetes-master/playbooks/roles/flask_app/tasks/main.yml", "content": "---\n- name: Spin up Kubernetes flask_app deployment\n command: kubectl run flask-app --image=commandemy/your-name_flask_app ## edit your-name\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
infralovers/training-container-examples
b9bb9e25f5dfd8448e47bfce182097a51112c3f1
0
ansible-kubernetes-master/playbooks/roles/weave
5,857
[ "no_license" ]
[ { "path": "ansible-kubernetes-master/playbooks/roles/weave/tasks/main.yml", "content": "---\n\n- name: Test\n shell: kubectl version | base64 | tr -d '\\n'\n register: version\n\n- name: Install weave network\n command: kubectl apply -f \"https://cloud.weave.works/k8s/net?k8s-version={{ version.stdout }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 221, "all_permissive": false }
ansible_role
VPstudent/ansible
47a2b30fc1981f7722b3c1dfc6be1358440babb5
0
ansible/roles/ntp-client
5,857
[ "no_license" ]
[ { "path": "ansible/roles/ntp-client/tasks/main.yml", "content": "---\n# tasks file for ntp-client\n- name: install chrony\n package:\n name: chrony\n state: latest\n \n- name: remove servers from the file\n lineinfile:\n path: /etc/chrony.conf\n regexp: '^server{{ item }}.centos.pool.ntp.or...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 505, "all_permissive": false }
ansible_role
VPstudent/ansible
47a2b30fc1981f7722b3c1dfc6be1358440babb5
0
ansible/roles/ntp-server
5,857
[ "no_license" ]
[ { "path": "ansible/roles/ntp-server/tasks/main.yml", "content": "---\n# tasks file for ntp-server\n- name: Installing chrony package\n yum:\n name: chrony\n state: latest\n\n- name: Modifying file(allow network)\n lineinfile: \n path: /etc/chrony.conf\n regexp: '^#allow 192.168.1.0/24'\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 585, "all_permissive": false }
ansible_role
sujatadhl/pipeline-github
11875240b2dcf3727e55a8859c29c5e65e818895
0
ansible/roles/nginx
5,857
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "- name: Install Nginx\n ansible.builtin.command: sudo amazon-linux-extras install nginx1\n notify: Start and enable Nginx\n\n- name: Copy the index.html to web root\n copy:\n src: index.html\n dest: \"{{ path }}\"\n notify: Restart Nginx\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 479, "all_permissive": false }
ansible_role
dportok/EffectiveDevOps
1ec66ded97c8e70397b9f4725a76fa5e3db23833
0
roles/codedeploy
5,857
[ "no_license" ]
[ { "path": "roles/codedeploy/tasks/main.yml", "content": "---\n# tasks file for codedeploy\n- name: Installs and starts the AWS CodeDeploy\n aws_codedeploy:\n enabled: 1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
dportok/EffectiveDevOps
1ec66ded97c8e70397b9f4725a76fa5e3db23833
0
roles/jenkins
5,857
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: Ensure dependencies are installed.\n package:\n name:\n - curl\n - libselinux-python\n - initscripts\n state: present\n \n- name: Ensure Jenkins repo is installed.\n get_url:\n url: \"{{ j...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1420, "all_permissive": false }
ansible_role
danieleratti/test-fic-deploy-ansible
12c3d917121b8172e2c56146a71012eb8ffa6c3c
0
roles/common
5,857
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install ntp\n apt: name=ntpdate state=present\n\n- name: Configure ntp file\n template: src=ntp.conf.j2 dest=/etc/ntp.conf\n\n#- name: Start the ntp service\n# service...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
vrpandey/Configuration-Management
876baa77f566c08f9d8c6dbe1b01e648c105ab85
0
ansibleServer/roles/coffeeRole
5,857
[ "no_license" ]
[ { "path": "ansibleServer/roles/coffeeRole/tasks/main.yml", "content": "\n #Install mysql 5.7\n\n - name: Add PGP key\n become: yes\n apt_key:\n keyserver: pgp.mit.edu\n id: 5072E1F5\n \n\n - name: Add MySQL repository\n apt_repository: \n repo: deb http://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2886, "all_permissive": false }
ansible_role
vrpandey/Configuration-Management
876baa77f566c08f9d8c6dbe1b01e648c105ab85
0
ansibleServer/roles/seleniumRole
5,857
[ "no_license" ]
[ { "path": "ansibleServer/roles/seleniumRole/tasks/main.yml", "content": " #Install Java8\n\n - name: Add Oracle Java Repository\n apt_repository: repo='ppa:webupd8team/java'\n become: yes\n\n - name: Accept Java 8 License\n debconf: name='oracle-java8-installer' question='shared/acce...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2016, "all_permissive": false }
ansible_role
themarshallproject/hall-of-justice
8c2ce47f792e0182c84d13dca808564a6ac376b4
15
provisioning/roles/hallofjustice
5,857
[ "no_license" ]
[ { "path": "provisioning/roles/hallofjustice/tasks/main.yml", "content": "---\n- name: migrate django project\n django_manage: >\n command=migrate\n app_path=/projects/{{project_name}}/src/{{project_name}}\n virtualenv=/projects/{{project_name}}/virt\n environment: django_environment\n tags:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 711, "all_permissive": false }
ansible_role
themarshallproject/hall-of-justice
8c2ce47f792e0182c84d13dca808564a6ac376b4
15
provisioning/roles/postgres-apt-ppa
5,857
[ "no_license" ]
[ { "path": "provisioning/roles/postgres-apt-ppa/tasks/main.yml", "content": "- name: Add PostgreSQL PPA key for {{ distro_version_name|title }}\n apt_key: state=present id={{ signing_key }} url=https://www.postgresql.org/media/keys/{{ signing_key }}.asc\n- name: Add Postgres PPA for {{ distro_version_name|t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
themarshallproject/hall-of-justice
8c2ce47f792e0182c84d13dca808564a6ac376b4
15
provisioning/roles/redis-server
5,857
[ "no_license" ]
[ { "path": "provisioning/roles/redis-server/defaults/main.yml", "content": "---\nbind_external: false", "license_type": "no_license", "detected_licenses": [], "size_bytes": 24 }, { "path": "provisioning/roles/redis-server/tasks/main.yml", "content": "---\n- name: install redis\n apt:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 288, "all_permissive": false }
ansible_role
ballerine-io/ballerine
1bb25933a5da5136101b87a0249c3e1855266a86
2,213
deploy/ansible/ballerine_playbook/roles/setup-ballerine
5,897
[ "no_license" ]
[ { "path": "deploy/ansible/ballerine_playbook/roles/setup-ballerine/tasks/setup-init-config.yml", "content": "---\n- name: deploy cloud init config file\n template: src=templates/cloud-config.cfg dest=/etc/cloud/cloud.cfg.d/defaults.cfg\n become: true\n\n- name: create group ballerine\n group: name={{ clo...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 5727, "all_permissive": false }
ansible_role
AleBlondin/koyoso
22f63f4c49dfae044625bd4b350b478492e940fe
0
devops/provisioning/roles/ubuntu-php
5,897
[ "no_license" ]
[ { "path": "devops/provisioning/roles/ubuntu-php/tasks/configure.yml", "content": "---\n- stat: path=/etc/php/7.2/fpm/php.ini\n register: phpfpm\n\n- stat: path=/etc/php/7.2/cli/php.ini\n register: phpcli\n\n- include: php-fpm.yml\n when: phpfpm.stat.exists\n\n- include: php-cli.yml\n when: phpcli.stat.e...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1222, "all_permissive": false }
ansible_role
oppara/playground
3e46b6c00849af2ab36a059bf4a66d945e19d7d3
0
aws/image-builder/try-ansible/playbook/roles/assets
5,897
[ "no_license" ]
[ { "path": "aws/image-builder/try-ansible/playbook/roles/assets/files/index.php", "content": "<?php\ndeclare(strict_types=1);\n\necho date('Y-m-d H:i:s');\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "aws/image-builder/try-ansible/playbook/roles...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 223, "all_permissive": false }
ansible_role
oppara/playground
3e46b6c00849af2ab36a059bf4a66d945e19d7d3
0
aws/image-builder/try-ansible/playbook/roles/httpd
5,897
[ "no_license" ]
[ { "path": "aws/image-builder/try-ansible/playbook/roles/httpd/tasks/httpd.yml", "content": "---\n\n- name: Install Apache\n yum:\n name: httpd\n state: latest\n\n- name: Enable Apache\n service:\n name: httpd\n enabled: yes\n state: started\n", "license_type": "no_license", "detecte...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 721, "all_permissive": false }
ansible_role
oppara/playground
3e46b6c00849af2ab36a059bf4a66d945e19d7d3
0
aws/image-builder/try-ansible/playbook/roles/php
5,897
[ "no_license" ]
[ { "path": "aws/image-builder/try-ansible/playbook/roles/php/tasks/main.yml", "content": "---\n\n- include: php.yml\n- include: composer.yml\n- include: security.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "aws/image-builder/try-ansible/p...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2563, "all_permissive": false }
ansible_role
ami123k/pfe2020
265f931a38ccfc150d865b7e563cb94660f6e4c2
0
ansible/roles/buildDocker
5,897
[ "no_license" ]
[ { "path": "ansible/roles/buildDocker/vars/main.yml", "content": "---\n# vars file for buildDocker", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "ansible/roles/buildDocker/defaults/main.yml", "content": "---\n# defaults file for buildDocker", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1100, "all_permissive": false }
ansible_role
senacor/infrastructure-as-code-with-ansible
2abf84d1299b7b897363268e247baf1b1edc6d89
2
50_Use_AWS_Environment/roles/aws-ec2
5,897
[ "no_license" ]
[ { "path": "50_Use_AWS_Environment/roles/aws-ec2/tasks/setup_ec2_instance.yml", "content": "---\n\n\n- name: receive the name of the subnetwork for the webserver\n ec2_vpc_subnet_facts:\n filters:\n vpc-id: \"{{vpc.id}}\"\n \"tag:Usage\": \"{{ec2.subnet_usage_tag}}\"\n region: \"{{region}}\"...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3433, "all_permissive": false }
ansible_role
senacor/infrastructure-as-code-with-ansible
2abf84d1299b7b897363268e247baf1b1edc6d89
2
50_Use_AWS_Environment/roles/aws-network
5,897
[ "no_license" ]
[ { "path": "50_Use_AWS_Environment/roles/aws-network/tasks/setup_vpc.yml", "content": "\n- name: Does an VPC with the given name alredy exist\n ec2_vpc_net_facts:\n region: \"{{region}}\"\n filters:\n \"tag:Name\": \"{{application_name}}-vpc\"\n register: vpc_test\n\n- name: Set informatiom from...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 8418, "all_permissive": false }
ansible_role
senacor/infrastructure-as-code-with-ansible
2abf84d1299b7b897363268e247baf1b1edc6d89
2
50_Use_AWS_Environment/roles/aws-security
5,897
[ "no_license" ]
[ { "path": "50_Use_AWS_Environment/roles/aws-security/defaults/main.yml", "content": "remote_cidr_ip: 0.0.0.0/0\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "50_Use_AWS_Environment/roles/aws-security/tasks/delete_securitygroups.yml", "conten...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2912, "all_permissive": false }
ansible_role
Eriteym/Deploy_oracle_db
0500dbc7863b0b9791db18afb4fb56d6c6a74f3d
0
roles/deploy
5,897
[ "no_license" ]
[ { "path": "roles/deploy/files/config/oracle/setup/01-dbsetup.sql", "content": "alter session set container = ORCLPDB1;\n\ngrant sysdba to PDBADMIN;\n\nCREATE TABLESPACE STX DATAFILE 'stx.dat' SIZE 100M AUTOEXTEND ON;\nCREATE TABLESPACE STARTEXT DATAFILE 'startext.dat' SIZE 100M AUTOEXTEND ON;\nCREATE TABLES...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 7479, "all_permissive": false }
ansible_role
asciiscry3r/myinfrastructure
1d2f994179fde17c0ce668049d3f74fc225c23b1
0
ansible/roles/boinc
5,897
[ "no_license" ]
[ { "path": "ansible/roles/boinc/tasks/main.yml", "content": "---\n# tasks file for boinc\n- debug:\n var: \"{{ inventory_hostname }}\"\n\n- name: Install packages\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - gst-plugins-bad-libs\n - boinc\n - boinctui\n when: ansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 837, "all_permissive": false }
ansible_role
asciiscry3r/myinfrastructure
1d2f994179fde17c0ce668049d3f74fc225c23b1
0
ansible/roles/nginx
5,897
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf.j2", "content": "\nuser {{ server_web_user }};\nworker_processes auto;\n\nerror_log /var/log/nginx/error.log notice;\n\n\nevents {\n worker_connections 1024;\n}\n\n\nhttp {\n include /etc/nginx/mime.types;\n default_type application/oct...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6471, "all_permissive": false }
ansible_role
asciiscry3r/myinfrastructure
1d2f994179fde17c0ce668049d3f74fc225c23b1
0
ansible/roles/prometheus
5,897
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/vars/main.yml", "content": "---\n# vars file for ansible/roles/prometheus\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible/roles/prometheus/tasks/main.yml", "content": "---\n# tasks file for ansible/...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1437, "all_permissive": false }
ansible_role
asciiscry3r/myinfrastructure
1d2f994179fde17c0ce668049d3f74fc225c23b1
0
ansible/roles/wireguard
5,897
[ "no_license" ]
[ { "path": "ansible/roles/wireguard/tasks/main.yml", "content": "#######################################################################\n# Openvpn\n---\n\n- name: Install Wireguard package\n package:\n name: \"{{ item }}\"\n state: present\n with_items:\n - wireguard-tools\n when: ansible_distr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1070, "all_permissive": false }
ansible_role
hyperupcall-archive/infrastructure-old
4b2776f4b9fe0c4c4936e0cd33df80e3791c44bd
2
foundation/ansible/roles/common
5,897
[ "no_license" ]
[ { "path": "foundation/ansible/roles/common/tasks/files.yml", "content": "---\n- name: create artifact directories directory\n file:\n path: '{{ item }}'\n state: directory\n loop:\n - '{{ rootArtifacts }}'\n - '{{ imageArtifacts }}'\n - '{{ configArtifacts }}'\n", "license_type": "no_li...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1231, "all_permissive": false }
ansible_role
hyperupcall-archive/infrastructure-old
4b2776f4b9fe0c4c4936e0cd33df80e3791c44bd
2
foundation/ansible/roles/distrobuilder
5,897
[ "no_license" ]
[ { "path": "foundation/ansible/roles/distrobuilder/tasks/main.yml", "content": "---\n# this rsync's resources required for making an lxc image to `foundation`\n# and imports it to lxc\n\n- name: install rsync\n apt:\n name: rsync\n state: present\n\n- name: copy distrobuilder files\n synchronize:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 317, "all_permissive": false }
ansible_role
hyperupcall-archive/infrastructure-old
4b2776f4b9fe0c4c4936e0cd33df80e3791c44bd
2
foundation/ansible/roles/final
5,897
[ "no_license" ]
[ { "path": "foundation/ansible/roles/final/tasks/main.yml", "content": "---\n- name: reboot host\n reboot:\n connect_timeout: 20\n msg: reboot initiated by ansible\n reboot_timeout: 3000\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 120, "all_permissive": false }
ansible_role
hyperupcall-archive/infrastructure-old
4b2776f4b9fe0c4c4936e0cd33df80e3791c44bd
2
foundation/ansible/roles/lxd
5,897
[ "no_license" ]
[ { "path": "foundation/ansible/roles/lxd/templates/meta-data.yaml.j2", "content": "instance-id: {{ 100000000000000000000000000000 | random | to_uuid | upper }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "foundation/ansible/roles/lxd/vars/main....
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7643, "all_permissive": false }
ansible_role
hyperupcall-archive/infrastructure-old
4b2776f4b9fe0c4c4936e0cd33df80e3791c44bd
2
foundation/ansible/roles/network
5,897
[ "no_license" ]
[ { "path": "foundation/ansible/roles/network/vars/main.yml", "content": "---\nnetworkInterface2: enp7s0f1\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "foundation/ansible/roles/network/templates/interfaces.part.j2", "content": "iface {{ netw...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 575, "all_permissive": false }
ansible_role
hyperupcall-archive/infrastructure-old
4b2776f4b9fe0c4c4936e0cd33df80e3791c44bd
2
foundation/ansible/roles/packages
5,897
[ "no_license" ]
[ { "path": "foundation/ansible/roles/packages/tasks/main.yml", "content": "---\n- name: apt update cache\n apt:\n update_cache: yes\n\n- name: apt remove unneeded dependencies\n apt:\n autoremove: yes\n\n- name: apt install dependencies\n apt:\n state: present\n name:\n - neovim\n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 225, "all_permissive": false }
ansible_role
hyperupcall-archive/infrastructure-old
4b2776f4b9fe0c4c4936e0cd33df80e3791c44bd
2
foundation/packer/ansible/roles/common
5,897
[ "no_license" ]
[ { "path": "foundation/packer/ansible/roles/common/tasks/main.yml", "content": "---\n- name: apt package housekeeping\n block:\n - name: update cache\n apt:\n update_cache: yes\n - name: remove unneeded dependencies\n apt:\n autoremove: yes\n\n- name: install dependencies\n ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1779, "all_permissive": false }
ansible_role
hyperupcall-archive/infrastructure-old
4b2776f4b9fe0c4c4936e0cd33df80e3791c44bd
2
ordinal/ansible/roles/common
5,897
[ "no_license" ]
[ { "path": "ordinal/ansible/roles/common/tasks/main.yml", "content": "---\n- name: config systemd\n import_tasks: systemd.yml\n\n- name: config network\n import_tasks: network.yml\n\n- name: config packages\n import_tasks: packages.yml\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 819, "all_permissive": false }
ansible_role
hyperupcall-archive/infrastructure-old
4b2776f4b9fe0c4c4936e0cd33df80e3791c44bd
2
ordinal/ansible/roles/dhcp
5,897
[ "no_license" ]
[ { "path": "ordinal/ansible/roles/dhcp/handlers/main.yml", "content": "---\n- name: restart kea-dhcp-ddns\n systemd:\n name: kea-dhcp-ddns\n state: restarted\n daemon_reload: true\n\n- name: restart kea-dhcp4\n systemd:\n name: kea-dhcp4\n enabled: yes\n state: restarted\n daemon_reloa...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2071, "all_permissive": false }
ansible_role
hyperupcall-archive/infrastructure-old
4b2776f4b9fe0c4c4936e0cd33df80e3791c44bd
2
ordinal/ansible/roles/dns
5,897
[ "no_license" ]
[ { "path": "ordinal/ansible/roles/dns/tasks/user.yml", "content": "---\n- name: create named group\n group:\n name: '{{ bindUser }}'\n state: present\n\n- name: create named user\n user:\n name: '{{ bindUser }}'\n group: '{{ bindUser }}'\n create_home: no\n comment: for bind9\n state: ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2965, "all_permissive": false }
ansible_role
AlexandrShapkin/homelab-infra
5328b307fbb9233ed086b91e2a9f1424b9c6f509
0
roles/docker
5,897
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "- include_tasks: docker.yml\n- include_tasks: docker_networks.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/docker/tasks/docker.yml", "content": "- name: Установка зависимостей\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1170, "all_permissive": false }
ansible_role
AlexandrShapkin/homelab-infra
5328b307fbb9233ed086b91e2a9f1424b9c6f509
0
roles/gitea
5,897
[ "no_license" ]
[ { "path": "roles/gitea/tasks/main.yml", "content": "- name: Создать базу данных если требуется\n include_tasks: db_manage.yml\n when: gitea_db_manage\n\n- name: Положить контейнер если требуется\n include_tasks: deploy.yml\n when: compose_action == \"down\"\n\n- name: Поднять контейнер если требуется\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3154, "all_permissive": false }
ansible_role
AlexandrShapkin/homelab-infra
5328b307fbb9233ed086b91e2a9f1424b9c6f509
0
roles/postgres
5,897
[ "no_license" ]
[ { "path": "roles/postgres/templates/docker-compose.yml.j2", "content": "services:\n postgres:\n image: \"postgres:{{ postgres.version }}\"\n container_name: \"{{ postgres.container_name }}\"\n environment:\n POSTGRES_USER: \"{{ postgres.user }}\"\n POSTGRES_PASSWORD: \"{{ postgres_db_pas...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2886, "all_permissive": false }
ansible_role
AlexandrShapkin/homelab-infra
5328b307fbb9233ed086b91e2a9f1424b9c6f509
0
roles/traefik
5,897
[ "no_license" ]
[ { "path": "roles/traefik/tasks/run.yml", "content": "- name: Запусить контейнер с Traefik\n command: \"docker compose -f {{ traefik.directory }}/docker-compose.yml up -d\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 116 }, { "path": "roles/traefik/templates/do...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2254, "all_permissive": false }
ansible_role
AlexandrShapkin/homelab-infra
5328b307fbb9233ed086b91e2a9f1424b9c6f509
0
roles/wireguard
5,897
[ "no_license" ]
[ { "path": "roles/wireguard/templates/client.conf.j2", "content": "[Interface]\nPrivateKey = {{ item.private_key }}\nAddress = {{ item.allowed_ips }}\n\n[Peer]\nPublicKey = {{ wg_server_public_key }}\nEndpoint = {{ wg_public_ip }}:{{ wg_public_port }}\nAllowedIPs = 0.0.0.0/0", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3269, "all_permissive": false }
ansible_role
imp14a/gcp-packer-ansible-sample
138ffc46497f51af7bf9dcd16e89a728cd9e0228
0
ansible/roles/application
5,897
[ "no_license" ]
[ { "path": "ansible/roles/application/tasks/main.yaml", "content": "\n\n- name: installing yum requirements\n yum:\n name: ['python3','python-pip','git']\n state: latest\n\n- copy:\n src: /tmp/packer-ansible-provisioner/roles/application/files/pugsite.service\n dest: /etc/systemd/system/pugsite....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1804, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/angular_cli
5,997
[ "no_license" ]
[ { "path": "ansible/roles/angular_cli/tasks/main.yml", "content": "---\n- name: Angular CLI => Install CLI for Angular applications based on the ember-cli project.\n npm: name=@angular/cli global=yes\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 146 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 146, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/apache
5,997
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "---\n\n- include_tasks: tasks/vhosts_cleaner.yml\n- include_tasks: php/php.yml\n- include_tasks: php/pecl.yml\n- include_tasks: php/pear.yml\n when: params['php_version'] in [\"7.4\"]\n- include_tasks: tasks/apache.yml\n- include_tasks: tasks/php...
{ "task_files": 15, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 28, "total_bytes": 31724, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/bashrc_alias
5,997
[ "no_license" ]
[ { "path": "ansible/roles/bashrc_alias/tasks/main.yml", "content": "---\n\n- name: Alias bin/console\n lineinfile: dest=~/.bashrc line='alias c=\"bin/console\"'\n- name: Alias bin/console\n lineinfile: dest=~/.zshrc create=yes line='alias c=\"bin/console\"'\n\n- name: Alias cd {{ item.alias }} in Bach\n l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 604, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/beanstalkd
5,997
[ "no_license" ]
[ { "path": "ansible/roles/beanstalkd/handlers/main.yml", "content": "---\n- name: restart beanstalkd\n service: name=beanstalkd state=restarted\n become: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 88 }, { "path": "ansible/roles/beanstalkd/tasks/main.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2717, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/blackfire
5,997
[ "no_license" ]
[ { "path": "ansible/roles/blackfire/defaults/main.yml", "content": "---\nblackfire_packages:\n - blackfire-agent\n - blackfire-php\n\nblackfire_gpg_key_url: https://packages.blackfire.io/gpg.key\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "a...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1962, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/chrome
5,997
[ "no_license" ]
[ { "path": "ansible/roles/chrome/tasks/main.yml", "content": "---\n- name: create \"{{ chrome_user }}\" group\n group:\n name: \"{{ chrome_user }}\"\n state: present\n become: yes\n\n- name: create \"{{ chrome_user }}\" user\n user:\n name: \"{{ chrome_user }}\"\n group: \"{{ chrome_user }}\"\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2032, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/common
5,997
[ "no_license" ]
[ { "path": "ansible/roles/common/files/bin/xdebug.sh", "content": "#!/usr/bin/env bash\nPHP_VERSION=$(php -r '$version = explode(\".\", PHP_VERSION); echo $version[0].\".\".$version[1];')\nXDEBUG_INI_PATH_MODS=\"/etc/php/$PHP_VERSION/mods-available/20-xdebug.ini\"\nXDEBUG_INI_PATH_CLI=\"/etc/php/$PHP_VERSION...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 4002, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/mailcatcher
5,997
[ "no_license" ]
[ { "path": "ansible/roles/mailcatcher/tasks/user.yml", "content": "# tasks file for mailcatcher\n---\n- name: add group\n group:\n name: \"{{ item }}\"\n system: true\n with_flattened:\n - \"{{ mailcatcher_group }}\"\n - \"{{ mailcatcher_groups }}\"\n tags:\n - mailcatcher-user-add\n - m...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3451, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/maven
5,997
[ "no_license" ]
[ { "path": "ansible/roles/maven/tasks/main.yml", "content": "---\n# tasks file for apache-maven\n- include_tasks: install-maven.yml\n- include_tasks: install-java.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 103, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/mercure
5,997
[ "no_license" ]
[ { "path": "ansible/roles/mercure/templates/mercure.rocks.service.j2", "content": "# {{ ansible_managed }}\n[Unit]\nDescription=An open protocol for real-time communications designed to be fast, reliable and battery-efficient.\nAfter=network-online.target\n\n[Service]\nType=simple\n\nUser={{ mercure_rocks_us...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2620, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/mssql
5,997
[ "no_license" ]
[ { "path": "ansible/roles/mssql/tasks/setup.yml", "content": "---\n\n- name: check if setup is needed\n command: grep -Fq accepteula /var/opt/mssql/mssql.conf\n ignore_errors: yes\n changed_when: no\n register: check_setup\n become: yes\n\n- name: Gather system services facts\n service_facts:\n no_log...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4112, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/mysql
5,997
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: MySQL => Install MySQL Server\n apt: pkg={{ item }} state=present\n notify: mysql-restart\n become: yes\n with_items:\n - python-mysqldb\n - mysql-server-5.7\n - mysql-client-core-5.7\n - mysql-client-5.7\n - libmysq...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1098, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/rabbitmq
5,997
[ "no_license" ]
[ { "path": "ansible/roles/rabbitmq/tasks/main.yml", "content": "---\n- name: Ensure erlang is installed.\n package:\n name: erlang\n state: present\n become: yes\n\n- name: Add an apt key by id\n apt_key:\n keyserver: keys.openpgp.org\n id: '0x0A9AF2115F4687BD29803A206B73A36E6026DFCA'\n becom...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1214, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/rails
5,997
[ "no_license" ]
[ { "path": "ansible/roles/rails/tasks/main.yml", "content": "---\n- name: Install bundle gem for available ruby version\n shell: \"RUBY_VERSION={{ item.version }} rbenv sudo gem install bundler --no-ri --no-rdoc\"\n args:\n executable: /bin/bash\n become_user: vagrant\n with_items: \"{{ params['rubies...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 379, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/rbenv
5,997
[ "no_license" ]
[ { "path": "ansible/roles/rbenv/tasks/main.yml", "content": "---\n- name: include env vars\n include_vars: \"{{ rbenv.env }}.yml\"\n\n- include_tasks: apt_build_depends.yml\n when: ansible_pkg_mgr == 'apt'\n- include_tasks: yum_build_depends.yml\n when: ansible_pkg_mgr == 'yum'\n- include_tasks: dnf_build...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 815, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/redis
5,997
[ "no_license" ]
[ { "path": "ansible/roles/redis/tasks/main.yml", "content": "---\n- name: Include OS-specific variables.\n include_vars: \"main.yml\"\n\n- name: Define redis_package.\n set_fact:\n redis_package: \"{{ __redis_package }}\"\n when: redis_package is not defined\n\n- name: Ensure Redis is installed.\n apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/ssh_tunnel
5,997
[ "no_license" ]
[ { "path": "ansible/roles/ssh_tunnel/tasks/main.yml", "content": "---\n- name: Install package\n apt:\n name: ssh\n state: present\n become: yes\n\n- name: Copy key file(s)\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest | default(item.src | basename) }}\"\n owner: \"{{ item.owner ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 806, "all_permissive": false }
ansible_role
numediaweb/devenv
c32c925dd5d47ca55794f2aac2a66365b74b8c4b
0
ansible/roles/upstart
5,997
[ "no_license" ]
[ { "path": "ansible/roles/upstart/tasks/main.yml", "content": "---\n- name: Create upstart scripts for gulp related projects\n include_role:\n name: colstrom.upstart\n vars:\n upstart_name: \"{{ project.projectFolder }}\"\n upstart_runtime_root: \"{{ project.directory }}\"\n upstart_pre_start:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2109, "all_permissive": false }