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
jtudelag/ocp4-abi-installation
bdd8072b9567a74445cbf5e7d35e7be0f59622c9
1
roles/create-agent-iso
7,693
[ "no_license" ]
[ { "path": "roles/create-agent-iso/README.md", "content": "Role Name\n=========\n\nGenerate OpenShift agent iso.\n\nRequirements\n------------\n\n\n\nRole Variables\n--------------\n\nA description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 5261, "all_permissive": false }
ansible_role
jtudelag/ocp4-abi-installation
bdd8072b9567a74445cbf5e7d35e7be0f59622c9
1
roles/install-vsphere
7,693
[ "no_license" ]
[ { "path": "roles/install-vsphere/tasks/upload-iso-vsphere.yaml", "content": "---\n# tasks file for create-agent-iso\n- name: Set fact - agent ISO local folder\n ansible.builtin.set_fact:\n agent_iso_dir: \"{{ ocp_install_dir }}\"\n when: (agent_iso_dir is undefined) or (agent_iso_dir == \"\")\n\n- name...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2747, "all_permissive": false }
ansible_role
mukrishn/bigip-ingress-setup
b00f0e9f9eda36c1f575521c9e72ab6911dad616
0
roles/bigip-ingress-setup
7,693
[ "no_license" ]
[ { "path": "roles/bigip-ingress-setup/tasks/42_bigip_data_volume.yml", "content": "- name: Download RH-IT-ROOT-CA certificate \n get_url:\n url: https://password.corp.redhat.com/RH-IT-Root-CA.crt\n dest: \"{{ bigip_tempdir.path }}/RH-IT-Root-CA.crt\"\n\n- name: Create registry certificate config map\n...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 16634, "all_permissive": false }
ansible_role
ReymartRodas/HOA4_Rodas
4d54e533d7bd1f112f0003a25d09c33a537608a5
0
roles/elastic_search
7,693
[ "no_license" ]
[ { "path": "roles/elastic_search/tasks/playbook.yml", "content": "---\n- name : Install Monitoring Tools\n hosts: clients\n tasks:\n - name: Install elasticsearch\n include_role:\n name: elk\n\n - name: update apt list\n apt: \n update_cache: yes\n\n", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 204, "all_permissive": false }
ansible_role
owenmarinas/ansible-hybris-master
dc7660162f055e0600f39545f0cf021f46a7fcb0
0
roles/httpd
7,693
[ "no_license" ]
[ { "path": "roles/httpd/tasks/httpdSingleSite.yml", "content": "---\n\n - name: Create Default Site\n template:\n src: defaultsite.conf\n dest: /etc/httpd/conf.d/defaultsite.conf\n owner: root\n group: root\n mode: 0655\n register: httpSite\n\n - name: HTTPd Restart\n serv...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 3233, "all_permissive": false }
ansible_role
owenmarinas/ansible-hybris-master
dc7660162f055e0600f39545f0cf021f46a7fcb0
0
roles/hybris
7,693
[ "no_license" ]
[ { "path": "roles/hybris/tasks/yConfig.yml", "content": "---\n\n ## mark 8 ## - name: yInitialize\n ## mark 8 ## command: /opt/installer/install.sh -r {{ yRecipe }} initialize\n ## mark 8 ## when: hybrisDir.stat.exists == False\n\n - name: Configure Hybris\n template:\n backup: no\n src:...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 10405, "all_permissive": false }
ansible_role
owenmarinas/ansible-hybris-master
dc7660162f055e0600f39545f0cf021f46a7fcb0
0
roles/java
7,693
[ "no_license" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- include: installJava.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/java/tasks/installJava.yml", "content": "---\n\n #- name: Update\n #yum:\n #name: \"*\"\n #...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 602, "all_permissive": false }
ansible_role
owenmarinas/ansible-hybris-master
dc7660162f055e0600f39545f0cf021f46a7fcb0
0
roles/linux
7,693
[ "no_license" ]
[ { "path": "roles/linux/tasks/repo.yml", "content": "---\n\n - name: Add IUS Repository\n yum_repository:\n name: ius\n description: IUS YUM repo\n baseurl: \"https://dl.iuscommunity.org/pub/ius/stable/{{ ansible_distribution }}/{{ ansible_distribution_major_version }}/{{ ansible_architect...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2382, "all_permissive": false }
ansible_role
owenmarinas/ansible-hybris-master
dc7660162f055e0600f39545f0cf021f46a7fcb0
0
roles/mysql
7,693
[ "no_license" ]
[ { "path": "roles/mysql/tasks/mysqlInstall.yml", "content": "---\n - name: MySQL Community Repository\n template:\n backup: no\n src: mysql-community.repo\n dest: \"/etc/yum.repos.d/mysql-community.repo\"\n\n - name: pre-shared Key\n copy:\n src: RPM-GPG-KEY-mysql\n dest: /et...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2432, "all_permissive": false }
ansible_role
owenmarinas/ansible-hybris-master
dc7660162f055e0600f39545f0cf021f46a7fcb0
0
roles/selenium
7,693
[ "no_license" ]
[ { "path": "roles/selenium/tasks/seleniumInstall.yml", "content": " # Prerequisites\n - name: Firefox Install\n yum:\n name: firefox\n state: latest\n\n - name: Xvfb Install\n yum:\n name: Xvfb\n state: present\n\n - name: libXfont Install\n yum:\n name: libXfont\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1586, "all_permissive": false }
ansible_role
owenmarinas/ansible-hybris-master
dc7660162f055e0600f39545f0cf021f46a7fcb0
0
roles/solr
7,693
[ "no_license" ]
[ { "path": "roles/solr/tasks/solrStart.yml", "content": "---\n\n - name: (Re)Start Solr Service\n service:\n name: solr\n enabled: yes\n state: restarted\n register: solrStart\n when: solrDir.stat.exists == False or solrIn.changed\n", "license_type": "no_license", "detected_l...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3329, "all_permissive": false }
ansible_role
owenmarinas/ansible-hybris-master
dc7660162f055e0600f39545f0cf021f46a7fcb0
0
roles/zookeeper
7,693
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/zooConfig.yml", "content": "---\n - name: Configure ZK\n template:\n backup: no\n src: \"zoo.cfg\"\n dest: \"/opt/zookeeper-3.4.8/conf/zoo.cfg\"\n register: zkConfig\n\n - name: Configure ZK ID\n template:\n backup: no\n src: \"myid\"\n ...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 4584, "all_permissive": false }
ansible_role
lasko/ansible-personal
42ace2668717cbaa32d15a91961b02a9472968db
0
roles/common
7,693
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n# file: roles/common/tasks/main.yml\n# This could be used to make sure resteasy is up to date.\n\n# ntp example:\n- name: Be sure ntp is installed\n apt: name=ntp state=installed\n tags: ntp\n\n- name: be sure ntp is configured\n template: src=ntp...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
chaehni/scion-coord-deploy
22ae5b4ba39ac7ee1a12cb87027f978717aad8a8
0
roles/basic
7,693
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "---\n- name: Add scion user\n user:\n name: scion\n comment: \"SCION user\"\n groups: sudo\n shell: /bin/bash\n\n- name: Install the scion sudoers file under /etc/sudoers.d/scion\n copy:\n src: files/scion_sudoers\n dest: /etc/sudoers.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 643, "all_permissive": false }
ansible_role
chaehni/scion-coord-deploy
22ae5b4ba39ac7ee1a12cb87027f978717aad8a8
0
roles/scion_coord
7,693
[ "no_license" ]
[ { "path": "roles/scion_coord/tasks/main.yml", "content": "---\n- name: Install Scion Coord Software\n apt: name={{ item }}\n with_items:\n - git\n - golang-go\n - python-mysqldb\n - mysql-server\n\n- name: Create MySQL root user\n mysql_user:\n name: root\n password: \"{{ mysql_pass }}\"\n h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3036, "all_permissive": false }
ansible_role
mxchn4/ansible-aws-swarm-mongodb
021729cfa44fad9a906929524a408fdf7a31c033
0
roles/mongodb
7,693
[ "no_license" ]
[ { "path": "roles/mongodb/files/mongostack.yml", "content": "version: \"3\"\r\nservices:\r\n \r\n master:\r\n image: mongo\r\n networks:\r\n - backend\r\n deploy:\r\n # replicas: 1\r\n placement:\r\n constraints: [node.role == manager]\r\n command: mongod --replSet rs\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1093, "all_permissive": false }
ansible_role
Perdu/ansible-pglister
49b3d4f59252a2f71c3de6ea9165fb7ee44b67a6
0
roles/exim_pglister
7,693
[ "no_license" ]
[ { "path": "roles/exim_pglister/templates/exim_spamassassin.j2", "content": " # Avoid scanning outgoing messages\n # We check if a X-Spam-Score with correct domain already exists\n # This can be bypassed by spammers, but testing the Return-Path somehow fails\n accept condition = ${if and { {def:header...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 14126, "all_permissive": false }
ansible_role
Perdu/ansible-pglister
49b3d4f59252a2f71c3de6ea9165fb7ee44b67a6
0
roles/http_vhost
7,693
[ "no_license" ]
[ { "path": "roles/http_vhost/defaults/main.yml", "content": "---\nservice_vhost_name: ''\nservice_vhost_aliases: []\nservice_vhost_priority: '010'\nbase_path: '/srv/{{ service_vhost_name }}'\nlog_path: '/var/log/apache2/'\ndebug_log_path: '{{ base_path }}/log'\nservice_log_prefix: '{{ service_vhost_name }}'\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3436, "all_permissive": false }
ansible_role
Perdu/ansible-pglister
49b3d4f59252a2f71c3de6ea9165fb7ee44b67a6
0
roles/httpd
7,693
[ "no_license" ]
[ { "path": "roles/httpd/tasks/main.yml", "content": "---\n- name: 'Install httpd'\n package:\n name: 'apache2'\n state: 'present'\n\n- name: 'Drop default templates'\n template:\n src: '{{ item.src }}.j2'\n dest: '{{ item.dest }}'\n owner: 'root'\n group: 'root'\n mode: '0644'\n loop:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 4616, "all_permissive": false }
ansible_role
Perdu/ansible-pglister
49b3d4f59252a2f71c3de6ea9165fb7ee44b67a6
0
roles/letsencrypt
7,693
[ "no_license" ]
[ { "path": "roles/letsencrypt/templates/deploy-hook.sh.j2", "content": "#! /bin/sh\n# vim: set ft=shell\n\nset -eu\n\nls \"{{ le_deploy_hooks_path }}\"\n\nLE_PATH=\"/etc/letsencrypt\"\nARCHIVE_PATH=\"${LE_PATH}/archive\"\nLIVE_PATH=\"${LE_PATH}/live/{{ ansible_host }}\"\n\n# Update perms as certbot rewrites ...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6660, "all_permissive": false }
ansible_role
Perdu/ansible-pglister
49b3d4f59252a2f71c3de6ea9165fb7ee44b67a6
0
roles/pgarchives
7,693
[ "no_license" ]
[ { "path": "roles/pgarchives/README.md", "content": "# PGArchives\n\nInstalls PGArchives, the web app for storing and seeing archives from the PGLister mailing list\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "roles/pgarchives/tasks/customize_...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 13, "total_bytes": 20491, "all_permissive": false }
ansible_role
Perdu/ansible-pglister
49b3d4f59252a2f71c3de6ea9165fb7ee44b67a6
0
roles/pgarchives_private
7,693
[ "no_license" ]
[ { "path": "roles/pgarchives_private/meta/main.yml", "content": "---\ngalaxy_info:\n author: '<NAME>'\n description: Installs PGArchive in private mode, i.e. only giving access to lists to authorized users.\n company: SPI\n issue_tracker_url: https://gitlab.com/cmatte/ansible-pglister/-/issues\n license...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1011, "all_permissive": false }
ansible_role
Perdu/ansible-pglister
49b3d4f59252a2f71c3de6ea9165fb7ee44b67a6
0
roles/pglister
7,693
[ "no_license" ]
[ { "path": "roles/pglister/README.md", "content": "# PGLister\n\nInstalls PGLister, the mailing list system\n\n# Authors\n- <NAME>\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 75 }, { "path": "roles/pglister/meta/main.yml", "content": "---\ndependencies:\n ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 17891, "all_permissive": false }
ansible_role
Perdu/ansible-pglister
49b3d4f59252a2f71c3de6ea9165fb7ee44b67a6
0
roles/pgweb
7,693
[ "no_license" ]
[ { "path": "roles/pgweb/templates/make_dyncss.sh.j2", "content": "#!/bin/bash\n\nsudo mkdir -p {{ service_base_path }}/media/dyncss/\nsudo cat {{ service_base_path }}/media/css/main.css > {{ service_base_path }}/media/dyncss/base.css\nsudo cat {{ service_base_path }}/media/css/normalize.css >> {{ service_bas...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 21644, "all_permissive": false }
ansible_role
Perdu/ansible-pglister
49b3d4f59252a2f71c3de6ea9165fb7ee44b67a6
0
roles/postgresql
7,693
[ "no_license" ]
[ { "path": "roles/postgresql/templates/pgbackrest.conf.j2", "content": "[global]\nrepo-path=/var/lib/pgbackrest\nrepo1-retention-full=3\n\n[main]\ndb-path=/var/lib/postgresql/{{ postgresql_version }}/main\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 128 }, { "p...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 4870, "all_permissive": false }
ansible_role
Perdu/ansible-pglister
49b3d4f59252a2f71c3de6ea9165fb7ee44b67a6
0
roles/prepare_django_app
7,693
[ "no_license" ]
[ { "path": "roles/prepare_django_app/vars/main.yml", "content": "---\n# vars file for django_app\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/prepare_django_app/README.md", "content": "Role Name\n=========\n\nTemplate role to install ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 3497, "all_permissive": false }
ansible_role
gkalluru77/expAnsibleAuto
9cacfa853e6eb707a034f87cc883371b5d2d2543
0
roles/backend
7,693
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yml", "content": "- name: disabling mysql default version\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: Enable NodeJS 18 version\n ansible.builtin.shell: dnf module enable nodejs:18 -y\n\n- name: Install node js\n ansible.builtin.dnf:\n name: nodej...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1537, "all_permissive": false }
ansible_role
gkalluru77/expAnsibleAuto
9cacfa853e6eb707a034f87cc883371b5d2d2543
0
roles/common
7,693
[ "no_license" ]
[ { "path": "roles/common/tasks/app-prereq.yml", "content": "- name: Removing old content in nginx\n ansible.builtin.file:\n path: \"{{ app_dir }}\"\n state: absent\n\n- name: create nginx directory\n ansible.builtin.file:\n path: \"{{ app_dir }}\"\n state: directory\n\n- name: down load and ext...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 406, "all_permissive": false }
ansible_role
gkalluru77/expAnsibleAuto
9cacfa853e6eb707a034f87cc883371b5d2d2543
0
roles/elk
7,693
[ "no_license" ]
[ { "path": "roles/elk/tasks/filebeat.yml", "content": "- name: Copy Rsyslog file\n ansible.builtin.template:\n src: rsyslog.conf\n dest: /etc/rsyslog.d/{{component}}.conf\n when: is_rsyslog_needed\n\n- name: Restart Rsyselog\n ansible.builtin.systemd:\n name: rsyslog\n state: restarted\n when...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
gkalluru77/expAnsibleAuto
9cacfa853e6eb707a034f87cc883371b5d2d2543
0
roles/frontend
7,693
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: Install Nginx\n ansible.builtin.dnf:\n name: nginx\n state: present\n\n- name: Copying reverse proxy nginx\n ansible.builtin.template:\n src: expense.conf\n dest: /etc/nginx/default.d/expense.conf\n\n- name: Import common role app ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 735, "all_permissive": false }
ansible_role
gkalluru77/expAnsibleAuto
9cacfa853e6eb707a034f87cc883371b5d2d2543
0
roles/mysql
7,693
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: disabling mysql default version\n ansible.builtin.shell: dnf module disable mysql -y\n\n- name: Copy mysql repo file\n ansible.builtin.copy:\n src: mysql.repo\n dest: /etc/yum.repos.d/mysql.repo\n\n- name: Installing mysql\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 587, "all_permissive": false }
ansible_role
gkalluru77/expAnsibleAuto
9cacfa853e6eb707a034f87cc883371b5d2d2543
0
roles/prometheus
7,693
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "- name: copy prometheus configuration file\n ansible.builtin.template:\n src: prometheus.yml\n dest: /opt/prometheus/prometheus.yml\n\n- name: Copy Alerts rules\n ansible.builtin.template:\n src: alert-rules.yml\n dest: /opt/prometheus/a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }
ansible_role
lfcasiljr/drupal_exam_bayview
762ba509d2cf442d40296d0769163bf3d2198b71
0
roles/drupal
7,693
[ "no_license" ]
[ { "path": "roles/drupal/tasks/main.yml", "content": "---\n - name: download file drupal-8.2.4.tar.gz in drupal root directory\n get_url:\n url: https://ftp.drupal.org/files/projects/drupal-8.2.4.tar.gz \n dest: /var/www/drupal-8.2.4.tar.gz\n \n - name: Extract drupal-8.2.4.tar.gz in /va...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2310, "all_permissive": false }
ansible_role
lfcasiljr/drupal_exam_bayview
762ba509d2cf442d40296d0769163bf3d2198b71
0
roles/firewall
7,693
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n - name: Update firewalld add http\n firewalld:\n zone: public\n permanent: yes\n service: http\n state: enabled\n \n - name: Update firewalld add https\n firewalld:\n zone: public\n permanent: yes\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
lfcasiljr/drupal_exam_bayview
762ba509d2cf442d40296d0769163bf3d2198b71
0
roles/mariadb
7,693
[ "no_license" ]
[ { "path": "roles/mariadb/tasks/main.yml", "content": "---\n - name: Install Mariadb server locally\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - mariadb-server\n - mariadb\n \n - name: Start and enable Mariadb server\n service:\n name: mariadb\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1359, "all_permissive": false }
ansible_role
lfcasiljr/drupal_exam_bayview
762ba509d2cf442d40296d0769163bf3d2198b71
0
roles/nginx-php-fpm
7,693
[ "no_license" ]
[ { "path": "roles/nginx-php-fpm/tasks/main.yml", "content": "---\n - name: Install epel-release and yum-utils\n yum:\n name: \"{{ item }}\"\n state: latest\n with_items:\n - epel-release\n - yum-utils\n \n - name: Upload remi repositories\n template: src={{item.src}} des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2259, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/bind
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/bind/tasks/main.yml", "content": "- name: Install packages\n ansible.builtin.apt:\n update_cache: true\n allow_change_held_packages: true\n pkg:\n - bind9\n - bind9utils\n - bind9-doc\n\n- name: Creates directory /var/lib/bind/zones\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2849, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/bird
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/bird/tasks/_run_debug.yml", "content": "- name: \"[ {{ hostname }} ] birdc\"\n ansible.builtin.shell: \"{{ _CMD }}\"\n register: register_output\n\n- name: \"[ {{ hostname }} ] birdc debug\"\n ansible.builtin.debug:\n msg:\n - \"{{ _CMD }}\"\n - \"{{ register...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 927, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/ca
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/ca/vars/main.yml", "content": "---\n# vars file for ca\npath_ca: '/etc/kubernetes/pki'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "autok8s/general/roles/ca/tasks/00_generate_CA.yml", "content": "---\n\n- n...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6544, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/common
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/common/tasks/disk.yml", "content": "- name: Block disk\n when: ansible_devices[\"vdb\"][\"partitions\"] | length == 0\n block:\n - name: Install specific version of parted package\n when: ansible_os_family == \"Debian\"\n ansible.builtin.apt:\n name: pa...
{ "task_files": 4, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5140, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/crt
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/crt/tasks/_sign.yml", "content": "- name: \"Creates directory\"\n file:\n path: \"{{ _path }}\"\n state: directory\n recurse: yes\n\n\n- name: \"Create private key for {{_common_name}}\"\n community.crypto.openssl_privatekey:\n path: \"{{ _path_key }}\"\n\n- na...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3871, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/docker
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/docker/handlers/main.yaml", "content": "---\n# handlers file for docker\n - name: Restart-service-docker\n ansible.builtin.service:\n name: docker\n state: restarted\n\n - name: Restart-systemd\n ansible.builtin.systemd_service:\n state: restarted\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1629, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/exabgp
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/exabgp/templates/conf.ini.J2", "content": "process announce-routes {\n run /usr/bin/python3 /srv/route.py;\n encoder json;\n}\n\n{% for host in groups['bgp'] %}\n\nneighbor {{host}} { # Remote neighbor to peer with\n router-id {{inventory_hostname}} ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1726, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/firewall
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/firewall/handlers/main.yml", "content": "- name: load-new-config\n ansible.builtin.command: nft -f /etc/nftables.conf\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 77 }, { "path": "autok8s/general/roles/firewall/templates/main....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2043, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/grafana
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/grafana/tasks/main.yml", "content": "---\n# tasks file for grafana\n\n\n- name: Add repositories key\n apt_key:\n url: https://apt.grafana.com/gpg.key\n state: present\n\n\n- name: Add repositories\n apt_repository:\n repo: 'deb https://apt.grafana.com stable main...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/haproxy
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/haproxy/tasks/main.yml", "content": "- name: \"[HAPROXY] Install\"\n ansible.builtin.package:\n name: haproxy\n state: present\n update_cache: yes\n\n- name: \"[HAPROXY] Enable service haproxy\"\n ansible.builtin.systemd:\n name: haproxy\n enabled: true\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1956, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/iscsi_target
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/iscsi_target/vars/main.yml", "content": "---\n# vars file for iscsi-target\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 33 }, { "path": "autok8s/general/roles/iscsi_target/tasks/main.yml", "content": "---\n# tasks file for ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 456, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/keepalive
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/keepalive/handlers/main.yml", "content": "---\n# handlers file for keepalive\n- name: Restart keepalived\n ansible.builtin.service:\n name: keepalived\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 }, { ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 950, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/lbexternal
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/lbexternal/tasks/main.yml", "content": "- name: copy config # DOTO fix to ttemplate\n ansible.builtin.copy:\n src: config.json\n dest: /etc/lb.json\n\n- name: pull an image haproxy\n docker_image:\n name: haproxy\n source: pull\n\n- name: run container\n dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 441, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/nfs
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/nfs/handlers/main.yml", "content": "- name: Restart nfs-kernel-server\n ansible.builtin.service:\n name: nfs-kernel-server\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 110 }, { "path": "autok8s/general...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 653, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/nginx
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/nginx/templates/vhost.conf.j2", "content": "server {\n\n listen 443 ssl http2 ;\n ssl on;\n ssl_certificate /etc/kubernetes/pki/monit.pem;\n ssl_certificate_key /etc/kubernetes/pki/monit.key;\n\n server_name {{item.name}}.{{domain}};\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 790, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/node_explorer
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/node_explorer/templates/node_explorer.service.j2", "content": "\n[Unit]\nDescription=Prometheus\nWants=network-online.target\nAfter=network-online.target\n\n\n[Service]\nUser=root\nGroup=root\nType=simple\nExecStart={{node_explorer['path']}}/node_exporter-{{node_explorer['ve...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1442, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/podman
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/podman/tasks/main.yml", "content": "---\n# tasks file for podman\n- name: Install podman\n ansible.builtin.apt:\n state: latest\n update_cache: true\n allow_change_held_packages: true\n pkg:\n - podman\n\n- name: Template loop\n ansible.builtin.template:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1058, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/prometheus
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/prometheus/templates/prometheus.yml", "content": "# my global config\nglobal:\n scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.\n evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.\n # ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3854, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/rsyslog
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/rsyslog/handlers/main.yml", "content": "---\n# handlers file for keepalive\n- name: Restart rsyslog\n ansible.builtin.service:\n name: rsyslog\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "pat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 519, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/swift
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/swift/templates/container-sync-realms.conf.j2", "content": "[saio]\nkey = changeme\nkey2 = changeme\ncluster_saio_endpoint = http://127.0.0.1:8080/v1/", "license_type": "no_license", "detected_licenses": [], "size_bytes": 87 }, { "path": "autok8s/general/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 13361, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/tang
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/tang/tasks/main.yml", "content": "---\n# tasks file for tang\n\n- name: \"Install\"\n ansible.builtin.package:\n name: tang\n state: present\n\n- name: Enable service tang\n ansible.builtin.systemd:\n name: tang\n enabled: true\n daemon_reload: true\n sta...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 477, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/general/roles/vault
7,693
[ "no_license" ]
[ { "path": "autok8s/general/roles/vault/templates/secret.j2", "content": "{{output_init_vault['json']['root_token']}}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 44 }, { "path": "autok8s/general/roles/vault/handlers/main.yml", "content": "# handlers file f...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 7017, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/calico
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/calico/tasks/main.yml", "content": "---\n# tasks file for calico\n- name: Creates directory\n ansible.builtin.file:\n path: \"{{item}}\"\n state: directory\n owner: root\n group: root\n mode: \"0700\"\n loop:\n - /etc/cni\n - /opt/cni\n - /etc/cni/net.d...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1790, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/cloud_controller_manager_pod
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/cloud_controller_manager_pod/templates/cloud-controller-manager-sa-role.yml", "content": "---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n name: cloud-controller-manager\n namespace: kube-system\n---\napiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRoleBinding\nme...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2409, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/cluster
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/cluster/tasks/04_deploy_app.yml", "content": "- name: Copy argo_app.yml\n ansible.builtin.copy:\n src: argo_app.yml\n dest: /etc/kubernetes/config/argo_app.yml\n owner: root\n group: root\n mode: '0644'\n backup: yes\n register: touch_argo_app_yml\n\n- name: ...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 28900, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/containerd
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/containerd/templates/registry.k8s.io", "content": "server = \"https://registry.k8s.io\"\n\n[host.\"http://repo.mgmt.autok8s.ext:5555\"]\n capabilities = [\"pull\", \"resolve\", \"push\"]\n skip_verify = true\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4017, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/controlplane
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/controlplane/tasks/main.yml", "content": "- import_tasks: 01_software.yml\n- import_tasks: 02_kubeconfig.yml\n- import_tasks: 03_kube_service.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "autok8s/k8s/roles/cont...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 6199, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/etcd
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/etcd/vars/main.yml", "content": "---\n# vars file for etcd\n\netcd:\n version: \"v3.5.9\"\n platform: \"linux-amd64\"\n members: \"{{groups['etcd'] | endpoints | join(',') }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 137 }, {...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3923, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/etcd_pod
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/etcd_pod/templates/manifest.yml.j2", "content": "apiVersion: v1\nkind: Pod\nmetadata:\n annotations:\n kubeadm.kubernetes.io/etcd.advertise-client-urls: https://{{ hostvars[inventory_hostname]['ansible_host'] }}:2379\n creationTimestamp: null\n labels:\n component: etcd...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4857, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/k8s
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/k8s/tasks/k8s.yml", "content": "- name: Install k8s version {{ k8s_version }}-00\n ansible.builtin.apt:\n update_cache: yes\n allow_change_held_packages: true\n pkg:\n - kubelet={{ k8s_version }}-00\n - kubeadm={{ k8s_version }}-00\n - kubectl={{ k8s_ver...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 4719, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/kube_apiserver
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/kube_apiserver/defaults/main.yml", "content": "---\n# defaults file for kube-apiserver\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "autok8s/k8s/roles/kube_apiserver/tests/test.yml", "content": "---\n- hosts: lo...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3652, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/kube_apiserver_pod
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/kube_apiserver_pod/tasks/main.yml", "content": "---\n# tasks file for kube-apiserver\n- name: Creates directory\n file:\n path: \"/etc/kubernetes/config\"\n state: directory\n owner: root\n group: root\n mode: '0700'\n\n# tasks file for kube-apiserver\n- name: Cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6083, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/kube_controller_manager
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/kube_controller_manager/tasks/main.yml", "content": "---\n# tasks file for kube-controller-manager\n\n- name: Download files\n ansible.builtin.get_url:\n url: \"https://dl.k8s.io/release/v{{k8s_version}}/bin/linux/amd64/kube-controller-manager\"\n dest: /usr/local/bin/\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2238, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/kube_controller_manager_pod
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/kube_controller_manager_pod/templates/kubeconfig.j2", "content": "apiVersion: v1\nclusters:\n- cluster:\n certificate-authority: /etc/kubernetes/pki/Kubernetes_CA.pem\n server: https://{{inventory_hostname}}:6443\n name: k8s\ncontexts:\n- context:\n cluster: k8s\n u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4968, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/kube_scheduler
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/kube_scheduler/vars/main.yml", "content": "---\n# vars file for kube-scheduler\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "autok8s/k8s/roles/kube_scheduler/tasks/main.yml", "content": "---\n# tasks file for ku...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1649, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/kube_scheduler_pod
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/kube_scheduler_pod/tasks/main.yml", "content": "---\n# tasks file for kube-scheduler\n- name: Creates directory\n file:\n path: \"/etc/kubernetes/config\"\n state: directory\n owner: root\n group: root\n mode: '0700'\n\n# tasks file for kube-scheduler\n- name: Cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2650, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/kubelet
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/kubelet/templates/kubelet.service.j2", "content": "[Unit]\nDescription=Kubernetes Kubelet\nDocumentation=https://github.com/kubernetes/kubernetes\nAfter=containerd.service\nRequires=containerd.service\n\n[Service]\nExecStart=/usr/local/bin/kubelet \\\n --config=/var/lib/kubelet...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3414, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/master
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/master/tasks/main.yml", "content": "- name: Creates directory\n file:\n path: /root/.kube\n state: directory\n register: touch_6\n\n# - name: key repo helm\n# ansible.builtin.shell: curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2308, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/worker
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/worker/tasks/main.yml", "content": "\n- import_tasks: join.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 26 }, { "path": "autok8s/k8s/roles/worker/tasks/join.yml", "content": "- name: kubectl get token\n ansible.builtin.she...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 179, "all_permissive": false }
ansible_role
goryszewski/autok8s_collections
8e83b1beb43e3a8be8a7473505b96a2febed6583
0
autok8s/k8s/roles/worker_v2
7,693
[ "no_license" ]
[ { "path": "autok8s/k8s/roles/worker_v2/handlers/main.yml", "content": " - name: sysctl--system\n ansible.builtin.shell: sysctl --system\n\n - name: Restart-service-containerd\n ansible.builtin.service:\n name: containerd\n state: restarted\n\n - name: falco-reset\n ansible.builtin.serv...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 11, "total_bytes": 7071, "all_permissive": false }
ansible_role
bradymholt/veritas
a361cde0064b8b597292e933abf0a9a01b0e779b
7
ansible/roles/deploy
7,693
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "- name: precompile assets\n local_action: command bundle exec rake assets:precompile chdir=../\n- name: copy files\n synchronize: src=../../../../ dest={{ deploy_directory }} delete=yes rsync_opts=--exclude=.git/,--exclude=log/,--exclude=tmp/cac...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1340, "all_permissive": false }
ansible_role
bradymholt/veritas
a361cde0064b8b597292e933abf0a9a01b0e779b
7
ansible/roles/nginx-passenger
7,693
[ "no_license" ]
[ { "path": "ansible/roles/nginx-passenger/handlers/main.yml", "content": "---\n# handlers file for ansible-nginx-passenger\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 48 }, { "path": "ansible/roles/nginx-passenger/vars/main.yml", "content": "---\n# vars fi...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2964, "all_permissive": false }
ansible_role
bradymholt/veritas
a361cde0064b8b597292e933abf0a9a01b0e779b
7
ansible/roles/s3cmd
7,693
[ "no_license" ]
[ { "path": "ansible/roles/s3cmd/tasks/main.yml", "content": "- name: install s3cmd\n apt: name=s3cmd state=present\n- name: configure s3cmd\n sudo: false\n template:\n src=\"s3cfg.j2\"\n dest=\"~/.s3cfg\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 142 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 142, "all_permissive": false }
ansible_role
mansourka06/ansible-apache-webapp
90baece1bd1e60e37287d09ad896436f94eb6a48
1
roles/apache-webapp
7,694
[ "no_license" ]
[ { "path": "roles/apache-webapp/tasks/main.yml", "content": "---\n# Ansible tasks for apache-webapp role\n\n- name: \"Start Apache WebApp Install and configuration\"\n debug:\n msg: \"Launch {{ webapp_name }} install and configuration on {{ ansible_hostname }}\"\n when: webapp_name is defined\n \n- nam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2266, "all_permissive": false }
ansible_role
wikitops/ansible_halyard
b26ebaff25f1b916c4673757e1f0118d881ea7a9
0
roles/halyard
7,694
[ "no_license" ]
[ { "path": "roles/halyard/tasks/main.yml", "content": "---\n\n- name: HALYARD | Manage user\n import_tasks: user.yml\n\n- name: HALYARD | Deploy on Operating System\n import_tasks: baremetal.yml\n when: halyard_platform == 'baremetal'\n\n- name: HALYARD | Deploy on Docker\n import_tasks: docker.yml\n wh...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 2518, "all_permissive": false }
ansible_role
broussea1901/ansible_rpmdb_maintenance
3b20e486f6304a04695de0377c40f8ed5540c011
0
roles/rpm_maintenance
7,694
[ "no_license" ]
[ { "path": "roles/rpm_maintenance/tasks/add_to_loadbalacer.yml", "content": "- name: Re-add server to load balancer\n uri:\n url: \"{{ load_balancer.url }}\"\n method: POST\n user: \"{{ load_balancer.user }}\"\n password: \"{{ <PASSWORD> }}\"\n force_basic_auth: yes\n headers:\n Conte...
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 6025, "all_permissive": false }
ansible_role
chandraummadi/Ansible
63781e28296280815abc317cd40647c39ce71f21
0
roboshop/roles/common
7,694
[ "no_license" ]
[ { "path": "roboshop/roles/common/tasks/main.yml", "content": "- name: Set Hostname\n shell: set-hostname {{COMPONENT}}\n\n- name: Copy rsyslog conf\n ansible.builtin.template:\n src: rsyslog.conf\n dest: /etc/rsyslog.d/01-roboshop.conf\n when: APP_TYPE == \"backend\"\n\n- name: Restart rsyslog\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 478, "all_permissive": false }
ansible_role
chandraummadi/Ansible
63781e28296280815abc317cd40647c39ce71f21
0
roboshop/roles/elk
7,694
[ "no_license" ]
[ { "path": "roboshop/roles/elk/tasks/main.yml", "content": "- name: Copy Logstash Configuration\n copy:\n src: logstash.conf\n dest: /etc/logstash/conf.d/logstash.conf\n\n\n- name: Restart Logstash\n systemd:\n name: logstash\n state: restarted\n\n\n- name: Waits for port 5044\n wait_for:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 656, "all_permissive": false }
ansible_role
chandraummadi/Ansible
63781e28296280815abc317cd40647c39ce71f21
0
roboshop/roles/frontend
7,694
[ "no_license" ]
[ { "path": "roboshop/roles/frontend/tasks/main.yml", "content": "- name: Install nginx\n ansible.builtin.yum:\n name: nginx\n state: present\n\n- name: Download code\n ansible.builtin.include_role:\n name: common\n tasks_from: download\n vars:\n APP_LOCATION: /usr/share/nginx/html\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 966, "all_permissive": false }
ansible_role
AVrotsos/my-proxy
0d53bdbf613da408f71598cde63504c47504a6d8
0
roles/common
7,694
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Include common vars\n ansible.builtin.include_vars:\n file: vars/common.yaml\n\n- name: Upgrade dependencies\n ansible.builtin.apt:\n update_cache: true\n upgrade: full\n tags: always\n\n- name: Install unattended-upgrades package...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1502, "all_permissive": false }
ansible_role
AVrotsos/my-proxy
0d53bdbf613da408f71598cde63504c47504a6d8
0
roles/proxy
7,694
[ "no_license" ]
[ { "path": "roles/proxy/handlers/main.yml", "content": "---\n- name: Start squid\n systemd:\n name: squid\n state: restarted\n enabled: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/proxy/tasks/main.yml", "content": "---...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1202, "all_permissive": false }
ansible_role
wineperm/my_own_collection
f3e0dd2eacfe5a1982f2ca9bd35bffa37c85aa79
0
roles/my_own_module
7,694
[ "no_license" ]
[ { "path": "roles/my_own_module/defaults/main.yml", "content": "---\nmy_own_module_name: 08-ansible-06-module\nmy_own_module_path: /tmp/netology/\nmy_own_module_content: KLS (permwine)\nmy_own_module_force: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 }, ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1335, "all_permissive": false }
ansible_role
NicolasBatistelli/ejercicios-ansible
a03eeab0b4aea18d6ca536ee34fe2114750e5f6c
0
ansible-avanzado/ejercicio-microservicios/ansible/roles/microservices
7,694
[ "no_license" ]
[ { "path": "ansible-avanzado/ejercicio-microservicios/ansible/roles/microservices/templates/docker-compose.yml.j2", "content": "services:\n service1:\n build:\n context: /home/nico/Escritorio/ansible/ansible-avanzado/ejercicio-microservicios/services/service1 \n image: myservice1:latest\n\n serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1773, "all_permissive": false }
ansible_role
jleight/ansible_backup
647661ebf9756bf0ca0e4fff87daee07d9fc2e31
1
roles/baseline
7,691
[ "no_license" ]
[ { "path": "roles/baseline/templates/sshd_config.j2", "content": "AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES\nAcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE\nAcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT\nAuthorizedKeysFile .ssh/authorized_keys\nChallengeRe...
{ "task_files": 14, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 20, "total_bytes": 11689, "all_permissive": false }
ansible_role
jleight/ansible_backup
647661ebf9756bf0ca0e4fff87daee07d9fc2e31
1
roles/docker
7,691
[ "no_license" ]
[ { "path": "roles/docker/tasks/volumes.yml", "content": "---\n- name: Create directory for container volumes\n file:\n path: '{{ docker_volumes_path }}'\n owner: '{{ docker_volumes_user }}'\n group: '{{ docker_volumes_user }}'\n mode: 0755\n seuser: system_u\n serole: object_r\n setype:...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 6135, "all_permissive": false }
ansible_role
jleight/ansible_backup
647661ebf9756bf0ca0e4fff87daee07d9fc2e31
1
roles/firewall
7,691
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: Prepare RedHat for iptables configuration\n include: redhat.yml\n when: ansible_os_family == 'RedHat'\n\n- name: Start and enable iptables service\n service:\n name: iptables\n enabled: yes\n state: started\n\n- name: Generate i...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2543, "all_permissive": false }
ansible_role
jleight/ansible_backup
647661ebf9756bf0ca0e4fff87daee07d9fc2e31
1
roles/haproxy
7,691
[ "no_license" ]
[ { "path": "roles/haproxy/templates/haproxy.cfg.j2", "content": "#-------------------------------------------------------------------------------\n# HAProxy Configuration - generated by Ansible\n#-------------------------------------------------------------------------------\nglobal\n chroot /var/lib/hap...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 4030, "all_permissive": false }
ansible_role
jleight/ansible_backup
647661ebf9756bf0ca0e4fff87daee07d9fc2e31
1
roles/update
7,691
[ "no_license" ]
[ { "path": "roles/update/tasks/update_yum.yml", "content": "---\n- name: Install all updates with yum\n yum:\n name: '*'\n state: latest\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 80 }, { "path": "roles/update/tasks/main.yml", "content": "---\n- na...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 377, "all_permissive": false }
ansible_role
lwcolton/mreduce-sdk-python
811e25cf99f564b7eda230cb0d240665241a42c9
0
ansible/roles/docs
7,691
[ "no_license" ]
[ { "path": "ansible/roles/docs/tasks/main.yaml", "content": "---\n- name: Initialize repo\n shell: git init /opt/mongo-mapreduce-sdk-python\n args:\n chdir: /opt\n\n- name: Checkout empty branch\n shell: git checkout -B empty\n args:\n chdir: /opt/mongo-mapreduce-sdk-python\n\n- name: Copy repo\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1115, "all_permissive": false }
ansible_role
nagarajurahul/ansible-vm-automation
d34d50522f2085879b8b622ddbe6814959d1f781
0
roles/argocd
7,691
[ "no_license" ]
[ { "path": "roles/argocd/tasks/main.yml", "content": "---\n# https://docs.ansible.com/ansible/latest/collections/kubernetes/core/k8s_module.html\n\n# Note: Can be also installed using Helm chart\n\n- name: Create a Namespace for ArgoCD\n kubernetes.core.k8s:\n name: argocd\n api_version: v1\n kind:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6840, "all_permissive": false }
ansible_role
nagarajurahul/ansible-vm-automation
d34d50522f2085879b8b622ddbe6814959d1f781
0
roles/cert-manager
7,691
[ "no_license" ]
[ { "path": "roles/cert-manager/tasks/main.yml", "content": "---\n# https://cert-manager.io/v1.6-docs/installation/helm/\n# Update here regularly to match the latest cert-manager version\n\n- name: Download cert-manager manifests\n ansible.builtin.get_url:\n url: https://github.com/cert-manager/cert-manag...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
nagarajurahul/ansible-vm-automation
d34d50522f2085879b8b622ddbe6814959d1f781
0
roles/ci-cd-app-argocd-deploy
7,691
[ "no_license" ]
[ { "path": "roles/ci-cd-app-argocd-deploy/files/ci-cd-app.sh", "content": "#!/bin/bash\n\n# Ensure we're logged in\n# argocd login localhost:8080 --username admin --password <PASSWORD>\" --insecure\n\n# Create application\nargocd app create ci-cd-app \\\n --project default \\\n --repo https://github.com/na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3149, "all_permissive": false }
ansible_role
nagarajurahul/ansible-vm-automation
d34d50522f2085879b8b622ddbe6814959d1f781
0
roles/containerd
7,691
[ "no_license" ]
[ { "path": "roles/containerd/files/containerd_config.toml", "content": "# files/containerd_config.toml\nversion = 2\n\n[plugins.\"io.containerd.grpc.v1.cri\"]\n sandbox_image = \"registry.k8s.io/pause:3.9\"\n\n [plugins.\"io.containerd.grpc.v1.cri\".containerd]\n default_runtime_name = \"runc\"\n\n [...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3519, "all_permissive": false }
ansible_role
nagarajurahul/ansible-vm-automation
d34d50522f2085879b8b622ddbe6814959d1f781
0
roles/goflights
7,691
[ "no_license" ]
[ { "path": "roles/goflights/tasks/main.yml", "content": "---\n- name: Clone gitops-apps repository\n ansible.builtin.git:\n repo: \"{{ gitops_apps_repo_url }}\"\n dest: \"{{ gitops_apps_dest }}\"\n version: \"{{ gitops_apps_branch }}\"\n force: yes\n\n- name: Create ArgoCD Application\n kuberne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 373, "all_permissive": false }