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
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/backup-client
8,009
[ "no_license" ]
[ { "path": "roles/backup-client/tasks/main.yml", "content": "\n- name: ensure amanda software is installed\n yum: name=amanda-client state=latest\n tags:\n - packages\n\n- name: add the server ssh-key to authorized keys\n authorized_key: user=amandabackup key=\"{{ lookup('file', '/var/lib/amanda/ssh-ke...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 252, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/bootstrap
8,009
[ "no_license" ]
[ { "path": "roles/bootstrap/tasks/main.yml", "content": "\n# bootstrap tasks/main\n\n# goal: ensure the ansible user is installed correctly, and from here we no longer need to do work as root.\n\n#- hostname: name={{hostname}}\n\n- group: name=admin state=present gid=7777\n\n- name: add ansible user\n user:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1435, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/common
8,009
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "\n- name: upgrade all packages\n yum: name=* state=latest\n\n- name: ensure networkmanager is deactivated\n service: name=NetworkManager state=stopped enabled=no\n when: ansible_os_family == \"RedHat\" and ansible_distribution_major_version == \"7\"\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1120, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/docker-host
8,009
[ "no_license" ]
[ { "path": "roles/docker-host/tasks/main.yml", "content": "\n# \n# for consul service file, see https://gist.github.com/yunano/c27eb679a29ab70178ca\n# \n\n- sysctl: name=\"net.ipv4.ip_forward\" value=1 sysctl_set=yes state=present reload=yes\n\n- copy: src=docker.repo dest=/etc/yum.repos.d/docker.repo owner=...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1167, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/docker-test
8,009
[ "no_license" ]
[ { "path": "roles/docker-test/tasks/main.yml", "content": "\n\n- name: Start a container with a command\n docker_container:\n name: sleepy\n image: ubuntu:14.04\n command: sleep infinity", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/dr-ericawaters-site
8,009
[ "no_license" ]
[ { "path": "roles/dr-ericawaters-site/tasks/main.yml", "content": "\n# create dr-ericawaters specifics. \n#\n\n# db container\n- name: create db container and connect to network\n docker_container:\n name: db_dr_ericwaters\n image: \"mysql:latest\"\n state: started\n\n# web / app container\n\n\n\n"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 224, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/grafana-server
8,009
[ "no_license" ]
[ { "path": "roles/grafana-server/tasks/main.yml", "content": "\n#\n# this version of grafana relies on influxdb. \n#\n\n\n- name: install grafana\n command: yum install -y https://grafanarel.s3.amazonaws.com/builds/grafana-2.5.0-1.x86_64.rpm\n ignore_errors: true\n\n- name: ensure its running\n service: n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 992, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/graphite-server
8,009
[ "no_license" ]
[ { "path": "roles/graphite-server/templates/graphite.constantlabs.com.conf.j2", "content": "# MANAGED BY ANSIBLE\n\nserver {\n listen 8080;\n charset utf-8;\n access_log /var/log/nginx/graphite.access.log;\n error_log /var/log/nginx/graphite.error.log;\n\n location / {\n include uwsgi_params;\n uwsg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2833, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/gregf
8,009
[ "no_license" ]
[ { "path": "roles/gregf/tasks/main.yml", "content": "\n- name: ensure zsh is installed\n yum: name=zsh state=latest\n \n- name: ensure gregf group is there\n group: name={{user}} state=present gid=1000\n \n- name: ensure gregf user is there\n user: name={{user}} state=present uid=1000 shell=/bin/zsh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1576, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/haproxy
8,009
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "\n\n- name: ensure haproxy is installed\n yum: name=haproxy state=latest\n\n- name: ensure haproxy service is started\n service: name=haproxy enabled=true state=restarted\n \n- name: ensure keepalived is installed\n yum: name=keepalived state=latest\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 347, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/hardened
8,009
[ "no_license" ]
[ { "path": "roles/hardened/sshd.local.j2", "content": "# Created by ansible\n\n[sshd]\nenabled = true\n#action = firewallcmd-ipset\nbantime = 86400\nmaxretry = 5\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/hardened/templates/sshd.local....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2126, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/mail-client
8,009
[ "no_license" ]
[ { "path": "roles/mail-client/tasks/main.yml", "content": "\n- name: ensure mutt, et. al. are installed\n yum: name={{ item }} state=latest update_cache=true\n with_items:\n - mutt\n tags:\n - packages\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 147 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 147, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/mail-server
8,009
[ "no_license" ]
[ { "path": "roles/mail-server/tasks/main.yml", "content": "\n# http://www.rackspace.com/knowledge_center/article/dovecot-installation-and-configuration-on-centos\n\n- name: install some packages\n yum: name={{ item }} state=latest\n with_items:\n - postfix\n - dovecot\n tags:\n - packages\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1583, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/monit-client
8,009
[ "no_license" ]
[ { "path": "roles/monit-client/templates/base.j2", "content": "\ncheck filesystem main_disk with path /dev/mapper/centos-root\n if space usage > 90% then alert\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 }, { "path": "roles/monit-client/handlers/mai...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 759, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/mysql-server
8,009
[ "no_license" ]
[ { "path": "roles/mysql-server/tasks/main.yml", "content": "\n- name: ensure mysql is installed\n yum: name=mariadb-server state=latest\n\n#- name: ensure mysql is running\n# service: ", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/nfs-client
8,009
[ "no_license" ]
[ { "path": "roles/nfs-client/tasks/main.yml", "content": "# set up an nfs server\n\n- name: ensure nfs packages are installed\n yum: name={{ item }} state=latest update_cache=true\n with_items:\n - nfs-utils\n\n- name: ensure share dir exists\n file: path=/mnt/nfs/var/nfsshare state=directory owner=roo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1241, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/nfs-server
8,009
[ "no_license" ]
[ { "path": "roles/nfs-server/templates/main.yml", "content": "\n/var/nfsshare 192.168.0.101(rw,sync,no_root_squash,no_all_squash)", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "roles/nfs-server/tasks/main.yml", "content": "\n# set up an nfs ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1279, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/nginx-php
8,009
[ "no_license" ]
[ { "path": "roles/nginx-php/templates/default.conf.j2", "content": "#\n# The default server\n#\nserver {\n listen 80;\n server_name {{ inventory_hostname }};\n \n location / {\n root /usr/share/nginx/html;\n index index.php index.html index.htm;\n }\n\n error_page 404 ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2689, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/postgres-server
8,009
[ "no_license" ]
[ { "path": "roles/postgres-server/tasks/main.yml", "content": "\n\n- name: ensure epel yum repo is installed\n yum: name=epel-release state=latest\n\n- name: ensure python-psycopg2 is installed\n yum: name=python-psycopg2 state=latest\n\n- name: ensure postgres server is installed\n yum: name=postgresql-s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1067, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/spacewalk-server
8,009
[ "no_license" ]
[ { "path": "roles/spacewalk-server/tasks/main.yml", "content": "\n#\n# we want to set up a client properly with mail... um,....\n#\n#\n#\n\n- name: ensure stuff\n yum: name={{ item }} state=latest update_cache=true\n with_items:\n - postgresql-pltcl\n tags:\n - packages\n\n", "license_type": "no...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 205, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/statsd
8,009
[ "no_license" ]
[ { "path": "roles/statsd/tasks/main.yml", "content": "\n# install statsd\n# Install node.js\n# Clone the project\n# Create a config file from exampleConfig.js and put it somewhere\n# Start the Daemon: node stats.js /path/to/config\n\n- name: ensure statsd is installed\n yum: name=statsd state=latest\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 299, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/tomcat
8,009
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "\n- name: ensure tomcat packages are installed\n yum: name=tomcat state=latest\n\n- name: ensure tomcat service is enabled and running\n service: name=tomcat enabled=yes state=restarted\n\n", "license_type": "no_license", "detected_licenses": []...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 184, "all_permissive": false }
ansible_role
gregfelice/ansible-playbooks
b32f5a3123abbc765046d5c0bd172cb95c3592c8
0
roles/tomcat-cluster
8,009
[ "no_license" ]
[ { "path": "roles/tomcat-cluster/tasks/main.yml", "content": "\n\n# TOMCAT CLUSTER\n# http://wiki.apache.org/tomcat/ClusteringOverview\n#\n# ansible tower..\n# http://www.ansible.com/blog/managing-vmware-vsphere-guests-with-ansible-tower\n\n- name: test a debug call\n debug: msg=\"TEST OF SYSTEM DEBUG {{foo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1059, "all_permissive": false }
ansible_role
Alexzihaohu/comp90024-a2
09d6e3620d2e33a779d2f92550307286ec2d1ef2
0
deployment/roles/add-swarm-workers
8,012
[ "no_license" ]
[ { "path": "deployment/roles/add-swarm-workers/tasks/main.yaml", "content": "---\n# https://docs.ansible.com/ansible/latest/collections/community/docker/docker_swarm_module.html\n\n- set_fact:\n token: '{{ hostvars[item][\"join_token_str\"][\"results\"][0][\"stdout_lines\"][2].split(\" \")[8] }}'\n when:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1048, "all_permissive": false }
ansible_role
Alexzihaohu/comp90024-a2
09d6e3620d2e33a779d2f92550307286ec2d1ef2
0
deployment/roles/add-swarm-workers-labels
8,012
[ "no_license" ]
[ { "path": "deployment/roles/add-swarm-workers-labels/tasks/main.yaml", "content": "---\n- name: Add couchdb label\n community.docker.docker_node:\n hostname: '{{ item }}'\n labels:\n couchdb: 'false'\n with_items: '{{ instance_names }}'\n register: result\n- debug:\n msg: \"{{ result }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 432, "all_permissive": false }
ansible_role
Alexzihaohu/comp90024-a2
09d6e3620d2e33a779d2f92550307286ec2d1ef2
0
deployment/roles/applications
8,012
[ "no_license" ]
[ { "path": "deployment/roles/applications/tasks/main.yaml", "content": "---\n- name: Create data directory if it does not exist\n become: yes\n ansible.builtin.file:\n path: /home/ubuntu/twitterlance/\n state: directory\n owner: ubuntu\n group: docker\n mode: '0774'\n\n- name: Copy docker co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2491, "all_permissive": false }
ansible_role
Alexzihaohu/comp90024-a2
09d6e3620d2e33a779d2f92550307286ec2d1ef2
0
deployment/roles/environment
8,012
[ "no_license" ]
[ { "path": "deployment/roles/environment/tasks/main.yaml", "content": "---\n- name: Add proxy\n become: yes\n ansible.builtin.copy:\n src: ../../../files/environment\n dest: /etc/environment\n owner: ubuntu\n group: ubuntu\n mode: '0664'\n\n- name: Create directories required by haproxy\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5601, "all_permissive": false }
ansible_role
Alexzihaohu/comp90024-a2
09d6e3620d2e33a779d2f92550307286ec2d1ef2
0
deployment/roles/find-swarm-join-token
8,012
[ "no_license" ]
[ { "path": "deployment/roles/find-swarm-join-token/tasks/main.yaml", "content": "---\n- name: find join token \n shell: docker swarm join-token worker\n when: hostvars[inventory_hostname][\"openstack\"][\"name\"] == 'instance1'\n with_items: '{{ hostvars }}'\n register: join_token_str \n- debug:\n msg...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 264, "all_permissive": false }
ansible_role
Alexzihaohu/comp90024-a2
09d6e3620d2e33a779d2f92550307286ec2d1ef2
0
deployment/roles/openstack-common
8,012
[ "no_license" ]
[ { "path": "deployment/roles/openstack-common/tasks/main.yaml", "content": "---\n# Install dependencies on the host\n- name: Install pip\n become: yes\n apt:\n name: ['python3-pip']\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n# sudo apt-get update; sudo apt-get...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
Alexzihaohu/comp90024-a2
09d6e3620d2e33a779d2f92550307286ec2d1ef2
0
deployment/roles/recluster
8,012
[ "no_license" ]
[ { "path": "deployment/roles/recluster/tasks/main.yaml", "content": "---\n- name: Reconsolidate Couchdb cluster\n command: python3 /home/ubuntu/twitterlance/recluster.py\n register: result\n args:\n warn: no\n- debug:\n msg: '{{ result.stdout | default(\"Message empty.\") }}'", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 207, "all_permissive": false }
ansible_role
Alexzihaohu/comp90024-a2
09d6e3620d2e33a779d2f92550307286ec2d1ef2
0
deployment/roles/reshard
8,012
[ "no_license" ]
[ { "path": "deployment/roles/reshard/tasks/main.yaml", "content": "---\n- name: Copy couchdb cluster tools\n become: yes\n ansible.builtin.copy:\n src: ../../../files/couchdb_cluster/\n dest: /home/ubuntu/twitterlance/\n directory_mode: yes\n owner: ubuntu\n group: docker\n mode: '0774'\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
Alexzihaohu/comp90024-a2
09d6e3620d2e33a779d2f92550307286ec2d1ef2
0
deployment/roles/swarm-init
8,012
[ "no_license" ]
[ { "path": "deployment/roles/swarm-init/tasks/main.yaml", "content": "---\n# https://docs.ansible.com/ansible/latest/collections/community/docker/docker_swarm_module.html\n- name: Leave swarm\n community.docker.docker_swarm:\n state: absent\n force: yes\n register: result\n- debug:\n msg: \"{{ res...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 958, "all_permissive": false }
ansible_role
Alexzihaohu/comp90024-a2
09d6e3620d2e33a779d2f92550307286ec2d1ef2
0
deployment/roles/swarm-nodes
8,012
[ "no_license" ]
[ { "path": "deployment/roles/swarm-nodes/tasks/main.yaml", "content": "---\n# https://docs.ansible.com/ansible/latest/collections/community/docker/docker_swarm_module.html\n- set_fact:\n join_tokens: '{{ hostvars[item][\"swarm_manager_info\"][\"swarm_facts\"][\"JoinTokens\"] }}'\n when: hostvars[item][\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2289, "all_permissive": false }
ansible_role
NowackiMichal/gcp-examples
f7e5f4486c853ad51ec370361667f8d567d170fc
0
gcp-002-users/roles/common
8,012
[ "no_license" ]
[ { "path": "gcp-002-users/roles/common/tasks/main.yml", "content": "- name: creating users and groups and ssh connection\n hosts: \"*\" #all is possible\n become: yes\n vars:\n users:\n - user1\n - user2\n - user3\n tasks:\n - name: \"Create groups\"\n group:\n name: \"{{ item }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1169, "all_permissive": false }
ansible_role
nickwallen/bro-vbox-workspace
d13d1644c054cb850c2ecfa8d3aa74c50d2ea5c8
1
roles/bro
8,012
[ "no_license" ]
[ { "path": "roles/bro/templates/local.bro", "content": "@load Bro/Kafka/logs-to-kafka.bro\nredef Kafka::logs_to_send = set(Conn::LOG, HTTP::LOG, DNS::LOG);\nredef Kafka::kafka_conf = table(\n [\"metadata.broker.list\"] = \"{{ kafka_broker_url }}\"\n);\n", "license_type": "no_license", "detected_li...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2463, "all_permissive": false }
ansible_role
xn3cr0nx/bitgodine_devops
8f5488c9ec6b1c2cc2283a50c083afa7cf3032e6
0
roles/bitgodine_dashboard
8,012
[ "no_license" ]
[ { "path": "roles/bitgodine_dashboard/templates/nginx.conf.j2", "content": "server {\n server_name {{ dashboard_hostname }};\n\n listen 443 ssl;\n\n access_log {{bitgodine_dashboard_nginx_access_log}} combined;\n error_log {{bitgodine_dashboard_nginx_error_log}} error;\n\n location / {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2307, "all_permissive": false }
ansible_role
xn3cr0nx/bitgodine_devops
8f5488c9ec6b1c2cc2283a50c083afa7cf3032e6
0
roles/bitgodine_server
8,012
[ "no_license" ]
[ { "path": "roles/bitgodine_server/templates/nginx.conf.j2", "content": "server {\n server_name {{ hostname }};\n\n listen 443 ssl;\n\n access_log {{bitgodine_server_nginx_access_log}} combined;\n error_log {{bitgodine_server_nginx_error_log}} error;\n\n # location / {\n # return 301 ht...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4229, "all_permissive": false }
ansible_role
xn3cr0nx/bitgodine_devops
8f5488c9ec6b1c2cc2283a50c083afa7cf3032e6
0
roles/common
8,012
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Install common packages\n apt:\n name:\n - build-essential\n - curl\n - git\n - htop\n - iotop\n - libssl-dev\n - make\n - python3\n - python3-pip\n - tmux\n - vim\n state: present...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
xn3cr0nx/bitgodine_devops
8f5488c9ec6b1c2cc2283a50c083afa7cf3032e6
0
roles/compose
8,012
[ "no_license" ]
[ { "path": "roles/compose/tasks/main.yml", "content": "---\n- name: Create docker-compose file\n template:\n src: \"docker-compose.yml.j2\"\n dest: \"docker-compose.yml\"\n owner: \"{{ current_user }}\"\n group: \"{{ current_group }}\"\n backup: no\n force: yes\n\n- name: Run docker-compos...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2774, "all_permissive": false }
ansible_role
xn3cr0nx/bitgodine_devops
8f5488c9ec6b1c2cc2283a50c083afa7cf3032e6
0
roles/nginx
8,012
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Add NGINX apt key\n apt_key:\n url: https://nginx.org/keys/nginx_signing.key\n state: present\n\n- name: Add NGINX repo (Debian)\n apt_repository:\n repo: deb http://nginx.org/packages/debian/ stretch nginx\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2071, "all_permissive": false }
ansible_role
xn3cr0nx/bitgodine_devops
8f5488c9ec6b1c2cc2283a50c083afa7cf3032e6
0
roles/user
8,012
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "---\n- name: Create bitgodine group\n group:\n name: \"{{ current_group }}\"\n state: present\n\n- name: Create bitgodine user\n user:\n name: \"{{ current_user }}\"\n shell: /bin/bash\n groups: \"{{ current_group }}\"\n state: present\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 658, "all_permissive": false }
ansible_role
israolivares1987/curso-devops
f060419d03d8ba9cd9606bd42a09391b17a36a8c
2
ansible/roles/cursodevops
8,012
[ "no_license" ]
[ { "path": "ansible/roles/cursodevops/defaults/main.yml", "content": "#SPDX-License-Identifier: MIT-0\n---\n# defaults file for cursodevops\n\n# mysql_docker/defaults/main.yml\nmysql_image: mysql:8.0\nmysql_container_name: mysql_server\nmysql_root_password: <PASSWORD>\nmysql_database: testdb\nmysql_user: tes...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1343, "all_permissive": false }
ansible_role
ripple-unmaintained/ripple-rest-ansible
abda19541624d3d9524ed00b24e31efee950cba8
0
roles/common
8,012
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: update cache\n apt: cache_valid_time=3600 update_cache=yes\n\n- name: install git\n apt: name=git state=present\n\n- name: install monit\n apt: name=monit state=present\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 178, "all_permissive": false }
ansible_role
ripple-unmaintained/ripple-rest-ansible
abda19541624d3d9524ed00b24e31efee950cba8
0
roles/nginx
8,012
[ "no_license" ]
[ { "path": "roles/nginx/templates/sites-available/rest.j2", "content": "server {\n {% for key, value in nginx.rest.server.iteritems() %}\n {{ key }} {{ value }};\n {% endfor %}\n\n\n location / {\n\n {% for key, value in nginx.rest.proxy_params.iteritems() | sort if key != 'proxy_set_heade...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4121, "all_permissive": false }
ansible_role
ripple-unmaintained/ripple-rest-ansible
abda19541624d3d9524ed00b24e31efee950cba8
0
roles/ripple-rest
8,012
[ "no_license" ]
[ { "path": "roles/ripple-rest/templates/monit.j2", "content": "#!monit\n\ncheck process ripple-rest with pidfile {{ rest.pid_file }}\n start program = \"/sbin/start ripple-rest\"\n stop program = \"/sbin/stop ripple-rest\"\n if memory > 25% then restart\n if failed port 5990 protocol HTTP and req...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 8, "total_bytes": 5393, "all_permissive": false }
ansible_role
JulsLin/ACIT4640-Lab13
50f8e5b5192058a0b6fcdefb516c0974591043c9
0
app_configuration/roles/frontend_host
8,012
[ "no_license" ]
[ { "path": "app_configuration/roles/frontend_host/templates/Caddyfile.j2", "content": ":80 {\r\n handle_path /chat/* {\r\n reverse_proxy {{hostvars['lab13_backend_b1'].private_ip_address}}\r\n }\r\n\r\n handle {\r\n root * /var/www/html\r\n file_server {\r\n index index.html\r\n }\r\n}\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1513, "all_permissive": false }
ansible_role
chapeter/pyosupgrade-phonehome
3eecdb32ed65b22db08d8650d83cbe41ffe1652e
0
roles/asr1k_changes
8,012
[ "no_license" ]
[ { "path": "roles/asr1k_changes/tasks/main.yml", "content": "---\n\n- name: \"Applying Common ASR1k Template\"\n ios_config:\n provider: \"{{ cli }}\"\n src: \"asr_changes_template.j2\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
chapeter/pyosupgrade-phonehome
3eecdb32ed65b22db08d8650d83cbe41ffe1652e
0
roles/asr1k_common
8,012
[ "no_license" ]
[ { "path": "roles/asr1k_common/tasks/main.yml", "content": "---\n\n- name: \"Applying System Configs\"\n ios_system:\n provider: \"{{ cli }}\"\n lookup_enabled: no\n domain_name: \"{{ domain_name }}\"\n hostname: \"{{ hostname }}\"\n\n- name: \"Enable Other System Settings that are not built in ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1064, "all_permissive": false }
ansible_role
chapeter/pyosupgrade-phonehome
3eecdb32ed65b22db08d8650d83cbe41ffe1652e
0
roles/asr1k_console_provision
8,012
[ "no_license" ]
[ { "path": "roles/asr1k_console_provision/tasks/main.yml", "content": "---\n\n- name: Get out of Q&A Prompt on {{ hostname }}\n telnetterm:\n host: 10.94.167.50\n port: 2040\n pause: 1\n prompts:\n - \"[>|#]\"\n - \"anything\"\n command:\n - \"term len 0\"\n - \"show ver\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 238, "all_permissive": false }
ansible_role
chapeter/pyosupgrade-phonehome
3eecdb32ed65b22db08d8650d83cbe41ffe1652e
0
roles/asr1k_mgmt
8,012
[ "no_license" ]
[ { "path": "roles/asr1k_mgmt/tasks/main.yml", "content": "---\n\n- name: Get out of Q&A Prompt on {{ hostname }}\n shell: |\n spawn telnet {{ remote_addr }} {{ remote_port }}\n sleep 1\n send \"\\n\\n\\n\"\n expect {\n \": \" {\n send \"no\\n\"\n sleep 1\n send \"\\n\\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1427, "all_permissive": false }
ansible_role
chapeter/pyosupgrade-phonehome
3eecdb32ed65b22db08d8650d83cbe41ffe1652e
0
roles/asr1k_routing
8,012
[ "no_license" ]
[ { "path": "roles/asr1k_routing/meta/main.yml", "content": "---\n\ndependencies:\n - { role: asr1k_common }\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 46 }, { "path": "roles/asr1k_routing/tasks/main.yaml", "content": "---\n\n- name: Configure OSPF Proces...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 908, "all_permissive": false }
ansible_role
chapeter/pyosupgrade-phonehome
3eecdb32ed65b22db08d8650d83cbe41ffe1652e
0
roles/asr1k_upgrade
8,012
[ "no_license" ]
[ { "path": "roles/asr1k_upgrade/tasks/main.yml", "content": "---\n\n### Do not need to do this as we are using a different startup Config\n### to maintain mgmt connectivity due to demo env\n#- name: \"Setting Boot Variable\"\n# ios_config:\n# provider: \"{{ cli }}\"\n# save_when: always\n# lines:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 594, "all_permissive": false }
ansible_role
chapeter/pyosupgrade-phonehome
3eecdb32ed65b22db08d8650d83cbe41ffe1652e
0
roles/asr1k_wipe
8,012
[ "no_license" ]
[ { "path": "roles/asr1k_wipe/tasks/main.yml", "content": "---\n\n- name: \"Wiping Device\"\n ios_command:\n provider: \"{{ cli }}\"\n commands:\n - \"write erase \\n\"\n\n- name: \"Reloading Device\"\n ios_command:\n provider: \"{{ cli }}\"\n commands:\n - \"reload in 1\\n\"\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 216, "all_permissive": false }
ansible_role
molokov-klim/ansible_hash
426fd7bf1825a4db352ce351e7370d061f1dc178
0
ansible/roles/server-setup
8,012
[ "no_license" ]
[ { "path": "ansible/roles/server-setup/handlers/main.yml", "content": "# ansible/roles/server-setup/handlers/main.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 47 }, { "path": "ansible/roles/server-setup/vars/main.yml", "content": "# ansible/roles/server...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2012, "all_permissive": false }
ansible_role
zhyrkin/OTUS.Lesson3-4
933746b407b915a32ccdfa8fda192fa95c08ebd5
0
roles/install_nginx
8,012
[ "no_license" ]
[ { "path": "roles/install_nginx/tasks/main.yml", "content": "---\n# tasks file for nginx\n- name: apt update\n ansible.builtin.apt:\n update_cache: yes\n cache_valid_time: 3600\n\n- name: install nginx\n ansible.builtin.apt:\n name: nginx\n state: latest\n notify: \n - restart nginx\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 611, "all_permissive": false }
ansible_role
cjsilvadf/cloudtreinamento-M10
6fb56efceaff65774e5bd1616e123f1b4a1e7820
0
roles/cria_igw
8,012
[ "no_license" ]
[ { "path": "roles/cria_igw/tasks/main.yml", "content": "- name: Internet Gateway\n ec2_vpc_igw:\n region: \"{{ aws_vars.aws.common.region }}\"\n vpc_id: \"{{ vpc_net.vpc.id }}\"\n state: present\n register: igw\n\n- debug: var=igw", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
cjsilvadf/cloudtreinamento-M10
6fb56efceaff65774e5bd1616e123f1b4a1e7820
0
roles/cria_rt
8,012
[ "no_license" ]
[ { "path": "roles/cria_rt/tasks/main.yml", "content": " - name: Configurando tabela de rota de sub-rede pública\n ec2_vpc_route_table:\n aws_access_key: \"{{ AWS_ACCESS_KEY_ID }}\"\n aws_secret_key: \"{{ AWS_SECRET_ACCESS_KEY }}\"\n vpc_id: \"{{ vpc_net.vpc.id }}\"\n region: \"{{ aws_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 674, "all_permissive": false }
ansible_role
cjsilvadf/cloudtreinamento-M10
6fb56efceaff65774e5bd1616e123f1b4a1e7820
0
roles/cria_sg
8,012
[ "no_license" ]
[ { "path": "roles/cria_sg/tasks/main.yml", "content": "- name: Criando Security group\n amazon.aws.ec2_group:\n aws_access_key: \"{{ AWS_ACCESS_KEY_ID }}\"\n aws_secret_key: \"{{ AWS_SECRET_ACCESS_KEY }}\"\n name: \"{{ aws_vars.aws.vpc.security_group.name }}-ssh\"\n description: Security group f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 667, "all_permissive": false }
ansible_role
cjsilvadf/cloudtreinamento-M10
6fb56efceaff65774e5bd1616e123f1b4a1e7820
0
roles/cria_subnets
8,012
[ "no_license" ]
[ { "path": "roles/cria_subnets/tasks/main.yml", "content": "- name: subnet\n ec2_vpc_subnet:\n region: \"{{ aws_vars.aws.common.region }}\"\n state: present\n vpc_id: \"{{ vpc_net.vpc.id }}\"\n az: \"{{ aws_vars.aws.common.region }}{{ item.value.zone }}\"\n cidr: \"{{ item.value.cidr }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 359, "all_permissive": false }
ansible_role
cjsilvadf/cloudtreinamento-M10
6fb56efceaff65774e5bd1616e123f1b4a1e7820
0
roles/cria_vpc
8,012
[ "no_license" ]
[ { "path": "roles/cria_vpc/tasks/main.yml", "content": "- name: Criando VPC\n amazon.aws.ec2_vpc_net:\n aws_access_key: \"{{ AWS_ACCESS_KEY_ID }}\"\n aws_secret_key: \"{{ AWS_SECRET_ACCESS_KEY }}\"\n state: present\n region: \"{{ aws_vars.aws.common.region }}\"\n cidr_block: \"{{ aws_vars.aws...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 380, "all_permissive": false }
ansible_role
sunsongxp/ansible-wordpress
c621b119fc37032c798b2ee1c2f049179b9264a5
1
roles/common
8,012
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Copy sources.list\n copy: src=sources.list dest=/etc/apt/sources.list\n\n- name: update apt cache\n apt: update_cache=yes\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
sunsongxp/ansible-wordpress
c621b119fc37032c798b2ee1c2f049179b9264a5
1
roles/mysql
8,012
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "---\n- name: Install Mysql package\n apt: name={{ item }} state=present\n with_items:\n - mysql-server\n - php5-mysql\n - python-mysqldb\n\n- name: Create Mysql configuration file\n template: src=my.cnf.j2 dest=/etc/my.cnf\n notify:\n - restart ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
sunsongxp/ansible-wordpress
c621b119fc37032c798b2ee1c2f049179b9264a5
1
roles/nginx
8,012
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: install nginx\n apt: name=nginx state=present\n\n- name: Copy nginx configuration for wordpress\n template: src=default.conf dest=/etc/nginx/sites-available/default\n notify: restart nginx\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 199, "all_permissive": false }
ansible_role
sunsongxp/ansible-wordpress
c621b119fc37032c798b2ee1c2f049179b9264a5
1
roles/php-fpm
8,012
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "---\n- name: install php-fpm\n apt: name=php5-fpm state=present\n\n- name: Disable default pool\n command: mv /etc/php5/fpm/pool.d/www.conf /etc/php5/fpm/pool.d/www.disabled creates=/etc/php5/fpm/pool.d/www.disabled\n notify: restart php5-fpm\n \n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
sunsongxp/ansible-wordpress
c621b119fc37032c798b2ee1c2f049179b9264a5
1
roles/wordpress
8,012
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "---\n- name: Download WordPress\n get_url: url=http://wordpress.org/wordpress-{{ wp_version }}.tar.gz dest=/srv/wordpress-{{ wp_version }}.tar.gz\n sha256sum=\"{{ wp_sha256sum }}\"\n\n- name: Extract archive\n command: chdir=/srv/ /bin/tar ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1016, "all_permissive": false }
ansible_role
harshagowdard/RoboshopAnsible
936f7789744679c3464b857ee55f7e6b679513f6
0
roles/cart
8,012
[ "no_license" ]
[ { "path": "roles/cart/tasks/main.yml", "content": "- name: Print Cart\n debug:\n msg: cart\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 44, "all_permissive": false }
ansible_role
harshagowdard/RoboshopAnsible
936f7789744679c3464b857ee55f7e6b679513f6
0
roles/payment
8,012
[ "no_license" ]
[ { "path": "roles/payment/tasks/main.yml", "content": "- name: Print payment\n debug:\n msg: payment\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 50, "all_permissive": false }
ansible_role
harshagowdard/RoboshopAnsible
936f7789744679c3464b857ee55f7e6b679513f6
0
roles/shipping
8,012
[ "no_license" ]
[ { "path": "roles/shipping/tasks/main.yml", "content": "- name: Print shipping\n debug:\n msg: shipping\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 52 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 52, "all_permissive": false }
ansible_role
harshagowdard/RoboshopAnsible
936f7789744679c3464b857ee55f7e6b679513f6
0
roles/user
8,012
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: Print user\n debug:\n msg: user\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 44, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/common
8,012
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n- name: reload systemd-modules-load\n systemd:\n name: systemd-modules-load.service\n state: restarted\n enabled: true\n\n- name: Restart Chrony service\n systemd:\n name: chronyd\n state: restarted\n enabled: true", "licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4754, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/configure_chrony
8,012
[ "no_license" ]
[ { "path": "roles/configure_chrony/templates/chrony_client.conf.j2", "content": "server {{ chrony_server }} iburst\ndriftfile /var/lib/chrony/drift\nmakestep 1.0 3\nlogdir /var/log/chrony", "license_type": "no_license", "detected_licenses": [], "size_bytes": 103 }, { "path": "roles/config...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1830, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/configure_dns
8,012
[ "no_license" ]
[ { "path": "roles/configure_dns/tasks/main.yml", "content": "---\n- name: Set DNS servers for Ubuntu\n block:\n - name: Backup resolv.conf\n command: cp /etc/resolv.conf /etc/resolv.conf.backup\n \n - name: Set DNS servers in resolv.conf\n copy:\n content: |\n # Managed ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1035, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/configure_repo
8,012
[ "no_license" ]
[ { "path": "roles/configure_repo/tasks/main.yml", "content": "---\n- name: Configure repository for CentOS\n include_tasks: setup_centos_repo.yml\n when: ansible_facts['os_family'] == \"RedHat\"\n\n- name: Configure repository for Ubuntu\n include_tasks: setup_ubuntu_repo.yml\n when: ansible_facts['os_fa...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 830, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/configure_sysctl
8,012
[ "no_license" ]
[ { "path": "roles/configure_sysctl/tasks/main.yml", "content": "---\n- name: Configure sysctl for Kubernetes networking\n become: yes\n template:\n src: k8s.conf.j2\n dest: /etc/sysctl.d/k8s.conf\n owner: root\n group: root\n mode: '0644'\n notify: reload sysctl", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 547, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/copy_config
8,012
[ "no_license" ]
[ { "path": "roles/copy_config/tasks/main.yml", "content": "---\n- name: Login to Docker registry\n shell: echo \"{{ docker_password }}\" | docker login --username \"{{ docker_username }}\" --password-stdin \"{{ docker_registry }}\"\n register: login_result\n no_log: false # 패스워드 정보가 로그에 나타나지 않도록 설정\n\n- ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1320, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/create_docker_registry
8,012
[ "no_license" ]
[ { "path": "roles/create_docker_registry/tasks/main.yml", "content": "---\n- name: Check if Docker Registry container exists\n ansible.builtin.shell:\n cmd: \"docker ps --filter name=^/{{ registry_name }}$ --format '{{ '{{' }}.Names{{ '}}' }}'\"\n register: docker_ps_output\n changed_when: false\n ign...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 953, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_argo
8,012
[ "no_license" ]
[ { "path": "roles/install_argo/tasks/main.yml", "content": "---\n- name: Check if argo is already installed\n community.kubernetes.helm_info:\n name: argo\n namespace: argo\n register: argo\n\n- name: Add argo repository to Helm\n community.kubernetes.helm_repository:\n name: argo\n repo_url: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 995, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_backend
8,012
[ "no_license" ]
[ { "path": "roles/install_backend/tasks/main.yml", "content": "---\n- name: Check if backend is already installed\n community.kubernetes.helm_info:\n name: backend\n namespace: runway\n register: backend\n\n- name: Add backend repository to Helm\n community.kubernetes.helm_repository:\n name: bac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2755, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_cert_manager
8,012
[ "no_license" ]
[ { "path": "roles/install_cert_manager/tasks/main.yml", "content": "---\n- name: Check if cert-manager is already installed\n community.kubernetes.helm_info:\n name: cert-manager\n namespace: cert-manager\n register: cert_manager_info\n\n- name: Add Helm repository for cert-manager if not installed\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1161, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_dnsmasq
8,012
[ "no_license" ]
[ { "path": "roles/install_dnsmasq/templates/dnsmasq.conf.j2", "content": "# Managed by Ansible\ndomain-needed\nbogus-priv\nexpand-hosts\ndns-forward-max=5096\nmin-cache-ttl=300\nrebind-domain-ok=\n\n{% if enable_forwarding %}\n{% for server in forward_servers %}\nserver={{ server }}\n{% endfor %}\n{% endif %...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1892, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_docker
8,012
[ "no_license" ]
[ { "path": "roles/install_docker/vars/main.yml", "content": "---\ngpu_added: false", "license_type": "no_license", "detected_licenses": [], "size_bytes": 20 }, { "path": "roles/install_docker/templates/daemon.json.j2", "content": "{\n \"exec-opts\": [\"native.cgroupdriver=systemd\"],...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2020, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_ef
8,012
[ "no_license" ]
[ { "path": "roles/install_ef/tasks/main.yml", "content": "---\n- name: Check if elasticsearch-fluentd is already installed\n community.kubernetes.helm_info:\n name: elasticsearch-fluentd\n namespace: monitoring\n register: elasticsearch_fluentd_installed\n\n- name: Add elasticsearch-fluentd repositor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1350, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_flannel
8,012
[ "no_license" ]
[ { "path": "roles/install_flannel/tasks/main.yml", "content": "---\n- name: Deploy kube-flannel configuration\n template:\n src: kube-flannel.yml.j2\n dest: /etc/kubernetes/manifests/kube-flannel.yml\n become: yes\n \n- name: Apply kube-flannel configuration\n command: kubectl apply -f /etc/kuberne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 609, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_frontend
8,012
[ "no_license" ]
[ { "path": "roles/install_frontend/tasks/main.yml", "content": "---\n- name: Check if runway-frontend is already installed\n community.kubernetes.helm_info:\n name: runway-frontend\n namespace: runway\n register: runway_frontend\n\n- name: Add runway-frontend repository to Helm\n community.kubernete...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2278, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_gpu_operator
8,012
[ "no_license" ]
[ { "path": "roles/install_gpu_operator/tasks/main.yml", "content": "---\n- name: Check if gpu-operator is already installed\n community.kubernetes.helm_info:\n name: gpu-operator\n namespace: gpu-operator\n register: gpu_operator\n\n- name: Add gpu-operator repository to Helm\n community.kubernetes....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1047, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_harbor
8,012
[ "no_license" ]
[ { "path": "roles/install_harbor/tasks/main.yml", "content": "---\n- name: Check if Harbor is already installed\n community.kubernetes.helm_info:\n name: harbor\n namespace: harbor\n register: harbor_installed\n\n- name: Add harbor repository to Helm\n community.kubernetes.helm_repository:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1170, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_istio
8,012
[ "no_license" ]
[ { "path": "roles/install_istio/tasks/main.yml", "content": "---\n# istio-base-install\n- name: Check if istio-base is already installed\n community.kubernetes.helm_info:\n name: istio-base\n namespace: istio-system\n register: istio_base\n\n- name: Add istio-base repository to Helm\n community.kube...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2695, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_knative
8,012
[ "no_license" ]
[ { "path": "roles/install_knative/tasks/main.yml", "content": "---\n- name: Check if knative-serving is already installed\n community.kubernetes.helm_info:\n name: knative-serving\n namespace: api-deployment-infra\n register: knative\n\n- name: Add knative-serving repository to Helm\n community.kube...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1300, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_kubernetes
8,012
[ "no_license" ]
[ { "path": "roles/install_kubernetes/templates/kubeadm-init.yaml.j2", "content": "apiVersion: kubeadm.k8s.io/v1beta3\nkind: ClusterConfiguration\nclusterName: kubernetes\netcd:\n local:\n dataDir: /var/lib/etcd\ndns:\n imageRepository: cr.makina.rocks/external-hub/kubernetes/coredns\nimageRepository: cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3499, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_metal_lb
8,012
[ "no_license" ]
[ { "path": "roles/install_metal_lb/templates/metallb_config.yaml.j2", "content": "---\napiVersion: metallb.io/v1beta1\nkind: IPAddressPool\nmetadata:\n name: {{ metallb_ip_pool_name }}\n namespace: {{ metallb_namespace }}\nspec:\n addresses:\n - {{ metallb_ip_range }}\n\n---\napiVersion: metallb.io/v1bet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2447, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_minio
8,012
[ "no_license" ]
[ { "path": "roles/install_minio/tasks/main.yml", "content": "---\n- name: Check if minio is already installed\n community.kubernetes.helm_info:\n name: minio\n namespace: minio\n register: minio\n\n- name: Add minio repository to Helm\n community.kubernetes.helm_repository:\n name: minio\n rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 993, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_os_package
8,012
[ "no_license" ]
[ { "path": "roles/install_os_package/tasks/main.yml", "content": "---\n- name: Install packages on Ubuntu\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n loop: \"{{ ubuntu_packages }}\"\n when: ansible_os_family == \"Debian\"\n\n- name: Install packages on CentOS\n yum:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 726, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_prometheus
8,012
[ "no_license" ]
[ { "path": "roles/install_prometheus/tasks/main.yml", "content": "---\n- name: Check if prometheus is already installed\n community.kubernetes.helm_info:\n name: prometheus\n namespace: monitoring\n register: prometheus_installed\n\n- name: Add prometheus repository to Helm\n community.kubernetes.he...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1187, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_pypiserver
8,012
[ "no_license" ]
[ { "path": "roles/install_pypiserver/tasks/main.yml", "content": "---\n- name: Check if pypiserver is already installed\n community.kubernetes.helm_info:\n name: pypiserver\n namespace: pypiserver\n register: pypiserver\n\n- name: Add pypiserver repository to Helm\n community.kubernetes.helm_reposit...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1083, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_rook_ceph
8,012
[ "no_license" ]
[ { "path": "roles/install_rook_ceph/tasks/main.yml", "content": "---\n# rook-ceph-operator\n- name: Check if rook-ceph is already installed\n community.kubernetes.helm_info:\n name: rook-ceph\n namespace: rook-ceph\n register: rook_ceph\n\n- name: Add Rook repository to Helm\n community.kubernetes.h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2199, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_stream
8,012
[ "no_license" ]
[ { "path": "roles/install_stream/tasks/main.yml", "content": "---\n- name: Check if runway-stream is already installed\n community.kubernetes.helm_info:\n name: runway-stream\n namespace: runway\n register: runway_stream\n\n- name: Add runway-stream repository to Helm\n community.kubernetes.helm_rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1106, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/install_tools
8,012
[ "no_license" ]
[ { "path": "roles/install_tools/tasks/main.yml", "content": "---\n- name: Install Helm (CentOS & Ubuntu)\n get_url:\n url: \"{{ repo_url.centos }}/helm\"\n dest: \"/tmp/helm\"\n mode: '0777'\n when: ansible_facts['os_family'] == \"RedHat\"\n tags:\n - tools\n\n- name: Install Helm (CentOS & Ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1716, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/remove_ceph_cluster
8,012
[ "no_license" ]
[ { "path": "roles/remove_ceph_cluster/tasks/main.yml", "content": "---\n\n\n- name: Check if a specific file exists\n stat:\n path: \"/var/lib/rook\"\n register: file_check\n\n- name: Delete Rook-Ceph directory if specific file exists\n file:\n path: \"/var/lib/rook\"\n state: absent\n when: fil...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2092, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/remove_helm_chart
8,012
[ "no_license" ]
[ { "path": "roles/remove_helm_chart/tasks/main.yml", "content": "---\n\n- name: Get all Helm releases\n command: helm list --all-namespaces -o json\n register: helm_releases\n changed_when: false\n run_once: true\n delegate_to: \"{{ groups['masters'][0] }}\"\n when: \"'masters' in group_names\"\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1102, "all_permissive": false }
ansible_role
pu4ro/kubernetes-kubeadm
22b65a35af0c9107eead50639abeee2c4c00bb04
0
roles/remove_master_taint
8,012
[ "no_license" ]
[ { "path": "roles/remove_master_taint/tasks/main.yml", "content": "---\n# tasks file for conditional_remove_master_taint\n- name: Get master node name\n shell: kubectl get nodes --no-headers -o custom-columns=\"NAME:.metadata.name\" | grep -E 'master|control-plane'\n register: master_node_name\n changed_w...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }