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
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/retrieve_status
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/retrieve_status/tasks/main.yml", "content": "---\n# tasks file for retrieving the status of the last operation\n#\n\n- name: retrieve package status\n fetch:\n src: \"/tmp/{{ status_file }}\"\n dest: \"{{ working_dir }}/{{ status_file }}\"\n flat: yes\n", "licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/retrieve_sys_config
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/retrieve_sys_config/tasks/main.yml", "content": "---\n#\n# Retrieve the various system configuration information\n#\n#\n#\n- name: create sys_config_out_dir\n file:\n path: \"/tmp/sysconfig_info\"\n state: directory\n mode: 0775\n ignore_errors: yes\n\n- name: rhel_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/retrieve_test
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/retrieve_test/tasks/main.yml", "content": "---\n# \n# Upload the required tests.\n#\n\n- name: test retrieve include dynamic variables\n include_vars:\n file: \"{{ working_dir }}/ansible_run_vars.yml\"\n name: dyn_data\n\n- name: include_test_description\n include_vars...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1175, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/rpm_upload_and_install
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/rpm_upload_and_install/tasks/main.yml", "content": "---\n- name: include dynamic info\n include_vars:\n file: \"{{ working_dir }}/ansible_run_vars.yml\"\n name: dyn_data\n\n# \n# Upload the required tests.\n#\n- name: upload the rpm file\n become: no\n local_action: s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 780, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/selinux_config
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/selinux_config/tasks/main.yml", "content": "---\n#\n# Ubuntu we have to disable and uninstall apparmor and install slinux.\n# This works on 5/17/2024\n#\n- name: Ubuntu enable\n block:\n - name: stop apparmor\n shell: \"systemctl stop apparmor\"\n - name: disable apparmo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3904, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/set_up_tf_vars
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/set_up_tf_vars/README.md", "content": "Role Name\n=========\n\nThis is a work in progress, and will be updated over time.\n\nTerminate the instances created, including storage and networks\n\nRoles called: \n\taws_remove_instance\n\taws_net_terminate\nCommands called:\n\taws e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3693, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/ssh_key_exchange
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/ssh_key_exchange/tasks/main.yml", "content": "---\n# tasks file for roles/ssh_key_exchange\n- name: SSH KeyGen command\n delegate_to: \"{{ item }}\"\n become: yes\n shell: > \n ssh-keygen -q -b 2048 -t rsa -N \"\" -C \"creating SSH\" -f ~/.ssh/id_rsa\n creates=\"~/.ss...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2187, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/sys_config
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/sys_config/tasks/main.yml", "content": "---\n#\n# set the required /proc value.\n#\n# File format is\n# <what setting>=<value>\n#\n# Example\n# /proc/sys/kernel/numa_balancing=0\n#\n\n- name: Report what is being set\n debug:\n var: sysctl_settings\n\n- name: set_system_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/terminate_on_error
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/terminate_on_error/tasks/main.yml", "content": "---\n# tasks file for termination on failure deletion\n#\n#\n#- name: Obtain install status\n- name: Read status file\n shell: cat {{ working_dir }}/{{ status_file }} 2> /dev/null\n register: status\n ignore_errors: yes\n\n- n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 708, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/test_execute
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/test_execute/tasks/main.yml", "content": "---\n#\n# We could combine this with test_generic, but the file\n# would get a bit long. \n#\n- name: include dynamic variables for text execution \n include_vars:\n file: \"{{ working_dir }}/ansible_run_vars.yml\"\n name: dyn_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1279, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/test_execute_loop
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/test_execute_loop/tasks/main.yml", "content": "---\n- name: execute the test\n include_role:\n name: tuned_setting\n vars:\n test_exec_loca: \"{{ test_location }}\"\n test_exec: \"{{ test_item }}\"\n loop: \"{{ config_info.test_to_run }}\"\n loop_control:\n loo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 777, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/test_generic
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/test_generic/tasks/main.yml", "content": "---\n- name: include_test_data_file\n include_vars:\n file: \"{{ test_def_file }}\"\n name: test_data\n\n- name: Handle pre setup script\n block:\n - name: Copy start script to test system\n copy:\n src: \"{{ test_data...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5214, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/tf_create
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/tf_create/tasks/tf_apply.yml", "content": "---\n\n- name: Create resources\n shell: |\n terraform workspace select {{ config_info.system_type }}-{{ config_info.run_label }}-{{ config_info.host_or_cloud_inst }}\n terraform apply plan.tfplan 2>&1 | tee {{ working_dir }}/t...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2408, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/tf_delete
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/tf_delete/tasks/main.yml", "content": "---\n# tasks file for terraform deletion\n#\n\n- name: terraform create delete plan\n shell: terraform -chdir=\"{{ working_dir }}/{{ tf_dir }}\" plan -var-file=env.tfvars -destroy -out=destroy.tfplan\n\n- name: terraform delete\n shell:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 768, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/tf_show
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/tf_show/tasks/main.yml", "content": "#\n# First save it for later use.\n#\n- name: pull tf data\n shell: \"terraform show > {{ working_dir }}/terraform_data.yml\"\n args:\n chdir: \"{{ working_dir }}/tf\"\n\n#\n# Now tell the world\n#\n- name: pull tf data for display\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 398, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/tuned_loop
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/tuned_loop/tasks/main.yml", "content": "---\n\n- name: make sure tuned is enabled\n command: \"systemctl enable tuned\"\n- name: make sure tuned is started\n command: \"systemctl start tuned\"\n- name: run tuned\n command: \"tuned-adm profile {{ tuned_adm_profile }}\"\n ig...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 841, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/tuned_setting
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/tuned_setting/tasks/main.yml", "content": "---\n\n- name: set tuned then execute\n block:\n - name: set tuned\n include_role:\n name: tuned_loop\n vars:\n tuned_using: \"{{ tuned_adm_profile }}\"\n loop: \"{{ config_info.rhel_tuned_setting }}\"\n loop_c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/unarchive
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/unarchive/tasks/main.yml", "content": "---\n# tasks file for uploading tar balls and handling errors\n#\n- name: copy up the tar ball\n unarchive:\n src: \"{{ config_info.local_run_dir }}/{{ tball }}\"\n dest: \"{{ cd_homedir }}\"\n ignore_errors: yes\n register: tar_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/update_os_image
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/update_os_image/tasks/main.yml", "content": "---\n# tasks file for update_os_image\n\n- name: include dynamic info\n include_vars:\n file: \"{{ working_dir }}/ansible_run_vars.yml\"\n name: dyn_data\n\n#\n# Default status.\n#\n- name: Record default status of update suc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1069, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/upload_disk_space
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/upload_disk_space/tasks/main.yml", "content": "---\n# \n# Determine mount point with most space available. Upload will go there.\n#\n\n- name: include dynamic info\n include_vars:\n file: \"{{ working_dir }}/ansible_run_vars.yml\"\n name: dyn_data\n\n# \n# Determine lo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1139, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/upload_extra
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/upload_extra/tasks/main.yml", "content": "---\n# \n# Upload the required tests.\n#\n\n- name: include_extra_uploads\n include_vars:\n file: \"{{ working_dir }}/upload_files.yml\"\n name: extra\n\n- name: Load in configuration information\n include_vars:\n file: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 524, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/upload_extra_files
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/upload_extra_files/tasks/main.yml", "content": "---\n# \n# Upload the required tests.\n#\n\n- name: include_extra_uploads\n include_vars:\n file: \"{{ working_dir }}/upload_files.yml\"\n name: extra\n\n- name: Load in configuration information\n include_vars:\n file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 515, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/upload_meta_data
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/upload_meta_data/tasks/main.yml", "content": "---\n#\n# Save the metadata for future usage.\n#\n- name: Copy metadata to test system for later use\n copy:\n src: \"meta_data.yml\"\n dest: \"{{ config_info.user_parent_home_dir }}/{{ config_info.test_user }}/meta_data.yml...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 857, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/verify_cpu
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/verify_cpu/tasks/main.yml", "content": "---\n# tasks file to verify cpu type is what we asked for.\n#\n#\n- name: Obtain cpu type\n command: \"ssh -oStrictHostKeyChecking=no {{ dyn_data.ssh_i_option }} {{ config_info.test_user }}@{{ ip_addr }} 'lscpu | grep \\\"Model name:\\\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1576, "all_permissive": false }
ansible_role
redhat-performance/zathras
8d1d8b70bbc43ba2655556ed90623a50c6054383
3
ansible_roles/roles/wait_for_ssh
5
[ "no_license" ]
[ { "path": "ansible_roles/roles/wait_for_ssh/README.md", "content": "Role Name\n=========\n\nwait_for_ssh\n\nRequirements\n------------\n\n\nRole Variables\n--------------\n\thostname: name of host to wait for.\n\n\nDependencies\n------------\n\n\nExample Playbook\n----------------\n\n- name: example wait fo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 604, "all_permissive": false }
ansible_role
nandini965/roboshop-jenkins
1c913a65588ade64c1d4c06482bb33dadceaed05
0
roles/jenkins
12
[ "no_license" ]
[ { "path": "roles/jenkins/vars/main.yml", "content": "sjobs:\n - { git_repo_url: https://github.com/nandini965/roboshop-terraform.git, job_name: roboshop-terraform, file_name: Jenkinsfile }\n - { git_repo_url: https://github.com/nandini965/roboshop-ansible.git, job_name: roboshop-ansible, file_name: Jenkin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1575, "all_permissive": false }
ansible_role
sadsfae/gameserver-tools
7fd35b417cc6cf90dc4ae4dcf73df604cf735eee
0
7daystodie/install/roles/7server
12
[ "no_license" ]
[ { "path": "7daystodie/install/roles/7server/tasks/main.yml", "content": "---\n#\n# Install/run 7daystodie server\n#\n\n- name: Gathering user info\n local_action: command whoami\n register: youruser\n\n- name: Setup 7days user\n user: name=7days\n shell=/sbin/nologin generate_ssh_key=yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 8127, "all_permissive": false }
ansible_role
Mohamed24Awwad/UdaPeople_CICD_Project
9b33d4abbd0a9e22e85ade0e2abc5770b98f60e0
0
.circleci/ansible/roles/deploy
12
[ "no_license" ]
[ { "path": ".circleci/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"Copy Backend file\"\n copy:\n src: artifact.tar.gz\n dest: /home/ubuntu\n\n- name: \"Unarchive backend file\"\n ansible.builtin.shell: tar -xzf artifact.tar.gz\n args:\n chdir: /home/ubuntu\n\n- name: \"install...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 568, "all_permissive": false }
ansible_role
mycloudfun/kubernetes-cluster-with-vagrant-and-ansible
ae25e25cc1a1c2416e81221765fbadce2e3cac55
0
ansible/roles/common
12
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: \"Setup /etc/hosts\"\n blockinfile:\n path: /etc/hosts\n marker: \"<!-- {mark} ANSIBLE MANAGED BLOCK -->\"\n block: |\n 10.0.0.10 lb lb.k8s.local\n 10.0.0.21 master1 master1.k8s.local\n 10.0.0.22 master2 master2.k8...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1075, "all_permissive": false }
ansible_role
mycloudfun/kubernetes-cluster-with-vagrant-and-ansible
ae25e25cc1a1c2416e81221765fbadce2e3cac55
0
ansible/roles/k8s-common
12
[ "no_license" ]
[ { "path": "ansible/roles/k8s-common/defaults/main.yml", "content": "selinux_enabled: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 23 }, { "path": "ansible/roles/k8s-common/tasks/main.yml", "content": "- name: Disable swapoff\n shell: swapoff -a\n\n-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2376, "all_permissive": false }
ansible_role
mycloudfun/kubernetes-cluster-with-vagrant-and-ansible
ae25e25cc1a1c2416e81221765fbadce2e3cac55
0
ansible/roles/k8s-setup-controllers
12
[ "no_license" ]
[ { "path": "ansible/roles/k8s-setup-controllers/tasks/main.yml", "content": "- name: \"Check if the kubelet.conf exists\"\n stat:\n path: \"/etc/kubernetes/kubelet.conf\"\n register: kubelet_conf\n\n- name: \"Join to the cluster if not a member\"\n include_tasks: join.yml\n when: not kubelet_conf.stat...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 905, "all_permissive": false }
ansible_role
mycloudfun/kubernetes-cluster-with-vagrant-and-ansible
ae25e25cc1a1c2416e81221765fbadce2e3cac55
0
ansible/roles/k8s-setup-master
12
[ "no_license" ]
[ { "path": "ansible/roles/k8s-setup-master/tasks/init.yml", "content": "- name: \"Reset the kubeadm components\"\n shell: \"kubeadm reset --force\"\n register: reset_cluster\n\n- name: \"Configure kubeadm config folder\"\n file:\n path: \"{{ kubeadm_config_dir }}\"\n owner: root\n group: root\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3230, "all_permissive": false }
ansible_role
mycloudfun/kubernetes-cluster-with-vagrant-and-ansible
ae25e25cc1a1c2416e81221765fbadce2e3cac55
0
ansible/roles/k8s-setup-workers
12
[ "no_license" ]
[ { "path": "ansible/roles/k8s-setup-workers/tasks/join.yml", "content": "- name: \"Reset the kubeadms components\"\n shell: \"kubeadm reset --force\"\n register: reset_cluster\n\n- name: \"Join to the kubernetes cluster\"\n when: reset_cluster is succeeded\n shell: |\n kubeadm join --token {{ token }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
mycloudfun/kubernetes-cluster-with-vagrant-and-ansible
ae25e25cc1a1c2416e81221765fbadce2e3cac55
0
ansible/roles/lb
12
[ "no_license" ]
[ { "path": "ansible/roles/lb/tasks/main.yml", "content": "- name: \"Install required packages\"\n yum:\n name: ['haproxy','policycoreutils-python']\n state: latest\n update_cache: yes\n\n- name: \"Configure haproxy\"\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n own...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 642, "all_permissive": false }
ansible_role
litr05/ansible
ddd48a91959869be552eb31f7e864ff9e13d50b6
0
roles/poweroff
12
[ "no_license" ]
[ { "path": "roles/poweroff/tasks/main.yaml", "content": "- name: Poweroff\n shell: halt -p", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 33, "all_permissive": false }
ansible_role
litr05/ansible
ddd48a91959869be552eb31f7e864ff9e13d50b6
0
roles/prepare-hosts
12
[ "no_license" ]
[ { "path": "roles/prepare-hosts/tasks/main.yaml", "content": "---\n- name: Check is swap enable\n shell: swapon\n register: swap_present\n changed_when: false\n ignore_errors: true\n\n- name: If swap is enabled - disable it\n shell: swapoff -a\n when: swap_present.stdout != \"\"\n\n- name: Disable SWAP...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 332, "all_permissive": false }
ansible_role
CJMcClure/nodefront
ecf7d1c826a97fcf4cdee7e9445c5abd31866d3f
0
ansible/roles/db
12
[ "no_license" ]
[ { "path": "ansible/roles/db/tasks/main.yml", "content": "---\n- name: Create nodeCommerce database\n mysql_db:\n name: nodeCommerce\n state: present\n\n- name: Create non-root user\n mysql_user:\n name: \"{{ mysql['user'] }}\"\n password: \"{{ mysql['password'] }}\"\n priv: 'nodeCommerce.*:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
CJMcClure/nodefront
ecf7d1c826a97fcf4cdee7e9445c5abd31866d3f
0
ansible/roles/git
12
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n# Start GIT tasks ###########################################################################################\n- file:\n path: /var/www/nodefront\n owner: \"{{ system['user'] }}\"\n group: www-data\n state: directory\n mode: 0755\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 579, "all_permissive": false }
ansible_role
CJMcClure/nodefront
ecf7d1c826a97fcf4cdee7e9445c5abd31866d3f
0
ansible/roles/nodefront
12
[ "no_license" ]
[ { "path": "ansible/roles/nodefront/templates/nginx_server_block.j2", "content": "server {\n listen 80;\n listen [::]:80;\n\n server_name {{ nginx['domain'] }}.{{system['ip']}}.xip.io;\n\n location / {\n proxy_set_header X-Real-IP $remote_addr;\n proxy_set_header X-Forwarded-For $proxy_add_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1360, "all_permissive": false }
ansible_role
sitepilot/autopilot-ansible
8513f49c0483e2c6463d248d9bd16e19d45f76af
3
ansible/playbooks/server/roles/common
12
[ "no_license" ]
[ { "path": "ansible/playbooks/server/roles/common/tasks/sshd.yml", "content": "---\n- name: \"sshd: configure SSH server\"\n template:\n src: sshd_config.j2\n dest: /etc/ssh/sshd_config\n notify:\n - reload sshd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 14, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 18, "total_bytes": 9168, "all_permissive": false }
ansible_role
sitepilot/autopilot-ansible
8513f49c0483e2c6463d248d9bd16e19d45f76af
3
ansible/playbooks/server/roles/loadbalancer
12
[ "no_license" ]
[ { "path": "ansible/playbooks/server/roles/loadbalancer/vars/main.yml", "content": "---\n__sitepilot_managed: >\n WARNING: This file is managed by Sitepilot, any changes will be overwritten\n (updated at: {{ansible_date_time.date}} {{ansible_date_time.time}}).\n", "license_type": "no_license", "det...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 2317, "all_permissive": false }
ansible_role
sitepilot/autopilot-ansible
8513f49c0483e2c6463d248d9bd16e19d45f76af
3
ansible/playbooks/server/roles/webserver
12
[ "no_license" ]
[ { "path": "ansible/playbooks/server/roles/webserver/tasks/composer.yml", "content": "---\n- name: \"composer : check if already installed\"\n stat:\n path: \"/usr/local/bin/composer\"\n register: composer_bin\n\n- name: \"composer : get installer signature\"\n uri:\n url: https://composer.github.io...
{ "task_files": 13, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 31, "total_bytes": 28801, "all_permissive": false }
ansible_role
jhryniuk/task-manager
b40c7e5074e3db1b8658b1e30584136021deb142
0
vagrant/provisioning/roles/apache
12
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/apache/tasks/main.yml", "content": "---\n- name: Install Apache\n become: yes\n apt: pkg=apache2 state=latest\n\n- name: Install Apache Modules\n shell: a2enmod {{ item }}\n notify: restart apache\n with_items:\n - rewrite\n - vhost_alias\n - headers\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 245, "all_permissive": false }
ansible_role
jhryniuk/task-manager
b40c7e5074e3db1b8658b1e30584136021deb142
0
vagrant/provisioning/roles/php7.1
12
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/php7.1/tasks/main.yml", "content": "---\n- name: Install python-pycurl\n apt: pkg=python-pycurl state=latest\n\n- name: Add PHP repo\n apt_repository: repo=\"ppa:ondrej/php\"\n\n- name: Install PHP\n apt: name=php7.1 state=latest force=yes\n\n- name: Intsall PHP pack...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 597, "all_permissive": false }
ansible_role
jhryniuk/task-manager
b40c7e5074e3db1b8658b1e30584136021deb142
0
vagrant/provisioning/roles/project
12
[ "no_license" ]
[ { "path": "vagrant/provisioning/roles/project/tasks/main.yml", "content": "---\n- name: Create apache2 configuration\n template:\n src: vhost-configuration.js2\n dest: /etc/apache2/sites-available/task-manager-configuration.conf\n\n- name: Enable apache2 vhosts\n file:\n src: /etc/apache2/sites-a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1364, "all_permissive": false }
ansible_role
AlexeyParfimovich/tms_dos20_project
a5c2c2716f7c055760975bb65afcb454925d3212
0
ansible/roles/apache
3
[ "no_license" ]
[ { "path": "ansible/roles/apache/tasks/main.yml", "content": "- name: Installs apache2\n apt:\n name:\n - php\n - php-curl\n - apache2\n state: present\n update_cache: true\n\n- name: Push TMS site app files\n copy:\n src: www\n dest: /var/\n tags: parentdir\n\n- name: Push ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1595, "all_permissive": false }
ansible_role
AlexeyParfimovich/tms_dos20_project
a5c2c2716f7c055760975bb65afcb454925d3212
0
ansible/roles/haproxy
3
[ "no_license" ]
[ { "path": "ansible/roles/haproxy/templates/haproxy.cfg.j2", "content": "global\n daemon\n maxconn 256\n{% if haproxy_stats_socket %}\n stats socket {{ haproxy_stats_socket }}\n{% endif %}\n\ndefaults\n stats enable\n mode http\n retries 3\n timeout connect 5000ms\n timeout client 50000ms\n timeout ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1125, "all_permissive": false }
ansible_role
AlexeyParfimovich/tms_dos20_project
a5c2c2716f7c055760975bb65afcb454925d3212
0
ansible/roles/keepalived
3
[ "no_license" ]
[ { "path": "ansible/roles/keepalived/tasks/main.yml", "content": "- name: Installs keepalived\n apt:\n name: keepalived\n state: present\n update_cache: yes\n\n- name: Push keepalived notify script\n copy:\n src: keepalived-notify.sh\n dest: /etc/keepalived/\n mode: '0744'\n owner: roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1099, "all_permissive": false }
ansible_role
AlexeyParfimovich/tms_dos20_project
a5c2c2716f7c055760975bb65afcb454925d3212
0
ansible/roles/zabbix_agent
3
[ "no_license" ]
[ { "path": "ansible/roles/zabbix_agent/tasks/main.yml", "content": "- name: Dowload zabbix release package\n apt:\n deb: https://repo.zabbix.com/zabbix/6.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.0-4+ubuntu22.04_all.deb\n\n- name: Install zabbix-agent2 packages\n apt:\n name: \n - zab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1148, "all_permissive": false }
ansible_role
neel-m/neel-m.gcm
f2e93a2909fe52d89da2b4af99e5675597b75b07
0
ansible/roles/azcli
3
[ "no_license" ]
[ { "path": "ansible/roles/azcli/tasks/main.yml", "content": "---\n# tasks file for azcli\n\n- name: Get packages needed for azcli install\n become: true\n ansible.builtin.apt:\n name: \"{{ azcli_apt_packages }}\"\n state: present\n update_cache: \"{{ azcli_update_apt_cache_for_azcli }}\"\n when: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1534, "all_permissive": false }
ansible_role
neel-m/neel-m.gcm
f2e93a2909fe52d89da2b4af99e5675597b75b07
0
ansible/roles/gcm
3
[ "no_license" ]
[ { "path": "ansible/roles/gcm/README.md", "content": "Role Name\n=========\n\nInstall the Git Credential Manager (on Ubuntu) using dotnet\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n`gcm_dot_net_package_name`: dotnet-sdk-7.0\n\n`gcm_repo_key_url`: https://packages.microsoft.com...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 5043, "all_permissive": false }
ansible_role
packtdemo-devops/homework-assignment-automation
f5ab08aec15a652cc08e3eef0d93e364dc353d54
0
roles/config-base
3
[ "no_license" ]
[ { "path": "roles/config-base/tasks/main.yml", "content": "---\n# Initial, common, system seting up tasks\n\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: e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
packtdemo-devops/homework-assignment-automation
f5ab08aec15a652cc08e3eef0d93e364dc353d54
0
roles/inventory-local
3
[ "no_license" ]
[ { "path": "roles/inventory-local/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/inventory-local\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/inventory-local/handlers/main.yml", "conte...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 591, "all_permissive": false }
ansible_role
packtdemo-devops/homework-assignment-automation
f5ab08aec15a652cc08e3eef0d93e364dc353d54
0
roles/openstack-delete
3
[ "no_license" ]
[ { "path": "roles/openstack-delete/defaults/main.yml", "content": "---\n# defaults file for roles/openstack-delete\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "roles/openstack-delete/handlers/main.yml", "content": "---\n# handlers file for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 558, "all_permissive": false }
ansible_role
packtdemo-devops/homework-assignment-automation
f5ab08aec15a652cc08e3eef0d93e364dc353d54
0
roles/openstack-setup
3
[ "no_license" ]
[ { "path": "roles/openstack-setup/handlers/main.yml", "content": "---\n# handlers file for roles/openstack-setup\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/openstack-setup/tasks/main.yml", "content": "---\n# tasks file for roles/ope...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 351, "all_permissive": false }
ansible_role
packtdemo-devops/homework-assignment-automation
f5ab08aec15a652cc08e3eef0d93e364dc353d54
0
roles/tower-configuration
3
[ "no_license" ]
[ { "path": "roles/tower-configuration/templates/work-flow.j2", "content": "- project: \"{{proj_name}}\"\n success:\n - job_template: \"{{aws_provision_template}}\"\n success:\n - inventory_source: \"{{ec2_source_inventory}}\"\n success:\n - job_template: \"{{aws_status_check_template}}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3150, "all_permissive": false }
ansible_role
packtdemo-devops/homework-assignment-automation
f5ab08aec15a652cc08e3eef0d93e364dc353d54
0
roles/tower-install
3
[ "no_license" ]
[ { "path": "roles/tower-install/handlers/main.yml", "content": "---\n# handlers file for tower-install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/tower-install/tests/test.yml", "content": "#---\n#- hosts: localhost\n# remote_user: ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 298, "all_permissive": false }
ansible_role
packtdemo-devops/homework-assignment-automation
f5ab08aec15a652cc08e3eef0d93e364dc353d54
0
roles/workstation-setup
3
[ "no_license" ]
[ { "path": "roles/workstation-setup/tasks/main.yml", "content": "---\n# tasks file for setup-workstation\n- include_tasks: preinstall.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 71 }, { "path": "roles/workstation-setup/handlers/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 270, "all_permissive": false }
ansible_role
rgleme/curso4linux
628e158f92cd672cb8e3fd35927a5f85917c9090
0
roles/deploy
3
[ "no_license" ]
[ { "path": "roles/deploy/tasks/dir.yml", "content": "---\n- name: Adicionando os diretorios para o volume green e blue\n hosts: docker\n tasks:\n - name: Adicionando os diretorios blue e green\n file:\n path: \"{{ item }}\"\n state: directory\n with_items:\n - /blue\n - /green...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 531, "all_permissive": false }
ansible_role
rgleme/curso4linux
628e158f92cd672cb8e3fd35927a5f85917c9090
0
roles/git
3
[ "no_license" ]
[ { "path": "roles/git/tasks/pre.yml", "content": "- name: Pre Requisitos\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items:\n - curl\n - openssh-server\n - ca-certificates\n - postfix\n", "license_type": "no_license", "detected_licenses": [], "size_by...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 529, "all_permissive": false }
ansible_role
rgleme/curso4linux
628e158f92cd672cb8e3fd35927a5f85917c9090
0
roles/jenkins
3
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: Instalar Dependencias\n hosts: automation\n tasks:\n - name: Instalar WGET\n yum:\n name: wget\n state: present\n\n - name: download conf repo\n get_url:\n url: http://pkg.jenkins-ci.org/redhat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
rgleme/curso4linux
628e158f92cd672cb8e3fd35927a5f85917c9090
0
roles/puppet
3
[ "no_license" ]
[ { "path": "roles/puppet/tasks/repo.yml", "content": "- name: Download Repo Debian\n get_url:\n url: https://apt.puppetlabs.com/puppet5-release-xenial.deb\n dest: /tmp/puppet.deb\n when: ansible_os_family == \"Debian\"\n\n- name: Instalar Repo Debian\n apt:\n deb: /tmp/puppet.deb\n when: ansible_os...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 642, "all_permissive": false }
ansible_role
rgleme/curso4linux
628e158f92cd672cb8e3fd35927a5f85917c9090
0
roles/rundeck
3
[ "no_license" ]
[ { "path": "roles/rundeck/tasks/main.yml", "content": "---\n# tasks file for rundeck\n- name: Instacao RUNDECK\n hosts: automation\n tasks:\n - name: Instalando o REPO\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - java-1.8.0\n - http://repo.rundeck.org/lates...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 462, "all_permissive": false }
ansible_role
rgleme/curso4linux
628e158f92cd672cb8e3fd35927a5f85917c9090
0
roles/web
3
[ "no_license" ]
[ { "path": "roles/web/tasks/deb.yml", "content": "- name: instalando no debian\n apt:\n name: \"{{ item }}\"\n state: present\n when: ansible_os_family == \"Debian\"\n with_items:\n - apache2\n\n- name: habilitar apache\n service:\n name: apache2\n state: started\n when: ansible_os_family == \...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 712, "all_permissive": false }
ansible_role
NicolasGresset/tp-ansible
597ef57c6e15cbbdf86176010f20bd37aa8db010
0
roles/openldap
3
[ "no_license" ]
[ { "path": "roles/openldap/tasks/main.yml", "content": "# tasks/main.yml\n- name: Ensure OpenLDAP home directory exists\n file:\n path: \"{{ openldap_home }}\"\n state: directory\n mode: '0755'\n\n- name: Generate docker-compose.yml for OpenLDAP\n template:\n src: docker-compose.yml.j2\n des...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1271, "all_permissive": false }
ansible_role
NicolasGresset/tp-ansible
597ef57c6e15cbbdf86176010f20bd37aa8db010
0
roles/traefik
3
[ "no_license" ]
[ { "path": "roles/traefik/defaults/main.yaml", "content": "# roles/traefik/defaults/main.yml\ntraefik_http_port: 8000\ntraefik_dashboard_port: 8080\ntraefik_home: /tmp/traefik", "license_type": "no_license", "detected_licenses": [], "size_bytes": 113 }, { "path": "roles/traefik/tasks/main...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1021, "all_permissive": false }
ansible_role
NicolasGresset/tp-ansible
597ef57c6e15cbbdf86176010f20bd37aa8db010
0
roles/whoami
3
[ "no_license" ]
[ { "path": "roles/whoami/templates/docker-compose.yml.j2", "content": "services:\n whoami:\n # A container that exposes an API to show its IP address\n image: traefik/whoami\n container_name: whoami{{ group_id }}\n labels:\n - \"traefik.http.routers.whoami.rule=Host(`whoami{{ group_id }}.lo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 813, "all_permissive": false }
ansible_role
seemscloud/ansible-deploy-zabbix-agent
becde809d311962cc312757b84172ba5a566ca47
0
roles/zabbix-agent
3
[ "no_license" ]
[ { "path": "roles/zabbix-agent/handlers/main.yml", "content": "---\n- name: Restart Zabbix Agent Service\n systemd:\n name: zabbix-agent\n state: restarted\n listen: \"Restart Zabbix Agent Service\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 136 }, { "p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": false }
ansible_role
amhammett/ansible-aws
a2682347228c6de7d2b28c09e748ca2f89850b3b
0
roles/bastion-instance
3
[ "no_license" ]
[ { "path": "roles/bastion-instance/tasks/main.yml", "content": "---\n- name: create bastion security group\n ec2_group:\n name: \"{{app_name}}-{{env}}-bastion\"\n description: security group for bastion host\n region: \"{{region}}\"\n vpc_id: \"{{vpc_lookup['id']}}\"\n purge_rules: True\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1708, "all_permissive": false }
ansible_role
tangpostkarte/k8sinstall
eac6745e86cff770b9cd222658a7856a065718fe
0
k8sinstall/roles/basic_config
3
[ "no_license" ]
[ { "path": "k8sinstall/roles/basic_config/handlers/main.yaml", "content": "---\n- name: reload sysctl config\n command: sysctl --system\n- name: repo cache\n command: yum makecache\n- name: load ipvs module\n systemd: # 使用systemd模块重启服务\n name: systemd-modules-load\n state: restarted\n daemon_r...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2609, "all_permissive": false }
ansible_role
tangpostkarte/k8sinstall
eac6745e86cff770b9cd222658a7856a065718fe
0
k8sinstall/roles/install_cni_plugin
3
[ "no_license" ]
[ { "path": "k8sinstall/roles/install_cni_plugin/defaults/main.yaml", "content": "cni_plugin_version: v1.2.0 # cni plugin的版本", "license_type": "no_license", "detected_licenses": [], "size_bytes": 43 }, { "path": "k8sinstall/roles/install_cni_plugin/tasks/install.yaml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 291, "all_permissive": false }
ansible_role
tangpostkarte/k8sinstall
eac6745e86cff770b9cd222658a7856a065718fe
0
k8sinstall/roles/install_containerd
3
[ "no_license" ]
[ { "path": "k8sinstall/roles/install_containerd/defaults/main.yaml", "content": "containerd_version: 1.6.20", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "k8sinstall/roles/install_containerd/tasks/install.yaml", "content": "---\n- name: copy co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 932, "all_permissive": false }
ansible_role
tangpostkarte/k8sinstall
eac6745e86cff770b9cd222658a7856a065718fe
0
k8sinstall/roles/install_flannel
3
[ "no_license" ]
[ { "path": "k8sinstall/roles/install_flannel/tasks/install.yaml", "content": "---\n- name: copy flannel yaml\n copy:\n src: kube-flannel.yaml\n dest: /tmp/kube-flannel.yaml\n when: ansible_hostname == 'master' \n- name: init flannel \n command: kubectl apply -f /tmp/kube-flannel.yaml\n when: ansib...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": false }
ansible_role
tangpostkarte/k8sinstall
eac6745e86cff770b9cd222658a7856a065718fe
0
k8sinstall/roles/install_k8s_binaries
3
[ "no_license" ]
[ { "path": "k8sinstall/roles/install_k8s_binaries/defaults/main.yaml", "content": "version: 1.27.1\nk8s_binaries:\n - kubelet\n - kubeadm\n - kubectl", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "k8sinstall/roles/install_k8s_binaries/tasks/inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 527, "all_permissive": false }
ansible_role
tangpostkarte/k8sinstall
eac6745e86cff770b9cd222658a7856a065718fe
0
k8sinstall/roles/install_runc
3
[ "no_license" ]
[ { "path": "k8sinstall/roles/install_runc/tasks/install.yaml", "content": "---\n- name: copy runc\n copy:\n src: runc-{{ runc_version }}.amd64\n dest: /usr/local/sbin/runc\n mode: 755\n remote_src: no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, {...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 151, "all_permissive": false }
ansible_role
tangpostkarte/k8sinstall
eac6745e86cff770b9cd222658a7856a065718fe
0
k8sinstall/roles/kubeadm_init
3
[ "no_license" ]
[ { "path": "k8sinstall/roles/kubeadm_init/tasks/install.yaml", "content": "---\n- name: copy k8s init file\n template: # 使用jinja2模板\n src: k8s-init.config.j2\n dest: /tmp/k8s-init.config\n- name: k8s init\n command: kubeadm init --config /tmp/k8s-init.config # 初始化ks\n when: ansible_hostname == 'ma...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2285, "all_permissive": false }
ansible_role
shimmallonga/confluence-ansible
8383ee4a0b3544849138b9a2d60f5ab52c56cfe3
2
roles/confluence
8
[ "no_license" ]
[ { "path": "roles/confluence/tasks/main.yml", "content": "---\n- name: Create a confluence page\n confluence:\n url: \"{{confluence_url}}\"\n username: \"{{confluence_user}}\"\n password: <PASSWORD>}}\"\n title: \"{{title}}\"\n ancestor: \"{{confluence_ancestor}}\"\n action: create\n register: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 258, "all_permissive": false }
ansible_role
darvik80/minecraft
d4dfea247420eba8f220e81bb8a4f11fe345f580
2
ansible/roles/bedrock
8
[ "no_license" ]
[ { "path": "ansible/roles/bedrock/tasks/main.yml", "content": "---\n- name: Upgrade the OS (apt-get update upgrade)\n apt:\n upgrade: yes\n update_cache: yes\n- name: Install a list of packages\n apt:\n pkg:\n - mc\n - unzip\n- name: Create user `minecraft`\n user:\n name: minecraft\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2849, "all_permissive": false }
ansible_role
darvik80/minecraft
d4dfea247420eba8f220e81bb8a4f11fe345f580
2
ansible/roles/java-edition
8
[ "no_license" ]
[ { "path": "ansible/roles/java-edition/templates/minecraft-java.service.j2", "content": "[Unit]\nDescription=Minecraft Java Edition server\n\n[Service]\nUser=minecraft\n# The configuration file application.properties should be here:\n#change this to your workspace\nWorkingDirectory={{ home_folder }}/{{ java_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3240, "all_permissive": false }
ansible_role
samuelvi/lamp-ansible-php-5.6
2dd2981504d37baac21de4936244843227c0b877
0
roles/contents
8
[ "no_license" ]
[ { "path": "roles/contents/tasks/main.yml", "content": "---\n - include: ./mariadb/main.yml\n - include: ./apache2/main.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "roles/contents/tasks/apache2/main.yml", "content": "---\n\n - ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1859, "all_permissive": false }
ansible_role
shivamto31/nginxSetupRole
8ee09d401163ef0524d5be3573a3d9b091a50759
0
roles/nginxSetup
8
[ "no_license" ]
[ { "path": "roles/nginxSetup/templates/index.html.j2", "content": "<html>\n<body>\n<h1>Hi i am fresher and my name is {{ name }}</h1>\n</body>\n</html>", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/nginxSetup/tasks/main.yml", "content": ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 819, "all_permissive": false }
ansible_role
ssreenaths1985/devops
4e00991113cc062b747fb6f2f2cb62d5c4f89f21
0
kubernetes/ansible/roles/static-web
8
[ "no_license" ]
[ { "path": "kubernetes/ansible/roles/static-web/templates/configurations.j2", "content": "{\n \"portalURL\": \"https://{{ domain_name }}/\",\n \"loginPageRedirection\": false,\n \"karmayogiOnboarded\": \"147705\",\n \"registeredMdo\": \"617\",\n \"courses\": \"282\",\n \"availableContent\":...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2663, "all_permissive": false }
ansible_role
bodleytunes/k3s-hetz-quick
798ff88100008ccae6ba4307a7754638eb4fc1d2
0
roles/common
8
[ "no_license" ]
[ { "path": "roles/common/tasks/join_zerotier.yml", "content": "# run zerotier command with ansible to join network\r\n# zerotier-cli join <network_id>\r\n#- name: zerotier join network\r\n# shell: zerotier-cli join {{ zerotier_network_id }}\r\n# when: zerotier_network_id is defined\r\n\r\n- name: zerotier ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2514, "all_permissive": false }
ansible_role
bodleytunes/k3s-hetz-quick
798ff88100008ccae6ba4307a7754638eb4fc1d2
0
roles/k3s
8
[ "no_license" ]
[ { "path": "roles/k3s/tasks/download.yml", "content": "---\r\n\r\n- name: Download k3s binary x64\r\n get_url:\r\n url: https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}/k3s\r\n checksum: sha256:https://github.com/k3s-io/k3s/releases/download/{{ k3s_version }}/sha256sum-{{ system_arch ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 14249, "all_permissive": false }
ansible_role
finixbit/terraform-packer-ansible-demo
5e0cdd4ec2bccfd1dbec006957e6c19ce4a4fd4f
3
ansible/roles/docker
8
[ "no_license" ]
[ { "path": "ansible/roles/docker/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint:\n name: yamllint\nplatforms:\n - name: instance\n image: ubuntu:18.04\n privileged: true\nprovisioner:\n name: ansible\n lint:\n name: ansible-lint\nscena...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1736, "all_permissive": false }
ansible_role
finixbit/terraform-packer-ansible-demo
5e0cdd4ec2bccfd1dbec006957e6c19ce4a4fd4f
3
ansible/roles/flask-app
8
[ "no_license" ]
[ { "path": "ansible/roles/flask-app/defaults/main.yml", "content": "---\n# defaults file for flask-app\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "ansible/roles/flask-app/tasks/main.yml", "content": "---\n# tasks file for flask-app\n- name...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 2537, "all_permissive": false }
ansible_role
finixbit/terraform-packer-ansible-demo
5e0cdd4ec2bccfd1dbec006957e6c19ce4a4fd4f
3
ansible/roles/git
8
[ "no_license" ]
[ { "path": "ansible/roles/git/molecule/default/molecule.yml", "content": "---\ndependency:\n name: galaxy\ndriver:\n name: docker\nlint:\n name: yamllint\nplatforms:\n - name: instance\n image: ubuntu:18.04\nprovisioner:\n name: ansible\n lint:\n name: ansible-lint\nscenario:\n name: default\nve...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 360, "all_permissive": false }
ansible_role
finixbit/terraform-packer-ansible-demo
5e0cdd4ec2bccfd1dbec006957e6c19ce4a4fd4f
3
ansible/roles/nginx
8
[ "no_license" ]
[ { "path": "ansible/roles/nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n\n- name: Install nginx\n apt: name=nginx state=present\n become: true\n register: nginx\n\n- name: Remove default nginx config\n file: name=/etc/nginx/sites-enabled/default state=absent\n become: true\n\n- name: I...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1025, "all_permissive": false }
ansible_role
Bac9nynkiH/ansible-tf-vz-kma
c3e06fee01315de728c0f78e72d236af59079045
0
ansible/roles/primary
8
[ "no_license" ]
[ { "path": "ansible/roles/primary/tasks/main.yml", "content": "---\n- name: Встановити python3-psycopg2\n become: true\n apt:\n name: python3-psycopg2\n state: present\n\n- name: Додати GPG-ключ репозиторію PostgreSQL\n ansible.builtin.apt_key:\n url: \"https://www.postgresql.org/media/keys/ACCC4...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3076, "all_permissive": false }
ansible_role
Bac9nynkiH/ansible-tf-vz-kma
c3e06fee01315de728c0f78e72d236af59079045
0
ansible/roles/replica
8
[ "no_license" ]
[ { "path": "ansible/roles/replica/handlers/main.yml", "content": "---\n- name: Restart PostgreSQL\n service:\n name: postgresql\n state: restarted\n\n- name: Restart Replica Cluster\n command: pg_ctlcluster 16 replica restart\n", "license_type": "no_license", "detected_licenses": [], "siz...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 3230, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/common
8
[ "no_license" ]
[ { "path": "deployment/roles/common/tasks/main.yml", "content": "# ---\n#- authorized_key: user=root key=https://github.com/tomusdrw.keys\n\n- name: Installing Some utilities\n apt: name={{item}} state=present\n with_items:\n - vim\n - htop\n - wget\n - curl\n - less\n - man\n - git\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1215, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/exec-burger
8
[ "no_license" ]
[ { "path": "deployment/roles/exec-burger/tasks/deploy.yml", "content": "---\n- name: Create dir\n file:\n state: directory\n name: /srv/executors\n mode: 0755\n\n- name: Creating user for burger-executor\n user:\n name: exec-burger\n comment: 'Burger Executor'\n home: /srv/executors/burge...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2459, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/exec-fs
8
[ "no_license" ]
[ { "path": "deployment/roles/exec-fs/tasks/main.yml", "content": "---\n- name: Create dir\n file:\n state: directory\n name: /srv/executors\n mode: 0755\n\n- name: Creating user for fs-executor\n user:\n name: exec-fs\n comment: 'FS Executor'\n home: /srv/executors/fs\n\n- name: FsExec | ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 4872, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/exec-java
8
[ "no_license" ]
[ { "path": "deployment/roles/exec-java/tasks/deps.yml", "content": "---\n- name: JavaExec | Apt Repo\n apt_repository:\n repo: \"ppa:webupd8team/java\"\n\n# Might need to run this manually?\n- name: JavaExec | Auto accepting Java8 license\n shell: \"echo oracle-java8-installer shared/accepted-oracle-lic...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2695, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/exec-node
8
[ "no_license" ]
[ { "path": "deployment/roles/exec-node/tasks/main.yml", "content": "---\n- name: Create dir\n file:\n state: directory\n name: /srv/executors\n mode: 0755\n\n- name: Creating user for node-executor\n user:\n name: exec-node\n comment: 'Node Executor'\n home: /srv/executors/node\n\n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2918, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/localxpla-mgmt
8
[ "no_license" ]
[ { "path": "deployment/roles/localxpla-mgmt/tasks/localxpla-mgmt.yml", "content": "---\n\n- name: Nginx | Management site file\n template:\n src: nginx/local-mgmt.site\n dest: /etc/nginx/sites-available/local-mgmt.site\n\n- name: Nginx | Authorization file\n copy:\n src: nginx/local-mgmt.passwd\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2381, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/mongodb
8
[ "no_license" ]
[ { "path": "deployment/roles/mongodb/tasks/mongodb.yml", "content": "---\n- name: Keys\n apt_key: id=7F0CEB10 url=http://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search=0x9ECBEC467F0CEB10\n\n- name: Repository Ubuntu\n apt_repository:\n repo: deb http://repo.mongodb.org/apt/ubuntu trusty/mo...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1458, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/nodejs
8
[ "no_license" ]
[ { "path": "deployment/roles/nodejs/tasks/main.yml", "content": "---\n- name: NodeJS | Install ppa key\n apt_key: <KEY> url=http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xB9316A7BC7917B12 state=present\n when: ansible_machine != 'armv7l' and ansible_machine != 'armv61'\n\n- name: NodeJS | Add...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1690, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/nuc
8
[ "no_license" ]
[ { "path": "deployment/roles/nuc/tasks/main.yml", "content": "---\n- include: ap.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 22 }, { "path": "deployment/roles/nuc/tasks/ap.yml", "content": "---\n- name: Installing Required Software\n apt: name={{ item...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 995, "all_permissive": false }
ansible_role
devmeetings/devmeetings-slidesapp
5a28aa0b2599baa2ab764e43b0ebce207f0bd523
1
deployment/roles/rasbpi
8
[ "no_license" ]
[ { "path": "deployment/roles/rasbpi/tasks/ap.yml", "content": "---\n- name: Installing Required Software\n apt: name={{ item }}\n with_items:\n - hostapd\n - udhcpd\n - wpasupplicant\n - iptables\n - netplug\n - wireless-tools\n\n- name: Starting netplug\n service: name=netplug state=sta...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1782, "all_permissive": false }