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 | trombik/ansible-project-fab | a20219ef6e8abcbf3d2be36fd20c38e67d956c46 | 0 | roles/fab_dump | 7,819 | [
"no_license"
] | [
{
"path": "roles/fab_dump/tasks/main.yml",
"content": "---\n\n- name: Create dump script\n ansible.builtin.template:\n src: fab_dump.j2\n dest: /usr/local/bin/fab_dump\n mode: \"0755\"\n owner: root\n group: wheel\n\n- name: Create dump directory\n ansible.builtin.file:\n path: \"{{ proj... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1844,
"all_permissive": false
} |
ansible_role | ttsrg/fl6vagrant | 1c0705cd8f31819fc53f5383b11f8ac84c4dfede | 0 | ansible/roles/mc | 7,819 | [
"no_license"
] | [
{
"path": "ansible/roles/mc/tasks/main.yml",
"content": "---\n- name: Install mc\n apt: name=mc state=present\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 53,
"all_permissive": false
} |
ansible_role | RusselMusas/circleci-ansible-infra-creation | 607e93712c16389636ca95e1469913bc93461958 | 0 | roles/setup | 7,819 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\r\n# Update dependencies\r\n- name: \"update apt packages.\"\r\n become: true\r\n apt:\r\n update_cache: yes\r\n\r\n- name: \"upgrade packages\"\r\n become: true\r\n apt:\r\n upgrade: yes\r\n\r\n- name: remove dependencies that are no longer ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 882,
"all_permissive": false
} |
ansible_role | ahmed4g/ansible | 84210e9b272598d6a304c93923eaf878fec14287 | 0 | roles/basic | 7,819 | [
"no_license"
] | [
{
"path": "roles/basic/tasks/main.yml",
"content": "---\n - name: ensure os is up to date\n apt:\n update_cache: yes\n upgrade: full\n cache_valid_time: 300\n\n - name: install packages\n apt: pkg={{ item }} state=present\n with_items:\n - bash-completion\n - curl\n - exiftool\n -... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 403,
"all_permissive": false
} |
ansible_role | romedawg/docker-postgres | b1dc2ccb805e4bbef0dd46e9334e267e68b8ba28 | 0 | ansible-postgres/roles/postgres/playbook/roles/aws_env | 7,819 | [
"no_license"
] | [
{
"path": "ansible-postgres/roles/postgres/playbook/roles/aws_env/tasks/main.yml",
"content": "---\n# Prepare env for CloudWatch logging\n- name: Get ec2 metadata facts\n become: no\n ec2_metadata_facts:\n register: metadata_facts\n\n- name: Get ec2 instance facts\n delegate_to: localhost\n become: no\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1753,
"all_permissive": false
} |
ansible_role | romedawg/docker-postgres | b1dc2ccb805e4bbef0dd46e9334e267e68b8ba28 | 0 | ansible-postgres/roles/postgres/playbook/roles/postgres | 7,819 | [
"no_license"
] | [
{
"path": "ansible-postgres/roles/postgres/playbook/roles/postgres/tasks/users.yml",
"content": "---\n- name: SSM lookup ssl password for (input/server/web files)\n no_log: true\n set_fact:\n postgres_password: >-\n {{ lookup('aws_ssm', postgres_ssm_password ) }}\n romedawg_service_password: >-... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3850,
"all_permissive": false
} |
ansible_role | romedawg/docker-postgres | b1dc2ccb805e4bbef0dd46e9334e267e68b8ba28 | 0 | ansible-postgres/roles/ubuntu_base | 7,819 | [
"no_license"
] | [
{
"path": "ansible-postgres/roles/ubuntu_base/tasks/main.yml",
"content": "---\n\n# to avoid https://github.com/hashicorp/packer/issues/2639.\n# If cloud-init is still running when apt-get starts up, then\n# a race condition can occur causing apt-get to fail.\n- name: Check if cloud-init has finished\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2412,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/agama | 7,819 | [
"no_license"
] | [
{
"path": "roles/agama/tasks/main.yaml",
"content": "---\n- name: Add the user \"agama\"\n user:\n name: agama\n\n- name: Create the directory /opt/agama\n file:\n path: /opt/agama\n state: directory\n owner: agama\n group: agama\n mode: '0755'\n\n- name: Install application dependencies... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 484,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/agama_docker | 7,819 | [
"no_license"
] | [
{
"path": "roles/agama_docker/files/Dockerfile",
"content": "FROM python:latest\n\nRUN python3 -m ensurepip && \\\n pip3 install Flask-SQLAlchemy && \\\n pip3 install mysqlclient && \\\n mkdir /agama && \\\n wget -O/agama/agama.py https://raw.githubusercontent.com/hudolejev/agama/master/agama.py... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1337,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/backup | 7,819 | [
"no_license"
] | [
{
"path": "roles/backup/templates/crontab.app.j2",
"content": "# According to backup SLA: backups should be done automatically at 1:00 (1 AM) on Sundays with 1 minute step for each service every 4 weeks, according to EET (UTC +2) and EEST (UTC +3) time zones\n\n0 23 * * 6 backup [[ $((($(date +%s) / 604800)... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6032,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/bind | 7,819 | [
"no_license"
] | [
{
"path": "roles/bind/templates/named.conf.options.j2",
"content": "# Since Lab 14 - HA DNS, keys for server authetication\n\nkey \"{{ dns_transfer_key_name }}\" {\n\talgorithm hmac-sha256;\n\tsecret \"{{ dns_transfer_key }}\";\n};\n\nkey \"{{ dns_update_key_name }}\" {\n\talgorithm hmac-sha256;\n\tsecret \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4919,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/bind_exporter | 7,819 | [
"no_license"
] | [
{
"path": "roles/bind_exporter/tasks/main.yaml",
"content": "---\n- name: Install Bind9 exporter\n apt:\n name: prometheus-bind-exporter\n state: latest\n\n- name: Sleep for 10 seconds and continue with play\n wait_for:\n timeout: 10\n\n- name: Enable and start Bind9 exporter\n service:\n nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/docker | 7,819 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n- name: Install Docker\n apt:\n name:\n - python3-docker\n - docker.io\n state: latest\n\n- name: Start Docker service\n service:\n name: docker\n state: started\n enabled: yes\n\n# Before starting the service - run handle... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/grafana | 7,819 | [
"no_license"
] | [
{
"path": "roles/grafana/tasks/main.yaml",
"content": "---\n- name: Install required tools for Grafana installation\n apt:\n name: apt-transport-https\n state: latest\n\n#This module requires gpg\n- name: Add an apt key\n apt_key:\n url: https://packages.grafana.com/gpg.key\n\n#This module requir... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/grafana_docker | 7,819 | [
"no_license"
] | [
{
"path": "roles/grafana_docker/tasks/main.yaml",
"content": "---\n- name: Create Grafana directory\n file:\n name: /opt/docker/grafana\n state: directory\n owner: \"472\"\n group: \"472\"\n recurse: true\n\n- name: Setup Grafana container\n docker_container:\n name: grafana\n image: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 493,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/haproxy | 7,819 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yaml",
"content": "---\n- name: Install HAProxy\n apt:\n name: haproxy\n state: latest\n\n- name: Configure HAProxy\n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n notify: Restart HAProxy\n\n- name: start HAProxy\n service:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1092,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/influxdb | 7,819 | [
"no_license"
] | [
{
"path": "roles/influxdb/tasks/main.yaml",
"content": "---\n- name: Install InfluxDB and InfluxDB client\n apt:\n name: \n - influxdb\n - influxdb-client\n state: latest\n\n- name: Download Telegraf package\n get_url:\n url: https://dl.influxdata.com/telegraf/releases/telegraf_1.16.0-1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 979,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/keepalived | 7,819 | [
"no_license"
] | [
{
"path": "roles/keepalived/handlers/main.yaml",
"content": "---\n- name: Restart keepalived\n service:\n name: keepalived\n state: restarted\n enabled: yes\n\n- name: Reload systemd\n shell: systemctl daemon-reload\n\n- name: Restart keepalived exporter\n service:\n name: keepalived-promethe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2363,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/mysql | 7,819 | [
"no_license"
] | [
{
"path": "roles/mysql/handlers/main.yaml",
"content": "---\n- name: Restart MySQL\n service:\n name: mysql\n state: restarted\n enabled: yes\n\n# Automation of replication on the replica host since the Final lab; not a part of the course\n\n- name: Stop MySQL slave thread\n mysql_replication:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2861,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/mysql_exporter | 7,819 | [
"no_license"
] | [
{
"path": "roles/mysql_exporter/tasks/main.yaml",
"content": "---\n- name: Install MySQL exporter\n apt:\n name: prometheus-mysqld-exporter\n state: latest\n\n- name: Create MySQL exporter user\n mysql_user:\n name: \"{{ mysql_exporter_user }}\"\n password: \"{{ <PASSWORD>_exporter_pass }}\"\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1485,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/nginx | 7,819 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/default.j2",
"content": "#Refactor, new configuration after Lab 7 - Grafana\n\nserver {\n\tlisten 80 default_server;\n listen [::]:80 default_server;\n\n #Open port 8080 to allow nginx exporters to query the web server\n\n\tlisten 8080 default_server;\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4355,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/nginx_exporter | 7,819 | [
"no_license"
] | [
{
"path": "roles/nginx_exporter/templates/nginx-prometheus-exporter.service.j2",
"content": "[Unit]\nDescription=Prometheus exporter for Nginx\nDocumentation=https://github.com/nginxinc/nginx-prometheus-exporter\n\n[Service]\nRestart=always\nUser=prometheus\n#EnvironmentFile=/etc/default/nginx-prometheus-ex... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1191,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/node_exporter | 7,819 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yaml",
"content": "---\n- name: Install Exporter packages\n apt:\n name:\n - prometheus-node-exporter\n state: latest\n\n- name: Start service prometheus-node-exporter\n service:\n name: prometheus-node-exporter\n state: started\n enabled: yes\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 236,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/node_exporters | 7,819 | [
"no_license"
] | [
{
"path": "roles/node_exporters/tasks/main.yaml",
"content": "---\n- name: Install Prometheus node exporters\n apt:\n name: prometheus-node-exporter\n state: latest\n\n- name: Sleep for 10 seconds and continue with play\n wait_for:\n timeout: 10\n\n- name: Enable and start node exporters\n servi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 310,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/pinger | 7,819 | [
"no_license"
] | [
{
"path": "roles/pinger/templates/pinger.conf.j2",
"content": "database_url=http://{{ groups['influxdb'][0] }}.{{ domain_name }}{{ top_level_domain }}:8086\ndatabase_name=latency\ntargets=google.com,cloudflare.com,twitter.com\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1198,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/prometheus | 7,819 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yaml",
"content": "---\n- name: Install Prometheus\n apt:\n name: prometheus\n state: latest\n\n# Old config\n\n#- name: Duplicate Prometheus' service configration\n# copy:\n# src: /lib/systemd/system/prometheus.service\n# dest: /etc/systemd/system/\n# ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5139,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/resolv | 7,819 | [
"no_license"
] | [
{
"path": "roles/resolv/templates/resolv.conf.j2",
"content": "{% for vm in groups['dns_slaves'] %}\nnameserver {{ hostvars[vm]['ansible_default_ipv4']['address'] }}\n{% endfor %}\nnameserver 8.8.8.8\nsearch {{ domain }}.\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 459,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/rsyslog | 7,819 | [
"no_license"
] | [
{
"path": "roles/rsyslog/tasks/main.yaml",
"content": "---\n#Check if rsyslog is installed\n- name: Install Rsyslog\n apt:\n name: rsyslog\n state: latest\n\n- name: Reconfigure Rsyslog\n template:\n src: 51-telegraf.conf.j2\n dest: /etc/rsyslog.d/51-telegraf.conf\n notify: Restart Rsyslog\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/users | 7,819 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yaml",
"content": "---\n- name: Add the user \"juri\"\n user:\n name: juri\n\n- name: Set juri's authorized key\n authorized_key:\n user: juri\n key: https://github.com/hudolejev.keys\n\n- name: Add the user \"roman\"\n user:\n name: roman\n\n- name: Set roma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 335,
"all_permissive": false
} |
ansible_role | PaperReaper/ica0002 | c2930b35308bf0de1c7ab30b1ae07ae6302df74b | 0 | roles/uwsgi | 7,819 | [
"no_license"
] | [
{
"path": "roles/uwsgi/templates/agama.ini",
"content": "[uwsgi]\nchdir = /opt/agama\nmodule = agama:app\n#env = AGAMA_DATABASE_URI=sqlite:////opt/agama/db.slite3 - Lab 2\nenv = AGAMA_DATABASE_URI=mysql://{{ mysql_user }}:{{ mysql_password }}@{{ groups['db_masters'][0] }}/{{ mysql_database }}\nuid = agama\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | softdarom/qrcheck-google-auth | fab220476ac829dde89de02d14641e40947e9c1b | 0 | .deploy/ansible/roles/k8s_uploader | 7,819 | [
"no_license"
] | [
{
"path": ".deploy/ansible/roles/k8s_uploader/tasks/main.yaml",
"content": "---\n- name: Upload Configs\n k8s:\n state: present\n src: \"{{ k8s.directory.configs }}/{{ item }}\"\n validate:\n fail_on_error: yes\n with_items: \"{{ k8s.files }}\"\n when: upload is defined and upload in ['yes'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 234,
"all_permissive": false
} |
ansible_role | afterdesign/nas-project | 0e0cc64293727dd5ffb48d799d2dcb9b8aca3ba5 | 4 | roles/backup | 7,819 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "---\n - name: Create {{ backup_mount }} directory\n file:\n dest: \"{{ backup_mount }}\"\n mode: 777\n owner: afterdesign\n group: afterdesign\n state: directory\n\n - name: Create logical volume for backups\n lvol:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | afterdesign/nas-project | 0e0cc64293727dd5ffb48d799d2dcb9b8aca3ba5 | 4 | roles/brother-scanner | 7,819 | [
"no_license"
] | [
{
"path": "roles/brother-scanner/tasks/main.yml",
"content": "---\n- name: scanner group exists\n group: name=scanner\n\n- name: user is added to scanner group\n user: name=afterdesign groups=scanner\n\n- name: Install packages\n apt: name={{ item }} state=installed\n with_items:\n - libtiff-tools\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1624,
"all_permissive": false
} |
ansible_role | afterdesign/nas-project | 0e0cc64293727dd5ffb48d799d2dcb9b8aca3ba5 | 4 | roles/cups | 7,819 | [
"no_license"
] | [
{
"path": "roles/cups/tasks/main.yml",
"content": "---\n- apt: name={{ item }} state=installed\n with_items:\n - cups\n\n# enable web interface on port 631 where you can add brother dcp7030\n- shell: cupsctl -U afterdesign --remote-any\n- shell: cupsctl -U afterdesign --share-printers\n- shell: cupsctl ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | afterdesign/nas-project | 0e0cc64293727dd5ffb48d799d2dcb9b8aca3ba5 | 4 | roles/mounting | 7,819 | [
"no_license"
] | [
{
"path": "roles/mounting/templates/AppleVolumes.j2",
"content": "# The line below sets some DEFAULT, starting with Netatalk 2.1.\n:DEFAULT: options:upriv,usedots\n\n# By default all users have access to their home directories.\n{{ backup_mount }} \"Backup\" options:usedots,upriv,tm\n{{ scans_directory }} \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 942,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/certmanager | 7,819 | [
"no_license"
] | [
{
"path": "roles/certmanager/defaults/main.yml",
"content": "ranch_domain: \"example.cluster\"\ncmd: \"\"\ncertmanager:\n version: \"1.13.2\"\n namespace: \"cattle-certificate-system\"\n helm_values: {}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"p... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 6833,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/cnpg | 7,819 | [
"no_license"
] | [
{
"path": "roles/cnpg/defaults/main.yml",
"content": "cnpg:\n name: \"cnpg\"\n namespace: \"cnpg-system\"\n version: \"0.20.0\"\n clusters: []\n helm_values: {}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 100
},
{
"path": "roles/cnpg/tasks/main.yml",
"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2102,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/cnpg-db | 7,819 | [
"no_license"
] | [
{
"path": "roles/cnpg-db/defaults/main.yml",
"content": "cnpg_cluster:\n name: \"app\"\n namespace: \"app\"\n cluster_name: \"app-pg-cluster\"\n\n spec: {}\n client_permissions: 'rw'\n connection_secret: {}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 142
},
{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3078,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/helm | 7,819 | [
"no_license"
] | [
{
"path": "roles/helm/tasks/install.yml",
"content": "- name: Install Helm on all rke2 control server nodes\n include_role:\n name: gantsign.helm\n vars:\n helm_version: \"{{ helm.version }}\"\n \n- name: Install helm-diff plugin\n kubernetes.core.helm_plugin:\n plugin_path: https://github.co... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1131,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/kured | 7,819 | [
"no_license"
] | [
{
"path": "roles/kured/defaults/main.yml",
"content": "kured:\n version: '5.3.2'\n namespace: 'kured-system'\n helm_values: {}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/kured/tasks/install.yml",
"content": "\n- name: Generate Hel... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1740,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/loki | 7,819 | [
"no_license"
] | [
{
"path": "roles/loki/templates/values.yml.j2",
"content": "{% if ranch.providers.monitoring.enabled %}\nmetrics:\n enabled: true\n serviceMonitor: \n enabled: true\n{% endif %}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 125
},
{
"path": "roles/lo... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3361,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/longhorn | 7,819 | [
"no_license"
] | [
{
"path": "roles/longhorn/defaults/main.yml",
"content": "longhorn:\n version: '103.2.1+up1.5.3'\n namespace: 'longhorn-system'\n helm_values: {}\n crd:\n version: '103.2.1+up1.5.3'\n helm_values: {}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
{
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2103,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/nvidia-gpu-operator | 7,819 | [
"no_license"
] | [
{
"path": "roles/nvidia-gpu-operator/tasks/install.yml",
"content": "\n- name: Generate Helm Chart Values From Template\n become: yes\n template:\n src: values.yml.j2\n dest: /tmp/nvidia_values.yml\n mode: 0644\n when: inventory_hostname == groups[rke2_servers_group_name].0\n\n- name: Add NVIDIA... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1588,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/rancher | 7,819 | [
"no_license"
] | [
{
"path": "roles/rancher/tasks/install_cli.yml",
"content": "- name: Download Rancher CLI tarball \n get_url:\n url: \"https://github.com/rancher/cli/releases/download/{{ rancher.cli_version }}/rancher-linux-amd64-{{ rancher.cli_version }}.tar.gz\"\n dest: \"/tmp/rancher-linux-amd64-{{ rancher.cli_ve... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 10773,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/rancher-logging | 7,819 | [
"no_license"
] | [
{
"path": "roles/rancher-logging/tasks/install.yml",
"content": "\n- name: Generate Helm Chart Values From Template\n become: yes\n template:\n src: values.yml.j2\n dest: /tmp/logging_values.yml\n mode: 0644\n when: inventory_hostname == groups[rke2_servers_group_name].0\n\n- name: Add Rancher-C... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2224,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/rancher-monitoring | 7,819 | [
"no_license"
] | [
{
"path": "roles/rancher-monitoring/tasks/install.yml",
"content": "\n- name: Generate Helm Chart Values From Template\n become: yes\n template:\n src: values.yml.j2\n dest: /tmp/monitor_values.yml\n mode: 0644\n when: inventory_hostname == groups[rke2_servers_group_name].0\n\n- debug:\n var:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2670,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/rancher-token-user-pass-prompt | 7,819 | [
"no_license"
] | [
{
"path": "roles/rancher-token-user-pass-prompt/tasks/main.yml",
"content": "- set_fact: \n username: \"admin\"\n when: username is not defined\n\n- pause:\n prompt: \"Enter '{{ username }}'s Password (If you just installed rancher this should be the bootstrapPassword default: admin)\"\n register: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1162,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/rke2-psa | 7,819 | [
"no_license"
] | [
{
"path": "roles/rke2-psa/defaults/main.yml",
"content": "psa:\n defaults:\n enforce: \"restricted\"\n enforce-version: \"latest\"\n audit: \"restricted\"\n audit-version: \"latest\"\n warn: \"restricted\"\n warn-version: \"latest\"\n exemptions:\n usernames: []\n runtimeClasses: [... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2844,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/rke2_cilium_proxy | 7,819 | [
"no_license"
] | [
{
"path": "roles/rke2_cilium_proxy/templates/cilium-values.yml.j2",
"content": "apiVersion: helm.cattle.io/v1\nkind: HelmChartConfig\nmetadata:\n name: rke2-cilium\n namespace: kube-system\nspec:\n valuesContent: |-\n kubeProxyReplacement: true\n k8sServiceHost: 192.168.127.12\n k8sServicePort: ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 716,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/rke2_multus | 7,819 | [
"no_license"
] | [
{
"path": "roles/rke2_multus/tasks/install.yml",
"content": "- name: Create Path\n become: yes\n command: mkdir -p /var/lib/rancher/rke2/server/manifests\n when: inventory_hostname in groups[rke2_servers_group_name]\n- name: Modify RKE2 Multus\n become: yes\n template:\n src: multus-values.yml.j2\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2262,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/rook-ceph | 7,819 | [
"no_license"
] | [
{
"path": "roles/rook-ceph/tasks/main.yml",
"content": "- name: Merge custom configs\n set_fact:\n storage: \"{{ rook | combine(config | default({}), recursive=True) }}\"\n\n- name: Install Rook\n include_tasks: install.yml\n when:\n - cmd == \"install\"\n - inventory_hostname in groups[rke2_ser... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3002,
"all_permissive": false
} |
ansible_role | LavLabInfrastructure/lavlab-olympus-ansible | 5e9a420662459b9ad6b1c3446ca31ae6df22ce13 | 0 | roles/ubuntu | 7,819 | [
"no_license"
] | [
{
"path": "roles/ubuntu/defaults/main.yml",
"content": "cmd: \"install\"\nubuntu:\n apt:\n - \"lvm2\"\n - \"python3-pip\"\n pip:\n - \"kubernetes\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 88
},
{
"path": "roles/ubuntu/tasks/main.yml",
"conten... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/backup | 7,819 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yml",
"content": "---\n\n- name: install borg\n package: name=borgbackup state=present\n\n- name: create borg user\n user: home=\"{{ backup_dir }}\" name=borg\n\n- name: create borg user home\n file: path=\"{{ backup_dir }}\" state=directory owner=borg group=borg mode=0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 743,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/buildbot | 7,819 | [
"no_license"
] | [
{
"path": "roles/buildbot/templates/master.cfg.j2",
"content": "# -*- python -*-\n# ex: set filetype=python:\n\n\n\nfrom buildbot.process import remotecommand\nfrom buildbot.plugins import *\nfrom buildbot.plugins import util, steps\nfrom buildbot.process import buildstep, logobserver\nfrom twisted.internet... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7304,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/cgit | 7,819 | [
"no_license"
] | [
{
"path": "roles/cgit/handlers/main.yml",
"content": "---\n\n- name: restart fcgiwrap\n service: name=fcgiwrap state=restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/cgit/templates/nginx.conf.j2",
"content": "\n root ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2191,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/common | 7,819 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n\n- name: set timezone to Europe/Oslo\n timezone: name=Europe/Oslo\n\n- name: install default packages\n package: name=vim,htop,irssi,tmux,mosh,sudo,git state=present\n\n- name: create users\n user:\n name: \"{{ item.key }}\"\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 503,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/dnsmasq | 7,819 | [
"no_license"
] | [
{
"path": "roles/dnsmasq/tasks/main.yml",
"content": "---\n- name: install dnsmasq\n apt: name=dnsmasq state=present\n\n- name: set up dnsmasq\n template: src=dnsmasq.conf.j2 dest=/etc/dnsmasq.conf owner=root group=root mode=644\n notify:\n - reload dnsmasq\n\n- name: set up resolv.dnsmasq\n templa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1746,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/dovecot | 7,819 | [
"no_license"
] | [
{
"path": "roles/dovecot/tasks/main.yml",
"content": "---\n\n- name: install dovecot\n pacman: name=dovecot state=present\n\n- name: create dhparam\n shell: openssl dhparam -out /etc/dovecot/dh.pem 4096 creates=/etc/dovecot/dh.pem\n\n- name: install dovecot.conf\n template: src=dovecot.conf.j2 dest=/etc/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/elasticsearch-flask | 7,819 | [
"no_license"
] | [
{
"path": "roles/elasticsearch-flask/templates/nginx.conf.j2",
"content": " location / {\n include uwsgi_params;\n uwsgi_pass unix:///run/uwsgi/es.sock;\n }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 99
},
{
"path": "roles/elasticsearch-f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1459,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/gitolite | 7,819 | [
"no_license"
] | [
{
"path": "roles/gitolite/tasks/main.yml",
"content": "---\n- name: install gitolite\n package: name=gitolite3 state=present\n\n- name: make git user\n user: name=git home={{ path }} createhome=no\n\n- name: fix home permissions\n file: state=directory owner=git group=git path=\"{{ path }}\"\n\n- name: i... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1500,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/hugo | 7,819 | [
"no_license"
] | [
{
"path": "roles/hugo/tasks/main.yml",
"content": "---\n\n- name: install hugo\n package: name=hugo state=present\n\n- name: make {{hugo_user}} user\n user: name={{hugo_user}} shell=/bin/false home={{ path }} create_home=no\n\n- name: fix home permissions\n file: state=directory owner={{hugo_user}} group... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1586,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/irc | 7,819 | [
"no_license"
] | [
{
"path": "roles/irc/tasks/main.yml",
"content": "---\n\n- name: install inspircd and atheme\n apt: name=inspircd,atheme-services state=present \n\n- name: install inspircd files\n copy: src=inspircd dest=/etc owner=root group=root mode=0644\n notify:\n - reload inspircd\n\n- name: install atheme fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 824,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/letsencrypt | 7,819 | [
"no_license"
] | [
{
"path": "roles/letsencrypt/defaults/main.yml",
"content": "---\n\nletsencrypt_config_dir: '/var/www/challenges'\nletsencrypt_validation_dir: '/var/www/challenges'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
},
{
"path": "roles/letsencrypt/tasks/main.yml... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2277,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/nginx | 7,819 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/nginx.conf.j2",
"content": "worker_processes auto;\n\nevents {\n worker_connections 1024;\n}\n\n#error_log syslog:server=unix:/dev/log,nohostname info;\n\nhttp {\n include mime.types;\n default_type application/octet-stream;\n\n sendfile on;\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1528,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/opendkim | 7,819 | [
"no_license"
] | [
{
"path": "roles/opendkim/tasks/main.yml",
"content": "---\n\n- name: install opendkim\n pacman: name=opendkim state=present\n\n- name: install opendkim.conf\n template: src=opendkim.conf.j2 dest=/etc/opendkim/opendkim.conf owner=root group=root mode=0644\n notify:\n - restart opendkim\n\n- file: path... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1587,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/pics | 7,819 | [
"no_license"
] | [
{
"path": "roles/pics/templates/nginx.conf.j2",
"content": " \n location / {\n root {{ path }}/public;\n }\n\n location /private {\n auth_basic \"Familiebilder\";\n auth_basic_user_file {{ path }}/htpasswd;\n root {{ path }};\n }\n\n",
"license_type"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2794,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/postfix | 7,819 | [
"no_license"
] | [
{
"path": "roles/postfix/tasks/main.yml",
"content": "---\n\n- name: install postfix\n pacman: name=postfix state=present\n\n- name: install template configs\n template: src={{item}}.j2 dest=/etc/postfix/{{item}} owner=root group=root mode=0644\n notify:\n - reload postfix\n with_items:\n - main.c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1244,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/repo | 7,819 | [
"no_license"
] | [
{
"path": "roles/repo/templates/nginx.conf.j2",
"content": " location / {\n root {{ path }};\n autoindex on;\n }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/repo/tasks/main.yml",
"content": "---\n\n- name: make r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/users | 7,819 | [
"no_license"
] | [
{
"path": "roles/users/tasks/main.yml",
"content": "---\n\n- name: create users\n user:\n name: \"{{ item.key }}\"\n group: \"{{ item.key }}\"\n state: present\n with_dict: \"{{ users }}\"\n\n- name: add public keys\n authorized_key:\n user: \"{{ item.key }}\"\n key: \"{{ lookup('fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 364,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/uwsgi | 7,819 | [
"no_license"
] | [
{
"path": "roles/uwsgi/templates/emperor.ini.j2",
"content": "[uwsgi]\nemperor = /etc/uwsgi-emperor/vassals\nuid = uwsgi\ngid = uwsgi\nemperor-tyrant = true\ncap = setgid,setuid\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"path": "roles/uwsgi/handler... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 973,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/wireguard | 7,819 | [
"no_license"
] | [
{
"path": "roles/wireguard/templates/wg0server.conf.j2",
"content": "[Interface]\nAddress = {{wireguard_address}}/24\n{% if wireguard_post %}\nPostUp = {{wireguard_post_up}}\nPostDown = {{wireguard_post_down}}\n{%endif%}\nPrivateKey = {{wireguard_private_key}}\nListenPort = {{wireguard_listen_port}}\n\n{%... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2162,
"all_permissive": false
} |
ansible_role | Foxboron/ansible | e4cdb5fa8b1ff820fc5d22213411e8a1037d864c | 1 | roles/wkd | 7,819 | [
"no_license"
] | [
{
"path": "roles/wkd/tasks/main.yml",
"content": "---\n\n- name: install hugo\n package: name=gpg state=present\n\n- name: make {{wkd_user}} user\n user: name={{wkd_user}} shell=/bin/false home={{ wkd_path }} create_home=yes\n\n- name: copy keyring\n copy: src=../files/{{ wkd_keyring }} dest={{ wkd_path ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2120,
"all_permissive": false
} |
ansible_role | MRocholl/ansible-raspotify | 32431ca63e018c46c12653523bab19ab1e2468d2 | 1 | roles/alsa | 7,819 | [
"no_license"
] | [
{
"path": "roles/alsa/tasks/main.yaml",
"content": "- name: install alsa\n apt:\n name: [alsa, alsa-utils]\n\n- name: Copy alsa config to remote\n template:\n src: alsa-base.conf\n dest: /etc/modprobe.d/alsa-base.conf\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": 177,
"all_permissive": false
} |
ansible_role | MRocholl/ansible-raspotify | 32431ca63e018c46c12653523bab19ab1e2468d2 | 1 | roles/raspotify | 7,819 | [
"no_license"
] | [
{
"path": "roles/raspotify/tasks/main.yaml",
"content": "---\n- name: install raspotify\n apt:\n name: raspotify\n state: present\n update_cache: yes\n\n- name: configure raspotify\n template:\n src: raspotify\n dest: /etc/default/raspotify\n\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | supnobita/absolute-test | f3454f8e5fe523f24d5bfe094271e9fd72fde925 | 0 | ansible-install-server/roles/init-debian | 7,821 | [
"permissive"
] | [
{
"path": "ansible-install-server/roles/init-debian/tasks/main.yaml",
"content": "---\n- name: configure name servers\n shell: echo \"nameserver 8.8.8.8\" > /etc/resolvconf/resolv.conf.d/base\n become: yes\n- name: update name server\n shell: resolvconf -u\n become: yes\n- name: Update apt cache\n apt:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 638,
"all_permissive": true
} |
ansible_role | supnobita/absolute-test | f3454f8e5fe523f24d5bfe094271e9fd72fde925 | 0 | ansible-install-server/roles/install-minikube | 7,821 | [
"permissive"
] | [
{
"path": "ansible-install-server/roles/install-minikube/tasks/main.yml",
"content": "---\n- name: Download minikube\n get_url:\n url: https://storage.googleapis.com/minikube/releases/v1.1.1/minikube-linux-amd64\n dest: /bin/minikube\n mode: '755'\n become: yes\n- name: Run minikube\n shell: min... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": true
} |
ansible_role | nakshatraraghav/sre-task | 65db3e875f33080ce99d73c8ca0f28984dedb462 | 0 | roles/alloy | 7,821 | [
"no_license"
] | [
{
"path": "roles/alloy/handlers/main.yml",
"content": "---\n# handlers file for alloy\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/alloy/README.md",
"content": "Grafana Alloy\n=========\n\nThis ansible role deploys grafana alloy on t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1193,
"all_permissive": false
} |
ansible_role | nakshatraraghav/sre-task | 65db3e875f33080ce99d73c8ca0f28984dedb462 | 0 | roles/dependencies | 7,821 | [
"no_license"
] | [
{
"path": "roles/dependencies/tasks/main.yml",
"content": "---\n# tasks file for dependencies\n- name: install golang\n become: yes\n dnf:\n name: go\n state: latest\n\n- name: install docker\n become: yes\n dnf:\n name: docker\n state: present\n\n- name: install pip for python\n become: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 568,
"all_permissive": false
} |
ansible_role | nakshatraraghav/sre-task | 65db3e875f33080ce99d73c8ca0f28984dedb462 | 0 | roles/grafana | 7,821 | [
"no_license"
] | [
{
"path": "roles/grafana/README.md",
"content": "Grafana\n=========\n\nThis Ansible role sets up Grafana on a server, waits for it to become operational, and configures Prometheus as a data source. Grafana is used for visualizing metrics collected from various sources, including Prometheus.\n",
"license... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 850,
"all_permissive": false
} |
ansible_role | nakshatraraghav/sre-task | 65db3e875f33080ce99d73c8ca0f28984dedb462 | 0 | roles/ignite | 7,821 | [
"no_license"
] | [
{
"path": "roles/ignite/README.md",
"content": "Ignite Role\n===========\n\nThis Ansible role installs **Ignite** cli and scaffolds a new blockchain chain on the target hosts. \n\nIt handles the installation process\n\nDependencies\n------------\n\nThis role has no external dependencies, but this role is su... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 559,
"all_permissive": false
} |
ansible_role | nakshatraraghav/sre-task | 65db3e875f33080ce99d73c8ca0f28984dedb462 | 0 | roles/mimir | 7,821 | [
"no_license"
] | [
{
"path": "roles/mimir/files/mimir.yml",
"content": "server:\n http_listen_port: 9009\n\nblocks_storage:\n tsdb:\n dir: /var/lib/mimir/tsdb\n\n bucket_store:\n sync_dir: /var/lib/mimir/bucket_store\n bucket:\n type: filesystem\n config:\n directory: /var/lib/mimir/blocks\n\ninge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | nakshatraraghav/sre-task | 65db3e875f33080ce99d73c8ca0f28984dedb462 | 0 | roles/prometheus | 7,821 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yml",
"content": "---\n- name: Create prometheus config directory in home directory\n file:\n path: /home/ec2-user/config\n state: directory\n\n- name: Copy prometheus config file to home directory\n copy:\n src: prometheus.yml\n dest: /home/ec2-user/conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1636,
"all_permissive": false
} |
ansible_role | Marcosmiciano/vagrant-ansible-nginx | 1fd36744f77f331c5837acb3f69eb9f642d49712 | 0 | ansible/roles/zabbix | 7,821 | [
"no_license"
] | [
{
"path": "ansible/roles/zabbix/tasks/main.yml",
"content": "---\n- name: install Zabbix agent\n apt:\n name: zabbix-agent",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 62
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 62,
"all_permissive": false
} |
ansible_role | jk-boot-up/ansible | 7d444d7f88f00ebb37e73c55b1877f4fc66fa810 | 0 | config/etc/ansible/roles/install-nginx | 7,821 | [
"no_license"
] | [
{
"path": "config/etc/ansible/roles/install-nginx/tasks/main.yml",
"content": "---\n# tasks file for install-nginx\n- name: install nginx\n roles:\n - role: nginx",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "config/etc/ansible/roles/install-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | Mahak08/Multi_node_cluster_k8s_using_Ansible | 9cefdb154a025a14568679b8af51eafcc85d3c6d | 0 | roles/aws-instance | 7,821 | [
"no_license"
] | [
{
"path": "roles/aws-instance/vars/main.yml",
"content": "---\n# vars file for aws-instance\n# \n image: ami-0bcf5425cdc1d8a85\n key_name: ansible \n instance_type: t2.micro\n instance_tags: \n - \"k8s_Master\"\n - \"k8s_Slave1\"\n - \"k8s_Slave2\"\n region: ap-south-1\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1987,
"all_permissive": false
} |
ansible_role | Mahak08/Multi_node_cluster_k8s_using_Ansible | 9cefdb154a025a14568679b8af51eafcc85d3c6d | 0 | roles/master | 7,821 | [
"no_license"
] | [
{
"path": "roles/master/vars/main.yml",
"content": "---\n# vars file for master\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/master/tasks/main.yml",
"content": "---\n - name: update yum_repository for k8s-cluster\n yum_reposi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2330,
"all_permissive": false
} |
ansible_role | Mahak08/Multi_node_cluster_k8s_using_Ansible | 9cefdb154a025a14568679b8af51eafcc85d3c6d | 0 | roles/slave | 7,821 | [
"no_license"
] | [
{
"path": "roles/slave/tasks/main.yml",
"content": "---\n - name: update yum_repository for k8s-cluster\n yum_repository:\n name: Kubernetes\n description: Kubernetes repo\n baseurl: https://packages.cloud.google.com/yum/repos/kubernetes-el7-\\$basearch\n enabled: 1\n gpg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1799,
"all_permissive": false
} |
ansible_role | vksuktha/mesos-cluster-using-vagrant | 1d95746ec0645caa92369d78e8084ad6c8dd3dc2 | 0 | roles/common | 7,821 | [
"no_license"
] | [
{
"path": "roles/common/tasks/kernel_update.yml",
"content": "---\n- name: install kernel updates\n apt: pkg={{kernel_package}} update_cache=yes\n register: kernelup\n\n- name: install other updates\n apt: upgrade=dist\n\n- name: reboot the system\n command: reboot\n ignore_errors: true\n when: kernel... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 841,
"all_permissive": false
} |
ansible_role | vksuktha/mesos-cluster-using-vagrant | 1d95746ec0645caa92369d78e8084ad6c8dd3dc2 | 0 | roles/docker | 7,821 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/install.yml",
"content": "---\n#- name: Get Docker release tool key\n# apt_key: keyserver=p80.pool.sks-keyservers.net id=58118E89F3A912897C070ADBF76221572C52609D state=present\n# sudo: yes\n- name: Get docker release tool key\n apt_key: keyserver=hkp://p80.pool.sks-keyserver... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2541,
"all_permissive": false
} |
ansible_role | vksuktha/mesos-cluster-using-vagrant | 1d95746ec0645caa92369d78e8084ad6c8dd3dc2 | 0 | roles/haproxy | 7,821 | [
"no_license"
] | [
{
"path": "roles/haproxy/tasks/main.yml",
"content": "---\n- include: install.yml\n- include: run.yml\n tags:\n - runtime\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/haproxy/tasks/run.yml",
"content": "---\n- name: Make sure hap... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 638,
"all_permissive": false
} |
ansible_role | vksuktha/mesos-cluster-using-vagrant | 1d95746ec0645caa92369d78e8084ad6c8dd3dc2 | 0 | roles/haproxy_bridge | 7,821 | [
"no_license"
] | [
{
"path": "roles/haproxy_bridge/tasks/main.yml",
"content": "---\n- include: run.yml\n tags:\n - runtime\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/haproxy_bridge/defaults/main.yml",
"content": "---\nhaproxy_bridge_bin_folder: ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1125,
"all_permissive": false
} |
ansible_role | vksuktha/mesos-cluster-using-vagrant | 1d95746ec0645caa92369d78e8084ad6c8dd3dc2 | 0 | roles/marathon | 7,821 | [
"no_license"
] | [
{
"path": "roles/marathon/tasks/run.yml",
"content": "---\n- name: Make sure marathon is running and config is up-to-date\n sudo: yes\n docker:\n image: \"{{marathon_docker_image}}\"\n name: \"{{marathon_name}}\"\n ports:\n - \"8080:8080\"\n expose:\n - 8080\n env:\n MARATHON... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 911,
"all_permissive": false
} |
ansible_role | vksuktha/mesos-cluster-using-vagrant | 1d95746ec0645caa92369d78e8084ad6c8dd3dc2 | 0 | roles/mesosphere | 7,821 | [
"no_license"
] | [
{
"path": "roles/mesosphere/tasks/install-mesos-agent.yml",
"content": "---\n- name: Pull mesos-agent docker image\n docker:\n image: \"{{mesos_agent_docker_image}}\"\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2923,
"all_permissive": false
} |
ansible_role | vksuktha/mesos-cluster-using-vagrant | 1d95746ec0645caa92369d78e8084ad6c8dd3dc2 | 0 | roles/zookeeper | 7,821 | [
"no_license"
] | [
{
"path": "roles/zookeeper/defaults/main.yml",
"content": "---\nzookeeper_version: 3.4.6\nzookeeper_docker_image: \"mesoscloud/zookeeper:{{zookeeper_version}}-ubuntu-14.04\"\nzookeeper_name: \"zookeeper\"\nzookeeper_data: /var/lib/zookeeper\nzookeeper_myid_path: \"{{zookeeper_data}}/myid\"\n",
"license_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | nguyenhuudamm/cicd-project | c15728242e35dc50d3720660f3eedbb12998d604 | 0 | .circleci/ansible/roles/configure-server | 7,821 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"upgrade packages.\"\n become: true #chuyển cấp đền người dùng root [ thêm sudo trước các câu lệnh bash]\n apt:\n upgrade: \"yes\"\n\n- name: \"install dependencies.\"\n become: true\n apt:\n name: [\"n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | andrewwh/ansible-workstation | e00859d68ef9a296765dc7e16c104882d0fd7be9 | 0 | roles/applications | 7,821 | [
"no_license"
] | [
{
"path": "roles/applications/tasks/snaps.yml",
"content": "---\n\n# Snaps only available 18.04 and above\n- name: install snap applications\n command: \"snap install --classic {{item}}\"\n args:\n creates: \"/snap/bin/{{item}}\"\n loop: \"{{applications.snaps.install}}\" \n when: ansible_lsb.major_... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3515,
"all_permissive": false
} |
ansible_role | andrewwh/ansible-workstation | e00859d68ef9a296765dc7e16c104882d0fd7be9 | 0 | roles/base | 7,821 | [
"no_license"
] | [
{
"path": "roles/base/defaults/main.yml",
"content": "---\n\nbase:\n packages:\n install: \n - unzip\n - build-essential\n - software-properties-common\n - jq\n - lvm2\n - whois\n - aptitude\n - samba\n - net-tools\n - nmap\n - iotop\n - ift... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1255,
"all_permissive": false
} |
ansible_role | andrewwh/ansible-workstation | e00859d68ef9a296765dc7e16c104882d0fd7be9 | 0 | roles/database | 7,821 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "---\n\n- name: add postgresql repository key\n apt_key:\n url: https://www.postgresql.org/media/keys/ACCC4CF8.asc\n state: present \n\n- name: add postgresql repository\n apt_repository:\n repo: deb http://apt.postgresql.org/pub/repos/apt/ {... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 599,
"all_permissive": false
} |
ansible_role | andrewwh/ansible-workstation | e00859d68ef9a296765dc7e16c104882d0fd7be9 | 0 | roles/docker | 7,821 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: docker install prerequisites\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - python-pip\n\n- name: create docker group\n group:\n name: docker\n state: present\n\n- name: install docker support for ansible\n pip:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1283,
"all_permissive": false
} |
ansible_role | andrewwh/ansible-workstation | e00859d68ef9a296765dc7e16c104882d0fd7be9 | 0 | roles/git | 7,821 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n\n- name: install git build dependencies\n apt:\n name: \"{{item}}\"\n state: latest \n with_items: \n - 'build-essential'\n - 'libcurl4-gnutls-dev'\n - 'gettext'\n - 'zlib1g-dev'\n\n- name: download and extract git source\n unarch... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 859,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.