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
rodneylab/lappland-santa
0629589bba32397778b4e21bc73cc6055e7798ce
0
roles/unbound
8,030
[ "no_license" ]
[ { "path": "roles/unbound/tasks/main.yml", "content": "---\n- name: unbound config deployed\n template:\n src: unbound.conf\n dest: /var/unbound/etc/unbound.conf\n owner: root\n group: wheel\n mode: 0644\n backup: true\n notify:\n - enable unbound\n\n- name: unbound enabled\n command:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2686, "all_permissive": false }
ansible_role
rodneylab/lappland-santa
0629589bba32397778b4e21bc73cc6055e7798ce
0
roles/wireguard-pf
8,030
[ "no_license" ]
[ { "path": "roles/wireguard-pf/tasks/main.yml", "content": "---\n- name: pf.conf deployed\n template:\n src: pf.conf\n dest: /etc/\n owner: root\n group: wheel\n mode: 0600\n backup: false\n\n- name: pf.rules deployed\n template:\n src: pf.rules\n dest: /etc/pf.anchors/\n owner: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
redhat-openstack/octario
84d286d1c2ca6e2bc1a19c67b6e322fa0a32c6d6
9
roles/collect_logs
8,030
[ "permissive" ]
[ { "path": "roles/collect_logs/defaults/main.yml", "content": "convert_fetch_logs: yes\ncommon_fetch_list: ['/var/log/messages', '/var/log/patching_logs/state.log', '/var/log/patching_logs/build.log', '/var/log/patching_logs/root.log', '/var/log/audit/audit.log']\ncommon_log_directories: ['.tox', '../logs']...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3933, "all_permissive": true }
ansible_role
redhat-openstack/octario
84d286d1c2ca6e2bc1a19c67b6e322fa0a32c6d6
9
roles/install_packages
8,030
[ "permissive" ]
[ { "path": "roles/install_packages/tasks/main.yml", "content": "# This file handles everything related to packaging.\n\n# TBD: when ansible 2.1 is min version we should be using\n# https://docs.ansible.com/ansible/yum_repository_module.html\n# https://github.com/ansible/ansible-modules-extras/issue...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6043, "all_permissive": true }
ansible_role
redhat-openstack/octario
84d286d1c2ca6e2bc1a19c67b6e322fa0a32c6d6
9
roles/run_tests
8,030
[ "permissive" ]
[ { "path": "roles/run_tests/defaults/main.yml", "content": "default_shell: '/bin/bash'\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 27 }, { "path": "roles/run_tests/tasks/main.yml", "content": "---\n# This role runs the actual compon...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 594, "all_permissive": true }
ansible_role
redhat-openstack/octario
84d286d1c2ca6e2bc1a19c67b6e322fa0a32c6d6
9
roles/setup_environment
8,030
[ "permissive" ]
[ { "path": "roles/setup_environment/tasks/main.yml", "content": "---\n- name: Remove logs dir\n file:\n path: \"{{ logs_dir | default(ansible_env.HOME) }}/logs/\"\n state: absent\n ignore_errors: true\n\n- name: Create logs dir\n file:\n path: \"{{ logs_dir | default(ansible_env.HOME) }}/logs/\"\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3749, "all_permissive": true }
ansible_role
redhat-openstack/octario
84d286d1c2ca6e2bc1a19c67b6e322fa0a32c6d6
9
roles/setup_mariadb
8,030
[ "permissive" ]
[ { "path": "roles/setup_mariadb/templates/octario_mycnf.j2", "content": "[client]\nuser=root\npassword={{ <PASSWORD> }}\n\n[mysqld]\nbind-address=0.0.0.0\nsql_mode=STRICT_ALL_TABLES\ndefault-storage-engine=InnoDB\nmax_connections=1024\nquery_cache_type=OFF\nquery_cache_size=0\n", "license_type": "permiss...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1435, "all_permissive": true }
ansible_role
redhat-openstack/octario
84d286d1c2ca6e2bc1a19c67b6e322fa0a32c6d6
9
roles/setup_repos
8,030
[ "permissive" ]
[ { "path": "roles/setup_repos/tasks/main.yml", "content": "---\n# This task will register all repos on the system to disable each one of them\n# with the second task.\n- name: Register all the repositories\n shell: find /etc/yum.repos.d -name \"*.repo\"\n register: yum_repos\n changed_when: False\n\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2545, "all_permissive": true }
ansible_role
kagyuu/ansible_gis
30a24e6bd9678aca8104ab1ab80f4e729c5f6c44
0
roles/mapserver
8,030
[ "no_license" ]
[ { "path": "roles/mapserver/tasks/main.yml", "content": "---\n# CentOS6 provides mapserver in yum repository. But CentOS7 put an end to publish.\n# So, we must compile mapserver.\n# http://mapserver.org/installation/unix.html\n\n- name: Install apache\n yum: name={{ item }} state=present\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 5108, "all_permissive": false }
ansible_role
kagyuu/ansible_gis
30a24e6bd9678aca8104ab1ab80f4e729c5f6c44
0
roles/postgis
8,030
[ "no_license" ]
[ { "path": "roles/postgis/vars/main.yml", "content": "---\n# PostgreSQL version\nPG_VER: \"9\"\nPG_REV: \"6\"\nsrc_dir: /usr/local/src\n\n# Note. The mapserver needs libraries of postgis.\n# If you want to change PG_VER ans PG_REV, don't forget update playbook\n# of the mapserver, too. The argument of cmake ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4672, "all_permissive": false }
ansible_role
kagyuu/ansible_gis
30a24e6bd9678aca8104ab1ab80f4e729c5f6c44
0
roles/zoo
8,030
[ "no_license" ]
[ { "path": "roles/zoo/vars/main.yml", "content": "src_dir: /usr/local/src\r\nzoo_version: 1.6.0\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "roles/zoo/tasks/main.yml", "content": "- name: Install libraries\r\n yum: name={{ item }} state=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2455, "all_permissive": false }
ansible_role
nembery/panos_bootstrapper_ansible_deploy
bd3a0ba10e4e97f92dccda01eab685e9085b43e2
0
roles/provision-pan-vm
8,030
[ "no_license" ]
[ { "path": "roles/provision-pan-vm/tasks/launch_pan_vm.yaml", "content": "---\n- name: \"Removing stale instance file\"\n file:\n path: \"{{ instance_path }}\"\n state: absent\n\n- name: \"Create backing file for VM Image\"\n shell: \"qemu-img create -b {{ vm_image }} -f qcow2 {{ instance_path }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3159, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/couchdb-cluster
8,030
[ "no_license" ]
[ { "path": "ansible/roles/couchdb-cluster/tasks/main.yaml", "content": "---\n- name: Check folders\n become: yes\n stat:\n path: '{{ couchdb_config_path }}'\n register: couchdb_dir\n\n- name: Create directory\n become: yes\n file:\n path: '{{ couchdb_config_path }}'\n recurse: yes\n state: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 871, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/create-instances
8,030
[ "no_license" ]
[ { "path": "ansible/roles/create-instances/tasks/main.yaml", "content": "---\n- debug:\n msg: \"{{ item.volume_ids }}\"\n loop: '{{ instances }}'\n\n- name: Create instances\n os_server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n flavor:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1367, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/create-security-groups
8,030
[ "no_license" ]
[ { "path": "ansible/roles/create-security-groups/tasks/main.yaml", "content": "---\n#############################################\n# Create a security group #\n#############################################\n- name: Create a security group\n os_security_group:\n name: '{{ item.name }}'\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1120, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/create-volumes
8,030
[ "no_license" ]
[ { "path": "ansible/roles/create-volumes/tasks/inner.yaml", "content": "---\n- name: Create volume(s)\n os_volume:\n display_name: '{{ item.vol_name }}'\n size: '{{ item.vol_size }}'\n availability_zone: '{{ availability_zone }}'\n wait: yes\n timeout: 600\n state: present\n loop: '{{ out...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1275, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/deploy-backend-and-spider
8,030
[ "no_license" ]
[ { "path": "ansible/roles/deploy-backend-and-spider/tasks/main.yaml", "content": "---\n- name: pull latest code from git\n git:\n repo: ssh://git@github.com/HanxunHuangLemonBear/COMP90024-2019S1-Team7.git\n key_file: /home/ubuntu/.ssh/GitHub\n update: yes\n dest: '{{ remote_working_directory }}'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 948, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/deploy-ml-server
8,030
[ "no_license" ]
[ { "path": "ansible/roles/deploy-ml-server/tasks/main.yaml", "content": "---\n- name: pull latest code from git\n git:\n repo: ssh://git@github.com/HanxunHuangLemonBear/COMP90024-2019S1-Team7.git\n key_file: /home/ubuntu/.ssh/GitHub\n update: yes\n dest: '{{ remote_working_directory }}'\n for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2255, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/deploy-nlp
8,030
[ "no_license" ]
[ { "path": "ansible/roles/deploy-nlp/tasks/main.yaml", "content": "---\n- name: pull latest code from git\n git:\n repo: ssh://git@github.com/HanxunHuangLemonBear/COMP90024-2019S1-Team7.git\n key_file: /home/ubuntu/.ssh/GitHub\n update: yes\n dest: '{{ remote_working_directory }}'\n force: ye...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 409, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/deploy-webserver
8,030
[ "no_license" ]
[ { "path": "ansible/roles/deploy-webserver/tasks/main.yaml", "content": "---\n- name: pull latest code from git\n git:\n repo: ssh://git@github.com/HanxunHuangLemonBear/COMP90024-2019S1-Team7.git\n key_file: /home/ubuntu/.ssh/GitHub\n update: yes\n dest: '{{ remote_working_directory }}'\n for...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 624, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/git-clone-sourcefile
8,030
[ "no_license" ]
[ { "path": "ansible/roles/git-clone-sourcefile/tasks/main.yaml", "content": "---\n- name: add github ssh key\n copy:\n src: \"{{project_working_directory}}/COMP90024-2019S1-Team7/config/GitHub\"\n dest: /home/ubuntu/.ssh/GitHub\n owner: ubuntu\n group: ubuntu\n mode: 0600\n# copy GitHub priva...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 754, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/install-environments
8,030
[ "no_license" ]
[ { "path": "ansible/roles/install-environments/tasks/main.yaml", "content": "---\n- name: add proxy to enviroments\n become: yes\n lineinfile:\n line: \"http_proxy=\\\"{{ proxy_address }}\\\"\\nhttps_proxy=\\\"{{ proxy_address }}\\\"\\nftp_proxy=\\\"{{ proxy_address }}\\\"\\nno_proxy=\\\"localhost,127.0...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1672, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/mount-volume
8,030
[ "no_license" ]
[ { "path": "ansible/roles/mount-volume/tasks/main.yaml", "content": "---\n- include_tasks: inner.yaml\n loop: '{{ instances }}'\n loop_control:\n loop_var: outer_item", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "ansible/roles/mount-volume/ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 880, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/network-penetration
8,030
[ "no_license" ]
[ { "path": "ansible/roles/network-penetration/tasks/service.yaml", "content": "---\n- name: ngrok | create init script\n become: yes\n template:\n src: \"service-init-script.j2\"\n dest: \"{{ ngrok_path_init }}/{{ ngrok_service_name }}\"\n mode: 0755\n force: no\n\n- name: ngrok | create system...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3204, "all_permissive": false }
ansible_role
HanxunH/COMP90024-2019S1-Team7-TrackerHub
6fe560ad5a8380fc5725873cb08155f444e671c6
15
ansible/roles/restart-docker-compose
8,030
[ "no_license" ]
[ { "path": "ansible/roles/restart-docker-compose/tasks/main.yaml", "content": "---\n- name: stop docker-compose\n become: yes\n command: docker-compose down --rmi all\n\n- name: start docker-compose\n become: yes\n command: docker-compose up --build --force-recreate -d", "license_type": "no_license",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
Erzangel/kube-trino-bigdata-ece
67290ac106d23a814f8580356f35d96b8ecfa132
2
roles/docker-kubernetes
8,030
[ "no_license" ]
[ { "path": "roles/docker-kubernetes/tasks/main.yml", "content": "---\n# First step is fetching the IP address of the current node\n# to pass it to kubelet afterwards\n- name: Obtaining node_ip var from eth1 ipv4 address\n set_fact:\n node_ip: \"{{ ansible_eth1.ipv4.address }}\"\n\n# Let us install all pr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3664, "all_permissive": false }
ansible_role
Erzangel/kube-trino-bigdata-ece
67290ac106d23a814f8580356f35d96b8ecfa132
2
roles/kube-calico
8,030
[ "no_license" ]
[ { "path": "roles/kube-calico/tasks/main.yml", "content": "---\n# Download the manifest from the Calico website\n- name: Download Calico manifest\n command: curl https://projectcalico.docs.tigera.io/manifests/calico.yaml -O\n\n# Tell Kubernetes to deploy it\n- name: Install calico\n command: kubectl apply ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
Erzangel/kube-trino-bigdata-ece
67290ac106d23a814f8580356f35d96b8ecfa132
2
roles/kube-minio
8,030
[ "no_license" ]
[ { "path": "roles/kube-minio/tasks/main.yml", "content": "---\n# First, we format the disks with DirectPV installed through Krew\n\n## Installing Krew\n- name: Installing Krew plugin\n shell: ( set -x; cd \"$(mktemp -d)\" && OS=\"$(uname | tr '[:upper:]' '[:lower:]')\" && ARCH=\"$(uname -m | sed -e 's/x86_6...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2884, "all_permissive": false }
ansible_role
Erzangel/kube-trino-bigdata-ece
67290ac106d23a814f8580356f35d96b8ecfa132
2
roles/kube-trino
8,030
[ "no_license" ]
[ { "path": "roles/kube-trino/tasks/main.yml", "content": "---\n- name: Add Trino repository in Helm\n command: helm repo add trino https://trinodb.github.io/charts\n\n- name: Install Trino with Helm\n command: helm install example-trino-cluster trino/trino", "license_type": "no_license", "detected_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 195, "all_permissive": false }
ansible_role
Erzangel/kube-trino-bigdata-ece
67290ac106d23a814f8580356f35d96b8ecfa132
2
roles/kubeadm-init
8,030
[ "no_license" ]
[ { "path": "roles/kubeadm-init/tasks/main.yml", "content": "---\n# We need to import a configuration file when we initiate the cluster\n# There is also the need to inject the node IP in the configuration file,\n# which we achieve with the `sed` command.\n# In the file, there is a ANSIBLE_NODE_IP value, which...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1946, "all_permissive": false }
ansible_role
Erzangel/kube-trino-bigdata-ece
67290ac106d23a814f8580356f35d96b8ecfa132
2
roles/kubeadm-join
8,030
[ "no_license" ]
[ { "path": "roles/kubeadm-join/tasks/main.yml", "content": "---\n# We import the join command from the host machine\n- name: Fetching the join command from host machine\n copy:\n src: /tmp/join-command.sh\n dest: /tmp/\n mode: 0777\n\n- name: Joining the node to cluster\n become: yes\n command: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 261, "all_permissive": false }
ansible_role
SERGIO-20202/Projeto-01---DevOps-com-Vagrant-e-Ansible
7b16710910cdd584ebdc1085da916d23e60ac316
0
ansible/roles/common
8,030
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Atualiza sistema\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Cria usuário sergio1\n user:\n name: sergio1\n shell: /bin/bash\n groups: sudo\n state: present\n\n- name: Gera chave SSH se ainda não existir\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 630, "all_permissive": false }
ansible_role
m1g0r/test-kitchen-ansible
dec5167d6546469adef70a8b41c7d16b65795ea5
0
ansible/roles/basic
8,030
[ "no_license" ]
[ { "path": "ansible/roles/basic/defaults/main.yml", "content": "---\npackages:\n - mc\n - git\n - htop\n - ncdu\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/roles/basic/tasks/main.yml", "content": "---\n- include: epel.yml\n- in...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 382, "all_permissive": false }
ansible_role
VerosK/vagrant-ara-poc
86de2716acff7ddc5b5c72680e34157ef4eaae29
1
roles/local.ara
8,030
[ "no_license" ]
[ { "path": "roles/local.ara/handlers/main.yml", "content": "- name: systemctl daemon-reload\n shell: systemctl daemon-reload\n\n- name: restart ara\n service:\n name: '{{ ara_systemd_unit_name }}'\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_byte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3566, "all_permissive": false }
ansible_role
WhiteRose404/jenkins-at-scall
3871d6bf9f312641a26afefa6bdc66268fea3eab
0
ansible/roles/java
8,030
[ "no_license" ]
[ { "path": "ansible/roles/java/tasks/main.yaml", "content": "- name: \"install java\"\n apt:\n name: openjdk-21-jre-headless\n state: present\n become: true\n become_method: sudo", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
jh5391/ansible
9ab03d45f2f7fada4a5bf38109c04a0a224d9fce
0
roles/docker
8,022
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Install required system packages\n dnf:\n name:\n - python3-pip\n state: present\n update_cache: yes\n\n- name: Add Docker repository\n get_url:\n url: https://download.docker.com/linux/amazonlinux/3/x86_64/stable/\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 619, "all_permissive": false }
ansible_role
jh5391/ansible
9ab03d45f2f7fada4a5bf38109c04a0a224d9fce
0
roles/docker-compose
8,022
[ "no_license" ]
[ { "path": "roles/docker-compose/files/docker-compose.yml", "content": "version: '3.8'\n\nservices:\n app:\n image: ${DOCKER_IMAGE:-node:latest}\n container_name: ${CONTAINER_NAME:-nodejs-app}\n ports:\n - \"${APP_PORT:-3000}:${APP_PORT:-3000}\"\n volumes:\n - ${APP_DIR:-/opt/nodejs-ap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1039, "all_permissive": false }
ansible_role
jh5391/ansible
9ab03d45f2f7fada4a5bf38109c04a0a224d9fce
0
roles/parameter-store
8,022
[ "no_license" ]
[ { "path": "roles/parameter-store/defaults/main.yml", "content": "---\n# Parameter Store 경로 설정 (예: /myapp/prod/)\nparameter_store_path: /myapp/prod/\n\n# AWS 리전 설정\naws_region: ap-northeast-2\n\n# .env 파일 생성 경로\nenv_file_path: /opt/nodejs-app/.env ", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 803, "all_permissive": false }
ansible_role
jh5391/ansible
9ab03d45f2f7fada4a5bf38109c04a0a224d9fce
0
roles/security-baseline
8,022
[ "no_license" ]
[ { "path": "roles/security-baseline/handlers/main.yml", "content": "---\n- name: restart sshd\n service:\n name: sshd\n state: restarted\n\n- name: restart auditd\n service:\n name: auditd\n state: restarted\n\n- name: reload firewalld\n service:\n name: firewalld\n state: reloaded ", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 4052, "all_permissive": false }
ansible_role
swapnaGavinolla/03-ansible_roboshop_roles
5ce5c71605f089a8d94e14ccc2a434470bc45931
0
roles/cart
8,022
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yaml", "content": "- name: nodejs setup\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs-setup\n\n- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Install dependencies\n ansible.builtin.comman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
swapnaGavinolla/03-ansible_roboshop_roles
5ce5c71605f089a8d94e14ccc2a434470bc45931
0
roles/common
8,022
[ "no_license" ]
[ { "path": "roles/common/tasks/nodejs-setup.yaml", "content": "- name: disable old nodejs and enable nodejs\n ansible.builtin.shell: dnf module disable nodejs -y ; dnf module enable nodejs:18 -y\n \n- name: installing\n ansible.builtin.dnf: \n name: nodejs \n state: present", "license_type": "no...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1601, "all_permissive": false }
ansible_role
swapnaGavinolla/03-ansible_roboshop_roles
5ce5c71605f089a8d94e14ccc2a434470bc45931
0
roles/payment
8,022
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yaml", "content": "- name: python setup\n ansible.builtin.import_role:\n name: common\n tasks_from: python-setup\n\n- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Install dependencies\n ansible.builtin.com...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 407, "all_permissive": false }
ansible_role
swapnaGavinolla/03-ansible_roboshop_roles
5ce5c71605f089a8d94e14ccc2a434470bc45931
0
roles/shipping
8,022
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yaml", "content": "- name: maven setup\n ansible.builtin.import_role:\n name: common\n tasks_from: maven-setup\n\n- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Install dependencies\n ansible.builtin.comm...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 498, "all_permissive": false }
ansible_role
swapnaGavinolla/03-ansible_roboshop_roles
5ce5c71605f089a8d94e14ccc2a434470bc45931
0
roles/user
8,022
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yaml", "content": "- name: nodejs setup\n ansible.builtin.import_role:\n name: common\n tasks_from: nodejs-setup\n\n- name: app setup\n ansible.builtin.import_role:\n name: common\n tasks_from: app-setup\n\n- name: Install dependencies\n ansible.builtin.comman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 489, "all_permissive": false }
ansible_role
beautiful-code/ansible-load-balancer
f7768a36cf76cd246caebdc2be0fa808ff055e5e
0
ansible/roles/common
8,022
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "# vim:ft=ansible:\n---\n\n# Common tasks to be performed on all the nodes\n\n# Run apt-get update and install git\n- name: install git\n apt: name=git state=installed update_cache=yes\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": 179, "all_permissive": false }
ansible_role
beautiful-code/ansible-load-balancer
f7768a36cf76cd246caebdc2be0fa808ff055e5e
0
ansible/roles/lb
8,022
[ "no_license" ]
[ { "path": "ansible/roles/lb/tasks/main.yml", "content": "# vim:ft=ansible:\n---\n\n# Install HAProxy and socat\n- name: install haproxy and socat\n apt: pkg={{ item }} state=latest\n with_items:\n - haproxy\n - socat\n\n# Enabling HAProxy\n- name: enable haproxy\n lineinfile: dest=/etc/default/haproxy ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 571, "all_permissive": false }
ansible_role
beautiful-code/ansible-load-balancer
f7768a36cf76cd246caebdc2be0fa808ff055e5e
0
ansible/roles/web
8,022
[ "no_license" ]
[ { "path": "ansible/roles/web/handlers/main.yml", "content": "# vim:ft=ansible:\n---\n\n# Nginx restart handler\n- name: restart nginx\n service: name=nginx state=restarted\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 109 }, { "path": "ansible/roles/web/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 701, "all_permissive": false }
ansible_role
BootSkiing/csec-659
18f875f196ee5ba07503cc2ec397a0c03dd077d2
0
ansible/roles/install_payload
8,022
[ "no_license" ]
[ { "path": "ansible/roles/install_payload/tasks/main.yaml", "content": "---\n- name: install payload\n ansible.builtin.include_tasks: install_payload.yaml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "ansible/roles/install_payload/tasks/install...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 297, "all_permissive": false }
ansible_role
rhos-infra/patch-components
908a547815ec300d40234ee953be106ce4375e0d
0
roles/copy_component
8,022
[ "no_license" ]
[ { "path": "roles/copy_component/tasks/main.yml", "content": "---\n- name: Set tmp_dir for all the building\n set_fact:\n tmp_dir: \"{{ ansible_env.HOME }}\"\n tags: always\n\n# To copy the component to remote host\n- name: Install rsync\n become: yes\n yum:\n name: 'rsync'\n state: present\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1510, "all_permissive": false }
ansible_role
rhos-infra/patch-components
908a547815ec300d40234ee953be106ce4375e0d
0
roles/patch_rpm
8,022
[ "no_license" ]
[ { "path": "roles/patch_rpm/vars/opendaylight.yml", "content": "12:\n distro_name_prefix: 'vpnservice-karaf'\n yum_deps:\n - docker\n - mock\n - rh-maven33-maven\n pme_url: http://repo1.maven.org/maven2/org/commonjava/maven/ext/pom-manipulation-ext/1.15/pom-manipulation-ext-1.15.jar\n m2_s...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 15751, "all_permissive": false }
ansible_role
rhos-infra/patch-components
908a547815ec300d40234ee953be106ce4375e0d
0
roles/setup_environment
8,022
[ "no_license" ]
[ { "path": "roles/setup_environment/tasks/main.yml", "content": "---\n# mock group is needed for the mockbuild\n# without creating mock group, rdopkg will try to use root and ask for password\n- name: Create mock group\n become: yes\n group:\n name=mock\n state=present\n\n- name: Add ansible ssh user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 883, "all_permissive": false }
ansible_role
rhos-infra/patch-components
908a547815ec300d40234ee953be106ce4375e0d
0
roles/setup_repos
8,022
[ "no_license" ]
[ { "path": "roles/setup_repos/tasks/main.yml", "content": "---\n# This task will register all repos on the system to disable each one of them\n# with the second task.\n- name: Register all the repositories\n shell: find /etc/yum.repos.d -name *.repo\n args:\n warn: no\n register: yum_repos\n changed_w...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2946, "all_permissive": false }
ansible_role
libert-xyz/baseApp
473e1f6afb078f36a7029cb683db8b1cfaa8fd49
0
infrastructure/ansible/roles/flask
8,022
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/flask/templates/uwsgi.conf.j2", "content": "description \"uWSGI\"\nstart on runlevel [2345]\nstop on runlevel [06]\nrespawn\n\nenv UWSGI={{ application_dir }}/venv/bin/uwsgi\nenv LOGTO=/var/log/uwsgi/emperor.log\n\nexec $UWSGI --master --emperor /etc/uwsgi/vassals --d...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 5283, "all_permissive": false }
ansible_role
libert-xyz/baseApp
473e1f6afb078f36a7029cb683db8b1cfaa8fd49
0
infrastructure/ansible/roles/nginx
8,022
[ "no_license" ]
[ { "path": "infrastructure/ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Add PPA for nginx\n apt_repository:\n repo: 'ppa:nginx/stable'\n state: present\n when: ansible_distribution == 'Ubuntu'\n\n- name: Install Nginx\n apt:\n name: nginx\n state: pre...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2533, "all_permissive": false }
ansible_role
ryanreece/ansible-linux-day0
5866477fe096f04b5edea4ccad8716ae3503bf88
0
roles/common
8,022
[ "no_license" ]
[ { "path": "roles/common/tasks/install_nodejs.yml", "content": "---\n- name: Download NVM to ~/.nvm-install.sh\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/nvm-sh/nvm/{{ nvm_version }}/install.sh\n dest: \"{{ ansible_env.HOME }}/.nvm-install.sh\"\n mode: a+x\n tags: nodejs\n...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 6130, "all_permissive": false }
ansible_role
ryanreece/ansible-linux-day0
5866477fe096f04b5edea4ccad8716ae3503bf88
0
roles/server_core
8,022
[ "no_license" ]
[ { "path": "roles/server_core/meta/main.yml", "content": "---\ndependencies:\n - role: hifis.unattended_upgrades\n unattended_origins_patterns:\n - 'origin=Ubuntu,archive=${distro_codename}-security'\n - 'o=Ubuntu,a=${distro_codename}-updates'\n become: true\n", "license_type": "no_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2965, "all_permissive": false }
ansible_role
ryanreece/ansible-linux-day0
5866477fe096f04b5edea4ccad8716ae3503bf88
0
roles/workstation_core
8,022
[ "no_license" ]
[ { "path": "roles/workstation_core/tasks/install_python.yml", "content": "---\n- name: Install python3 and pip for common os families\n become: true\n ansible.builtin.package:\n name:\n - python3\n - python3-pip\n state: present\n tags: python\n\n- name: Install Python UV using the officia...
{ "task_files": 17, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 23814, "all_permissive": false }
ansible_role
ryanreece/ansible-linux-day0
5866477fe096f04b5edea4ccad8716ae3503bf88
0
roles/workstation_desktop
8,022
[ "no_license" ]
[ { "path": "roles/workstation_desktop/defaults/main.yml", "content": "---\nsources_dir: \"{{ ansible_env.HOME }}/sources\"\n\n# Install variables\n# These variables define which include_tasks will run for the workstation role.\ninstall_alacritty: true\ninstall_chrome: true\ninstall_flameshot: true\ninstall_k...
{ "task_files": 12, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 12929, "all_permissive": false }
ansible_role
mxpaul/presentation-hexlet-devops-reveal-md
c5f2c58e8b7aeb9ca1da2058f90ca3f8850ebaf6
0
examples/vagrant/multimachine_docker/ansible/roles/common
8,022
[ "no_license" ]
[ { "path": "examples/vagrant/multimachine_docker/ansible/roles/common/vars/main.yml", "content": "---\ndotfile_src_dir: dotfiles\ndotfiles_files:\n - .bashrc\n - .vimrc\n - .tmux.conf\n - .gitconfig\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 99 }, { "path...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 903, "all_permissive": false }
ansible_role
mxpaul/presentation-hexlet-devops-reveal-md
c5f2c58e8b7aeb9ca1da2058f90ca3f8850ebaf6
0
examples/vagrant/multimachine_docker/ansible/roles/devtools
8,022
[ "no_license" ]
[ { "path": "examples/vagrant/multimachine_docker/ansible/roles/devtools/tasks/main.yml", "content": "- name: Install rpms\n yum:\n name: \"{{ devtools_pkgs }}\"\n state: present\n update_cache: false\n become: true\n when: ansible_os_family == 'RedHat'\n- name: Install debs\n apt:\n name: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 348, "all_permissive": false }
ansible_role
mxpaul/presentation-hexlet-devops-reveal-md
c5f2c58e8b7aeb9ca1da2058f90ca3f8850ebaf6
0
examples/vagrant/multimachine_docker/ansible/roles/hello_server
8,022
[ "no_license" ]
[ { "path": "examples/vagrant/multimachine_docker/ansible/roles/hello_server/handlers/main.yml", "content": "---\n\n- name: restart hello_server\n systemd: \n state: restarted\n name: hello_server\n become: yes\n tags: [ \"hello_server\" ]\n", "license_type": "no_license", "detected_licenses"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 868, "all_permissive": false }
ansible_role
tyoshii/bms
a02c61d6d6889f22a6ef0e5ed655316413b4eb5d
2
ansible/roles/common
8,022
[ "no_license" ]
[ { "path": "ansible/roles/common/files/.bash_profile", "content": "# Generated by ansible\nexec /usr/bin/zsh\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Upgrade base package\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3318, "all_permissive": false }
ansible_role
tyoshii/bms
a02c61d6d6889f22a6ef0e5ed655316413b4eb5d
2
ansible/roles/web
8,022
[ "no_license" ]
[ { "path": "ansible/roles/web/handlers/main.yml", "content": "---\n# handlers file for web\n- name: restart bms.service\n systemd:\n name: bms.service\n state: restarted\n daemon_reload: yes\n listen: \"restart bms.service\"\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 10913, "all_permissive": false }
ansible_role
atwright147/vagrant-ubuntu-dev-env
50e57c4b695fd2a224b815036442a78a3818b543
0
ansible/roles/app
8,022
[ "no_license" ]
[ { "path": "ansible/roles/app/tasks/main.yml", "content": "---\n- name: Create vagrant folder\n file:\n path: /vagrant\n state: directory\n mode: 0777\n\n- name: Add .ssh directory\n file:\n path=/home/vagrant/.ssh\n state=directory\n mode=0700\n owner=vagrant\n group=vagrant\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
atwright147/vagrant-ubuntu-dev-env
50e57c4b695fd2a224b815036442a78a3818b543
0
ansible/roles/desktop
8,022
[ "no_license" ]
[ { "path": "ansible/roles/desktop/tasks/main.yml", "content": "- name: Install ubuntu-desktop\n apt:\n pkg: ubuntu-desktop\n install_recommends: no\n state: present\n update_cache: yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
atwright147/vagrant-ubuntu-dev-env
50e57c4b695fd2a224b815036442a78a3818b543
0
ansible/roles/server
8,022
[ "no_license" ]
[ { "path": "ansible/roles/server/tasks/main.yml", "content": "---\n- name: Update apt\n become: yes\n apt: update_cache=yes\n\n- name: Update all packages to the latest version\n apt:\n upgrade: dist\n\n- name: Clean up apt packages (autoremove)\n become: yes\n apt: autoremove=yes name=bash\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 897, "all_permissive": false }
ansible_role
atwright147/vagrant-ubuntu-dev-env
50e57c4b695fd2a224b815036442a78a3818b543
0
ansible/roles/startx
8,022
[ "no_license" ]
[ { "path": "ansible/roles/startx/tasks/main.yml", "content": "- name: Run startx\n shell: exec startx -- -keeptty &> /dev/null\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 65, "all_permissive": false }
ansible_role
atwright147/vagrant-ubuntu-dev-env
50e57c4b695fd2a224b815036442a78a3818b543
0
ansible/roles/users
8,022
[ "no_license" ]
[ { "path": "ansible/roles/users/tasks/main.yml", "content": "---\n- name: Install zsh\n become: yes\n apt: pkg=zsh state=latest\n\n- name: Add group admins\n become: yes \n group: name=admins system=yes state=present\n\n- name: Add group developers\n become: yes \n group: name=developers system=no stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
arsenkasym/ansible-semaphore
ecb6f8227b95e7f334a073be3d2cba882bb32c85
0
roles/git
8,022
[ "no_license" ]
[ { "path": "roles/git/tasks/main.yml", "content": "---\n- name: Install Git using DNF\n ansible.builtin.dnf:\n name: git\n state: present\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
arsenkasym/ansible-semaphore
ecb6f8227b95e7f334a073be3d2cba882bb32c85
0
roles/nginx
8,022
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install Nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: Enable and start Nginx service\n ansible.builtin.systemd:\n name: nginx\n state: started\n enabled: yes\n\n- name: Create SSL directory for Nginx\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1305, "all_permissive": false }
ansible_role
arsenkasym/ansible-semaphore
ecb6f8227b95e7f334a073be3d2cba882bb32c85
0
roles/postgresql
8,022
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n- name: Ensure system is updated\n dnf:\n name: \"*\"\n state: latest\n\n- name: Install PostgreSQL 15 repository\n dnf:\n name: https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1969, "all_permissive": false }
ansible_role
arsenkasym/ansible-semaphore
ecb6f8227b95e7f334a073be3d2cba882bb32c85
0
roles/semaphore
8,022
[ "no_license" ]
[ { "path": "roles/semaphore/tasks/main.yml", "content": "---\n- name: Install wget\n ansible.builtin.dnf:\n name: wget\n state: present\n\n- name: Download Ansible Semaphore RPM package\n ansible.builtin.get_url:\n url: https://github.com/ansible-semaphore/semaphore/releases/download/v2.8.77/semap...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3214, "all_permissive": false }
ansible_role
Sparkoff/vagrant-setup
af8e7134b51b991d9eda638f709a2673f2719197
0
ansible/roles/database
8,022
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/mysql.yml", "content": "---\n- name: Install MySQL\n apt: name=mysql-server state=present\n\n- name: Install Python-MySQL\n apt: name=python-mysqldb state=present\n\n- name: Create database\n mysql_db: db=life-organizer state=present\n\n- name: Create database user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 324, "all_permissive": false }
ansible_role
Sparkoff/vagrant-setup
af8e7134b51b991d9eda638f709a2673f2719197
0
ansible/roles/devTools
8,022
[ "no_license" ]
[ { "path": "ansible/roles/devTools/tasks/main.yml", "content": "---\n- import_tasks: composer.yml\n- import_tasks: node.yml\n- import_tasks: tools.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 84, "all_permissive": false }
ansible_role
azazin/ans_roles
fd259a5a1bb8e5b911a5f6c069e676562a901645
0
roles/preconf
8,022
[ "no_license" ]
[ { "path": "roles/preconf/vars/main.yml", "content": "ssh_super_team:\n - { user: 'pupkin', key: 'ssh-rsa pupkin_pub_key', shell: '/bin/zsh'}\n - { user: 'oldfag', key: 'ssh-rsa oldfag_pub_key', shell: '/bin/sh' }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 164 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 854, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/aws-ami
8,022
[ "no_license" ]
[ { "path": "roles/aws-ami/tasks/destroy.yml", "content": "---\n- name: Gather facts about AMI\n ec2_ami_facts:\n filters:\n \"tag:Name\": Ubuntu-Encrypted-AMI\n register: encrypted_ami\n\n- name: Destroy Encrypted AMI\n ec2_ami:\n image_id: '{{ encrypted_ami.images[0].image_id }}'\n delete_s...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 795, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/aws-ec2
8,022
[ "no_license" ]
[ { "path": "roles/aws-ec2/tasks/main.yml", "content": "---\n# roles/aws-ec2/tasks/main.yml\n\n- include: facts.yml\n tags:\n - aws-ec2:create\n - aws-ec2:facts\n\n- include: create.yml\n tags:\n - aws-ec2:create\n\n- include: destroy.yml\n tags:\n - never\n - destroy-all\n - aws-ec2:dest...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2077, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/aws-inventory
8,022
[ "no_license" ]
[ { "path": "roles/aws-inventory/tasks/main.yml", "content": "---\n# roles/aws-inventory/tasks/main.yml\n\n- include: ec2_hosts.yml\n # when: current_instance is undefined\n tags: always", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/aws-in...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 713, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/aws-sg
8,022
[ "no_license" ]
[ { "path": "roles/aws-sg/tasks/create.yml", "content": "---\n# roles/aws-sg/tasks/create.yml\n\n- name: Create security groups\n delegate_to: localhost\n become: no\n delegate_facts: True\n ec2_group:\n name: \"{{ security_group_name }}\"\n description: \"Security group for the {{ security_group_na...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1861, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/aws-ssh-key
8,022
[ "no_license" ]
[ { "path": "roles/aws-ssh-key/tasks/create.yml", "content": "---\n- name: check if ssh file exists\n stat: \n path: \"{{ playbook_dir }}/files/ssh/ssh-key\"\n register: ssh_file\n\n- name: delete ec2 key pair on AWS\n ec2_key:\n name: \"{{ keypair }}\"\n state: absent\n when: (ssh_file.stat.exis...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2190, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/aws-vpc
8,022
[ "no_license" ]
[ { "path": "roles/aws-vpc/tasks/create.yml", "content": "---\n\n- name: Create VPC\n ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n cidr_block: \"{{ vpc_cidr_block }}\"\n region: \"{{ aws_region }}\"\n state: \"present\"\n register: my_vpc\n\n- name: Set VPC ID in variable\n set_fact:\n vpc_id: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2364, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/backup-docker
8,022
[ "no_license" ]
[ { "path": "roles/backup-docker/templates/vault.yml.j2", "content": "vault_borg_encrypt_password: '{{ vault_borg_encrypt_password }}'\nvault_s3backup_user_password: '{{ vault_s3backup_user_password.stdout }}'\nvault_s3backup_user_access_key_id: '{{ vault_s3backup_user_access_key_id }}'\nvault_s3backup_user_s...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 8301, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/cobaltstrike-docker
8,022
[ "no_license" ]
[ { "path": "roles/cobaltstrike-docker/tasks/main.yml", "content": "---\n# roles/cobaltstrike-docker/tasks/main.yml\n\n- name: check if vault file exists\n delegate_to: 127.0.0.1\n become: no\n delegate_facts: True\n stat: \n path: '{{ role_path }}/vars/vault.yml'\n register: vault_cobaltstrike_file\n...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 7954, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/lair-docker
8,022
[ "no_license" ]
[ { "path": "roles/lair-docker/tasks/create-container.yml", "content": "---\n# roles/lair-docker/tasks/create-container.yml\n\n- name: Ensures lair dir exists\n file:\n path: \"{{ lair_dir }}\"\n state: directory\n\n- name: Adding plugin files\n copy:\n src: \"{{ item }}\"\n dest: \"{{lair_dir}}...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 4067, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/netdata-docker
8,022
[ "no_license" ]
[ { "path": "roles/netdata-docker/tasks/create-dns.yml", "content": "---\n- name: Add DNS Records\n delegate_to: 127.0.0.1\n become: no\n delegate_facts: True\n route53:\n state: present\n zone: \"{{ item.zone }}\"\n record: \"{{ item.record }}\"\n type: A\n ttl: 7200\n value...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3470, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/portainer-docker
8,022
[ "no_license" ]
[ { "path": "roles/portainer-docker/tasks/main.yml", "content": "- name: check if vault file exists\n delegate_to: 127.0.0.1\n become: no\n delegate_facts: True\n stat: \n path: '{{ role_path }}/vars/vault.yml'\n register: vault_portainer_file\n tags:\n - portainer-docker\n\n- name: Include Vault ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2852, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/traefik-docker
8,022
[ "no_license" ]
[ { "path": "roles/traefik-docker/templates/vault.yml.j2", "content": "vault_traefik_password: '{{ vault_traefik_password }}'\nvault_dnsChallenge_user_password: '{{ <PASSWORD>_dnsChallenge_user_password }}'\nvault_dnsChallenge_user_access_key_id: '{{ vault_dnsChallenge_user_access_key_id }}'\nvault_dnsChallen...
{ "task_files": 8, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 12, "total_bytes": 9894, "all_permissive": false }
ansible_role
attackgithub/warhorse
39bc31783785bb0167505ab119279de95b0f4b15
1
roles/watchtower-docker
8,022
[ "no_license" ]
[ { "path": "roles/watchtower-docker/tasks/main.yml", "content": "---\n- name: Create Container\n include: create-container.yml\n tags:\n - watchtower-docker\n - watchtower-docker:create\n\n- name: Destroy Container\n include: destroy-container.yml\n tags:\n - never\n - watchtower-docker:des...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 688, "all_permissive": false }
ansible_role
tailstory/infrastructure
1a35bd9d281eb539df7d4c734ec03a35b0942577
0
ansible/roles/docker
8,022
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yaml", "content": "---\n- name: Install aptitude\n ansible.builtin.apt:\n name: aptitude\n state: latest\n- name: Install required system packages\n ansible.builtin.apt:\n pkg: [ca-certificates, curl]\n state: latest\n- name: Add Docker GPG apt Key\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 588, "all_permissive": false }
ansible_role
greeninja/kvm-ansible
0f27a89263975d5a5e3525110f1f99afb87f8763
0
roles/build-disks
8,022
[ "no_license" ]
[ { "path": "roles/build-disks/tasks/main.yaml", "content": "---\n\n- name: Build extra disks\n shell:\n cmd: \"qemu-img create -f qcow2 {{os_path}}/{{ inventory_hostname_short }}-disk{{ item }}.qcow2 {{ extra_disks.size }}\"\n args:\n creates: \"{{os_path}}/{{ inventory_hostname_short }}-disk{{ item ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
greeninja/kvm-ansible
0f27a89263975d5a5e3525110f1f99afb87f8763
0
roles/build-inv
8,022
[ "no_license" ]
[ { "path": "roles/build-inv/tasks/main.yaml", "content": "---\n\n- name: Giving the VMs 1 minute to boot\n pause:\n minutes: 1\n delegate_to: localhost\n\n- set_fact:\n hosts: \"{{ hosts | default({}) | combine( { item: hostvars[item]['net']['eth0']['ip'] | ipaddr('address') }) }}\"\n when: hostvars...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1042, "all_permissive": false }
ansible_role
greeninja/kvm-ansible
0f27a89263975d5a5e3525110f1f99afb87f8763
0
roles/build-os
8,022
[ "no_license" ]
[ { "path": "roles/build-os/tasks/main.yaml", "content": "---\n\n- name: Build OS Disks\n shell:\n cmd: \"qemu-img create -f qcow2 {{os_path}}/{{ inventory_hostname_short }}.qcow2 {{ os_image_size }}\"\n args:\n creates: \"{{os_path}}/{{ inventory_hostname_short }}.qcow2\"\n delegate_to: \"{{ kvm_hos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 775, "all_permissive": false }
ansible_role
greeninja/kvm-ansible
0f27a89263975d5a5e3525110f1f99afb87f8763
0
roles/build-vms
8,022
[ "no_license" ]
[ { "path": "roles/build-vms/tasks/main.yaml", "content": "---\n\n- name: Build VMs\n virt:\n command: define\n xml: \"{{ lookup('template', vm.xml_file | default('vm.xml.j2')) }}\"\n uri: \"{{ kvm_addr }}\"\n delegate_to: \"{{ kvm_host }}\"\n\n- name: Ensure VM is running\n virt:\n name: \"{{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4149, "all_permissive": false }
ansible_role
greeninja/kvm-ansible
0f27a89263975d5a5e3525110f1f99afb87f8763
0
roles/cloud-image
8,022
[ "no_license" ]
[ { "path": "roles/cloud-image/tasks/main.yaml", "content": "---\n\n- name: Get cloud image\n get_url:\n url: \"{{ remote_cloud_image }}\"\n dest: \"{{ os_image }}\"\n delegate_to: \"{{ kvm_host }}\"\n when: remote_cloud_image is defined\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
greeninja/kvm-ansible
0f27a89263975d5a5e3525110f1f99afb87f8763
0
roles/cloud-init
8,022
[ "no_license" ]
[ { "path": "roles/cloud-init/templates/user-data.j2", "content": "#cloud-config\n# Set the default user\nsystem_info:\n default_user:\n name: root\n \n# Unlock the default user\nchpasswd:\n list: |\n root:{{ ssh_password | default('<PASSWORD>') }}\n expire: False\n\ndisable_root: False\n\n# Other s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2038, "all_permissive": false }
ansible_role
greeninja/kvm-ansible
0f27a89263975d5a5e3525110f1f99afb87f8763
0
roles/networks
8,022
[ "no_license" ]
[ { "path": "roles/networks/templates/net.xml.j2", "content": "<network{% if item.dnsmasq_options is defined %} xmlns:dnsmasq='http://libvirt.org/schemas/network/dnsmasq/1.0' {% endif %}>\n <name>{{ item.name }}</name>\n <bridge name=\"virbr{{ item.id }}\"/>\n <forward mode=\"nat\"/>\n {% if item.dnsname ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1139, "all_permissive": false }
ansible_role
greeninja/kvm-ansible
0f27a89263975d5a5e3525110f1f99afb87f8763
0
roles/packages
8,022
[ "no_license" ]
[ { "path": "roles/packages/tasks/main.yaml", "content": "---\n\n- name: Ensure packages are available for tasks\n package:\n state: installed\n name: \"{{ item }}\"\n loop:\n - libguestfs-tools\n - python-lxml\n - python-netaddr\n delegate_to: \"{{ kvm_host }}\"\n run_once: true\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": false }
ansible_role
rajneeshkapoor/SelfUsage
8d1ae59b1cc05598387c1200601a4ea6a83cd6a0
0
ansibleTest/Trials/roles/common
8,022
[ "no_license" ]
[ { "path": "ansibleTest/Trials/roles/common/tasks/main.yml", "content": "---\n- name: Common .....\n debug: msg=\"Variable {{ role }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "ansibleTest/Trials/roles/common/vars/main.yml", "content":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 75, "all_permissive": false }
ansible_role
tintoy/kube-ddcloud
8e8727b67c0fc0d3c3d85bb126a1dfbd86416146
0
roles/docker
8,022
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: add GPG key for Docker packages\n sudo: yes\n apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=58118E89F3A912897C070ADBF76221572C52609D\n\n- name: add repo for Docker packages\n sudo: yes\n apt_repository:\n repo: 'deb https:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2258, "all_permissive": false }
ansible_role
Datanexus/jenkins
ca3225768dc658a0e999fbb727fcbd239c66bb40
0
roles/configure-jenkins-nodes
8,022
[ "no_license" ]
[ { "path": "roles/configure-jenkins-nodes/tasks/configure-jenkins-server.yml", "content": "# (c) 2017 DataNexus Inc. All Rights Reserved\n---\n# setup the configuration using the template\n- name: Setup server configuration from template\n template:\n src: jenkins.j2\n dest: /etc/sysconfig/jenkins\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 240, "all_permissive": false }