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
nareshdevops9447/roboshop-ansibe
c88e8a2c0fa4c3660238f3f14490a2fa3e26743d
0
roles/frontend
7,392
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Installing nginx\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: remove directory\n ansible.builtin.file:\n path: /usr/share/nginx/html\n state: absent\n\n- name: Creating the application directory\n ansible.bui...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 791, "all_permissive": false }
ansible_role
nareshdevops9447/roboshop-ansibe
c88e8a2c0fa4c3660238f3f14490a2fa3e26743d
0
roles/mysql
7,392
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: setup mongodb yum repo file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Disable MySQL 8\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: Installing mysql 5.7\n ansible.builtin.yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 530, "all_permissive": false }
ansible_role
yukin520/ansible-module-build-practice
e0bd2f3abe7fe405b80b82e0043524c81cde283a
0
roles/sample-module-test
7,392
[ "no_license" ]
[ { "path": "roles/sample-module-test/tasks/main.yml", "content": "\n- name: run the new module\n sample-module:\n name: \"hello\"\n new: true\n register: testout\n- name: dump test output\n debug:\n msg: ‘{{ testout }}’\n ", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/common
7,392
[ "no_license" ]
[ { "path": "roles/common/tasks/100_install_general_packages.yml", "content": "---\n\n- include: 101_apt_configuration.yml\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'\n\n- name: \"[Install Packages - General]: Update all packages to the latest version\"\n apt:\n upgrade: ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5265, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/docker
7,392
[ "no_license" ]
[ { "path": "roles/docker/tasks/102_update_daemon.yml", "content": "---\n\n- name: \"[Docker - Daemon]: Copy the demon config over\"\n copy:\n src: daemon.json\n dest: /etc/docker/daemon.json\n mode: '0644'\n register: docker_\n when: ansible_distribution == 'Debian' or ansible_distribution == 'Ub...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1885, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/firewall
7,392
[ "no_license" ]
[ { "path": "roles/firewall/tasks/101_firewalld_configuration.yml", "content": "---\n\n- name: \"[Firewall]: Create firewall Public zone\"\n firewalld:\n source: 192.168.0.0/24\n permanent: yes\n state: enabled\n zone: public\n register: add_zone\n\n- name: \"[Firewall]: Restart firewall\"\n sy...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1095, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/flux
7,392
[ "no_license" ]
[ { "path": "roles/flux/tasks/200_namespaces.yml", "content": "---\n\n- name: \"[Configure Namespaces]: Create namespace for flux\"\n k8s:\n state: present\n validate_certs: no\n kubeconfig: \"/home/{{LOCAL_USER}}/.kube/config\"\n definition:\n apiVersion: v1\n kind: Namespace\n me...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1769, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/haproxy
7,392
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/500_init.yml", "content": "---\n\n- name: Restart rsyslog\n systemd:\n name: rsyslog\n state: restarted\n tags:\n - install_haproxy\n\n- name: Start HAProxy server\n systemd:\n name: haproxy\n enabled: yes\n state: restarted\n tags:\n - install_haproxy...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 8269, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/helm
7,392
[ "no_license" ]
[ { "path": "roles/helm/templates/tiller-host-csr.json.j2", "content": "{\n \"CN\": \"tiller-server\",\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"names\": [\n {\n \"C\": \"{{TLS_C}}\",\n \"L\": \"{{TLS_L}}\",\n \"O\": \"Tiller Server\",\n \"OU\": \"{{TLS_OU}}\...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 13047, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/hosts
7,392
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yml", "content": "---\n\n- name: \"[Hosts]: Transfer hosts file\"\n template:\n src: hosts.j2\n dest: /etc/hosts\n mode: '0644'\n tags:\n - common\n - hosts\n\n- name: \"[Hosts]: Set the hostname\"\n hostname:\n name: \"{{inventory_hostname}}\"\n tags:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1045, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/instances
7,392
[ "no_license" ]
[ { "path": "roles/instances/tasks/libvirt/102_prep_node_disks_libvirt.yml", "content": "---\n\n- name: \"[Prep node disks - {{item}}]: Check if disk has been initialised already\"\n stat:\n path: \"{{LIBVIRT_IMAGES}}/ssd/{{item}}.qcow2\"\n register: disk_check\n\n- name: \"[Prep node disks - {{item}}]: ...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 19495, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/istio
7,392
[ "no_license" ]
[ { "path": "roles/istio/tasks/main.yml", "content": "---\n\n- include: 100_fetch_istio.yml\n tags:\n - install_istio\n - fetch_itsio\n\n- include: 101_install_istio.yml\n tags:\n - install_istio", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { "pa...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3780, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/kube-prometheus
7,392
[ "no_license" ]
[ { "path": "roles/kube-prometheus/files/manifests/prometheus-service.yaml", "content": "apiVersion: v1\nkind: Service\nmetadata:\n labels:\n prometheus: k8s\n name: prometheus-k8s\n namespace: monitoring\nspec:\n ports:\n - name: web\n nodePort: 30905\n port: 9090\n targetPort: web\n select...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1564, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/kubeadm
7,392
[ "no_license" ]
[ { "path": "roles/kubeadm/tasks/110_firewall_fix.yml", "content": "---\n\n- name: \"[Init]: Firewall fix pt1\"\n systemd:\n name: \"{{item}}\"\n state: restarted\n with_items:\n - kubelet\n - docker\n\n- name: \"[Init]: Firewall fix pt2\"\n command: \"iptables --flush && sudo iptables -tnat --...
{ "task_files": 11, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 14075, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/libvirtd
7,392
[ "no_license" ]
[ { "path": "roles/libvirtd/tasks/104_images.yml", "content": "---\n\n# Currently not supported by K8S\n#- name: \"[Images]: Check if CentOS 8 template exists\"\n# stat:\n# path: \"{{ LIBVIRT_IMAGES }}/templates/centos8-template.qcow2\"\n# register: centos8_check\n#\n#- name: \"[Images]: Fetch CentOS 8 C...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5717, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/loadbalancer
7,392
[ "no_license" ]
[ { "path": "roles/loadbalancer/tasks/103_http.yml", "content": "---\n\n- name: Delete k8s-http virtual service\n uri:\n url: \"https://{{LB_USER}}:{{LB_PASSWD}}@{{hostvars['k8s-controllers-lb']['ansible_host']}}/access/delvs?vs={{K8S_CONTROL_PLANE_LB_ADDRESS}}&port=80&prot=tcp\"\n method: GET\n val...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 10473, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/nfs
7,392
[ "no_license" ]
[ { "path": "roles/nfs/tasks/104_service.yml", "content": "---\n\n- name: \"[Service]: Restart NFS\"\n systemd:\n name: nfs\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/nfs/tasks/103_firewall.yml", "content": "-...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 1450, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/prometheus
7,392
[ "no_license" ]
[ { "path": "roles/prometheus/templates/storageos-install.yml.j2", "content": "apiVersion: \"storageos.com/v1\"\nkind: StorageOSCluster\nmetadata:\n name: \"k8s-storageos\"\n namespace: \"storageos-operator\"\nspec:\n secretRefName: \"storageos-api\"\n secretRefNamespace: \"storageos-operator\"\n k8sDist...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3838, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/storageos
7,392
[ "no_license" ]
[ { "path": "roles/storageos/tasks/105_test.yml", "content": "---\n\n- name: \"[Test]: Checking StorageOS commands work\"\n command: \"storageos -u{{STORAGEOS_USERNAME}} -p{{STORAGEOS_PASSWORD}} -H http://{{STORAGEOS_HOST}}:5705 volume ls\"\n register: storageos_check\n ignore_errors: true\n run_once: tru...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4339, "all_permissive": false }
ansible_role
drew-viles/KubernetesForAll
f9cff420b1e8d5d0868ed9c2e88ab085c0082ea8
0
roles/weave
7,392
[ "no_license" ]
[ { "path": "roles/weave/tasks/main.yml", "content": "---\n\n#- name: \"[Kubeadm - Weave]: Check status of Weave\"\n# k8s_info:\n# validate_certs: no\n# kubeconfig: \"/home/{{LOCAL_USER}}/.kube/config\"\n# api_version: v1\n# kind: Pod\n# namespace: kube-system\n# label_selectors:\n# - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1202, "all_permissive": false }
ansible_role
RedlineTriad/private_server
defced3d9de1e186e6c7f8c3cc74dd4ddd438977
4
software/roles/backup
7,392
[ "no_license" ]
[ { "path": "software/roles/backup/tasks/main.yml", "content": "---\n- name: Get backup server fingerprint\n ansible.builtin.command:\n cmd: >\n ssh-keyscan\n -t ed25519\n {{ BORG_BACKUP_REPOSITORY | urlsplit(\"hostname\") }}\n changed_when: false\n register: fingerprint\n when: BORG_BAC...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1521, "all_permissive": false }
ansible_role
RedlineTriad/private_server
defced3d9de1e186e6c7f8c3cc74dd4ddd438977
4
software/roles/docker
7,392
[ "no_license" ]
[ { "path": "software/roles/docker/tasks/main.yml", "content": "---\n- name: Install aptitude\n ansible.builtin.apt:\n name: aptitude\n state: present\n\n- name: Install required system packages\n ansible.builtin.apt:\n pkg:\n - gnupg\n state: present\n\n- name: Add Docker GPG apt Key\n an...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1337, "all_permissive": false }
ansible_role
RedlineTriad/private_server
defced3d9de1e186e6c7f8c3cc74dd4ddd438977
4
software/roles/docker_compose_app
7,392
[ "no_license" ]
[ { "path": "software/roles/docker_compose_app/tasks/get_files.yml", "content": "---\n\n- name: Get List of Files\n ansible.builtin.find:\n paths: >-\n {{\n ansible_search_path\n | map('regex_replace', '(^.*$)', '\\1/templates/' ~ app)\n }}\n exclude: \"{{ template | ternary(omi...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2930, "all_permissive": false }
ansible_role
RedlineTriad/private_server
defced3d9de1e186e6c7f8c3cc74dd4ddd438977
4
software/roles/docker_compose_apps
7,392
[ "no_license" ]
[ { "path": "software/roles/docker_compose_apps/templates/grocy/docker-compose.yml", "content": "---\nversion: '2.4'\n\nservices:\n frontend:\n image: grocy/frontend:v3.3.2-4\n restart: unless-stopped\n read_only: true\n tmpfs:\n - /tmp\n networks:\n - default\n - rproxy\n la...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 18096, "all_permissive": false }
ansible_role
RedlineTriad/private_server
defced3d9de1e186e6c7f8c3cc74dd4ddd438977
4
software/roles/docker_daemon
7,392
[ "no_license" ]
[ { "path": "software/roles/docker_daemon/files/daemon.json", "content": "{\n \"ip\": \"127.0.0.1\",\n \"ipv6\": true,\n \"fixed-cidr-v6\": \"fddc:a418:b327::/48\",\n \"log-driver\": \"json-file\",\n \"log-opts\": {\n \"labels-regex\": \"^.+\",\n \"tag\": \"{{.ImageName}}|{{.Name}}|{{.ImageFullID}}...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 590, "all_permissive": false }
ansible_role
RedlineTriad/private_server
defced3d9de1e186e6c7f8c3cc74dd4ddd438977
4
software/roles/load_secrets
7,392
[ "no_license" ]
[ { "path": "software/roles/load_secrets/tasks/main.yml", "content": "---\n- name: Set Secrets\n ansible.builtin.set_fact:\n \"{{ item }}\": >-\n {{\n vars[item]\n | default(lookup('ansible.builtin.env', item))\n }}\n delegate_to: localhost\n loop:\n - AUTHELIA_JWT_SECRET\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 578, "all_permissive": false }
ansible_role
RedlineTriad/private_server
defced3d9de1e186e6c7f8c3cc74dd4ddd438977
4
software/roles/ssh_credentials
7,392
[ "no_license" ]
[ { "path": "software/roles/ssh_credentials/tasks/main.yml", "content": "---\n- name: Create SSH Key Folder\n ansible.builtin.file:\n path: ~/.ssh\n state: directory\n mode: 0700\n\n- name: Install SSH Private Key\n ansible.builtin.copy:\n content: \"{{ SSH_PRIVATE_KEY }}\"\n dest: ~/.ssh/id_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 535, "all_permissive": false }
ansible_role
RedlineTriad/private_server
defced3d9de1e186e6c7f8c3cc74dd4ddd438977
4
software/roles/update
7,392
[ "no_license" ]
[ { "path": "software/roles/update/tasks/main.yml", "content": "---\n- name: Update Repositories\n ansible.builtin.apt:\n update_cache: yes\n changed_when: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 99, "all_permissive": false }
ansible_role
pestrovskiy/sf_ansible
99a84bab084720496a0ae8823a7249fd9415c0de
0
B6.9.2.1/roles/dnsmasq
7,388
[ "no_license" ]
[ { "path": "B6.9.2.1/roles/dnsmasq/tasks/main.yml", "content": "---\n# tasks file for vsftp\n- name: install package\n yum:\n name: dnsmasq\n state: installed\n \n- name: start service\n service:\n name: dnsmasq\n state: started\n enabled: yes\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
pestrovskiy/sf_ansible
99a84bab084720496a0ae8823a7249fd9415c0de
0
B6.9.2.3/roles/nginx
7,388
[ "no_license" ]
[ { "path": "B6.9.2.3/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx+php-fpm\n- name: Install EPEL Repo\n yum:\n name=epel-release\n state=present\n\n- name: install nginx\n yum:\n name: nginx\n state: installed\n\n- name: install php-fpm\n yum:\n name: php-fpm\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1285, "all_permissive": false }
ansible_role
xXx-foC/eseries-playbook
1ac7c16b65664280b932fe3f521ad71b11dc5591
0
playbooks/roles/na-eseries
7,388
[ "no_license" ]
[ { "path": "playbooks/roles/na-eseries/tasks/main.yml", "content": "---\n - name: create eseries storage system in web service proxy\n netapp_e_storage_system:\n ssid: \"{{ item.key }}\"\n state: present\n api_url: \"{{ netapp_eseries_api_url }}\"\n api_username: \"{{ netapp_eseries_a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4373, "all_permissive": false }
ansible_role
tkam8/robin_cis
6a0b16b47e647a561202a8bbe29c9237a9f8a873
0
terraform-ansible-google/demo/asia-northeast1/stage/ansible/playbooks/roles/robin_onboarding
7,388
[ "no_license" ]
[ { "path": "terraform-ansible-google/demo/asia-northeast1/stage/ansible/playbooks/roles/robin_onboarding/vars/main.yml", "content": "---\n\n\nas3_virtual_address: \"{{ hostvars[groups['F5_systems'][0]].vs_ip }}\"\nbigip_username_encoded: \"{{ 'admin' | string | b64encode }}\"\nbigip_pass: \"{{ lookup('env', ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 9437, "all_permissive": false }
ansible_role
jetoile/ansible-samples
8fba54c1fba03a2aa550619c650d4ae8cec6a8eb
0
roles/clean-apt
7,388
[ "no_license" ]
[ { "path": "roles/clean-apt/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - clean-apt", "license_type": "no_license", "detected_licenses": [], "size_bytes": 67 }, { "path": "roles/clean-apt/handlers/main.yml", "content": "---\n# handlers file...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 390, "all_permissive": false }
ansible_role
jetoile/ansible-samples
8fba54c1fba03a2aa550619c650d4ae8cec6a8eb
0
roles/clean-docker-host
7,388
[ "no_license" ]
[ { "path": "roles/clean-docker-host/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - clean-docker-host", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/clean-docker-host/tasks/main.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 697, "all_permissive": false }
ansible_role
jetoile/ansible-samples
8fba54c1fba03a2aa550619c650d4ae8cec6a8eb
0
roles/configure-hostname
7,388
[ "no_license" ]
[ { "path": "roles/configure-hostname/defaults/main.yml", "content": "---\n# defaults file for configure-hostname\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "roles/configure-hostname/tasks/main.yml", "content": "---\n# tasks file for config...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 605, "all_permissive": false }
ansible_role
jetoile/ansible-samples
8fba54c1fba03a2aa550619c650d4ae8cec6a8eb
0
roles/configure-ssh
7,388
[ "no_license" ]
[ { "path": "roles/configure-ssh/vars/main.yml", "content": "---\n# vars file for configure-ssh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/configure-ssh/handlers/main.yml", "content": "---\n# handlers file for configure-ssh\n- name: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 689, "all_permissive": false }
ansible_role
jetoile/ansible-samples
8fba54c1fba03a2aa550619c650d4ae8cec6a8eb
0
roles/install-base
7,388
[ "no_license" ]
[ { "path": "roles/install-base/defaults/main.yml", "content": "---\n# defaults file for install-base\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/install-base/vars/main.yml", "content": "---\n# vars file for install-base\n", "lice...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 300, "all_permissive": false }
ansible_role
jetoile/ansible-samples
8fba54c1fba03a2aa550619c650d4ae8cec6a8eb
0
roles/install-docker
7,388
[ "no_license" ]
[ { "path": "roles/install-docker/defaults/main.yml", "content": "---\n# defaults file for install-docker\ndocker_package_name: docker-engine\ndocker_version: 1.12.6-0~ubuntu-{{ansible_distribution_release}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 139 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1497, "all_permissive": false }
ansible_role
mayurssoni/CaseStudy_Webapp
cc8f618e77f76fef657e51e7b9ba44902d63ed60
0
ansible/roles/dockerrun
7,388
[ "no_license" ]
[ { "path": "ansible/roles/dockerrun/tasks/main.yml", "content": "---\n- name: Create a container\n docker_container:\n name: casestudy-spring\n image: \"{{ docker_image }}\"\n ports:\n - \"80:8080\"\n when:\n - ansible_connection != \"docker\"\n\n- debug: msg=\"http://{{ inventory_hostname }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 276, "all_permissive": false }
ansible_role
nouribehnam/github-ansible
6599b13d86a467f90d2e11a6e054a228d54e9f68
0
roles/hosts
7,393
[ "no_license" ]
[ { "path": "roles/hosts/tasks/main.yml", "content": "- name: Update the /etc/hosts file with node name\n become: yes\n become_user: root\n lineinfile:\n dest: \"/etc/hosts\"\n regexp: \".*\\t{{ hostvars[item]['ansible_hostname']}}\\t{{ hostvars[item]['ansible_hostname']}}\"\n line: \"{{ hostvars[...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 505, "all_permissive": false }
ansible_role
nouribehnam/github-ansible
6599b13d86a467f90d2e11a6e054a228d54e9f68
0
roles/install-basic-packages
7,393
[ "no_license" ]
[ { "path": "roles/install-basic-packages/tasks/main.yml", "content": "---\n- name: Install a list of packages\n apt:\n name: \"{{item}}\"\n state: latest\n update_cache: yes\n loop:\n - htop\n - git\n # - curl\n - telnet\n # - vim\n # - net-tools\n # - wget...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
nouribehnam/github-ansible
6599b13d86a467f90d2e11a6e054a228d54e9f68
0
roles/install-node-exporter
7,393
[ "no_license" ]
[ { "path": "roles/install-node-exporter/tasks/main.yml", "content": "---\n - name: Download node-exporter\n unarchive:\n src: https://github.com/prometheus/node_exporter/releases/download/v1.0.1/node_exporter-1.0.1.linux-amd64.tar.gz\n dest: /tmp/\n remote_src: yes\n\n - name: Copy file w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 885, "all_permissive": false }
ansible_role
donb4iu/Kalaxy2
29709f1718f6aa72339ccdfde779f14626161910
0
ansible/roles/microk8s-up
7,393
[ "permissive" ]
[ { "path": "ansible/roles/microk8s-up/tasks/addons.yml", "content": "- name: get current addons state\n become: yes\n command:\n cmd: microk8s.status --format yaml\n changed_when: no\n register: microk8s_status\n\n- name: set current state fact\n set_fact:\n microk8s_status: \"{{ microk8s_status.s...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3004, "all_permissive": true }
ansible_role
jjsymes/minecraft-server-ansible
de33d367c106b61df68666026d5c008331e2b8a9
0
roles/bedrock
7,393
[ "no_license" ]
[ { "path": "roles/bedrock/files/whitelist.json", "content": "[\n {\n \"ignoresPlayerLimit\": true,\n \"name\": \"NeoREALiTi\"\n },\n {\n \"ignoresPlayerLimit\": false,\n \"name\": \"ExpertBark66019\"\n }\n]", "license_type": "no_license", "detected_licenses": [...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3277, "all_permissive": false }
ansible_role
jjsymes/minecraft-server-ansible
de33d367c106b61df68666026d5c008331e2b8a9
0
roles/common
7,393
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Update and upgrade apt packages\n apt:\n upgrade: yes\n update_cache: yes\n become: yes\n\n- name: Get required packages\n apt: \n name: \"{{ required_packages }}\"\n state: present\n update_cache: yes\n become: yes\n\n- na...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 810, "all_permissive": false }
ansible_role
jjsymes/minecraft-server-ansible
de33d367c106b61df68666026d5c008331e2b8a9
0
roles/vanilla_minecraft
7,393
[ "no_license" ]
[ { "path": "roles/vanilla_minecraft/defaults/main.yml", "content": "---\nvanilla_minecraft_version_manifest_url: https://launchermeta.mojang.com/mc/game/version_manifest.json\nvanilla_minecraft_version: latest\nminecraft_max_memory: 1024M\nminecraft_initial_memory: 1024M\n... ", "license_type": "no_licen...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 11632, "all_permissive": false }
ansible_role
jienoel/Interpretation
be1c858a202efa53228cb4e239ec90344d5cd317
0
runway/ansible/roles/common
7,393
[ "no_license" ]
[ { "path": "runway/ansible/roles/common/tasks/main.yml", "content": "---\n - name: install vim / git /vagrant\n apt: pkg=$item state=present\n with_items:\n - vim\n - git\n - virtualbox-4.3\n - vagrant\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": 162, "all_permissive": false }
ansible_role
jienoel/Interpretation
be1c858a202efa53228cb4e239ec90344d5cd317
0
runway/ansible/roles/pxe_server
7,393
[ "no_license" ]
[ { "path": "runway/ansible/roles/pxe_server/tasks/main.yml", "content": "---\n - name: 1. install DHCP\n apt: name=isc-dhcp-server state=present\n\n - name: 2. config DHCP\n copy: src=dhcpd.conf dest=/etc/dhcp/dhcpd.conf\n\n - name: 3. start DHCP\n service: name=isc-dhcp-server state=restarted \n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3164, "all_permissive": false }
ansible_role
jienoel/Interpretation
be1c858a202efa53228cb4e239ec90344d5cd317
0
runway/dev/roles/vagrant
7,393
[ "no_license" ]
[ { "path": "runway/dev/roles/vagrant/tasks/main.yml", "content": "---\n - name: Download vagrant file\n get_url: dest=/var/tmp/vagrant.deb\n url=https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.3_x86_64.deb\n - name: Install vagrant\n command: dpkg --skip-same-version -i /var/tmp/vagran...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 671, "all_permissive": false }
ansible_role
jienoel/Interpretation
be1c858a202efa53228cb4e239ec90344d5cd317
0
runway/dev/vagrant/provisioning/roles/apt
7,393
[ "no_license" ]
[ { "path": "runway/dev/vagrant/provisioning/roles/apt/tasks/main.yml", "content": "---\n - name: apt | main.yml >> ensure apt sources.list present\n copy: src=Ubuntu/precise/sources1.list dest=/etc/apt/sources.list mode=0644 owner=root group=root backup=yes\n #copy: src=Ubuntu/precise/sources.list des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 888, "all_permissive": false }
ansible_role
AnkurJain10/devops_cloud_app
ea7c9c064531120569f9c3448fc5b594caf081e6
0
ansible/playbooks/roles/openvpn
7,393
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/openvpn/defaults/main.yml", "content": "ovpn_cidr: 10.3.0.0/24\novpn_network: 10.3.0.0 255.255.255.0\novpn_push_routes :\n - 172.30.0.0 255.255.0.0\n\nca_dir: /home/ubuntu/ca\n\nca_key_country: US\nca_key_province: Maryland\nca_key_city: Rockville\nca_key_org: UMCP\nca_ke...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1615, "all_permissive": false }
ansible_role
AnkurJain10/devops_cloud_app
ea7c9c064531120569f9c3448fc5b594caf081e6
0
ansible/playbooks/roles/openvpn-add-client
7,393
[ "no_license" ]
[ { "path": "ansible/playbooks/roles/openvpn-add-client/templates/openvpn_client.ovpn.j2", "content": "client\ndev tun\nproto udp\nremote {{ groups['vpn_public'][0] }} {{ ovpn_port }}\nresolv-retry infinite\nnobind\n# user nobody\n# group nobody\npersist-key\npersist-tun\n\npull-filter ignore redirect-gateway...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1797, "all_permissive": false }
ansible_role
EmmanuelOuzan/Ansible
77adc84ed26b800bb9803726fe1ef74ef069d6d2
0
roles/common
7,393
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\r\n- name: Ansible apt installation\r\n become: true\r\n apt:\r\n name: ['vim', 'zip']\r\n update_cache: true\r\n state: present\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
EmmanuelOuzan/Ansible
77adc84ed26b800bb9803726fe1ef74ef069d6d2
0
roles/hello-world
7,393
[ "no_license" ]
[ { "path": "roles/hello-world/server.yml", "content": "---\n- hosts: EC2\n roles:\n - role: 'hello-world'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 }, { "path": "roles/hello-world/tasks/main.yml", "content": "---\n- name: Copy using inline content...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 163, "all_permissive": false }
ansible_role
yuuuutsk/ansible-isucon
b5cf5eba4a9ba757d5f5e26c36610ca8ab98215d
0
isucon8-qualifier/roles/common
7,393
[ "no_license" ]
[ { "path": "isucon8-qualifier/roles/common/tasks/main.yml", "content": "---\n\n- yum:\n state: present\n name: \"{{item}}\"\n with_items:\n - git\n - sudo\n - vim\n - tmux\n\n- user:\n name: isucon\n\n- copy:\n src: 90-isucon-user\n dest: /etc/sudoers.d/90-isucon-user\n owner: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 649, "all_permissive": false }
ansible_role
yuuuutsk/ansible-isucon
b5cf5eba4a9ba757d5f5e26c36610ca8ab98215d
0
isucon8-qualifier/roles/mysql
7,393
[ "no_license" ]
[ { "path": "isucon8-qualifier/roles/mysql/tasks/main.yml", "content": "---\n\n# install mysqld_5.6\n- name: レポジトリの登録\n yum:\n name: http://dev.mysql.com/get/mysql57-community-release-el6-7.noarch.rpm\n state: present\n\n- name: mysqld のインストール\n yum:\n name: \"{{ item }}\"\n enablerepo: mysql56...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1334, "all_permissive": false }
ansible_role
yuuuutsk/ansible-isucon
b5cf5eba4a9ba757d5f5e26c36610ca8ab98215d
0
isucon8-qualifier/roles/nginx
7,393
[ "no_license" ]
[ { "path": "isucon8-qualifier/roles/nginx/tasks/main.yml", "content": "---\n\n- yum:\n state: present\n name: \"{{item}}\"\n with_items:\n - nginx\n\n- copy:\n src: default.conf\n dest: /etc/nginx/conf.d/default.conf\n owner: root\n group: root\n mode: 0640\n\n- service:\n name: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
yuuuutsk/ansible-isucon
b5cf5eba4a9ba757d5f5e26c36610ca8ab98215d
0
isucon8-qualifier/roles/webapp-ruby
7,393
[ "no_license" ]
[ { "path": "isucon8-qualifier/roles/webapp-ruby/tasks/main.yml", "content": "---\n\n- yum:\n state: present\n name: \"{{item}}\"\n with_items:\n - curl\n - gcc\n - gcc-c++\n - openssl-devel\n - readline-devel\n\n- shell: \"/home/isucon/xbuild/ruby-install -f 2.4.2 /home/isucon/local/rub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 605, "all_permissive": false }
ansible_role
kstrliquid/ansible-example
2f3d95d88f76104dfc58538e1102fce591570f13
0
roles/example.mysql
7,393
[ "no_license" ]
[ { "path": "roles/example.mysql/defaults/main.yml", "content": "---\n\nmysql_root_pass: <PASSWORD>\n\nmysql_repl_users: []\nmysql_users: []\nmysql_db: []\n\nmysql_options:\n #General\n user: mysql\n port: 3306\n default_storage_engine: InnoDB\n socket: /var/lib/mysql/mysql.sock\n pid_file: /var/run/mys...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4038, "all_permissive": false }
ansible_role
mhaya/vagrant-openam
77eef9799945f307937020cfd011c5bdf3820252
0
roles/common
7,393
[ "no_license" ]
[ { "path": "roles/common/tasks/install_hosts.yml", "content": "- name: configure hosts\n template:\n src: templates/hosts\n dest: /etc/hosts\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "roles/common/tasks/install_firewalld.yml", "c...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2066, "all_permissive": false }
ansible_role
mhaya/vagrant-openam
77eef9799945f307937020cfd011c5bdf3820252
0
roles/idp
7,393
[ "no_license" ]
[ { "path": "roles/idp/tasks/install_openam.yml", "content": "- name: Check installed OpenAM\n stat: path=/usr/share/tomcat/webapps/openam.war\n register: is_openam\n\n\n- name: Deploy OpenAM\n copy: src=files/OpenAM-14.0.0-SNAPSHOT_20160805.war dest=/usr/share/tomcat/webapps/openam.war\n when:\n - is_...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4465, "all_permissive": false }
ansible_role
mhaya/vagrant-openam
77eef9799945f307937020cfd011c5bdf3820252
0
roles/sp
7,393
[ "no_license" ]
[ { "path": "roles/sp/tasks/install_httpd.yml", "content": "- name: install httpd \n yum: name={{ item }} state=present\n with_items:\n - httpd\n - httpd-devel\n - mod_ssl\n\n- name: start httpd\n service: name=httpd state=started enabled=yes\n\n\n- name: configure httpd.conf\n template:\n src...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2287, "all_permissive": false }
ansible_role
stgreen24/stage4-infra
79e51a470242726fa32424c4473d8bb75d28ad7a
0
ansible/roles/deployment
7,393
[ "no_license" ]
[ { "path": "ansible/roles/deployment/tasks/main.yml", "content": "---\n- name: Clone the repository\n become: true\n git:\n repo: \"https://github.com/stgreen24/DevOps-Stage-4.git\"\n dest: /home/ubuntu/todo-app\n version: main\n force: yes\n\n- name: Set correct permissions for acme.json\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
jcleto/mm
32973517a0ecc1580700d101f68390942e64522a
0
medman/roles/common
7,395
[ "no_license" ]
[ { "path": "medman/roles/common/tasks/main.yml", "content": "---\r\n# file: roles/commons/tasks/main.yml\r\n\r\n- name: Common | Make sure some basic tools are installed\r\n apt: pkg={{ item }}\r\n with_items:\r\n - curl\r\n - htop\r\n - tmux\r\n\r\n- name: Common | Make sure g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
amruthavarshinic/Ansible_todo-list-application
6dc042ec1555e62b9db1c41781fdbba0711ad177
0
roles/common
7,395
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs.yml", "content": "- name: npm Installation \n apt:\n name: npm\n update_cache: yes\n state: present \n\n- name: Download Artifacts from Nexus\n include_tasks: download-artifact.yml\n\n- name: Setup SystemD Service\n include_tasks: systemd.yml \n\n- name: In...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3517, "all_permissive": false }
ansible_role
amruthavarshinic/Ansible_todo-list-application
6dc042ec1555e62b9db1c41781fdbba0711ad177
0
roles/frontend
7,395
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Nginx Installation \n apt:\n name: nginx\n update_cache: yes\n state: present \n\n- name: npm Installation \n apt:\n name: npm\n update_cache: yes\n state: present \n\n# - name: Add user todoapp\n# user:\n# name: todo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3079, "all_permissive": false }
ansible_role
dtverdyniuk/ansible
2b2df848aa27b265b5101547d98e90f93a878388
0
Test1/roles/Install_gui
7,395
[ "no_license" ]
[ { "path": "Test1/roles/Install_gui/vars/main.yml", "content": "---\n# vars file for Install_gui", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "Test1/roles/Install_gui/tasks/main.yml", "content": "---\n- name: install xrdp & xfce4\n apt: name=...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 499, "all_permissive": false }
ansible_role
dtverdyniuk/ansible
2b2df848aa27b265b5101547d98e90f93a878388
0
Test1/roles/apache
7,395
[ "no_license" ]
[ { "path": "Test1/roles/apache/tasks/main.yml", "content": "---\n \n- name: Update & Upgrade OS\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400\n- name: Install tools\n apt: name={{ item }} state=latest\n with_items:\n - mc\n\n- name: install Apache\n apt: name=ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 439, "all_permissive": false }
ansible_role
dtverdyniuk/ansible
2b2df848aa27b265b5101547d98e90f93a878388
0
Test1/roles/browsers_install
7,395
[ "no_license" ]
[ { "path": "Test1/roles/browsers_install/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - browsers_install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "Test1/roles/browsers_install/vars/main.yml", "co...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 251, "all_permissive": false }
ansible_role
dtverdyniuk/ansible
2b2df848aa27b265b5101547d98e90f93a878388
0
wazuh/roles/wazuh_manager
7,395
[ "no_license" ]
[ { "path": "wazuh/roles/wazuh_manager/tasks/main.yml", "content": "---\n- name: install necessary packages for the installation\n apt: name={{ item }} state=latest\n loop: \n - curl \n - apt-transport-https \n - unzip \n - wget \n - libcap2-bin \n - software-properties-common \n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3642, "all_permissive": false }
ansible_role
racoon63/rpi-bootstrap
52b813482cefbc30960614aa373980a201bcd23d
0
roles/networking
7,395
[ "no_license" ]
[ { "path": "roles/networking/templates/dhcpcd.conf.j2", "content": "# For more information see: man dhcpcd.conf\n\nhostname\nclientid\npersistent\nrequire dhcp_server_identifier\nslaac private\n\noption rapid_commit\noption domain_name_servers, domain_name, domain_search, host_name\noption ntp_servers\noptio...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 980, "all_permissive": false }
ansible_role
racoon63/rpi-bootstrap
52b813482cefbc30960614aa373980a201bcd23d
0
roles/ntp
7,395
[ "no_license" ]
[ { "path": "roles/ntp/tasks/main.yml", "content": "---\n- name: Deploy timesynd.conf\n become: yes\n template:\n src: timesyncd.conf.j2\n dest: /etc/systemd/timesyncd.conf\n owner: root\n group: root\n mode: '0644'\n backup: yes\n\n- name: Run timedatctl to start ntp client\n become: yes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 760, "all_permissive": false }
ansible_role
racoon63/rpi-bootstrap
52b813482cefbc30960614aa373980a201bcd23d
0
roles/packages
7,395
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yml", "content": "---\n- name: Update package cache\n apt:\n update_cache: yes\n\n- name: Update installed packages\n apt:\n update_cache: no\n upgrade: dist\n\n- name: Update cleanup\n apt:\n autoremove: yes\n autoclean: yes\n\n- name: Install common p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 435, "all_permissive": false }
ansible_role
racoon63/rpi-bootstrap
52b813482cefbc30960614aa373980a201bcd23d
0
roles/ssh
7,395
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "---\n# - name: TEST\n# become: no\n# connection: local\n# shell: ls -l\n# register: result\n\n# - debug:\n# msg: '{result}'\n\n- name: Generate authorized_keys file\n become: no\n local_action: script files/genauthkeys.sh \n connection: local\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2431, "all_permissive": false }
ansible_role
racoon63/rpi-bootstrap
52b813482cefbc30960614aa373980a201bcd23d
0
roles/users
7,395
[ "no_license" ]
[ { "path": "roles/users/defaults/main.yml", "content": "---\nansible_user: ansible\nansible_group: ansible", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "roles/users/tasks/main.yml", "content": "---\n- name: Change password of user pi\n user:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 344, "all_permissive": false }
ansible_role
VictorGil-Ops/Ansible-install-kubernetes
9b371159c71b1e78f32174dfaa3085fc16fb7c2f
0
playbooks/roles/master
7,395
[ "no_license" ]
[ { "path": "playbooks/roles/master/tasks/main.yml", "content": "---\n- name: initialize the cluster\n shell: kubeadm init --pod-network-cidr=10.244.0.0/16 >> cluster_initialized.txt\n debugger: on_failed\n args:\n chdir: $HOME\n creates: cluster_initialized.txt\n\n- name: create .kube directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 876, "all_permissive": false }
ansible_role
Gokul-sivakumarreddy-devops/roboshop-ansible-roles
3c5e9202d9f701e1fd6349132e26cadc02d5f9e2
0
roles/cart
7,395
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": "- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: node js\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs\n\n- name: system start\n ansible.builtin.import_role:\n name: c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
Rajashekar-rajj/Expense-ansible-roles
878741bdcf06739e3637ffb58a066673c2e5b338
0
roles/backend
7,395
[ "no_license" ]
[ { "path": "roles/backend/vars/main.yaml", "content": "mysql_password: <PASSWORD>\nlogin_host: mysql.rajashekar-devops.online\napp_location: /app\ncomponent: backend", "license_type": "no_license", "detected_licenses": [], "size_bytes": 107 }, { "path": "roles/backend/common/tasks/app-pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2174, "all_permissive": false }
ansible_role
Rajashekar-rajj/Expense-ansible-roles
878741bdcf06739e3637ffb58a066673c2e5b338
0
roles/frontend
7,395
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: installing Nginx\n ansible.builtin.package:\n name: nginx\n state: present\n- name: Nginx services\n ansible.builtin.service:\n name: nginx\n state: started\n enabled: yes\n\n- name: import tasks from common role\n ansible.buil...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1386, "all_permissive": false }
ansible_role
digibib/kohadevbox
213db5ccdfa7590e514fea4de9148f940a7777d4
34
roles/kohadevbox
7,395
[ "no_license" ]
[ { "path": "roles/kohadevbox/tasks/elasticsearch.yml", "content": "# file: roles/kohadevbox/tasks/elasticsearch.yml\n---\n - name: Elasticsearch {{ elasticsearch_version }} | Add Oracle Java 8 repository (key)\n apt_key:\n keyserver: keyserver.ubuntu.com\n id: 7B2C3B0889BF5709A105D03AC2518248EE...
{ "task_files": 21, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 31, "total_bytes": 46047, "all_permissive": false }
ansible_role
birozuru/anya-fellowship
a819835ef430ea6146ecf4fc18aec7d3147f5bdc
0
Task4/ansible/roles/bootnode
7,395
[ "no_license" ]
[ { "path": "Task4/ansible/roles/bootnode/tasks/main.yml", "content": "- name: Create keyrings parity directory (/usr/share/keyrings/)\n file:\n path: \"/usr/share/keyrings/\"\n state: directory \n\n- name: Create etcd systemd directory (/etc/systemd/system)\n file:\n path: '/etc/systemd/system'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1201, "all_permissive": false }
ansible_role
juancarloscavero/Ansible-Wordpress-Nginx
8dad89b6803c08cce987aa8c4c3030608850daf4
1
roles/wordpress
7,395
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress\n get_url: url=http://wordpress.org/wordpress-{{ wp_version }}.tar.gz dest=/srv/wordpress-{{ wp_version }}.tar.gz\n sha256sum=\"{{ wp_sha256sum }}\"\n\n- name: Extract archive\n command: chdir=/srv/ /bin/tar ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 881, "all_permissive": false }
ansible_role
phiroict/course-redhat-tower-aws-3tier
ef4420af872a2c9b06096a56d0fee8e6eeeb8d80
0
roles/app-basic-config
7,395
[ "no_license" ]
[ { "path": "roles/app-basic-config/tasks/main.yml", "content": "---\n - name: enable sudo without tty for some ansible commands\n replace:\n path: /etc/sudoers\n regexp: '^Defaults\\s*requiretty'\n replace: 'Defaults !requiretty'\n backup: yes\n\n# - name: enable repos\n# templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1330, "all_permissive": false }
ansible_role
phiroict/course-redhat-tower-aws-3tier
ef4420af872a2c9b06096a56d0fee8e6eeeb8d80
0
roles/aws-create-instances
7,395
[ "no_license" ]
[ { "path": "roles/aws-create-instances/tasks/main.yml", "content": "---\n# - name: Assure pip and boto3 is installed\n# apt:\n# name: python-pip\n# state: present\n# become: yes\n# - name: Install boto\n# pip:\n# name: boto\n# state: present\n# become: yes\n\n - name: Get s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2502, "all_permissive": false }
ansible_role
phiroict/course-redhat-tower-aws-3tier
ef4420af872a2c9b06096a56d0fee8e6eeeb8d80
0
roles/aws-facts
7,395
[ "no_license" ]
[ { "path": "roles/aws-facts/tasks/main.yml", "content": "---\n - name: Collect all instances with tag Apps\n ec2_instance_facts:\n region: \"{{ region }}\"\n filters:\n \"tag:Group\": apps\n instance-state-name: running\n register: app_instances\n - name: Show returened values...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1864, "all_permissive": false }
ansible_role
phiroict/course-redhat-tower-aws-3tier
ef4420af872a2c9b06096a56d0fee8e6eeeb8d80
0
roles/aws-security
7,395
[ "no_license" ]
[ { "path": "roles/aws-security/tasks/main.yml", "content": "---\n - name: Create VPC\n ec2_vpc_net:\n name: LabNet\n cidr_block: 10.10.10.0/24\n region: \"{{ region }}\"\n tags:\n Name: RHLabVPC\n module: ec2_vpc_net\n group: apps\n Owner: \"pr1438\"\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4699, "all_permissive": false }
ansible_role
ecarrara/rpi-build
a633d1c97d1833d481cc080e2fcb1c0e9a20bdce
0
infra/roles/buildbot
7,394
[ "no_license" ]
[ { "path": "infra/roles/buildbot/tasks/packages.yml", "content": "---\n\n- name: install buildbot\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=3600\n with_items:\n - git\n - buildbot\n - buildbot-slave\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 6371, "all_permissive": false }
ansible_role
ecarrara/rpi-build
a633d1c97d1833d481cc080e2fcb1c0e9a20bdce
0
infra/roles/buildroot
7,394
[ "no_license" ]
[ { "path": "infra/roles/buildroot/vars/main.yml", "content": "---\n\nbuildroot_version: 2015.02\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "infra/roles/buildroot/tasks/main.yml", "content": "---\n\n- name: install buildroot dependencies\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 952, "all_permissive": false }
ansible_role
openstack/rally-openstack
c6754c1df62340275408ec4f3ed94e9baea4f892
38
tests/ci/playbooks/roles/check-task-sla
7,394
[ "permissive" ]
[ { "path": "tests/ci/playbooks/roles/check-task-sla/tasks/main.yaml", "content": "- name: Check SLA of the last task\n become: true\n become_user: stack\n shell: \"rally task sla-check > {{ rally_results_dir }}/sla.txt\"\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 137, "all_permissive": true }
ansible_role
openstack/rally-openstack
c6754c1df62340275408ec4f3ed94e9baea4f892
38
tests/ci/playbooks/roles/fetch-rally-task-results
7,394
[ "permissive" ]
[ { "path": "tests/ci/playbooks/roles/fetch-rally-task-results/tasks/main.yaml", "content": "- name: Change the status message\n become: true\n vars:\n os_rally_src: \"{{ zuul.projects['opendev.org/openstack/rally-openstack'].src_dir }}\"\n shell:\n cmd: |\n set -e\n if [ -f \"{{ rally_resu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1801, "all_permissive": true }
ansible_role
openstack/rally-openstack
c6754c1df62340275408ec4f3ed94e9baea4f892
38
tests/ci/playbooks/roles/import-task-results
7,394
[ "permissive" ]
[ { "path": "tests/ci/playbooks/roles/import-task-results/tasks/main.yaml", "content": "- name: Import a current JSON report\n become: true\n become_user: stack\n command: rally task import --file {{ rally_results_dir }}/report.json\n\n- name: Import an old JSON report\n become: true\n become_user: stack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 289, "all_permissive": true }
ansible_role
openstack/rally-openstack
c6754c1df62340275408ec4f3ed94e9baea4f892
38
tests/ci/playbooks/roles/list-os-resources
7,394
[ "permissive" ]
[ { "path": "tests/ci/playbooks/roles/list-os-resources/tasks/main.yaml", "content": "- include_tasks: list_resources.yaml\n when:\n - not compare\n\n- include_tasks: list_and_compare_resources.yaml\n when:\n - compare\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0"...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 19022, "all_permissive": true }
ansible_role
openstack/rally-openstack
c6754c1df62340275408ec4f3ed94e9baea4f892
38
tests/ci/playbooks/roles/prepare-for-rally-task
7,394
[ "permissive" ]
[ { "path": "tests/ci/playbooks/roles/prepare-for-rally-task/library/make_env_spec_with_existing_users.py", "content": "# All Rights Reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n# not use this file except in compliance with the License. You may obtain\n# ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 10147, "all_permissive": true }
ansible_role
openstack/rally-openstack
c6754c1df62340275408ec4f3ed94e9baea4f892
38
tests/ci/playbooks/roles/process-task-results
7,394
[ "permissive" ]
[ { "path": "tests/ci/playbooks/roles/process-task-results/tasks/main.yaml", "content": "- name: Generate a HTML report\n become: true\n become_user: stack\n shell:\n executable: /bin/bash\n cmd: |\n set -e\n cd {{ rally_results_dir }}\n rally task report --html-static --out report.htm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1166, "all_permissive": true }
ansible_role
openstack/rally-openstack
c6754c1df62340275408ec4f3ed94e9baea4f892
38
tests/ci/playbooks/roles/run-rally-task
7,394
[ "permissive" ]
[ { "path": "tests/ci/playbooks/roles/run-rally-task/tasks/main.yaml", "content": "- name: Run Rally task\n become: true\n become_user: stack\n shell:\n cmd: |\n\n export RALLY_PLUGINS_DIR=\"{{ rally_home_dir }}/plugins\"\n export RALLY_EXTRA_DIR=\"{{ rally_home_dir }}/extra\"\n\n rally -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1386, "all_permissive": true }
ansible_role
Evardanyan/ansible-project-install-mariadb-nginx-php-mysql-replication
a9214d53bdef829d70ac5d181b961dee3c725a62
0
ansible-project-install-mariadb-nginx-php-mysql-replication/roles/configure_replication_host1
7,394
[ "no_license" ]
[ { "path": "ansible-project-install-mariadb-nginx-php-mysql-replication/roles/configure_replication_host1/handlers/main.yml", "content": "---\n# handlers file for configure_replication", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "ansible-project-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1726, "all_permissive": false }
ansible_role
Evardanyan/ansible-project-install-mariadb-nginx-php-mysql-replication
a9214d53bdef829d70ac5d181b961dee3c725a62
0
ansible-project-install-mariadb-nginx-php-mysql-replication/roles/configure_replication_host2
7,394
[ "no_license" ]
[ { "path": "ansible-project-install-mariadb-nginx-php-mysql-replication/roles/configure_replication_host2/tasks/main.yml", "content": "---\n# tasks file for configure_replication_host2\n- name: configure mariadb cnf file on host2\n blockinfile:\n path: /etc/my.cnf\n block: |\n [m...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1901, "all_permissive": false }
ansible_role
Evardanyan/ansible-project-install-mariadb-nginx-php-mysql-replication
a9214d53bdef829d70ac5d181b961dee3c725a62
0
ansible-project-install-mariadb-nginx-php-mysql-replication/roles/install_php
7,394
[ "no_license" ]
[ { "path": "ansible-project-install-mariadb-nginx-php-mysql-replication/roles/install_php/tasks/main.yml", "content": "---\n# tasks file for install_php\n- name: installing php\n yum:\n name: php\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
M-Ghani97/fyp-ansible
b001803166e151608b1af0bca7a102b17bc63c6e
1
roles/glance
7,394
[ "no_license" ]
[ { "path": "roles/glance/tasks/main.yml", "content": "---\n- name: create DB\n mysql_db:\n name: glance\n state: present\n login_unix_socket: /var/run/mysqld/mysqld.sock\n- name: adding user and granting privileges\n mysql_user:\n name: glance\n password: <PASSWORD>\n priv: \"glance.*:ALL...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3766, "all_permissive": false }
ansible_role
M-Ghani97/fyp-ansible
b001803166e151608b1af0bca7a102b17bc63c6e
1
roles/heat
7,394
[ "no_license" ]
[ { "path": "roles/heat/tasks/main.yaml", "content": "---\n- name: create DB\n mysql_db:\n name: heat\n state: present\n login_unix_socket: /var/run/mysqld/mysqld.sock\n- name: adding user and granting privileges\n mysql_user:\n name: heat\n password: <PASSWORD>\n priv: \"heat.*:ALL\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3423, "all_permissive": false }