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
nhatanh002/scallops
e8f1b1e6b55663edd3dfa3bb426018accb19e0fc
0
roles/dockerizer
5,517
[ "no_license" ]
[ { "path": "roles/dockerizer/files/tonggol.configs.json", "content": "{\n \"Certificates\": {\n \"Key\": \"certs/rpc_server.key\",\n \"Crt\": \"certs/rpc_server.crt\",\n \"ClientCrt\": \"certs/rpc_client.crt\"\n },\n \"Runtime\": {\n \"Port\": \"8886\",\n \"LogDir\...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 10, "total_bytes": 5168, "all_permissive": false }
ansible_role
yaseenzafar/udacity-configdeployment
5cda91071ad9c676a522701bdd93f6209806d838
0
roles/setup
5,517
[ "no_license" ]
[ { "path": "roles/setup/tasks/main.yml", "content": "---\n- name: Create directory\n file:\n path: ~/web\n state: directory\n\n- name: Copy index test page\n template:\n src: \"files/index.html\"\n dest: \"~/web/index.html\"\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 173, "all_permissive": false }
ansible_role
MAELUP/ansible-tomcat
7e59146b4f1937901b6bfcf9a147b04ae1791bcf
0
roles/dependencies
5,517
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/install_packages.yml", "content": "---\r\n- name: install epel-release\r\n dnf: \r\n name: \r\n - epel-release\r\n state: present\r\n\r\n- name: upgrade All Packages\r\n dnf:\r\n name: \"*\"\r\n state: latest\r\n\r\n- name: install packages\r\n dnf: \r\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 399, "all_permissive": false }
ansible_role
MAELUP/ansible-tomcat
7e59146b4f1937901b6bfcf9a147b04ae1791bcf
0
roles/tomcat
5,517
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\r\n- include_tasks: \"install_tomcat.yml\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 42, "all_permissive": false }
ansible_role
surendersinghbisht89/github
6e43086acad3f7bdb569223314bbb6ae137aca6f
0
project/roles/ansible
5,517
[ "no_license" ]
[ { "path": "project/roles/ansible/tasks/main.yml", "content": "---\n# tasks file for ansible\n\n- name: check the physical memory\n shell: vmstat -s\n # shell: sh -x /home/sbisht/project/jk\n register: phy_mem\n\n- debug:\n var: phy_mem.stdout_lines\n\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 190, "all_permissive": false }
ansible_role
maheedhar1998/DevOps
c7b1f5854ef7b621a1b18a82e1e8dfb578621a6a
0
ansible/roles/bastion
5,517
[ "no_license" ]
[ { "path": "ansible/roles/bastion/tasks/main.yml", "content": "---\n# tasks file for bastion\n- name: Update the instance\n yum:\n name: \"*\"\n state: latest\n update_only: yes\n\n- name: Install git, wget, go, \n yum:\n name:\n - git\n - wget\n - go", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
maheedhar1998/DevOps
c7b1f5854ef7b621a1b18a82e1e8dfb578621a6a
0
ansible/roles/kafka
5,517
[ "no_license" ]
[ { "path": "ansible/roles/kafka/tasks/main.yml", "content": "---\n# tasks file for kafka\n- name: Yum -- Install git, wget, go, \n yum:\n name:\n - git\n - wget\n - go\n\n- name: Stat -- check kafka binaries\n stat:\n path: /home/ec2-user/kafka_2.13-2.7.0.tgz\n register: downloadedBin...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3358, "all_permissive": false }
ansible_role
maheedhar1998/DevOps
c7b1f5854ef7b621a1b18a82e1e8dfb578621a6a
0
ansible/roles/webserver
5,517
[ "no_license" ]
[ { "path": "ansible/roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n- name: Yum -- Update the instance\n yum:\n name: \"*\"\n state: latest\n update_only: yes\n\n- name: Yum -- Install git, wget, go, \n yum:\n name:\n - git\n - wget\n - go\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1745, "all_permissive": false }
ansible_role
maheedhar1998/DevOps
c7b1f5854ef7b621a1b18a82e1e8dfb578621a6a
0
ansible/roles/zookeeper
5,517
[ "no_license" ]
[ { "path": "ansible/roles/zookeeper/handlers/main.yml", "content": "---\n# handlers file for zookeeper\n- name: Restart Kafka Service\n service:\n name: kafka\n state: restarted\n\n- name: Restart Zookeeper Service\n service:\n name: zookeeper\n state: restarted\n\n- name: Restart Producer Serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3704, "all_permissive": false }
ansible_role
guoqiao/ansible-roles
05c45646f626fb59ceffba08762264d6db0dca52
1
roles/pyenv
5,517
[ "no_license" ]
[ { "path": "roles/pyenv/defaults/main.yml", "content": "---\n# change to ~/.zshrc if you use zsh\nshell_rc: ~/.bashrc\n\n# pyenv install --list to view all\npython_version: 3.7.0\n\n# will create virtualenv if defined\nvirtualenv_name: py3\n\n# change to your own one\nrequirements_path: 'files/requirements-e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3438, "all_permissive": false }
ansible_role
gresaid/omgtu_labs
d67bd36d2328af80b261d020815c303ba907d9e3
0
2_semestr/devops/lab/roles/microk8s
5,517
[ "no_license" ]
[ { "path": "2_semestr/devops/lab/roles/microk8s/templates/postgres-secret.yaml.j2", "content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: postgres-secret\n namespace: {{ namespace }}\ntype: Opaque\nstringData:\n POSTGRES_PASSWORD: {{ postgres_<PASSWORD> }}\n", "license_type": "no_license", "...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 20, "total_bytes": 12018, "all_permissive": false }
ansible_role
mkrakowitzer/dotfiles
c918e73e72e9343b42cc07b8065d9824386f4cca
0
ansible/roles/dev
5,517
[ "no_license" ]
[ { "path": "ansible/roles/dev/tasks/golang.yml", "content": "---\n- name: Remove old golang\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.local/go\"\n state: absent\n become: true\n\n- name: Get the Go versions information\n ansible.builtin.uri:\n url: \"https://go.dev/dl/?mode=json\"...
{ "task_files": 18, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 19, "total_bytes": 27614, "all_permissive": false }
ansible_role
mvilain/pxeboot
70a02b0b00d2ffa2fdd72fd43ba4e92154b108e6
0
roles/pxeboot
5,517
[ "no_license" ]
[ { "path": "roles/pxeboot/tasks/Ubuntu_tasks.yml", "content": "---\n# tasks file for pxeboot on Ubuntu\n\n# https://help.ubuntu.com/community/Installation/Netboot\n# copy ubuntu netboot tar from http://archive.ubuntu.com/ubuntu/dists/xenial-updates/main/installer-amd64/current/images/hwe-netboot/netboot.tar....
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 9977, "all_permissive": false }
ansible_role
SirPhemmiey/auto-deploy-project
8acb426ca634a3625a8f98c941c1176b09da7cbe
1
.circleci/ansible/roles/deploy
5,117
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "\n- name: Compress backend dir\n archive:\n path: /root/project/backend\n dest: /root/project/backend.tgz\n delegate_to: localhost\n become: false\n\n- name: Copy util folder to ec2 instance\n become: yes\n copy:\n src: /ro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 816, "all_permissive": false }
ansible_role
SirPhemmiey/auto-deploy-project
8acb426ca634a3625a8f98c941c1176b09da7cbe
1
.circleci/ansible/roles/setup
5,117
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/setup/tasks/main.yml", "content": "\n\n- name: Update APT packages\n become: yes\n apt:\n update_cache: true\n\n- name: remove dependencies that are no longer required\n apt:\n autoremove: yes\n\n- name: Install Python\n become: yes\n apt:\n name: python3\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
juanvaes/bookingapp
4988835a5ec874423726471cae20a8f7bd2cd6ad
0
.circleci/ansible/roles/configure-server
5,117
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n - name: Update apt packages\n become: true\n apt:\n update_cache: yes\n\n - name: \"Upgrade packages\"\n become: true\n apt:\n upgrade: yes\n\n - name: Install prerequisites for Docker repository\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2111, "all_permissive": false }
ansible_role
juanvaes/bookingapp
4988835a5ec874423726471cae20a8f7bd2cd6ad
0
.circleci/ansible/roles/deploy-api
5,117
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy-api/tasks/main.yml", "content": "---\n - name: Copy compiled files\n become: true\n unarchive:\n src: /home/circleci/project/bookingapp.tar.gz\n dest: /home/ubuntu/\n \n - name: List directory to debug\n shell: |\n pwd\n ls -la\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1503, "all_permissive": false }
ansible_role
BalajiChavdi/stgkube_qnc_baas_credential
88030a59faccc02595899591a3acc4f6cfc67a48
0
roles/workers
5,117
[ "no_license" ]
[ { "path": "roles/workers/tasks/permission.yml", "content": "- name: Push new /etc/master.passwd file\n template:\n src: templates/worker_base_passwd.j2\n dest: /etc/master.passwd\n backup: yes\n register: new_master_passwd\n tags: access\n\n- name: Copy over /etc/passwd\n copy:\n src: /etc/m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2153, "all_permissive": false }
ansible_role
326-163/CDApp
77715495e566cb7fa72dbee432bf03b4e244f87c
0
ansible/roles/docker
5,117
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: create image docker\n docker_image:\n name: cd_app\n build:\n path: /var/lib/jenkins/workspace/CDApp\n pull: no\n source: build\n state: present\n force_source: true\n- name: run contai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
326-163/CDApp
77715495e566cb7fa72dbee432bf03b4e244f87c
0
ansible/roles/docker-registry.
5,117
[ "no_license" ]
[ { "path": "ansible/roles/docker-registry./tasks/main.yml", "content": "---\n# tasks file for docker-registry.\n- name: Log into DockerHub\n docker_login:\n username: 4arctic1\n password: <PASSWORD>\n email: <EMAIL>\n- name: Tag and Push to docker hub\n docker_image:\n name: 4arctic1/cd_app\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 305, "all_permissive": false }
ansible_role
naveenthangella/Ansible
072f20a1bd2780a044a57ce4f1c5d3c596b1e717
0
Playbooks/roles/download_tomcat
5,117
[ "no_license" ]
[ { "path": "Playbooks/roles/download_tomcat/vars/main.yml", "content": "APPUSER: centos\nTOMCAT_VERSION: 8.5.50\nTOMCAT_INIT_SCRIPT_URL: https://s3-us-west-2.amazonaws.com/studentapi-cit/tomcat-init\nTOMCAT_URL: https://archive.apache.org/dist/tomcat/tomcat-8/v{{TOMCAT_VERSION}}/bin/apache-tomcat-{{TOMCAT_VE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1272, "all_permissive": false }
ansible_role
naveenthangella/Ansible
072f20a1bd2780a044a57ce4f1c5d3c596b1e717
0
Playbooks/roles/mariadb
5,117
[ "no_license" ]
[ { "path": "Playbooks/roles/mariadb/vars/main.yml", "content": "DBURL: https://raghu-devops-sessions.s3.amazonaws.com/studentapp-ui-proj1.sql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "Playbooks/roles/mariadb/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 536, "all_permissive": false }
ansible_role
naveenthangella/Ansible
072f20a1bd2780a044a57ce4f1c5d3c596b1e717
0
Playbooks/roles/newrelic
5,117
[ "no_license" ]
[ { "path": "Playbooks/roles/newrelic/tasks/main.yml", "content": "- name: Install JQ\n package:\n name: jq\n state: installed\n\n- name: Upload license key\n lineinfile:\n path: /etc/newrelic-infra.yml\n line: \"license_key: {{LICENSE_KEY}}\"\n create: yes\n\n- name: Download centos repo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2677, "all_permissive": false }
ansible_role
naveenthangella/Ansible
072f20a1bd2780a044a57ce4f1c5d3c596b1e717
0
Playbooks/roles/nginx
5,117
[ "no_license" ]
[ { "path": "Playbooks/roles/nginx/meta/main.yml", "content": "---\ndependencies:\n - role: prereqs\n vars:\n MIN_MEMORY: 500", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "Playbooks/roles/nginx/tasks/main.yml", "content": "- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 772, "all_permissive": false }
ansible_role
naveenthangella/Ansible
072f20a1bd2780a044a57ce4f1c5d3c596b1e717
0
Playbooks/roles/prereqs
5,117
[ "no_license" ]
[ { "path": "Playbooks/roles/prereqs/tasks/main.yml", "content": "- name: memory check\n fail:\n msg: \"memory required to install {{role_names}} is {{MIN_MEMORY}}, but it only has {{ansible_memtotal_mb}}\"\n when: ansible_memtotal_mb <= MIN_MEMORY\n\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 222, "all_permissive": false }
ansible_role
naveenthangella/Ansible
072f20a1bd2780a044a57ce4f1c5d3c596b1e717
0
Playbooks/roles/sample
5,117
[ "no_license" ]
[ { "path": "Playbooks/roles/sample/tasks/main.yml", "content": "- name: say Hello\n debug:\n msg: Hello from role", "license_type": "no_license", "detected_licenses": [], "size_bytes": 51 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 51, "all_permissive": false }
ansible_role
naveenthangella/Ansible
072f20a1bd2780a044a57ce4f1c5d3c596b1e717
0
Playbooks/roles/tomcat
5,117
[ "no_license" ]
[ { "path": "Playbooks/roles/tomcat/tasks/main.yml", "content": "- name: install java\n package:\n name: java\n state: latest\n notify: restart tomcat\n- name: add user\n user:\n name: \"{{APPUSER}}\"\n\n- name: check for tomcat directory\n stat:\n path: \"/home/{{APPUSER}}/apache-tomcat-{{TOM...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1875, "all_permissive": false }
ansible_role
systemrun/easy-cluster
1fc3adfbd5de12f937bc7f35e3e84282c2767098
0
playbooks/roles/common
5,117
[ "no_license" ]
[ { "path": "playbooks/roles/common/tasks/dbserver-firewall-rules.yml", "content": "- name: Ensure only ports 22, 443 and 3306 are open on dbserver\n ufw:\n rule: allow\n port: \"{{ item }}\"\n proto: tcp\n with_items:\n - \"{{ ssh_port }}\"\n - \"{{ https_port }}\"\n - \"{{ mysql_port }}\...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3686, "all_permissive": false }
ansible_role
systemrun/easy-cluster
1fc3adfbd5de12f937bc7f35e3e84282c2767098
0
playbooks/roles/generate-ssl-keys
5,117
[ "no_license" ]
[ { "path": "playbooks/roles/generate-ssl-keys/tasks/main.yml", "content": "- name: Check if keys are already present\n stat:\n path: \"{{ playbook_dir }}/source/ssl/ssl.key\"\n register: stat_result\n\n- name: Create certificate, if not already present\n command: >\n openssl req -x509 -nodes -subj '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 427, "all_permissive": false }
ansible_role
systemrun/easy-cluster
1fc3adfbd5de12f937bc7f35e3e84282c2767098
0
playbooks/roles/server-sec
5,117
[ "no_license" ]
[ { "path": "playbooks/roles/server-sec/tasks/main.yml", "content": "- name: Install aptitude\n apt: name=aptitude state=latest\n\n- name: Update and upgrade packages\n apt: upgrade=yes update_cache=yes cache_valid_time=86400\n\n- name: Create operation user\n user:\n name: \"{{ operation_user_name }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1971, "all_permissive": false }
ansible_role
systemrun/easy-cluster
1fc3adfbd5de12f937bc7f35e3e84282c2767098
0
playbooks/roles/setup-dbserver
5,117
[ "no_license" ]
[ { "path": "playbooks/roles/setup-dbserver/tasks/main.yml", "content": "- name: Set up apache, mysql and php modules\n remote_user: root\n gather_facts: true\n include: \"{{ item }}.yml\"\n with_items:\n - \"{{ playbook_dir }}/roles/common/tasks/setup-apache\"\n - \"{{ playbook_dir }}/roles/commo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 375, "all_permissive": false }
ansible_role
systemrun/easy-cluster
1fc3adfbd5de12f937bc7f35e3e84282c2767098
0
playbooks/roles/setup-ssl
5,117
[ "no_license" ]
[ { "path": "playbooks/roles/setup-ssl/tasks/main.yml", "content": "- name: Create apache cert directory\n file:\n path: /etc/apache2/certs\n mode: '0744'\n state: directory\n\n- copy: src=\"{{ playbook_dir }}/source/ssl/{{ item }}\" dest=/etc/apache2/certs/\n with_items:\n - ssl.key\n - ssl....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
systemrun/easy-cluster
1fc3adfbd5de12f937bc7f35e3e84282c2767098
0
playbooks/roles/setup-webserver
5,117
[ "no_license" ]
[ { "path": "playbooks/roles/setup-webserver/tasks/main.yml", "content": "- name: Set up apache and php modules\n remote_user: root\n gather_facts: true\n include: \"{{ item }}.yml\"\n with_items:\n - \"{{ playbook_dir }}/roles/common/tasks/setup-apache\"\n - \"{{ playbook_dir }}/roles/common/task...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 368, "all_permissive": false }
ansible_role
ravitiwari1030/SRE-Automation
e556e6e8c75f8ad1e170eb300fd828738cdde26c
0
roles/httpdserver
5,117
[ "no_license" ]
[ { "path": "roles/httpdserver/tasks/main.yml", "content": "---\n# tasks file for httpdserver\n\n- name: install httpd\n package:\n name: httpd\n state: present\n\n- name: start httpd\n service:\n name: httpd\n state: started\n", "license_type": "no_license", "detecte...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 189, "all_permissive": false }
ansible_role
NaserRaoofi/ec2-failover-automation
6baa0fd3f7b4ec373e90702e564eeb159101fb95
0
ansible/roles/common
5,117
[ "no_license" ]
[ { "path": "ansible/roles/common/defaults/main.yml", "content": "---\n# Default variables for common role\nessential_packages:\n - wget\n - curl\n - unzip\n - git\n - vim\n - nano\n - htop\n - tree\n - jq\n - awscli\n - python3\n - python3-pip\n\nlog_files:\n - path: /var/log/application.log\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2292, "all_permissive": false }
ansible_role
NaserRaoofi/ec2-failover-automation
6baa0fd3f7b4ec373e90702e564eeb159101fb95
0
ansible/roles/docker
5,117
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: Install Docker\n yum:\n name: docker\n state: present\n when: enable_docker\n tags:\n - docker\n - packages\n\n- name: Start and enable Docker\n systemd:\n name: docker\n state: started\n enabled: yes\n when:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2205, "all_permissive": false }
ansible_role
NaserRaoofi/ec2-failover-automation
6baa0fd3f7b4ec373e90702e564eeb159101fb95
0
ansible/roles/monitoring
5,117
[ "no_license" ]
[ { "path": "ansible/roles/monitoring/templates/collectd.conf.j2", "content": "# Collectd configuration for {{ project_name }}\n# Generated by Ansible\n\nHostname \"{{ ansible_hostname }}\"\nFQDNLookup false\n\n# Plugins\nLoadPlugin syslog\nLoadPlugin cpu\nLoadPlugin interface\nLoadPlugin load\nLoadPlugin mem...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 8983, "all_permissive": false }
ansible_role
NaserRaoofi/ec2-failover-automation
6baa0fd3f7b4ec373e90702e564eeb159101fb95
0
ansible/roles/nodejs
5,117
[ "no_license" ]
[ { "path": "ansible/roles/nodejs/tasks/main.yml", "content": "---\n- name: Add NodeSource repository for Node.js {{ nodejs_version }}\n shell: |\n curl -fsSL https://rpm.nodesource.com/setup_{{ nodejs_version }}.x | bash -\n args:\n creates: /etc/yum.repos.d/nodesource-el*.repo\n tags:\n - nodejs...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1645, "all_permissive": false }
ansible_role
NaserRaoofi/ec2-failover-automation
6baa0fd3f7b4ec373e90702e564eeb159101fb95
0
ansible/roles/security
5,117
[ "no_license" ]
[ { "path": "ansible/roles/security/defaults/main.yml", "content": "---\n# Default variables for security role\n# Firewall configuration\nenable_firewall: true\nfirewall_allowed_ports:\n - 22/tcp # SSH\n - 80/tcp # HTTP\n - 443/tcp # HTTPS\n\n# SSH hardening\nssh_port: 22\nssh_permit_root_login: \"no\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 4371, "all_permissive": false }
ansible_role
NaserRaoofi/ec2-failover-automation
6baa0fd3f7b4ec373e90702e564eeb159101fb95
0
ansible/roles/webserver
5,117
[ "no_license" ]
[ { "path": "ansible/roles/webserver/handlers/main.yml", "content": "---\n- name: restart httpd\n systemd:\n name: httpd\n state: restarted\n tags:\n - webserver\n\n- name: reload httpd\n systemd:\n name: httpd\n state: reloaded\n tags:\n - webserver\n", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 16547, "all_permissive": false }
ansible_role
hiakki/kops
cf07695fb315d20b3678afb4affd6a559aa3f084
0
roles/change-hostname
5,117
[ "no_license" ]
[ { "path": "roles/change-hostname/tasks/a.yml", "content": "- hosts: kops\n tasks:\n\n - name: Check if machine is On\n shell: echo I am On\n register: op1\n\n - name: set join command\n set_fact:\n op: \"{{ op1.stdout_lines[0] }}\"\n\n - name: checking\n debug:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1152, "all_permissive": false }
ansible_role
hiakki/kops
cf07695fb315d20b3678afb4affd6a559aa3f084
0
roles/install-kops
5,117
[ "no_license" ]
[ { "path": "roles/install-kops/tasks/main.yml", "content": "- hosts: kops\n gather_facts: false\n become: yes\n tasks:\n\n - name: install remote apt deps\n apt:\n name: \"{{ item }}\"\n state: present\n with_items:\n - apt-transport-https\n - ca-certificates\n - gn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1342, "all_permissive": false }
ansible_role
dachiefjustice/vm-vulnlab
d4468be654d7919c6635f1dc56692cbadf78e592
4
roles/kali-customizations
5,117
[ "no_license" ]
[ { "path": "roles/kali-customizations/README.md", "content": "# Purpose\nThis role contains customizations on top of Kali Linux: added tools, tool cusomizations, quality-of-life improvements, bugfixes, etc. It's built for and tested against the [`kalilinux/rolling` Vagrant box](https://www.kali.org/docs/virt...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1052, "all_permissive": false }
ansible_role
dachiefjustice/vm-vulnlab
d4468be654d7919c6635f1dc56692cbadf78e592
4
roles/manage-software-distribution-frameworks
5,117
[ "no_license" ]
[ { "path": "roles/manage-software-distribution-frameworks/README.md", "content": "# Summary\nAnsible role for managing software distribution frameworks (currently, bare-bones Flatpak support)\n\n# Supported platforms\nTested against Kubuntu 22.04\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 905, "all_permissive": false }
ansible_role
lightweight/oeru-ansible-discourse
95a6c106936165bef4c5a2ea4a9ae0fc5a4bad40
0
roles/common
5,117
[ "no_license" ]
[ { "path": "roles/common/templates/web.j2", "content": "# IMPORTANT: SET A SECRET PASSWORD in Postgres for the Discourse User\n# TODO: change SOME_SECRET in this template\n\ntemplates:\n# - \"templates/redis.template.yml\"\n - \"templates/sshd.template.yml\"\n - \"templates/web.template.yml\"\n - \"templ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 7234, "all_permissive": false }
ansible_role
shou6216/ansible-usage
70eb8ae883ac652d2fe4e11721ed509f9929d210
0
wordpress/roles/common
5,117
[ "no_license" ]
[ { "path": "wordpress/roles/common/tasks/main.yml", "content": "---\n- name: configure / SELinux permissive\n selinux:\n policy: targeted\n state: permissive\n when: ansible_selinux == 'enforcing'\n\n- name: configure / Update yum packages\n yum:\n name: '*'\n state: latest\n update_cache: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 355, "all_permissive": false }
ansible_role
shou6216/ansible-usage
70eb8ae883ac652d2fe4e11721ed509f9929d210
0
wordpress/roles/mariadb
5,117
[ "no_license" ]
[ { "path": "wordpress/roles/mariadb/tasks/main.yml", "content": "---\n- include_tasks: roles/mariadb/tasks/check_install.yml\n- include_tasks: roles/mariadb/tasks/install.yml\n- include_tasks: roles/mariadb/tasks/configure.yml\n\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 882, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/add-new-site-to-netbox
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/add-new-site-to-netbox/tasks/main.yml", "content": "--- \n- name: \"Run local python script create_new-site_documentation.py\"\n script: './roles/add-new-site-to-netbox/files/create_new-site_documentation.py -town {{ new_site_name }} -id {{ new_site_id }} -core_id {{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8781, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/add-new-vlan-to-cluster
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/add-new-vlan-to-cluster/files/create_new_portgroup.ps1", "content": "# Parameters skal udfyldes for scriptet kan køre\r\nparam (\r\n [string]$type = $(throw \"-type is required - can be standalone OR cluster.\"),\r\n [string]$ip = $(throw \"-ip is required - can be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4404, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/add-new-vlan-to-netbox
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/add-new-vlan-to-netbox/tasks/main.yml", "content": "--- \n- name: \"Run local python script: create_new_vlan_documentation.py\"\n script: './roles/add-new-vlan-to-netbox/files/create_new_vlan_documentation.py -name {{ new_vlan_name }} -id {{ new_vlan_id }} -subnet {{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3755, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/cisco-git-backup
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/cisco-git-backup/tasks/main.yml", "content": "---\n- name: Cisco - Get running configuration\n ios_config:\n backup: yes\n backup_options:\n filename: \"{{inventory_hostname}}.cfg\"\n dir_path: \"{{git_network_backup_configs}}/\"\n register: config\n wh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1356, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/cisco-hostname
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/cisco-hostname/tasks/main.yml", "content": "--- \n- name: Configure hostname\n ios_config:\n lines: hostname {{ inventory_hostname }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 94, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/cisco-password-encryption
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/cisco-password-encryption/tasks/main.yml", "content": "---\n- name: Enable service password-encryption\n ios_config:\n lines:\n - \"service password-encryption\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 110, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/cisco-snmp
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/cisco-snmp/vars/main.yml", "content": "nms_ip: 10.0.20.6\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 18 }, { "path": "ansible/networking/roles/cisco-snmp/tasks/main.yml", "content": "--- \n- name: Configure SNMP version...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 345, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/cisco-syslog
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/cisco-syslog/tasks/main.yml", "content": "---\n- name: Configure remote syslog\n ios_config:\n lines:\n - \"logging host {{syslog.server_ip}}\"\n# - \"logging source-interface vlan{{syslog.source_if}}\"\n", "license_type": "no_license", "detected_lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 219, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/cisco-timezone
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/cisco-timezone/tasks/main.yml", "content": "--- \n- name: Configure DEN as timzone\n ios_config:\n lines: \"clock timezone DEN 1 0\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 91, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/cisco-vlans
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/cisco-vlans/tasks/main.yml", "content": "--- \n- name: Configure VLAN ID\n ios_config:\n lines:\n - \"vlan {{ item.vid }}\"\n with_items: \"{{ vlans.json.results }}\"\n loop_control:\n label: \"Vlan ID: {{ item.vid }}\"\n when: 'vlans is defined and vlan...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 567, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/cisco-vtp-transparent
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/cisco-vtp-transparent/tasks/main.yml", "content": "--- \n- name: Configure VTP mode transparent\n ios_config:\n lines: \"vtp mode transparent\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 95 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 95, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/fortigate-add-vlan
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/fortigate-add-vlan/tasks/main.yml", "content": "--- \n- name: Create vlan interfaces.\n fortios_system_interface:\n vdom: \"root\"\n state: \"present\"\n access_token: \"{{ api_token }}\"\n system_interface:\n vdom: \"root\"\n name: \"{{ new_vl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 950, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/networking/roles/get-netbox-data
5,237
[ "no_license" ]
[ { "path": "ansible/networking/roles/get-netbox-data/vars/main.yml", "content": "netbox_token: <PASSWORD> \nnetbox_url: https://netbox01.netupnu.dk\ndc_vlans_group: \"dc01-vlans\"\nnetbox_headers:\n Authorization: \"token {{ netbox_token }}\"\n Content-Type: \"application/json\"\n\n\n", "license_type":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1090, "all_permissive": false }
ansible_role
0lesen/H6-Projekt
871cff714dcbc7bf81e48c47046ff0a97776bc66
0
ansible/servers/roles/netupnu-default
5,237
[ "no_license" ]
[ { "path": "ansible/servers/roles/netupnu-default/tasks/main.yml", "content": "### Set timzone \n- name: set timezone to Europe/Copenhagen\n become: true\n timezone:\n name: Europe/Copenhagen\n notify:\n - update timezone\n\n### create users\n- name: Make sure wheel group exsists\n become: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3080, "all_permissive": false }
ansible_role
cheng1993/ansible_playbook
9bb88ce45c5bad4f72326304917798a45acb3807
0
roles/base
5,237
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n# tasks file for base\n\n- name: Start chrony\n systemd:\n name: chronyd\n state: started\n enabled: yes\n\n- name: Config time sync\n template:\n src: chrony_client.conf.j2\n dest: /etc/chrony.conf\n owner: root\n group: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3223, "all_permissive": false }
ansible_role
cheng1993/ansible_playbook
9bb88ce45c5bad4f72326304917798a45acb3807
0
roles/chrony
5,237
[ "no_license" ]
[ { "path": "roles/chrony/handlers/main.yml", "content": "---\n# handlers file for chrony\n- name: Restart chrony\n systemd:\n name: chronyd\n state: restarted\n\n- name: Restart firewalld\n systemd:\n name: firewalld\n state: restarted\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1555, "all_permissive": false }
ansible_role
cheng1993/ansible_playbook
9bb88ce45c5bad4f72326304917798a45acb3807
0
roles/keepalived
5,237
[ "no_license" ]
[ { "path": "roles/keepalived/templates/keepalived.conf.j2", "content": "global_defs {\r\n router_id {{ ansible_hostname }}\r\n}\r\n\r\nvrrp_script chk_nginx_proxy {\r\n script \"/server/scripts/chk_nginx_proxy.sh\"\r\n interval 1\r\n weight -60\r\n}\r\n\r\nvrrp_instance VI_1 {\r\n state {{ stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1306, "all_permissive": false }
ansible_role
cheng1993/ansible_playbook
9bb88ce45c5bad4f72326304917798a45acb3807
0
roles/lsyncd
5,237
[ "no_license" ]
[ { "path": "roles/lsyncd/templates/rsync.passwd.j2", "content": "{{ rsync_auth_user_pass }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/lsyncd/tasks/main.yml", "content": "---\n# tasks file for lsyncd\n- name: Install lsyncd\n yum:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1081, "all_permissive": false }
ansible_role
cheng1993/ansible_playbook
9bb88ce45c5bad4f72326304917798a45acb3807
0
roles/mariadb
5,237
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n# tasks file for mariadb\n- name: Install mariadb-server\n yum:\n name: mariadb-server\n state: latest\n\n- name: Config mariadb-server\n copy:\n src: my.cnf.j2\n dest: /etc/my.cnf\n owner: root\n group: root\n mode: '0644'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 951, "all_permissive": false }
ansible_role
cheng1993/ansible_playbook
9bb88ce45c5bad4f72326304917798a45acb3807
0
roles/nfs
5,237
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yml", "content": "---\n# tasks file for nfs\n- name: Install nfs-utils\n yum:\n name: nfs-utils\n state: latest\n\n- name: Config nfs-utils\n template:\n src: exports.j2\n dest: /etc/exports\n owner: root\n group: root\n mode: '0644'\n notify: Restart ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 926, "all_permissive": false }
ansible_role
cheng1993/ansible_playbook
9bb88ce45c5bad4f72326304917798a45acb3807
0
roles/nginx
5,237
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: Install nginx\n yum:\n name: nginx\n state: latest\n\n- name: Config nginx\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/nginx.conf\n owner: root\n group: root\n mode: '0644'\n notify: Rest...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
cheng1993/ansible_playbook
9bb88ce45c5bad4f72326304917798a45acb3807
0
roles/php
5,237
[ "no_license" ]
[ { "path": "roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: install php\n yum:\n name: \"{{ packages }}\"\n state: present\n enablerepo: remi-php71\n when: is_php\n\n- name: Config php\n template:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n owner: \"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1029, "all_permissive": false }
ansible_role
cheng1993/ansible_playbook
9bb88ce45c5bad4f72326304917798a45acb3807
0
roles/redis
5,237
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "---\n# tasks file for redis\n- name: Install redis\n yum:\n name: redis\n state: latest\n\n- name: Config redis\n template:\n src: redis.conf.j2\n dest: /etc/redis.conf\n owner: redis\n group: root\n mode: '0640'\n notify: Restart r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
cheng1993/ansible_playbook
9bb88ce45c5bad4f72326304917798a45acb3807
0
roles/rsync
5,237
[ "no_license" ]
[ { "path": "roles/rsync/templates/rsync.passwd.j2", "content": "{{ rsync_auth_user }}:{{ rsync_auth_user_pass }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "roles/rsync/handlers/main.yml", "content": "---\n# handlers file for rsync\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1539, "all_permissive": false }
ansible_role
cheng1993/ansible_playbook
9bb88ce45c5bad4f72326304917798a45acb3807
0
roles/website
5,237
[ "no_license" ]
[ { "path": "roles/website/tasks/kodcloud.yml", "content": "---\n- name: copy config file\n template:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n owner: root\n group: root\n mode: '0644'\n loop:\n - { src: nginx_template.conf.j2, dest: /etc/nginx/conf.d/proxy_kodcloud.oldboyedu...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5694, "all_permissive": false }
ansible_role
JosephBrianChambers/terraform-ansible-publishable
c35c20863651d95d111f616f85af5e8bb5763c8e
0
ansible/roles/configure_deploy_user
5,237
[ "no_license" ]
[ { "path": "ansible/roles/configure_deploy_user/tasks/main.yml", "content": "---\n- name: Create deploy user\n become: true\n user:\n name: deploy\n state: present # Defaults to present\n shell: /bin/bash # Defaults to /bin/bash\n system: no # Defaults to no\n creat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 655, "all_permissive": false }
ansible_role
JosephBrianChambers/terraform-ansible-publishable
c35c20863651d95d111f616f85af5e8bb5763c8e
0
ansible/roles/nginx
5,237
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n become: yes\n apt: name=nginx state=latest\n\n- name: Check whether the default Nginx site config exists\n stat:\n path: /etc/nginx/sites-enabled/default\n register: default_nginx_site\n\n- name: Disable NGINX De...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 856, "all_permissive": false }
ansible_role
Jonatas-Gabriel/Projeto-01---DevOps-com-Vagrant-e-Ansible
d8b7c58cf81ab3f530f646ea16d40ea643926d69
0
ansible/roles/app
5,237
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "- name: Instalar Apache\n apt:\n name: apache2\n state: present\n\n- name: Ativar e iniciar Apache\n service:\n name: apache2\n state: started\n enabled: yes\n\n- name: Substituir index.html do Apache\n copy:\n src: index.html\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 842, "all_permissive": false }
ansible_role
Jonatas-Gabriel/Projeto-01---DevOps-com-Vagrant-e-Ansible
d8b7c58cf81ab3f530f646ea16d40ea643926d69
0
ansible/roles/cli
5,237
[ "no_license" ]
[ { "path": "ansible/roles/cli/tasks/main.yml", "content": "- name: Instalar Firefox e Xauth\n apt:\n name:\n - firefox-esr\n - xauth\n state: present\n\n- name: Habilitar exportação X11 no SSH\n lineinfile:\n path: /etc/ssh/sshd_config\n regexp: '^X11Forwarding'\n line: 'X11Forward...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 766, "all_permissive": false }
ansible_role
Jonatas-Gabriel/Projeto-01---DevOps-com-Vagrant-e-Ansible
d8b7c58cf81ab3f530f646ea16d40ea643926d69
0
ansible/roles/db
5,237
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "- name: Instalar MariaDB\n apt:\n name: mariadb-server\n state: present\n\n- name: Garantir que o MariaDB esteja ativo\n service:\n name: mariadb\n state: started\n enabled: yes\n\n# AUTOMONTAGEM NFS\n\n- name: Instalar autofs\n apt:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 701, "all_permissive": false }
ansible_role
jcpowermac/ansible-kvm-centos-install
b169b13881c1984adf9c8dc4548e419c8b298ed9
0
roles/configure_static_ip
5,237
[ "no_license" ]
[ { "path": "roles/configure_static_ip/defaults/main.yml", "content": "---\n# defaults file for configure_static_ip\nnetwork_config_path: \"/etc/sysconfig/network-scripts/ifcfg-{{ ansible_default_ipv4.interface }}\"\nsshkey_path: \"/home/jcallen/.ssh/id_rsa.pub\"\n\nipv4: \"{{ ip_address }}/{{ ansible_default...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2156, "all_permissive": false }
ansible_role
jcpowermac/ansible-kvm-centos-install
b169b13881c1984adf9c8dc4548e419c8b298ed9
0
roles/redirect_on_write
5,237
[ "no_license" ]
[ { "path": "roles/redirect_on_write/library/virt_clone.py", "content": "#!/usr/bin/python\n\ntry:\n import libvirt\n LIBVIRT = True\nexcept:\n LIBVIRT = False\n pass\n\n\ndef main():\n \n argument_spec = dict(src=dict(required=True, type='str'),\n dest=dict(required=True, type='s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1204, "all_permissive": false }
ansible_role
jcpowermac/ansible-kvm-centos-install
b169b13881c1984adf9c8dc4548e419c8b298ed9
0
roles/virt_install
5,237
[ "no_license" ]
[ { "path": "roles/virt_install/defaults/main.yml", "content": "---\n# defaults file for virt-install\n\nreleasever: 7\nextra_args:\n - \"ks=http://{{ ks_ip_address }}:{{ webserver_port }}/{{ name }}.cfg ip=dhcp console=ttyS0,115200n8 serial\"\nlocation: 'http://centos.mbni.med.umich.edu/mirror/7.2.1511/os...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 10155, "all_permissive": false }
ansible_role
jcpowermac/ansible-kvm-centos-install
b169b13881c1984adf9c8dc4548e419c8b298ed9
0
roles/virt_ipaddress
5,237
[ "no_license" ]
[ { "path": "roles/virt_ipaddress/tasks/main.yml", "content": "---\n- name: \"power {{ inventory_hostname }} on\"\n virt:\n name: \"{{ inventory_hostname }}\"\n command: start\n when: redirect_on_write is not defined or not redirect_on_write\n\n- name: retrieve ip address\n virt_ipaddress:\n name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
edwardtheharris/jenkins.arch
e36027460d8975c1a94439c31934187915acfe9f
0
roles/actual
5,237
[ "no_license" ]
[ { "path": "roles/actual/handlers/main.yml", "content": "---\n# handlers file for jenkins-actual", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/actual/tests/remove.yml", "content": "---\n- hosts: localhost\n tasks:\n linode:\n st...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6977, "all_permissive": false }
ansible_role
edwardtheharris/jenkins.arch
e36027460d8975c1a94439c31934187915acfe9f
0
roles/common
5,237
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Add some auth keys.\n authorized_key:\n user: duchess\n key: \"{{ item }}\"\n state: present\n loop:\n - \"{{ lookup('file', 'roles/common/files/travis.pub') }}\"\n - \"{{ lookup('file', 'roles/common/files/goldilocks.pub') }...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1521, "all_permissive": false }
ansible_role
edwardtheharris/jenkins.arch
e36027460d8975c1a94439c31934187915acfe9f
0
roles/init
5,237
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yml", "content": "---\n- name: Update pacman.\n pacman:\n update_cache: yes\n upgrade: yes\n- name: Update root ps1.\n lineinfile:\n line: \"{{ root_psone }}\"\n dest: /root/.bashrc\n state: present\n create: yes\n- name: Fix sudoers.\n copy:\n src: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 870, "all_permissive": false }
ansible_role
edwardtheharris/jenkins.arch
e36027460d8975c1a94439c31934187915acfe9f
0
roles/linode
5,237
[ "no_license" ]
[ { "path": "roles/linode/handlers/main.yml", "content": "---\n# handlers file for linode", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/linode/defaults/main.yml", "content": "---\n# defaults file for linode", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1314, "all_permissive": false }
ansible_role
edwardtheharris/jenkins.arch
e36027460d8975c1a94439c31934187915acfe9f
0
roles/worker
5,237
[ "no_license" ]
[ { "path": "roles/worker/defaults/main.yml", "content": "---\n# defaults file for alpha", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/worker/handlers/main.yml", "content": "---\n# handlers file for alpha", "license_type": "no_license...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 1215, "all_permissive": false }
ansible_role
spa137/language_patrol
33d8a61399b39ef1228bb336741ca616f23dfc14
2
v22_progs/roles/hello_print
5,237
[ "no_license" ]
[ { "path": "v22_progs/roles/hello_print/tasks/main.yml", "content": " - name: info\n shell: echo \"`date & hostname`\" > /home/$USER/Desktop/info.txt\n - name: info2\n shell: echo \"Привіт, Сергій!\" >> /home/$USER/Desktop/info.txt\n\n\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 168, "all_permissive": false }
ansible_role
HoriTaichi/ansible-aws
df1c364e59196332f5963efcda51bc573b1fda88
0
playbooks/roles/centos7_common
5,237
[ "no_license" ]
[ { "path": "playbooks/roles/centos7_common/tasks/main.yml", "content": "- name: EPELインストール\n yum:\n name: epel-release\n\n- name: ユーティリティインストール\n yum:\n name: ['bind-utils', 'expect', 'git', 'lzop', 'mlocate', 'net-tools', 'rsync', 'unzip', 'zip']\n\n #- name: SELinux停止\n # selinux:\n # ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 295, "all_permissive": false }
ansible_role
HoriTaichi/ansible-aws
df1c364e59196332f5963efcda51bc573b1fda88
0
playbooks/roles/nginx
5,237
[ "no_license" ]
[ { "path": "playbooks/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n - name: nginxインストール\n yum:\n name: nginx\n enablerepo: epel\n - name: nginx起動設定\n service:\n name: nginx\n state: started\n enabled: true\n", "license_type": "no_license"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 200, "all_permissive": false }
ansible_role
HoriTaichi/ansible-aws
df1c364e59196332f5963efcda51bc573b1fda88
0
playbooks/roles/php
5,237
[ "no_license" ]
[ { "path": "playbooks/roles/php/tasks/main.yml", "content": "---\n# tasks file for php\n- name: Remiリポジトリ追加\n yum:\n name: https://rpms.remirepo.net/enterprise/remi-release-7.rpm\n\n #- name: PHP 7.2インストール\n # yum:\n # name: ['php', 'php-fpm', 'php-mbstring', 'php-pdo', 'php-gd', 'php-xml', ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 665, "all_permissive": false }
ansible_role
DmitriyRomanovich/Ansible_Roles
914097d124ba746da258b156e1d78dbf92696069
0
roles/ansible-ics-ans-role-java
5,237
[ "no_license" ]
[ { "path": "roles/ansible-ics-ans-role-java/defaults/main.yml", "content": "---\njava_openjdk_version: \"15.0.2\"\njava_openjdk_archive: \"https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15.0.2%2B7/OpenJDK15U-jdk_x64_linux_hotspot_15.0.2_7.tar.gz\"\njava_openjfx_version: \"13.0.1\"\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 7359, "all_permissive": false }
ansible_role
srujan6399/common-sampleplays-config
9d98d4335eaac79ca216885d5535774593db9c60
0
roles/role-sampledata-config
5,237
[ "no_license" ]
[ { "path": "roles/role-sampledata-config/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - role-sampledata-config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/role-sampledata-config/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 411, "all_permissive": false }
ansible_role
srujan6399/common-sampleplays-config
9d98d4335eaac79ca216885d5535774593db9c60
0
roles/role-tasktempalte-config
5,237
[ "no_license" ]
[ { "path": "roles/role-tasktempalte-config/vars/main.yml", "content": "---\n# vars file for role-tasktempalte-config", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "roles/role-tasktempalte-config/handlers/main.yml", "content": "---\n# handlers f...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1469, "all_permissive": false }
ansible_role
rajkumar1498/ci-cd-pipeline-submit
9df2f7f7522c56190ff4a0e6bb0f2ed43a1fce5a
0
.circleci/ansible/roles/configure-server
5,237
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/configure-server/tasks/main.yml", "content": "---\n# - name: \"Remove any node npm that might already be installed.\"\n# debugger: on_failed\n# become: yes\n# apt:\n# name: [\"nodejs\", \"npm\"]\n# state: absent\n# purge: yes\n\n- name: \"update apt packa...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1247, "all_permissive": false }
ansible_role
rajkumar1498/ci-cd-pipeline-submit
9df2f7f7522c56190ff4a0e6bb0f2ed43a1fce5a
0
.circleci/ansible/roles/deploy
5,237
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "--- \n- name: \"unarchive backend files\"\n unarchive: \n dest: /home/ubuntu/\n src: backend.tar.gz\n \n- name: \"upgrade packages.\"\n become: true\n apt:\n upgrade: \"yes\"\n \n#- name: \"install dependencies.\"\n # b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 550, "all_permissive": false }
ansible_role
lel99999/dev_AnalyticsTerminalRH7
1004bc560f51f76cd3864f6f8390367847bf8f22
0
roles/clouseau
5,237
[ "no_license" ]
[ { "path": "roles/clouseau/tasks/main.yml", "content": "---\n- name: Get clouseau code\n git:\n repo: https://github.com/cfpb/clouseau\n dest: /opt/clouseau\n force: yes\n\n#- name: Create links\n# file:\n# path: \"/usr/local/bin/{{ item }}\"\n# src: \"/opt/clouseau/bin/{{ item }}\"\n# st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 563, "all_permissive": false }
ansible_role
lel99999/dev_AnalyticsTerminalRH7
1004bc560f51f76cd3864f6f8390367847bf8f22
0
roles/eod7
5,237
[ "no_license" ]
[ { "path": "roles/eod7/tasks/install_eod.yaml", "content": "---\n- name: Install python3 pip\n yum:\n name: python3-pip\n state: present\n\n- name: Install gdown for remote download\n shell: pip3 install gdown\n\n- name: Use gdown to download file\n shell: /usr/local/bin/gdown https://drive.google.c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1347, "all_permissive": false }
ansible_role
lel99999/dev_AnalyticsTerminalRH7
1004bc560f51f76cd3864f6f8390367847bf8f22
0
roles/jupyterRH7
5,237
[ "no_license" ]
[ { "path": "roles/jupyterRH7/tasks/main.yml", "content": "# main.yml - Activate EPEL\n---\n- name: Instell Latest EPEL 7 Release\n # shell: yum install \"{{ epel_url }}\" -y --nogpgcheck\n yum:\n name: \"{{ epel_url }}\"\n state: present\n disable_gpg_check: yes\n tags:\n - jupyterRH7\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1203, "all_permissive": false }
ansible_role
lel99999/dev_AnalyticsTerminalRH7
1004bc560f51f76cd3864f6f8390367847bf8f22
0
roles/python27RH7-System
5,237
[ "no_license" ]
[ { "path": "roles/python27RH7-System/tasks/main.yml", "content": "# main.yml - Install Python 2.7 and Packages from RedHat Satellite\n---\n- name: Install Python27 packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python-apipkg\n - python2-apipkg\n - python2-pip\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1433, "all_permissive": false }
ansible_role
lel99999/dev_AnalyticsTerminalRH7
1004bc560f51f76cd3864f6f8390367847bf8f22
0
roles/python3RH7
5,237
[ "no_license" ]
[ { "path": "roles/python3RH7/tasks/main.yml", "content": "# main.yml - Install Python 3.6 from RedHat Satellite\n---\n- name: Install Python36 packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python36\n# - python36-PyYAML\n - ftp://ftp.pbone.net/mirror/download.fedora...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 677, "all_permissive": false }