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
ductrix/ductrix
843d4e82c06400605ae455724750a1a479501a86
0
src/role-dse/playbooks/roles/common
7,573
[ "no_license" ]
[ { "path": "src/role-dse/playbooks/roles/common/templates/hosts.j2", "content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n{% for node in play_hosts|sort %}\n{% if dc_name == hostvars[node]['dc_name'] ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 9859, "all_permissive": false }
ansible_role
ductrix/ductrix
843d4e82c06400605ae455724750a1a479501a86
0
src/role-dse/playbooks/roles/datastax-agent
7,573
[ "no_license" ]
[ { "path": "src/role-dse/playbooks/roles/datastax-agent/handlers/main.yml", "content": "---\n- name: reload systemd\n command: systemctl daemon-reload\n when: ansible_os_family == \"RedHat\" and ansible_distribution_major_version == \"7\"\n\n- name: restart datastax-agent\n service: name=datastax-agent st...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1691, "all_permissive": false }
ansible_role
ductrix/ductrix
843d4e82c06400605ae455724750a1a479501a86
0
src/role-dse/playbooks/roles/dse
7,573
[ "no_license" ]
[ { "path": "src/role-dse/playbooks/roles/dse/tasks/config.yml", "content": "---\n- name: Update the Cassandra configuration\n template: src=cassandra.yaml.j2 dest=/etc/dse/cassandra/cassandra.yaml owner=cassandra group=cassandra\n notify: restart dse\n\n- name: Update the Cassandra Snitch configuration\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1393, "all_permissive": false }
ansible_role
ductrix/ductrix
843d4e82c06400605ae455724750a1a479501a86
0
src/role-dse/playbooks/roles/opscenter
7,573
[ "no_license" ]
[ { "path": "src/role-dse/playbooks/roles/opscenter/templates/cluster_def.j2", "content": "{\n \"cassandra\": {\n \"seed_hosts\": \"{% for node in groups['dse-cluster'] -%}\n{% if hostvars[node]['dc_name'] == opscenter_dc %}\n{{ hostvars[node][\"ansible_\"~hostvars[node]['options']['rpc_interface']]['...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3544, "all_permissive": false }
ansible_role
ductrix/ductrix
843d4e82c06400605ae455724750a1a479501a86
0
src/role-hadoop/playbooks/roles/ambari-server
7,573
[ "no_license" ]
[ { "path": "src/role-hadoop/playbooks/roles/ambari-server/tasks/prerequisites.yml", "content": "---\n- name: Ensure required packages are installed (yum)\n yum:\n name: \"{{ item }}\"\n update_cache: yes\n state: installed\n with_items:\n - ambari-server\n notify: Reload systemd\n when: ansib...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2328, "all_permissive": false }
ansible_role
ductrix/ductrix
843d4e82c06400605ae455724750a1a479501a86
0
src/role-hadoop/playbooks/roles/cloudera-agent
7,573
[ "no_license" ]
[ { "path": "src/role-hadoop/playbooks/roles/cloudera-agent/vars/redhat.yml", "content": "package_info:\n pkg_mgr: yum\n args:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n pkgs:\n - cloudera-manager-agent\n - cloudera-manager-daemons\n - oracle-j2sdk1.7\n - mysql-connec...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1847, "all_permissive": false }
ansible_role
ductrix/ductrix
843d4e82c06400605ae455724750a1a479501a86
0
src/role-hadoop/playbooks/roles/cloudera-mngr
7,573
[ "no_license" ]
[ { "path": "src/role-hadoop/playbooks/roles/cloudera-mngr/tasks/main.yml", "content": "---\n- include_vars: group_vars/cloudera\n\n- include: prerequisites.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "src/role-hadoop/playbooks/roles/clouder...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2058, "all_permissive": false }
ansible_role
ductrix/ductrix
843d4e82c06400605ae455724750a1a479501a86
0
src/role-hadoop/playbooks/roles/common
7,573
[ "no_license" ]
[ { "path": "src/role-hadoop/playbooks/roles/common/tasks/spark_stack.yml", "content": "- name: Custom Repo\n get_url: url=http://mirrors.dfw.cbd.rackspace.com/cbd.repo dest=/etc/yum.repos.d/\n \n- name: Add default user\n user: name={{ spark_stack_config.default_user }} groups=users\n", "license_typ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 198, "all_permissive": false }
ansible_role
brianburton/qch_movie_rank_spark_demo
3f399dd4adc4d489a6a63414b516cb4043b086a1
1
ansible/roles/apache_spark
7,573
[ "no_license" ]
[ { "path": "ansible/roles/apache_spark/templates/spark-defaults.conf.j2", "content": "spark.driver.memory {{spark_driver_memory}}\nspark.executor.memory {{spark_executor_memory}}\nspark.executor.extraJavaOptions -XX:+PrintGCDetails\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3254, "all_permissive": false }
ansible_role
brianburton/qch_movie_rank_spark_demo
3f399dd4adc4d489a6a63414b516cb4043b086a1
1
ansible/roles/apache_spark_service
7,573
[ "no_license" ]
[ { "path": "ansible/roles/apache_spark_service/templates/spark.service.j2", "content": "[Unit]\nDescription=Apache Spark\nAfter=network.target\nAfter=systemd-user-sessions.service\nAfter=network-online.target\n\n[Service]\nUser=spark\nType=forking\nExecStart=/opt/spark/sbin/start-all.sh\nExecStop=/opt/spark/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1018, "all_permissive": false }
ansible_role
brianburton/qch_movie_rank_spark_demo
3f399dd4adc4d489a6a63414b516cb4043b086a1
1
ansible/roles/openjdk
7,573
[ "no_license" ]
[ { "path": "ansible/roles/openjdk/tasks/main.yml", "content": "---\n\n- name: ensure java-1.8.0-openjdk-devel is installed\n yum: name=java-1.8.0-openjdk-devel state=installed\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
xiaotuanyu120/ansible_example
bc766cde151fc120170601af2061039bcda2091d
0
roles/server_initialize
7,573
[ "no_license" ]
[ { "path": "roles/server_initialize/tasks/install_apr.yml", "content": "---\n- name: install apr\n yum:\n name: \"{{ inner_item }}\"\n state: latest\n with_items:\n - \"apr\"\n - \"apr-util\"\n - \"tomcat-native\"\n loop_control:\n loop_var: inner_item\n", "license_type": "no_license...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 17, "total_bytes": 11706, "all_permissive": false }
ansible_role
hemantsk/ansible-esx-dut-client-setup
adac99c80ccf7d4c776f75f086110eadaca1d2ec
0
production/roles/client
7,573
[ "no_license" ]
[ { "path": "production/roles/client/tasks/main.yml", "content": " - name: Create Ubuntu\n vsphere_guest:\n vcenter_hostname: \"{{ vcenter_hostname }}\"\n username: \"{{vcenter_username}}\"\n password: \"{{<PASSWORD>}}\"\n guest: \"{{client_name}}\"\n validate_certs: false\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1757, "all_permissive": false }
ansible_role
hemantsk/ansible-esx-dut-client-setup
adac99c80ccf7d4c776f75f086110eadaca1d2ec
0
production/roles/common
7,573
[ "no_license" ]
[ { "path": "production/roles/common/tasks/main.yml", "content": " - name: Create a Client portgroup\n local_action:\n module: vmware_dvs_portgroup\n hostname: \"{{vcenter_hostname}}\"\n username: \"{{vcenter_username}}\"\n password: \"{{<PASSWORD>}}\"\n validate_certs: false\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1521, "all_permissive": false }
ansible_role
hemantsk/ansible-esx-dut-client-setup
adac99c80ccf7d4c776f75f086110eadaca1d2ec
0
production/roles/dut
7,573
[ "no_license" ]
[ { "path": "production/roles/dut/tasks/main.yml", "content": " - name: Create DUT\n vsphere_guest:\n vcenter_hostname: \"{{ vcenter_hostname }}\"\n username: \"{{vcenter_username}}\"\n password: \"{{<PASSWORD>}}\"\n guest: \"{{dut_name}}\"\n validate_certs: false\n f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1758, "all_permissive": false }
ansible_role
insanity54/monitoring
b8b41ff5e76e3bd6362c8920a0f615037ccf1a50
0
roles/provision
7,574
[ "no_license" ]
[ { "path": "roles/provision/templates/objects/worlds.cfg", "content": "###############################################################################\n###############################################################################\n#\n# HOST DEFINITION\n#\n###################################################...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 4943, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/autoupdate
7,574
[ "no_license" ]
[ { "path": "roles/autoupdate/tasks/main.yml", "content": "---\n- name: Install unattended upgrades packages\n become: true\n ansible.builtin.apt:\n name:\n - unattended-upgrades\n state: present\n\n- name: Copy unattended-upgrades configuration files\n become: true\n ansible.builtin.template:\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1232, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/caddy
7,574
[ "no_license" ]
[ { "path": "roles/caddy/templates/docker-compose.yml.j2", "content": "---\n# {{ ansible_managed }}\n\nx-restart: &restart unless-stopped\nx-pull_policy: &pull_policy always\n\nname: &name caddy\n\nservices:\n caddy:\n container_name: caddy\n image: caddy:alpine\n pull_policy: *pull_policy\n rest...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1797, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/diun
7,574
[ "no_license" ]
[ { "path": "roles/diun/tasks/main.yml", "content": "---\n- name: Find all files named Dockerfile in {{ docker_base_infra }}\n ansible.builtin.find:\n paths: \"{{ docker_base_infra }}\"\n recurse: true\n patterns: \"*Dockerfile\"\n register: dockerfiles\n\n- name: Create diun infrastructure root fo...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2385, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/docker
7,574
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Add Docker apt key\n become: true\n ansible.builtin.apt_key:\n url: \"https://download.docker.com/linux/{{ ansible_distribution | lower }}/gpg\"\n keyring: /etc/apt/keyrings/docker.gpg\n\n- name: Add Docker apt repository\n become: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1085, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/dropbear
7,574
[ "no_license" ]
[ { "path": "roles/dropbear/defaults/main.yml", "content": "---\ndropbear_gateway: 0.0.0.0\ndropbear_netmask: 0.0.0.0\ndropbear_ip: 0.0.0.0\ndropbear_port: 22\ndropbear_timeout: 300\ndropbear_authorized_keys:\n - \"key1\"\n - \"key2\"\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1268, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/fish
7,574
[ "no_license" ]
[ { "path": "roles/fish/tasks/starship.yml", "content": "---\n- name: Install curl package\n become: true\n ansible.builtin.package:\n name: curl\n state: present\n\n- name: Fetch starship installer script\n ansible.builtin.uri:\n url: https://starship.rs/install.sh\n return_content: true\n re...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3147, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/immich
7,574
[ "no_license" ]
[ { "path": "roles/immich/templates/docker-compose.yml.j2", "content": "---\n# {{ ansible_managed }}\n\nx-restart: &restart unless-stopped\nx-pull_policy: &pull_policy always\n\nname: &name immich\n\nservices:\n immich:\n container_name: immich\n image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5097, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/joplin
7,574
[ "no_license" ]
[ { "path": "roles/joplin/tasks/main.yml", "content": "---\n- name: Create joplin infrastructure root folders\n become: true\n ansible.builtin.file:\n path: \"{{ joplin_infra }}\"\n state: directory\n mode: \"0755\"\n owner: \"{{ ansible_user_uid }}\"\n group: \"{{ ansible_user_gid }}\"\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2844, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/kubernetes
7,574
[ "no_license" ]
[ { "path": "roles/kubernetes/tasks/main.yml", "content": "- name: Install Minikube\n become: true\n ansible.builtin.get_url:\n url: https://github.com/kubernetes/minikube/releases/latest/download/minikube-linux-amd64\n dest: /usr/local/bin/minikube\n mode: \"0755\"\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 212, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/mealie
7,574
[ "no_license" ]
[ { "path": "roles/mealie/tasks/main.yml", "content": "---\n- name: Create mealie infrastructure root folders\n become: true\n ansible.builtin.file:\n path: \"{{ mealie_infra }}\"\n state: directory\n mode: \"0755\"\n owner: \"{{ ansible_user_uid }}\"\n group: \"{{ ansible_user_gid }}\"\n\n- ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2792, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/media_server
7,574
[ "no_license" ]
[ { "path": "roles/media_server/templates/recyclarr/includes/sonarr/anime.yml.j2", "content": "---\n# {{ ansible_managed }}\n\ncustom_formats:\n - trash_ids:\n - 026d5aadd1a6b4e550b134cb6c72b3ca # Uncensored\n assign_scores_to:\n - name: Remux-1080p - Anime\n score: 0 # Adjust scoring as ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 23, "total_bytes": 23098, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/nextcloud
7,574
[ "no_license" ]
[ { "path": "roles/nextcloud/templates/Caddyfile.j2", "content": "# {{ ansible_managed }}\n\nnextcloud.{{ vault_base_domain }} {\n redir /.well-known/carddav /remote.php/dav/ 301\n redir /.well-known/caldav /remote.php/dav/ 301\n\n reverse_proxy nextcloud:80\n}\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2838, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/nfs
7,574
[ "no_license" ]
[ { "path": "roles/nfs/tasks/main.yml", "content": "---\n- name: Add support NFS\n become: true\n ansible.builtin.apt:\n name: nfs-kernel-server\n\n- name: Create exports folder\n become: true\n ansible.builtin.file:\n path: /etc/exports.d\n state: directory\n mode: \"0755\"\n\n- name: Copy ex...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1269, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/samba
7,574
[ "no_license" ]
[ { "path": "roles/samba/handlers/main.yml", "content": "---\n- name: Reboot\n become: true\n ansible.builtin.reboot:\n\n- name: Restart smbd service\n become: true\n ansible.builtin.systemd:\n name: smbd\n state: restarted\n\n- name: Add samba password to user\n become: true\n ansible.builtin.she...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2238, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/system
7,574
[ "no_license" ]
[ { "path": "roles/system/tasks/sbc.yml", "content": "---\n- name: Control LED on sbc\n become: true\n ansible.builtin.blockinfile:\n marker: \"# {mark} Disable all LED\"\n path: /boot/config.txt\n insertafter: EOF\n block: |\n #Disable Power LED (Red)\n dtparam=pwr_led_activelow=off\n...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3810, "all_permissive": false }
ansible_role
gsegt/playbook-servers
253c49588c66a7a2556eae43027cc2e04498b78c
1
roles/zfs
7,574
[ "no_license" ]
[ { "path": "roles/zfs/tasks/main.yml", "content": "---\n- name: Install linux headers\n become: true\n ansible.builtin.apt:\n name:\n - \"linux-headers-{{ ansible_kernel }}\"\n state: present\n\n- name: Install ZFS\n become: true\n ansible.builtin.apt:\n name:\n - zfsutils-linux\n d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 762, "all_permissive": false }
ansible_role
cachmc/netology_devops_homework
0fad83e404720c9e87e0a0a9f20a6e82dbfcea2f
0
03-ansible/05-testing/roles/lighthouse
7,574
[ "no_license" ]
[ { "path": "03-ansible/05-testing/roles/lighthouse/molecule/full_stand/host_vars/vector.yml", "content": "---\nvector_version: \"0.42.0\"\nvector_ch_address: \"10.10.50.11\"\nvector_ch_user: \"vector\"\nvector_ch_password: \"<PASSWORD>\"\nvector_ch_port: \"8123\"\nvector_ch_db_name: \"logs\"\nvector_ch_table...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 18, "total_bytes": 13038, "all_permissive": false }
ansible_role
cachmc/netology_devops_homework
0fad83e404720c9e87e0a0a9f20a6e82dbfcea2f
0
03-ansible/05-testing/roles/vector
7,574
[ "no_license" ]
[ { "path": "03-ansible/05-testing/roles/vector/molecule/easiest/converge.yml", "content": "---\n- name: Converge\n hosts: all\n tasks:\n # replace these tasks with whatever you find suitable to test\n - name: Copy something to test use of synchronize module\n ansible.builtin.copy:\n src: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 16, "total_bytes": 9335, "all_permissive": false }
ansible_role
cachmc/netology_devops_homework
0fad83e404720c9e87e0a0a9f20a6e82dbfcea2f
0
06-microservices/04-scaling/src/ansible/roles/redis
7,574
[ "no_license" ]
[ { "path": "06-microservices/04-scaling/src/ansible/roles/redis/templates/redis_master.conf.j2", "content": "port {{ redis_master_port }}\ndir /var/lib/redis/master/\nappendonly no\nprotected-mode no\ncluster-enabled yes\ncluster-node-timeout 5000\ncluster-config-file /etc/redis/cluster/master/nodes_master.c...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 7058, "all_permissive": false }
ansible_role
youhide/k8sible
8cf20f9c629826970102a459c5211b2585500c2f
0
roles/dependencies
7,574
[ "no_license" ]
[ { "path": "roles/dependencies/tasks/RedHat.yml", "content": "- name: Add repository\n shell: |\n cat <<EOF > /etc/yum.repos.d/kubernetes.repo\n [kubernetes]\n name=Kubernetes\n baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64\n enabled=1\n gpgcheck=1\n repo_gpg...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1463, "all_permissive": false }
ansible_role
youhide/k8sible
8cf20f9c629826970102a459c5211b2585500c2f
0
roles/kubeconf
7,574
[ "no_license" ]
[ { "path": "roles/kubeconf/vars/main.yml", "content": "---\n# vars file for roles/kubeconf", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/kubeconf/tasks/service-account.yml", "content": "- name: Create sa.yml\n copy:\n dest: /tmp/sa.y...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 687, "all_permissive": false }
ansible_role
vamsivam/Ansible
e575b99371bb361ef95e5dcf6dc77ff3500cb9f4
0
content/roles/java
7,574
[ "no_license" ]
[ { "path": "content/roles/java/tasks/main.yml", "content": "---\n# tasks file for java\n - name: Install the java\n apt:\n name: \"{{ java_ubantu }}\"\n state: present\n update_cache: yes\n\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_byt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 158, "all_permissive": false }
ansible_role
vamsivam/Ansible
e575b99371bb361ef95e5dcf6dc77ff3500cb9f4
0
content/roles/package
7,574
[ "no_license" ]
[ { "path": "content/roles/package/tasks/main.yml", "content": "---\n# tasks file for package\n - name: Install the package \"git\"\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n with_items: \n - git\n - wget\n - tr...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 267, "all_permissive": false }
ansible_role
sagarraju456/ngixconfigureansible
d9879fc174f7f092a532c82b3eb113b4e1555c21
0
roles/configlogrotate
7,574
[ "no_license" ]
[ { "path": "roles/configlogrotate/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - configlogrotate\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 74 }, { "path": "roles/configlogrotate/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 380, "all_permissive": false }
ansible_role
sagarraju456/ngixconfigureansible
d9879fc174f7f092a532c82b3eb113b4e1555c21
0
roles/logrotate
7,574
[ "no_license" ]
[ { "path": "roles/logrotate/tasks/main.yml", "content": "---\n- name: Install Logrotate\n yum:\n name: logrotate\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 79 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 79, "all_permissive": false }
ansible_role
sagarraju456/ngixconfigureansible
d9879fc174f7f092a532c82b3eb113b4e1555c21
0
roles/modifynginxport
7,574
[ "no_license" ]
[ { "path": "roles/modifynginxport/handlers/main.yml", "content": "---\n# handlers file for modifynginxport\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 40 }, { "path": "roles/modifynginxport/tasks/main.yml", "content": "---\n- name: Modify nginx port to 808...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 326, "all_permissive": false }
ansible_role
sagarraju456/ngixconfigureansible
d9879fc174f7f092a532c82b3eb113b4e1555c21
0
roles/nginx
7,574
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx package\n shell:\n \"amazon-linux-extras install nginx1\"\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
sagarraju456/ngixconfigureansible
d9879fc174f7f092a532c82b3eb113b4e1555c21
0
roles/nginxsyntaxcheck
7,574
[ "no_license" ]
[ { "path": "roles/nginxsyntaxcheck/vars/main.yml", "content": "---\n# vars file for nginxsyntaxcheck\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "roles/nginxsyntaxcheck/defaults/main.yml", "content": "---\n# defaults file for nginxsyntaxche...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 268, "all_permissive": false }
ansible_role
sagarraju456/ngixconfigureansible
d9879fc174f7f092a532c82b3eb113b4e1555c21
0
roles/startnginx
7,574
[ "no_license" ]
[ { "path": "roles/startnginx/defaults/main.yml", "content": "---\n# defaults file for startnginx\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/startnginx/vars/main.yml", "content": "---\n# vars file for startnginx\n", "license_type...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 254, "all_permissive": false }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/cfssl
7,574
[ "permissive" ]
[ { "path": "roles/cfssl/tasks/main.yaml", "content": "- name: Make sure package binary dir created\n file: \n path={{ local_package_dir }}/bin \n state=directory\n connection: local\n ignore_errors: yes\n \n- name: Add the system envirment\n shell:\n export PATH={{ local_package_dir }}/bin:$P...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1601, "all_permissive": true }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/clean
7,574
[ "permissive" ]
[ { "path": "roles/clean/tasks/main.yaml", "content": "- name: Delete local_package_dir\n shell:\n rm -rf {{ local_package_dir }}\n connection: local\n run_once: yes\n\n- name: Delete local_package_dir\n shell:\n rm -rf {{ local_template_dir }}\n connection: local\n run_once: yes", "license_ty...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 227, "all_permissive": true }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/docker
7,574
[ "permissive" ]
[ { "path": "roles/docker/templates/docker.service.j2", "content": "[Unit]\nDescription=Docker Application Container Engine\nDocumentation=http://docs.docker.io\n\n[Service]\nEnvironment=\"PATH={{ package_dir }}/bin:/bin:/sbin:/usr/bin:/usr/sbin\"\nEnvironmentFile=-/run/flannel/docker\nExecStart={{ package_di...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2298, "all_permissive": true }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/etcd
7,574
[ "permissive" ]
[ { "path": "roles/etcd/templates/genetcd-service.sh.j2", "content": "#!/bin/bash\n{% for server in master_servers %}\n sed -e \"s/##NODE_IP##/{{ server.ip }}/\" -e \"s/##NODE_NAME##/{{ server.node_name }}/\" {{ local_template_dir }}/etcd.service > {{ local_template_dir }}/etcd-{{ server.ip }}.service\n scp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4026, "all_permissive": true }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/flannel
7,574
[ "permissive" ]
[ { "path": "roles/flannel/templates/flanneld.service.j2", "content": "[Unit]\nDescription=Flanneld overlay address etcd agent\nAfter=network.target\nAfter=network-online.target\nWants=network-online.target\nAfter=etcd.service\nBefore=docker.service\n\n[Service]\nType=notify\nExecStart={{ package_dir }}/bin/f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3078, "all_permissive": true }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/general
7,574
[ "permissive" ]
[ { "path": "roles/general/tasks/main.yaml", "content": "- name: Stop selinux\n selinux:\n state: disabled\n\n- name: Add group docker\n group:\n name={{ docker_group }}\n\n- name: Add user k8s\n user:\n name={{ k8s_user }}\n group={{ docker_group }}\n\n- name: Create docker config directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4136, "all_permissive": true }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/kube-apiserver
7,574
[ "permissive" ]
[ { "path": "roles/kube-apiserver/tasks/main.yaml", "content": "- name: Copy kubernetes master release packages to local_package_dir\n copy:\n src=files/kubernetes-server-linux-amd64.tar.gz\n dest={{ local_package_dir }}/\n connection: local\n run_once: yes\n ignore_errors: yes\n\n- name: Unarchived...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4728, "all_permissive": true }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/kube-controller-manager
7,574
[ "permissive" ]
[ { "path": "roles/kube-controller-manager/templates/kube-controller-manager-csr.json.j2", "content": "{\n \"CN\": \"system:kube-controller-manager\",\n \"key\": {\n \"algo\": \"rsa\",\n \"size\": 2048\n },\n \"hosts\": [\n \"127.0.0.1\",\n {% for etcd_ip in master_servers ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4749, "all_permissive": true }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/kube-proxy
7,574
[ "permissive" ]
[ { "path": "roles/kube-proxy/tasks/main.yaml", "content": "- name: Create kube-proxy lib dir\n file:\n path=/var/lib/kube-proxy\n state=directory\n\n- name: Copy kube-proxy csr file\n copy:\n src=templates/kube-proxy-csr.json.template\n dest={{ local_template_dir }}/kube-proxy-csr.json\n conn...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3289, "all_permissive": true }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/kube-scheduler
7,574
[ "permissive" ]
[ { "path": "roles/kube-scheduler/templates/kube-scheduler-csr.json.j2", "content": "{\n \"CN\": \"system:kube-scheduler\",\n \"hosts\": [\n \"127.0.0.1\",\n {% for ip in master_servers %}\n {% if loop.last %}\n\t \"{{ ip.ip }}\"\n\t {% else %}\n\t \"{{ ip.ip}}\",\n\t {% endif %}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3237, "all_permissive": true }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/kubectl
7,574
[ "permissive" ]
[ { "path": "roles/kubectl/tasks/main.yaml", "content": "- name: Copy kubernetes-client file to local_package_dir\n copy:\n src=files/kubernetes-client-linux-amd64.tar.gz\n dest={{ local_package_dir }}/kubectl/\n connection: local\n run_once: yes\n ignore_errors: yes\n \n- name: Unarchived kubernet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2940, "all_permissive": true }
ansible_role
SecurityNeo/ansible_kubernetes-ha
1570285958b75fb74fb953960bf1df3ce16f0b25
4
roles/kubelet
7,574
[ "permissive" ]
[ { "path": "roles/kubelet/tasks/main.yaml", "content": "- name: Create kubelet lib dir\n file:\n path=/var/lib/kubelet\n state=directory\n\n- name: Distribute binary file\n copy:\n src={{ local_package_dir }}/kubernetes/server/bin/\n dest={{ package_dir }}/bin/\n owner={{ k8s_user }}\n mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3256, "all_permissive": true }
ansible_role
jtoguntoye/ansible-config-mgt
1fb684b97d29e7affdb166c49578df4ffab7aaf4
0
roles/webserver
7,574
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n- name: install apache\n become: yes\n become_user: root\n ansible.builtin.yum:\n name: httpd\n state: present\n\n- name: install git\n become: yes\n become_user: root\n ansible.builtin.yum:\n name: git\n state: present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 970, "all_permissive": false }
ansible_role
RWJMurphy/s3mtp
45f6e4dd4e882fa535b2d255b0c4792f9e11d5ae
0
ansible/roles/common
7,574
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: set timezone to UTC\n file: path=/etc/localtime\n src=/usr/share/zoneinfo/UTC\n state=link\n\n- name: ensure ntp is installed\n yum: pkg=ntp state=installed\n tags: ntp\n\n- name: ensure ntpd is running and enabled\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 746, "all_permissive": false }
ansible_role
RWJMurphy/s3mtp
45f6e4dd4e882fa535b2d255b0c4792f9e11d5ae
0
ansible/roles/dovecot
7,574
[ "no_license" ]
[ { "path": "ansible/roles/dovecot/handlers/main.yml", "content": "---\n- name: restart dovecot\n service: name=dovecot state=restarted\n\n- name: build dovecot-antispam\n shell: ./autogen.sh && ./configure --prefix=/usr --with-dovecot=/usr/lib64/dovecot/ && make && make install\n chdir=/root/doveco...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2685, "all_permissive": false }
ansible_role
RWJMurphy/s3mtp
45f6e4dd4e882fa535b2d255b0c4792f9e11d5ae
0
ansible/roles/dspam
7,574
[ "no_license" ]
[ { "path": "ansible/roles/dspam/tasks/main.yml", "content": "---\n- name: ensure dspam installed\n yum: name=dspam state=installed\n notify:\n - restart dspam\n\n- name: configure dspam\n copy: src=dspam.conf dest=/etc/dspam.conf\n owner=root\n group=mail\n mode=0640\n notify:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 547, "all_permissive": false }
ansible_role
RWJMurphy/s3mtp
45f6e4dd4e882fa535b2d255b0c4792f9e11d5ae
0
ansible/roles/mysql
7,574
[ "no_license" ]
[ { "path": "ansible/roles/mysql/tasks/main.yml", "content": "---\n- name: remove mysql\n yum: name=mysql* state=absent\n\n- name: ensure mariadb installed\n yum: name={{ item }} state=installed\n with_items:\n - mariadb\n - mariadb-server\n notify:\n - restart mysql\n\n- name: configure mariadb\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1448, "all_permissive": false }
ansible_role
RWJMurphy/s3mtp
45f6e4dd4e882fa535b2d255b0c4792f9e11d5ae
0
ansible/roles/postfix
7,574
[ "no_license" ]
[ { "path": "ansible/roles/postfix/tasks/main.yml", "content": "---\n- name: copy postfix base sql\n copy: src=postfix.sql dest=/root/postfix.sql\n\n- name: create postfix database\n mysql_db: name={{ postfix_db_name }}\n state=present\n login_user=root\n login_password={{ l...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3255, "all_permissive": false }
ansible_role
RWJMurphy/s3mtp
45f6e4dd4e882fa535b2d255b0c4792f9e11d5ae
0
ansible/roles/roundcube
7,574
[ "no_license" ]
[ { "path": "ansible/roles/roundcube/tasks/main.yml", "content": "---\n- name: install nginx, php and packages\n yum: name={{ item }} state=installed\n with_items:\n - nginx\n - php-fpm\n - php-pdo\n - php-mbstring\n - php-mcrypt\n - php-mysql\n - php-intl\n - php-xml\n notify:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4500, "all_permissive": false }
ansible_role
RWJMurphy/s3mtp
45f6e4dd4e882fa535b2d255b0c4792f9e11d5ae
0
ansible/roles/s3ql
7,574
[ "no_license" ]
[ { "path": "ansible/roles/s3ql/templates/s3mtp_stop.sh.j2", "content": "#!/bin/sh\numount.s3ql /var/s3mtp\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "ansible/roles/s3ql/templates/s3mtp.authinfo.j2", "content": "[s3mtp]\nstorage-url: {{ s3m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2810, "all_permissive": false }
ansible_role
thienle2401/Spark-standalone-cluster-ansible-playbook
6a27c432cbe72e843ba5c811137da50b57b2f91c
0
roles/common
7,574
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# things to be run on all host\n\n- name: clear packages list\n apt:\n autoclean: yes\n\n- name: update packages list\n apt:\n update_cache: yes\n \n- name: install java\n apt:\n name: default-jre\n state: latest\n\n- name: install ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1086, "all_permissive": false }
ansible_role
thienle2401/Spark-standalone-cluster-ansible-playbook
6a27c432cbe72e843ba5c811137da50b57b2f91c
0
roles/install_hadoop
7,574
[ "no_license" ]
[ { "path": "roles/install_hadoop/tasks/main.yml", "content": "---\n\n\n- block:\n\n - name: download Hadoop in async mode\n async: 1800\n poll: 10\n get_url:\n url: '{{ hadoop_url }}'\n dest: /tmp/{{ hadoop_tgz }}\n mode: 0644\n\n - name: untar the downloaded Apache Spark\n unarc...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1376, "all_permissive": false }
ansible_role
thienle2401/Spark-standalone-cluster-ansible-playbook
6a27c432cbe72e843ba5c811137da50b57b2f91c
0
roles/install_spark
7,574
[ "no_license" ]
[ { "path": "roles/install_spark/defaults/main.yml", "content": "---\nspark_mirror_url : https://archive.apache.org/dist/spark\n\nspark_checksums:\n '2.2.0': sha256:97fd2cc58e08975d9c4e4ffa8d7f8012c0ac2792bcd9945ce2a561cf937aebcc\n '2.2.1': sha256:79fb8285546670923a66082324bf56e99a7201476a52dea908804ddfa04f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1905, "all_permissive": false }
ansible_role
thienle2401/Spark-standalone-cluster-ansible-playbook
6a27c432cbe72e843ba5c811137da50b57b2f91c
0
roles/install_zeppelin
7,574
[ "no_license" ]
[ { "path": "roles/install_zeppelin/defaults/main.yml", "content": "---\nzeppelin_docker_image: 'docker-zeppelin-spark-hadoop:latest'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "roles/install_zeppelin/tasks/main.yml", "content": "---\n\n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 498, "all_permissive": false }
ansible_role
bogotolec/devops
5c020bddf1b4fb6516fb93643ee5f9e78b1d9883
0
ansible/roles/docker-deploy
7,574
[ "no_license" ]
[ { "path": "ansible/roles/docker-deploy/tasks/main.yml", "content": "---\n- name: Install Docker Module for Python\n pip:\n name: docker\n state: present\n\n- name: Run a container\n docker_container:\n name: web_application\n image: \"bogotolec/devops_web_app\"\n state: present\n ports: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 372, "all_permissive": false }
ansible_role
bogotolec/devops
5c020bddf1b4fb6516fb93643ee5f9e78b1d9883
0
ansible/roles/docker-install
7,574
[ "no_license" ]
[ { "path": "ansible/roles/docker-install/tasks/main.yml", "content": "---\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repository\n apt_repository:\n repo: deb https://download.docker.com/linux/ubuntu bionic s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
bogotolec/devops
5c020bddf1b4fb6516fb93643ee5f9e78b1d9883
0
ansible/roles/pip-install
7,574
[ "no_license" ]
[ { "path": "ansible/roles/pip-install/tasks/main.yml", "content": "---\n- name: Install pip\n become: true\n package:\n name: \"python3-pip\"\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
alexismaior-ansible/play-create-rancher-cluster-per-branch
deeccc0f9044f539d75486b16747a8441ce00ae0
1
roles/jtyr.ansible_vmware_vm_provisioning
7,574
[ "no_license" ]
[ { "path": "roles/jtyr.ansible_vmware_vm_provisioning/tasks/vm.yaml", "content": "---\n\n- name: Power off VM ({{ vm.name }})\n local_action:\n module: vmware_guest\n cluster: \"{{ vm.cluster | default(vmware_vm_provisioning_cluster | default(omit)) }}\"\n datacenter: \"{{ vm.datacenter | default(v...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 7757, "all_permissive": false }
ansible_role
dzivdzi/ci-jenkins
06b68df8dfa234a8cecea8124298afc3a8184a32
0
roles/jenkins
7,581
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/main.yml", "content": "---\n- name: Update cache and upgrade\n apt:\n update_cache: yes\n upgrade: yes\n\n- name: Install java and curl\n apt:\n name: \"{{ item }}\"\n with_items: \n - openjdk-11-jre\n - openjdk-8-jdk\n - curl\n\n- name: Update cache after...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 932, "all_permissive": false }
ansible_role
dzivdzi/ci-jenkins
06b68df8dfa234a8cecea8124298afc3a8184a32
0
roles/nexus
7,581
[ "no_license" ]
[ { "path": "roles/nexus/tasks/main.yml", "content": "- name: Install Java and wget\n yum:\n name: java-1.8.0-openjdk.x86_64,wget\n state: present\n\n- name: Create Nexus directories\n file:\n path: \"/opt/nexus\"\n state: directory\n become: true\n\n- name: Create temporary Nexus directory\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2778, "all_permissive": false }
ansible_role
dzivdzi/ci-jenkins
06b68df8dfa234a8cecea8124298afc3a8184a32
0
roles/sonar
7,581
[ "no_license" ]
[ { "path": "roles/sonar/tasks/main.yml", "content": "- name: Copy file with owner and permissions\n ansible.builtin.copy:\n src: /etc/sysctl.conf\n dest: /root/sysctl.conf_backup\n remote_src: yes\n\n- name: Create sysctl.conf file\n copy:\n dest: \"/etc/sysctl.conf\"\n content: |\n vm....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6167, "all_permissive": false }
ansible_role
roles-ansible/ansible_collection_obs
44483ebc7ed70b62740cd6158cac5291f2fe44f6
0
roles/lufs_exporter
7,581
[ "no_license" ]
[ { "path": "roles/lufs_exporter/tasks/user.yml", "content": "---\n- name: Create group for lufs exporter\n become: true\n ansible.builtin.group:\n name: \"{{ lufs_exporter__group }}\"\n state: present\n\n- name: Add user for pretix with disabled password\n become: true\n ansible.builtin.user:\n ...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 10846, "all_permissive": false }
ansible_role
aelmadho/node_app
355d36a9ca573c9ad584f3c563d12704d0bbd15b
0
roles/app
7,581
[ "no_license" ]
[ { "path": "roles/app/handlers/main.yml", "content": "---\n# handlers file for app\n\n- name: Reload systemd\n shell: systemctl daemon-reload\n\n- name: Restart app\n shell: systemctl restart app.service\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 530, "all_permissive": false }
ansible_role
alokpatra/POC-Ansible_Variable_Validation
a0e6c90a3113d9a8ed637e7d8bd79cb9bbe41ab9
0
roles/Input-Validation
7,581
[ "no_license" ]
[ { "path": "roles/Input-Validation/tasks/main.yml", "content": "---\n###########################################\n### ASSERT THE VALUES OF DICT VARIABLES ###\n###########################################\n- name: Assertion Check if variable are of type string\n assert:\n that: item is string\n msg: \"T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 356, "all_permissive": false }
ansible_role
alokpatra/POC-Ansible_Variable_Validation
a0e6c90a3113d9a8ed637e7d8bd79cb9bbe41ab9
0
roles/main.role
7,581
[ "no_license" ]
[ { "path": "roles/main.role/tasks/main.yml", "content": "---\n# This tasks uses the variable var1 which needs to be passsed in extra vars.\n# Task fails if variable doesnt have a values\n# Task status is 'changed' if variable has a value\n# Task is changed if var1 is passed in extra vars, else it skips the t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2602, "all_permissive": false }
ansible_role
chillugurisuryatejareddy/Automation-for-web-services
0b0d19bf09d0b5afc8b3da89acbbbfce0f6956d6
0
roles/haproxy
7,581
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "---\n- name: apt update\n apt:\n update_cache: yes\n- name: Install haproxy\n apt:\n name: haproxy\n state: present\n- name: configure haproxy\n template:\n src: templates/haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n- name: restart...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1191, "all_permissive": false }
ansible_role
chillugurisuryatejareddy/Automation-for-web-services
0b0d19bf09d0b5afc8b3da89acbbbfce0f6956d6
0
roles/nginx
7,581
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "\n- name: apt update\n apt:\n update_cache: yes\n- name: install nginx\n apt:\n name: nginx\n state: latest\n- name: installing php7.4\n apt:\n name: php7.4\n state: present\n\n- name: installing php7.4-fpm package\n apt:\n pkg:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 564, "all_permissive": false }
ansible_role
chillugurisuryatejareddy/Automation-for-web-services
0b0d19bf09d0b5afc8b3da89acbbbfce0f6956d6
0
roles/snmpd
7,581
[ "no_license" ]
[ { "path": "roles/snmpd/tasks/main.yaml", "content": "---\r\n- name: apt update\r\n apt:\r\n update_cache: yes\r\n- name: install snmpd\r\n apt:\r\n name: snmpd\r\n state: latest\r\n- name: configuring snmpd conf file\r\n template:\r\n src: \"{{ role_path }}/files/snmpd.conf\"\r\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 346, "all_permissive": false }
ansible_role
chillugurisuryatejareddy/Automation-for-web-services
0b0d19bf09d0b5afc8b3da89acbbbfce0f6956d6
0
roles/test
7,581
[ "no_license" ]
[ { "path": "roles/test/tasks/main.yml", "content": " - name: HAProxy Request 1\n uri:\n url: http://localhost/\n return_content: yes\n register: foo\n - debug: msg='{{ foo.content }}'\n - name: HAProxy Request 2\n uri:\n url: http://localhost/\n return_content: yes\n regist...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 970, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter04/ansible-azure/roles/azure-mysql
7,581
[ "no_license" ]
[ { "path": "Chapter04/ansible-azure/roles/azure-mysql/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/azure-mysql\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "Chapter04/ansible-azure/roles/azure-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 3594, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter04/ansible-azure/roles/azure-storage
7,581
[ "no_license" ]
[ { "path": "Chapter04/ansible-azure/roles/azure-storage/templates/create-virtual-network-rules-variables.yml.j2", "content": "---\n\nsa_virtual_network_rules:\n{% for item in vnet_config.subnets %}\n - id: \"/subscriptions/{{ sub_id }}/resourceGroups/{{ resource_group_name }}/providers/Microsoft.Network/vir...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4711, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter04/ansible-azure/roles/azure-virtualnetwork
7,581
[ "no_license" ]
[ { "path": "Chapter04/ansible-azure/roles/azure-virtualnetwork/tasks/main.yml", "content": "---\n# tasks file for roles/azure-virtualnetwork\n\n- name: Create the virtual network\n azure.azcollection.azure_rm_virtualnetwork:\n resource_group: \"{{ resource_group_name }}\"\n name: \"{{ virtual_network_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 3609, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter04/ansible-azure/roles/azure-vm-admin
7,581
[ "no_license" ]
[ { "path": "Chapter04/ansible-azure/roles/azure-vm-admin/tasks/main.yml", "content": "---\n# tasks file for roles/azure-vm-admin\n\n- name: Create the network interface for the admin vm\n azure.azcollection.azure_rm_networkinterface:\n resource_group: \"{{ resource_group_name }}\"\n location: \"{{ loc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4424, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter04/ansible-azure/roles/azure-vmss-web
7,581
[ "no_license" ]
[ { "path": "Chapter04/ansible-azure/roles/azure-vmss-web/handlers/main.yml", "content": "---\n# handlers file for roles/azure-vmss-web\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "Chapter04/ansible-azure/roles/azure-vmss-web/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 2624, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter04/ansible-azure/roles/create-randoms
7,581
[ "no_license" ]
[ { "path": "Chapter04/ansible-azure/roles/create-randoms/defaults/main.yml", "content": "---\n# defaults file for roles/create-randoms\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 45 }, { "path": "Chapter04/ansible-azure/roles/create-randoms/tests/test.yml", ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1319, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter04/ansible-azure/roles/output
7,581
[ "no_license" ]
[ { "path": "Chapter04/ansible-azure/roles/output/defaults/main.yml", "content": "---\n# defaults file for roles/output\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "Chapter04/ansible-azure/roles/output/tasks/main.yml", "content": "---\n# tas...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 425, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter05/ansible-aws/roles/aws-asg-web
7,581
[ "no_license" ]
[ { "path": "Chapter05/ansible-aws/roles/aws-asg-web/handlers/main.yml", "content": "---\n# handlers file for roles/aws-asg-web\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "Chapter05/ansible-aws/roles/aws-asg-web/tests/test.yml", "content": ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1762, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter05/ansible-aws/roles/aws-database
7,581
[ "no_license" ]
[ { "path": "Chapter05/ansible-aws/roles/aws-database/vars/main.yml", "content": "---\n# vars file for roles/aws-database\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "Chapter05/ansible-aws/roles/aws-database/handlers/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1445, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter05/ansible-aws/roles/aws-network
7,581
[ "no_license" ]
[ { "path": "Chapter05/ansible-aws/roles/aws-network/tasks/main.yml", "content": "---\n# tasks file for roles/aws-network\n\n- name: Create VPC\n amazon.aws.ec2_vpc_net:\n name: \"{{ vpc_name }}\"\n region: \"{{ region }}\"\n cidr_block: \"{{ vpc.address_space }}\"\n dns_hostnames: true\n dns_...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 6604, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter05/ansible-aws/roles/aws-storage
7,581
[ "no_license" ]
[ { "path": "Chapter05/ansible-aws/roles/aws-storage/handlers/main.yml", "content": "---\n# handlers file for roles/aws-storage\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "Chapter05/ansible-aws/roles/aws-storage/vars/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 802, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter05/ansible-aws/roles/aws-vm-admin
7,581
[ "no_license" ]
[ { "path": "Chapter05/ansible-aws/roles/aws-vm-admin/vars/main.yml", "content": "---\n# vars file for roles/aws-vm-admin\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "Chapter05/ansible-aws/roles/aws-vm-admin/tasks/main.yml", "content": "---\...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4382, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter05/ansible-aws/roles/output
7,581
[ "no_license" ]
[ { "path": "Chapter05/ansible-aws/roles/output/handlers/main.yml", "content": "---\n# handlers file for roles/output\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 37 }, { "path": "Chapter05/ansible-aws/roles/output/tasks/main.yml", "content": "---\n# tasks f...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 351, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter06/ansible-terraform-azure/roles/application
7,581
[ "no_license" ]
[ { "path": "Chapter06/ansible-terraform-azure/roles/application/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/application\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "Chapter06/ansible-terrafor...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3230, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter06/ansible-terraform-azure/roles/terraform
7,581
[ "no_license" ]
[ { "path": "Chapter06/ansible-terraform-azure/roles/terraform/tasks/main.yml", "content": "---\n# tasks file for roles/terraform\n\n- name: Check if we have an SSH keypair\n ansible.builtin.stat:\n path: \"{{ ssh.private_key_path }}\"\n register: key_file\n\n- name: Generate an OpenSSH keypair if needed...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1643, "all_permissive": false }
ansible_role
PacktPublishing/Infrastructure-as-Code-for-Beginners
c8b16c318c73e1edef1ec95526051d4da8b3b187
20
Chapter07/ansible-github-actions-example/roles/azure-rg
7,581
[ "no_license" ]
[ { "path": "Chapter07/ansible-github-actions-example/roles/azure-rg/tasks/main.yml", "content": "---\n# tasks file for roles/azure-rg\n\n- name: Create the resource group\n azure_rm_resourcegroup:\n name: \"{{ resource_group_name }}\"\n location: \"{{ location }}\"\n tags: \"{{ common_tags }}\"\n",...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 196, "all_permissive": false }