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
tmorgansl/nfs-ansible-script
93eb88663fd0261dc679bd03721e3df9a8cce750
0
roles/common
3,198
[ "no_license" ]
[ { "path": "roles/common/tasks/directory.yml", "content": "- name: Create share directories\n file:\n path: \"{{ directory.path }}\"\n state: directory\n owner: root\n group: root\n\n- name: Mount disk\n mount:\n path: '{{ directory.path }}'\n src: '{{ directory.remote_disk.id }}'\n fs...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1173, "all_permissive": false }
ansible_role
dianaStr7/homework_24_monitoring
313339cef8ac92b3161cce0e5cc66484055a1dc2
0
ansible/roles/monitoring_setup
3,198
[ "no_license" ]
[ { "path": "ansible/roles/monitoring_setup/templates/prometheus.yml.j2", "content": "global:\n scrape_interval: 15s # За замовчуванням, збирає метрики кожні 15 секунд.\n\nscrape_configs:\n - job_name: 'prometheus'\n static_configs:\n - targets: ['localhost:9090']\n\n# Щоб моніторити Gitea, розкоме...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 8894, "all_permissive": false }
ansible_role
SouthCountyG/virtual-machine-manager
09cba7e5e324fe9e22364fcebf939bea7511a1fb
2
old_plays/roles/ansible_tower
3,198
[ "no_license" ]
[ { "path": "old_plays/roles/ansible_tower/tasks/main.yml", "content": "---\n- name: Create Ansible Tower Download Location\n file:\n path: /root/Ansible_Downloads\n state: directory\n owner: root\n group: root\n mode: 0755\n\n- name: Download Latest Tower Install\n unarchive:\n src: https...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 952, "all_permissive": false }
ansible_role
SouthCountyG/virtual-machine-manager
09cba7e5e324fe9e22364fcebf939bea7511a1fb
2
old_plays/roles/reg_n_packs
3,198
[ "no_license" ]
[ { "path": "old_plays/roles/reg_n_packs/tasks/main.yml", "content": "---\n- name: Wait for SSH\n wait_for_connection:\n delay: 10\n timeout: 60\n\n- name: Subscribe to RHN\n redhat_subscription:\n state: present\n username:\n password: \"{{ <PASSWORD> }}\"\n pool_ids:\n\n- name: Enable Re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 516, "all_permissive": false }
ansible_role
SouthCountyG/virtual-machine-manager
09cba7e5e324fe9e22364fcebf939bea7511a1fb
2
roles/reg_n_packs
3,198
[ "no_license" ]
[ { "path": "roles/reg_n_packs/tasks/main.yml", "content": "---\n- name: Wait for SSH\n wait_for_connection:\n delay: 10\n timeout: 60\n\n- name: Subscribe to RHN\n redhat_subscription:\n state: present\n username: username\n password: \"{{ <PASSWORD> }}\"\n pool_ids: pool\n\n- name: Enabl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 904, "all_permissive": false }
ansible_role
SouthCountyG/virtual-machine-manager
09cba7e5e324fe9e22364fcebf939bea7511a1fb
2
roles/standard_config
3,198
[ "no_license" ]
[ { "path": "roles/standard_config/templates/ifcfg-eth0.j2", "content": "BOOTPROTO=none\nDEVICE=eth0\nHWADDR={{ ansible_facts['default_ipv4']['macaddress'] }}\nIPADDR={{ ansible_facts['default_ipv4']['address'] }}\nONBOOT=yes\nTYPE=Ethernet\nUSERCTL=no\n", "license_type": "no_license", "detected_licen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 766, "all_permissive": false }
ansible_role
DiverOfDark/homelab
0ca9f02bf0b57a95d29cb26d2171f0f71ce1c01c
1
ansible/roles/talos
3,258
[ "no_license" ]
[ { "path": "ansible/roles/talos/tasks/main.yml", "content": "- name: Ensure talosctl of correct version\n block: \n - name: Ensure talos-manifests/ exists\n ansible.builtin.file:\n path: \"{{ working_dir }}\"\n state: directory\n mode: \"0755\"\n check_mode: false\n\n - name: Check if...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5785, "all_permissive": false }
ansible_role
DiverOfDark/homelab
0ca9f02bf0b57a95d29cb26d2171f0f71ce1c01c
1
ansible/roles/voron
3,258
[ "no_license" ]
[ { "path": "ansible/roles/voron/handlers/main.yml", "content": "- name: Restart klipper\n ansible.builtin.systemd_service:\n name: klipper\n daemon-reload: yes\n enabled: true\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 7823, "all_permissive": false }
ansible_role
BedinoTom/si5-dev-secops-ansible
9b206a95844d5ff31354d8dbec47af3857e5f5d8
0
roles/add-key
3,258
[ "no_license" ]
[ { "path": "roles/add-key/tasks/main.yml", "content": "---\n- name: Ensure .ssh directory exists for the user\n file:\n path: \"/home/{{ target_user }}/.ssh\"\n state: directory\n mode: '0700'\n owner: \"{{ target_user }}\"\n group: \"{{ target_user }}\"\n\n- name: Add public SSH key to autho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
BedinoTom/si5-dev-secops-ansible
9b206a95844d5ff31354d8dbec47af3857e5f5d8
0
roles/fail2ban
3,258
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "---\n- name: Install fail2ban package\n ansible.builtin.package:\n name: fail2ban\n state: present\n\n- name: Ensure fail2ban service is enabled and running\n ansible.builtin.service:\n name: fail2ban\n state: started\n enabled: yes\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 767, "all_permissive": false }
ansible_role
BedinoTom/si5-dev-secops-ansible
9b206a95844d5ff31354d8dbec47af3857e5f5d8
0
roles/firewall
3,258
[ "no_license" ]
[ { "path": "roles/firewall/tasks/main.yml", "content": "---\n- name: Install ufw package\n ansible.builtin.package:\n name: ufw\n state: present\n\n- name: Allow SSH (port 22)\n ansible.builtin.ufw:\n rule: allow\n port: '22'\n proto: tcp\n\n- name: Allow SSH (port 7652)\n ansible.builtin.u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 683, "all_permissive": false }
ansible_role
BedinoTom/si5-dev-secops-ansible
9b206a95844d5ff31354d8dbec47af3857e5f5d8
0
roles/install-docker
3,258
[ "no_license" ]
[ { "path": "roles/install-docker/tasks/main.yml", "content": "---\n- name: Install required packages for Docker\n ansible.builtin.package:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n state: present\n\n- name: Add Docker GPG key\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 826, "all_permissive": false }
ansible_role
BedinoTom/si5-dev-secops-ansible
9b206a95844d5ff31354d8dbec47af3857e5f5d8
0
roles/sshd
3,258
[ "no_license" ]
[ { "path": "roles/sshd/tasks/main.yml", "content": "---\n- name: Copier le fichier de configuration ssh\n template:\n src: ../templates/sshd_config.txt.j2\n dest: /etc/ssh/sshd_config\n\n- name: Rédémarre ssh\n ansible.builtin.command:\n argv:\n - systemctl\n - restart\n - ssh*\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1001, "all_permissive": false }
ansible_role
thredded/thredded-ansible
b2dd9d53b01b425cec30631c89ba7096f66edd4a
3
roles/db
3,258
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "- name: install the database packages\n apt:\n name: \"{{item}}\"\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n with_items:\n - postgresql-10\n # Required by the postgresql_* Ansible tasks:\n - libpq-dev\n - python3-psycopg2...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 762, "all_permissive": false }
ansible_role
thredded/thredded-ansible
b2dd9d53b01b425cec30631c89ba7096f66edd4a
3
roles/deploy-rails
3,258
[ "no_license" ]
[ { "path": "roles/deploy-rails/tasks/main.yml", "content": "- include: pam-environment.yml\n- include: rbenv-ruby.yml\n vars:\n ruby_version: \"{{app_ruby_version}}\"\n ruby_cflags: \"-march=native -O3 -fomit-frame-pointer -fno-fast-math -pipe\"\n ruby_configure_opts: \"--with-jemalloc\"\n\n- name:...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5921, "all_permissive": false }
ansible_role
thredded/thredded-ansible
b2dd9d53b01b425cec30631c89ba7096f66edd4a
3
roles/foreman_systemd
3,258
[ "no_license" ]
[ { "path": "roles/foreman_systemd/tasks/main.yml", "content": "- name: ensure foreman gem is installed\n gem:\n name: foreman\n version: 0.83.0\n state: present\n user_install: no\n become: true\n\n- name: ensure foreman config is the latest\n tags: procfile\n template: src={{foreman_procfile...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1528, "all_permissive": false }
ansible_role
thredded/thredded-ansible
b2dd9d53b01b425cec30631c89ba7096f66edd4a
3
roles/letsencrypt
3,258
[ "no_license" ]
[ { "path": "roles/letsencrypt/templates/letsencrypt.nginx.jinja2", "content": "# {{ansible_managed}}\nserver {\n listen [::]:80;\n listen 80;\n server_name {{letsencrypt_cert_domains|join(' ')}};\n\n location /.well-known/acme-challenge {\n root {{letsencrypt_webroot_path}};\n try_f...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3315, "all_permissive": false }
ansible_role
thredded/thredded-ansible
b2dd9d53b01b425cec30631c89ba7096f66edd4a
3
roles/memcached
3,258
[ "no_license" ]
[ { "path": "roles/memcached/tasks/main.yml", "content": "- name: Ensure memcached is installed\n apt:\n name: memcached\n state: latest\n update_cache: yes\n cache_valid_time: 3600\n register: memcached_install\n\n- name: Ensure memcached config is up to date\n template:\n src: files/memcac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 806, "all_permissive": false }
ansible_role
thredded/thredded-ansible
b2dd9d53b01b425cec30631c89ba7096f66edd4a
3
roles/nginx
3,258
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: ensure the latest nginx and other role dependencies are installed\n tags: nginx\n apt: name=\"{{item}}\" state=latest update_cache=yes cache_valid_time=3600\n notify:\n - restart nginx\n with_items:\n - nginx\n - ssl-cert\n\n- name: ensure t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3063, "all_permissive": false }
ansible_role
thredded/thredded-ansible
b2dd9d53b01b425cec30631c89ba7096f66edd4a
3
roles/webapp
3,258
[ "no_license" ]
[ { "path": "roles/webapp/tasks/main.yml", "content": "- name: create {{app_user}} user\n user:\n name: \"{{app_user}}\"\n comment: \"{{app_name}} app user\"\n generate_ssh_key: yes\n password: \"{{<PASSWORD>}}\"\n shell: /bin/bash\n state: present\n\n- name: authorize my SSH key to access ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1229, "all_permissive": false }
ansible_role
jdani/custom-linux
244a894fba67cbdd294d7cdbf40059079b5009bb
0
roles/desktop
3,258
[ "no_license" ]
[ { "path": "roles/desktop/tasks/main.yml", "content": "---\n# tasks file for desktop\n\n- name: Add Spotify repo\n become: yes\n block:\n\n - name: Add Spotify repo key\n apt_key:\n keyserver: \"keyserver.ubuntu.com\"\n id: \"931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90\"\n state: prese...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3595, "all_permissive": false }
ansible_role
jdani/custom-linux
244a894fba67cbdd294d7cdbf40059079b5009bb
0
roles/shell
3,258
[ "no_license" ]
[ { "path": "roles/shell/defaults/main.yml", "content": "---\n# defaults file for shell", "license_type": "no_license", "detected_licenses": [], "size_bytes": 29 }, { "path": "roles/shell/tasks/main.yml", "content": "---\n# tasks file for shell\n\n- name: Install apt packages\n apt:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7834, "all_permissive": false }
ansible_role
crowleydi/ansible_mongodb_repl
bea3922ae7c29bc96d6505d7b8ee2b8c2a42545e
1
roles/basic
3,258
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "- name: \"Creating file team.txt\"\n copy:\n src: ../files/team.txt\n dest: /root/team.txt\n owner: root\n group: root\n mode: 0644\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
crowleydi/ansible_mongodb_repl
bea3922ae7c29bc96d6505d7b8ee2b8c2a42545e
1
roles/mongodb
3,258
[ "no_license" ]
[ { "path": "roles/mongodb/files/restart.sh", "content": "#!/bin/sh\n\n#\n# script to re-start mongodb because the\n# installed init.d script doesn't work\n#\n\npid=`ps ax | grep -v grep | grep mongod | awk '{print $1}'`\n\nif [ -n \"$pid\" ]; then\n kill $pid\n while [ -e /proc/$pid ]; do\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 894, "all_permissive": false }
ansible_role
crowleydi/ansible_mongodb_repl
bea3922ae7c29bc96d6505d7b8ee2b8c2a42545e
1
roles/primary
3,258
[ "no_license" ]
[ { "path": "roles/primary/files/rs_initiate.sh", "content": "#!/bin/sh\nmongo <<EOF\nrs.initiate();\nEOF\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "roles/primary/tasks/main.yml", "content": "- name: \"Copying rs initiate script\"\n copy:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 276, "all_permissive": false }
ansible_role
crowleydi/ansible_mongodb_repl
bea3922ae7c29bc96d6505d7b8ee2b8c2a42545e
1
roles/replset
3,258
[ "no_license" ]
[ { "path": "roles/replset/tasks/main.yml", "content": "- name: \"Setting mongo binding port\"\n lineinfile:\n path: /etc/mongodb.conf\n regexp: '^bind_ip'\n line: bind_ip=0.0.0.0\n\n- name: \"Configuring mongo for replset rs0\"\n lineinfile:\n path: /etc/mongodb.conf\n line: replSet= \"{{rep...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 333, "all_permissive": false }
ansible_role
crowleydi/ansible_mongodb_repl
bea3922ae7c29bc96d6505d7b8ee2b8c2a42545e
1
roles/secondary
3,258
[ "no_license" ]
[ { "path": "roles/secondary/files/rs_register.sh", "content": "#!/bin/sh\nMASTER={{ groups[\"primary\"][0] }}\nHOST=`hostname`\nmongo --host $MASTER <<EOF\nrs.add({\"host\": \"$HOST\", \"priority\": 0, \"votes\": 0});\nEOF\nsleep 8\nmongo --host $MASTER <<EOF\nvar cfg=rs.conf();\nvar n;\nfor (n = 0; n < cfg....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 625, "all_permissive": false }
ansible_role
koceg/aws.openshift.okd
5fedf60a51082d3bf91206ed8fd0416e93f50791
1
roles/config
3,258
[ "no_license" ]
[ { "path": "roles/config/tasks/main.yaml", "content": "---\n- name: \"Get {{ awsDir }}{{ awsFile }}\"\n stat:\n path: \"{{ awsDir }}{{ awsFile }}\"\n register: configFile\n\n- include_tasks: aws.yaml\n when: configFile.stat.exists != true\n\n- include_tasks: config.yaml\n when: configRemove == 'yes'\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3249, "all_permissive": false }
ansible_role
koceg/aws.openshift.okd
5fedf60a51082d3bf91206ed8fd0416e93f50791
1
roles/dns
3,258
[ "no_license" ]
[ { "path": "roles/dns/tasks/dns.yaml", "content": "---\n\n- block:\n - name: \"api.{{ clusterName }}.{{ domainName }} DNS Record\"\n route53:\n state: present\n overwrite: yes\n type: A\n zone: \"{{ domainName }}\"\n record: \"api.{{ clusterName }}.{{ domainName }}\"\n value...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2584, "all_permissive": false }
ansible_role
koceg/aws.openshift.okd
5fedf60a51082d3bf91206ed8fd0416e93f50791
1
roles/nodes
3,258
[ "no_license" ]
[ { "path": "roles/nodes/defaults/main.yaml", "content": "---\n\nworkerType: m5.large\nworkerCount: 2\nworkerVolume: 80\nworkerVolumeDelete: yes\nworkerWait: yes\nmasterType: m5.xlarge\nmasterCount: 3\nmasterVolume: 80\nmasterVolumeDelete: yes\nmasterWait: yes\nbootstrapType: m5.xlarge\nbootstrapCount: 1\nboo...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 4222, "all_permissive": false }
ansible_role
koceg/aws.openshift.okd
5fedf60a51082d3bf91206ed8fd0416e93f50791
1
roles/state
3,258
[ "no_license" ]
[ { "path": "roles/state/tasks/start.yml", "content": "---\n\n- set_fact:\n instanceState: stopped\n\n- include: get_instance_state.yml\n\n- name: Start \"{{ instanceState }}\" instances\n ec2:\n region: \"{{ awsRegion }}\"\n state: running\n instance_ids: \"{{ item.instance_id }}\"\n loop: \"{{...
{ "task_files": 5, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1530, "all_permissive": false }
ansible_role
koceg/aws.openshift.okd
5fedf60a51082d3bf91206ed8fd0416e93f50791
1
roles/vpc
3,258
[ "no_license" ]
[ { "path": "roles/vpc/tasks/main.yml", "content": "---\n\n- name: Create OpenShift Network\n ec2_vpc_net:\n region: \"{{ awsRegion }}\"\n cidr_block: \"{{ okdCidrBlock }}\"\n name: \"{{ groupName }}\"\n tags: \n Name: \"{{ groupName }}\"\n cluster: \"{{ clusterID }}\"\n register: vpc\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1725, "all_permissive": false }
ansible_role
lursh/ec2_rds_wp_lb
6b586dcba1b903263134abfcfb061decd3841014
0
roles/launch_ec2_rds
3,258
[ "no_license" ]
[ { "path": "roles/launch_ec2_rds/defaults/main.yml", "content": "---\n# defaults file for launch_ec2_rds", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/launch_ec2_rds/vars/main.yml", "content": "---\n# vars file for launch_ec2_rds\naws_ac...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 5977, "all_permissive": false }
ansible_role
almonium-platform/almonium-infra
97d0cf6000add8706c232638c602bb34d5947103
0
ansible/roles/deploy_app_slot
3,258
[ "no_license" ]
[ { "path": "ansible/roles/deploy_app_slot/tasks/main.yaml", "content": "- name: \"ROLE DEBUG: What is the value of api_hostname?\"\n ansible.builtin.debug:\n msg: \"The value of api_hostname is '{{ api_hostname }}' for deploy_environment '{{ deploy_environment }}'\"\n run_once: true # Ensures it only ru...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6364, "all_permissive": false }
ansible_role
thanos-da/pricerole_app
b2e49ac554ac591eda5d13c539a8e566ac92ce2b
0
ansible/roles/ruby_install
3,258
[ "no_license" ]
[ { "path": "ansible/roles/ruby_install/tasks/main2.yml", "content": "- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install dependencies\n apt:\n name: [curl, gpg, build-essential, libreadline-dev, zlib1g-dev, libsqlite3-dev, libffi-dev, libgdbm-dev, libncurses5-dev, libyaml-dev]\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2849, "all_permissive": false }
ansible_role
thanos-da/pricerole_app
b2e49ac554ac591eda5d13c539a8e566ac92ce2b
0
ansible/roles/ssh_setup
3,258
[ "no_license" ]
[ { "path": "ansible/roles/ssh_setup/tasks/main.yml", "content": "- name: Generate SSH key pair if not exist\n community.crypto.openssh_keypair:\n path: \"{{ ssh_key_path }}\"\n type: rsa\n size: 2048\n force: false\n\n- name: Read the public key\n slurp:\n src: \"{{ public_key_path }}\"\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 346, "all_permissive": false }
ansible_role
thanos-da/pricerole_app
b2e49ac554ac591eda5d13c539a8e566ac92ce2b
0
ansible/roles/user_setup
3,258
[ "no_license" ]
[ { "path": "ansible/roles/user_setup/vars/main.yml", "content": "target_user: rpx", "license_type": "no_license", "detected_licenses": [], "size_bytes": 16 }, { "path": "ansible/roles/user_setup/tasks/main.yml", "content": "- name: Ensure user exists\n ansible.builtin.user:\n name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 969, "all_permissive": false }
ansible_role
myplixa/ansible_blanks
4416c8dccc4d25f6a0ad0c29f41784fdb48d4970
0
docker-init/roles/docker
3,398
[ "no_license" ]
[ { "path": "docker-init/roles/docker/tasks/main.yml", "content": "---\n\n- name: Add Docker's official GPG key\n apt_key:\n url: https://download.docker.com/linux/debian/gpg\n state: present\n\n- name: Add the repository to Apt sources\n apt_repository:\n repo: deb [arch=amd64] https://download.do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1246, "all_permissive": false }
ansible_role
myplixa/ansible_blanks
4416c8dccc4d25f6a0ad0c29f41784fdb48d4970
0
docker-init/roles/pre-config
3,398
[ "no_license" ]
[ { "path": "docker-init/roles/pre-config/tasks/main.yml", "content": "---\n\n- name: Update apt repo and cache\n apt:\n update_cache: true\n force_apt_get: true\n cache_valid_time: 3600 \n\n- name: Upgrade all packages on servers\n apt: \n upgrade: dist\n force_apt_get: true\n\n- name: Insta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
myplixa/ansible_blanks
4416c8dccc4d25f6a0ad0c29f41784fdb48d4970
0
k3s/roles/master
3,398
[ "no_license" ]
[ { "path": "k3s/roles/master/tasks/main.yml", "content": "---\n\n- name: Install main master node\n shell:\n cmd: |\n curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION={{ k3s_version }} sh -s - server \\\n --cluster-init \\\n --disable traefik \\\n --disable servicelb \\\n --tls...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3319, "all_permissive": false }
ansible_role
myplixa/ansible_blanks
4416c8dccc4d25f6a0ad0c29f41784fdb48d4970
0
k3s/roles/worker
3,398
[ "no_license" ]
[ { "path": "k3s/roles/worker/tasks/main.yml", "content": "---\n\n- name: Install k3s worker node with specific version and configurations\n shell: \n cmd: |\n curl -sfL https://get.k3s.io | K3S_TOKEN={{ k3s_node_token }} INSTALL_K3S_VERSION={{ k3s_version }} sh -s - agent \\\n --server https://...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 394, "all_permissive": false }
ansible_role
myplixa/ansible_blanks
4416c8dccc4d25f6a0ad0c29f41784fdb48d4970
0
minio/roles/minio-config
3,398
[ "no_license" ]
[ { "path": "minio/roles/minio-config/templates/minio-config.j2", "content": "# MINIO Main config Options\nMINIO_OPTS=\"--address :9000 --console-address :9001\"\nMINIO_ROOT_USER={{ minio_user }}\nMINIO_ROOT_PASSWORD={{ <PASSWORD>password }}\nMINIO_BROWSER_REDIRECT_URL={{ minio_url }}\nMINIO_SITE_NAME={{ mini...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2360, "all_permissive": false }
ansible_role
myplixa/ansible_blanks
4416c8dccc4d25f6a0ad0c29f41784fdb48d4970
0
minio/roles/minio-install
3,398
[ "no_license" ]
[ { "path": "minio/roles/minio-install/tasks/main.yml", "content": "---\n- name: Install application\n apt:\n name:\n - xfsprogs\n - net-tools\n update_cache: true\n state: present\n\n- name: Check if MinIO binary exists\n stat:\n path: /usr/local/bin/minio\n register: minio_binary\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 391, "all_permissive": false }
ansible_role
myplixa/ansible_blanks
4416c8dccc4d25f6a0ad0c29f41784fdb48d4970
0
minio/roles/minio-service
3,398
[ "no_license" ]
[ { "path": "minio/roles/minio-service/tasks/main.yml", "content": "---\n\n- name: Set Up MinIO Systemd Service\n template:\n src: \"minio.service.j2\"\n dest: \"/etc/systemd/system/minio.service\"\n\n- name: Reload systemd daemon\n ansible.builtin.systemd:\n daemon_reload: yes\n\n- name: Create Mo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1336, "all_permissive": false }
ansible_role
pean/peanbot
06eb38ffd4c309aa99027875ef1afc938a5dc060
0
ansible/roles/build
3,398
[ "no_license" ]
[ { "path": "ansible/roles/build/tasks/main.yml", "content": "---\n- name: \"Install npm modules\"\n shell: npm install\n chdir=../\n tags:\n - build\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 89 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 89, "all_permissive": false }
ansible_role
pean/peanbot
06eb38ffd4c309aa99027875ef1afc938a5dc060
0
ansible/roles/deploy
3,398
[ "no_license" ]
[ { "path": "ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: \"Copy app to remote\"\n synchronize:\n src: ../ \n dest: \"{{ install_path }}\"\n rsync_opts:\n - \"--exclude=.git*\"\n - \"--exclude=ansible\"\n - \"--exclude=*.sample.*\"\n tags:\n - deploy\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
pean/peanbot
06eb38ffd4c309aa99027875ef1afc938a5dc060
0
ansible/roles/run
3,398
[ "no_license" ]
[ { "path": "ansible/roles/run/tasks/main.yml", "content": "---\n- name: \"Restarting peanbot..\"\n shell: NODE_ENV=production forever restart peanbot_prod\n chdir=../\n tags:\n - run\n\n- name: \"Restarting peanbot api..\"\n shell: NODE_ENV=production forever restart peanbot_api_prod\n chdir=../\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 254, "all_permissive": false }
ansible_role
iyedbennour/ansible-install
89fa1d51a879ae55917c696cbdfc6a8cad39c4dc
0
roles/base
3,398
[ "no_license" ]
[ { "path": "roles/base/tasks/ubuntu.yml", "content": "---\n\n\n- name: running ubuntu tasks\n debug:\n msg: running ubuntu tasks\n\n- name: 'Install git'\n apt:\n name: git\n update_cache: yes\n become: yes\n\n- name: 'Install curl'\n apt:\n name: curl\n update_cache: yes\n become: yes\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1503, "all_permissive": false }
ansible_role
iyedbennour/ansible-install
89fa1d51a879ae55917c696cbdfc6a8cad39c4dc
0
roles/vscode
3,398
[ "no_license" ]
[ { "path": "roles/vscode/vars/main.yml", "content": "---\n\nms_key_url: 'https://packages.microsoft.com/keys/microsoft.asc'\nvscode_deb_repo: 'deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main'\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 161 }...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 528, "all_permissive": false }
ansible_role
gaddamrk/roboshop-jenkins
26d5bf7369a13f856e792f6df306a233117a1e43
0
roles/jenkins
3,398
[ "no_license" ]
[ { "path": "roles/jenkins/tasks/mbranch-pipeline.yml", "content": "\n- name: create config file\n ansible.builtin.template:\n src: m-job.xml\n dest: /tmp/m-job.xml\n vars:\n unique_key: lookup('community.general.random_string', special=false, upper=fasle, length=12)\n\n\n\n- name: Create a jenkins...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2097, "all_permissive": false }
ansible_role
nithinsivaku/Ansible
828fc78baff9524cad8ce66b8a5c723729bd50fb
0
roles/software
3,398
[ "no_license" ]
[ { "path": "roles/software/tasks/main.yml", "content": "--- \n# Software Installation and Configuration script\n- name: Install software\n debug:\n msg: \"Task - Install Required Software\"\n\n- name: Install routes library\n shell: |\n pip install routes\n become: yes\n\n- name: Copy Files \n copy...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 411, "all_permissive": false }
ansible_role
n-e-l/starbar
980e8959ec920562ea2f2416ef4f66069d3920c2
0
provisioning/ansible-raspberry/roles/CUPS
3,398
[ "no_license" ]
[ { "path": "provisioning/ansible-raspberry/roles/CUPS/tasks/main.yml", "content": "---\n \n- name: Installing CUPS\n apt:\n name: \"cups\"\n state: present\n\n- name: Installing libcups2-dev\n apt:\n name: \"libcups2-dev\"\n state: present\n\n- name: Adding user to CUPS group\n user:\n nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 970, "all_permissive": false }
ansible_role
n-e-l/starbar
980e8959ec920562ea2f2416ef4f66069d3920c2
0
provisioning/ansible-raspberry/roles/Excuze
3,398
[ "no_license" ]
[ { "path": "provisioning/ansible-raspberry/roles/Excuze/tasks/main.yml", "content": "---\n\n- name: Installing git\n apt: pkg=git state=latest\n register: installation\n become: true\n\n- name: Cloning repo\n git:\n repo: https://github.com/angelocarly/Excuze.git\n version: development\n dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1796, "all_permissive": false }
ansible_role
n-e-l/starbar
980e8959ec920562ea2f2416ef4f66069d3920c2
0
provisioning/ansible-raspberry/roles/dns
3,398
[ "no_license" ]
[ { "path": "provisioning/ansible-raspberry/roles/dns/tasks/main.yml", "content": "---\n \n- name: Installing dnsmasq\n apt:\n name: \"dnsmasq\"\n state: present\n\n- name: Copying dns configuration\n copy: src={{ item.src }} dest={{ item.dest }}\n with_items:\n - { src: 'dnsmasq.conf', dest: '...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 389, "all_permissive": false }
ansible_role
n-e-l/starbar
980e8959ec920562ea2f2416ef4f66069d3920c2
0
provisioning/ansible-raspberry/roles/nginx
3,398
[ "no_license" ]
[ { "path": "provisioning/ansible-raspberry/roles/nginx/tasks/main.yml", "content": "---\n \n- name: Installing nginx\n apt:\n name: \"nginx\"\n state: present\n\n- name: Copying nginx configuration\n copy: src={{ item.src }} dest={{ item.dest }}\n with_items:\n - { src: 'default', dest: '/etc/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 350, "all_permissive": false }
ansible_role
JoaoDiasDev/AnsibleLearning
8719b02c15b53237d61938b7b1ea76a58784df7e
0
ansible-para-sysadmin/treinamento_ansible/roles/common
3,398
[ "no_license" ]
[ { "path": "ansible-para-sysadmin/treinamento_ansible/roles/common/meta/main.yml", "content": "---\n\ndependencies:\n - { role: php }\n\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "ansible-para-sysadmin/treinamento_ansible/roles/common/ta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 815, "all_permissive": false }
ansible_role
JoaoDiasDev/AnsibleLearning
8719b02c15b53237d61938b7b1ea76a58784df7e
0
ansible-para-sysadmin/treinamento_ansible/roles/create_user
3,398
[ "no_license" ]
[ { "path": "ansible-para-sysadmin/treinamento_ansible/roles/create_user/tasks/main.yml", "content": "---\n\n- name: Adicionar usuario teste001\n user:\n name: teste001\n shell: /bin/bash\n password: <PASSWORD>}}\"\n append: yes\n\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": 137, "all_permissive": false }
ansible_role
fspur/ansible-playbooks
88eef7c740ae4d66e21d1d6512e81fa8f74db0cb
0
consul_vault_haproxy/roles/consul_vault_common
3,398
[ "no_license" ]
[ { "path": "consul_vault_haproxy/roles/consul_vault_common/tasks/main.yml", "content": "---\n- name: install packages\n become: true\n package: name={{ item }} state=present\n with_items:\n - dnsmasq\n - bind-utils\n - net-tools\n - unzip\n - epel-release\n - telnet\n - wget\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 201, "all_permissive": false }
ansible_role
fspur/ansible-playbooks
88eef7c740ae4d66e21d1d6512e81fa8f74db0cb
0
consul_vault_haproxy/roles/consul_vault_haproxy
3,398
[ "no_license" ]
[ { "path": "consul_vault_haproxy/roles/consul_vault_haproxy/tasks/main.yml", "content": "--- \n- name: Include variables\n include_vars: vars.yml\n- name: enable ports 80, 9080, 1936 \n firewalld: port={{ item }}/tcp permanent=true state=enabled\n with_items:\n - 80\n - 9080\n - 1936\n become: t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 4260, "all_permissive": false }
ansible_role
fspur/ansible-playbooks
88eef7c740ae4d66e21d1d6512e81fa8f74db0cb
0
consul_vault_haproxy/roles/consul_vault_install
3,398
[ "no_license" ]
[ { "path": "consul_vault_haproxy/roles/consul_vault_install/tasks/main.yml", "content": "--- \n- name: Include variables\n include_vars: vars.yml\n- name: Creates config/data directories\n become: true\n file:\n path={{ item }}\n state=directory\n recurse=yes\n mode=777\n with_items: \n - ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 4052, "all_permissive": false }
ansible_role
fspur/ansible-playbooks
88eef7c740ae4d66e21d1d6512e81fa8f74db0cb
0
k8s-cluster-install/roles/lb
3,398
[ "no_license" ]
[ { "path": "k8s-cluster-install/roles/lb/tasks/generate_kubeconfigs.yml", "content": "---\n- name: Generate The kubelet Kubernetes Configuration File - Step 1\n shell: >\n /root/kubectl config set-cluster kubernetes-the-hard-way\n --certificate-authority=/opt/certificates/output/ca.pem \\\n --embed...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6336, "all_permissive": false }
ansible_role
qandidate-labs/ansible-lamp-server
04e4899dfc416ed7804c42289f2c1c7633b2db5c
17
roles/database
3,398
[ "no_license" ]
[ { "path": "roles/database/files/dump.sql", "content": "# roles/database/files/dump.sql\nCREATE TABLE IF NOT EXISTS demo (\n message varchar(255) NOT NULL\n) ENGINE=MyISAM DEFAULT CHARSET=utf8;\n\nINSERT INTO demo (message) VALUES('Hello World!');\n", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1479, "all_permissive": false }
ansible_role
qandidate-labs/ansible-lamp-server
04e4899dfc416ed7804c42289f2c1c7633b2db5c
17
roles/profiling
3,398
[ "no_license" ]
[ { "path": "roles/profiling/tasks/install_xhprof.yml", "content": "---\n- name: Install XHProf PECL extension\n shell: pecl install --soft xhprof-beta\n ignore_errors: true\n tags: profiling\n\n- name: Create extension ini file in mods-available # echo \"extension=xhprof.so > xhprof.ini\"\n copy: src=php...
{ "task_files": 6, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 8, "total_bytes": 2612, "all_permissive": false }
ansible_role
qandidate-labs/ansible-lamp-server
04e4899dfc416ed7804c42289f2c1c7633b2db5c
17
roles/webserver
3,398
[ "no_license" ]
[ { "path": "roles/webserver/files/index.php", "content": "<?php\necho \"Hello World!\";\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 28 }, { "path": "roles/webserver/tasks/main.yml", "content": "# roles/webserver/tasks/main.yml\n---\n- name: #1. install A...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 392, "all_permissive": false }
ansible_role
ShashankByalla/Ansible
36eb125e695f4cdee3d29a2e11872ce234654502
0
playbook/roles/myrole
3,358
[ "no_license" ]
[ { "path": "playbook/roles/myrole/tasks/main.yml", "content": "--- # Task playbook\n- name: Install httpd on Linux\n action: yum name=httpd state=installed\n...\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 96, "all_permissive": false }
ansible_role
kartishr/test
c52a4216e7e96e416e3dea0c74824685506246e7
0
tomcat-ansible/roles/tomcat
3,358
[ "no_license" ]
[ { "path": "tomcat-ansible/roles/tomcat/tasks/oldmain.yml", "content": "---\n- name: Download Tomcat\n become: yes\n get_url: url=http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.36/bin/apache-tomcat-8.0.36.tar.gz dest=/home/{{user}}/ timeout=1000 force=no owner={{user}} group={{user}}\n\n- name: Extrac...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3878, "all_permissive": false }
ansible_role
SrilekhaS20/nginx-repo
6b28cf4a02b74c5d9128db96114339fdd1713db7
0
ansible/roles/aws
3,358
[ "no_license" ]
[ { "path": "ansible/roles/aws/tasks/main.yml", "content": "---\n- hosts: localhost\n gather_facts: no\n tasks:\n \n # Task: Install AWS CLI\n - name: Install AWS CLI\n apt:\n name: awscli\n state: present\n update_cache: yes\n\n # Task: Create IAM role for CodeCommit\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 5515, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/batman
3,358
[ "no_license" ]
[ { "path": "roles/batman/tasks/from_source.yml", "content": "- name: Install dependencies for batman-adv\n ansible.builtin.apt:\n name: ['linux-headers-generic', 'libnl-3-dev', 'libnl-genl-3-dev', 'libcap-dev', 'pkg-config', 'build-essential']\n\n- name: Download batman source\n ansible.builtin.get_url:...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 7284, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/bind
3,358
[ "no_license" ]
[ { "path": "roles/bind/tasks/main.yml", "content": "- name: Install bind\n ansible.builtin.apt:\n name: bind9\n- name: Adjust configuration options\n ansible.builtin.template:\n src: templates/named.conf.options\n dest: /etc/bind/named.conf.options\n mode: '0640'\n owner: root\n group: bi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 923, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/dhcp
3,358
[ "no_license" ]
[ { "path": "roles/dhcp/tasks/main.yml", "content": "- name: Install isc-dhcp-server\n ansible.builtin.apt:\n name: isc-dhcp-server\n- name: Clone dhcp-static repository\n ansible.builtin.git:\n repo: https://github.com/ffsh/dhcp-static.git\n dest: /etc/dhcp/dhcpd-static\n force: true\n versi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1299, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/fail2ban
3,358
[ "no_license" ]
[ { "path": "roles/fail2ban/tasks/main.yml", "content": "- name: Install fail2ban and rsyslog as dep\n ansible.builtin.apt:\n name: ['rsyslog', 'fail2ban']\n- name: Copy fail2ban config\n ansible.builtin.copy:\n src: files/jail.local\n dest: /etc/fail2ban/jail.local\n mode: '0644'\n- name: Resta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 342, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/fastd
3,358
[ "no_license" ]
[ { "path": "roles/fastd/tasks/main.yml", "content": "- name: Install fastd\n ansible.builtin.apt:\n name: ['fastd']\n- name: Add ffsh system user\n ansible.builtin.user:\n name: ffsh\n system: true\n create_home: false\n- name: Create directory\n ansible.builtin.file:\n path: /etc/fastd/ffs...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2795, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/ffshmon
3,358
[ "no_license" ]
[ { "path": "roles/ffshmon/tasks/install.yml", "content": "- name: Install curl\n ansible.builtin.apt:\n name: ['curl']\n- name: Create log directory\n ansible.builtin.file:\n path: /var/log/ffshmon\n state: directory\n mode: '0755'\n- name: Clone ffshmon repository\n ansible.builtin.git:\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 717, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/hostname
3,358
[ "no_license" ]
[ { "path": "roles/hostname/tasks/main.yml", "content": "---\n- name: Set the hostname\n ansible.builtin.hostname:\n name: \"{{ inventory_hostname }}\"\n use: systemd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 111, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/letsencrypt
3,358
[ "no_license" ]
[ { "path": "roles/letsencrypt/tasks/main.yml", "content": "- name: Install certbot and plugin\n ansible.builtin.apt:\n pkg: [\"nginx\", \"certbot\", \"python3-certbot-nginx\"]\n state: \"present\"\n notify: Register letsencrypt account\n- name: Create systemd directory\n ansible.builtin.file:\n p...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1593, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/motd
3,358
[ "no_license" ]
[ { "path": "roles/motd/files/00-header", "content": "#!/bin/bash\n\n/usr/bin/neofetch --config \"/root/.config/neofetch/config.conf\"\n\n\nif [ -f /var/run/reboot-required ]; then\n printf '*** System reboot required ***\\n\\n'\nfi", "license_type": "no_license", "detected_licenses": [], "size_b...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1016, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/network
3,358
[ "no_license" ]
[ { "path": "roles/network/tasks/main.yml", "content": "- name: Install network tools\n ansible.builtin.apt:\n name: ['bridge-utils', 'ntp', 'net-tools', 'iptables', 'bmon']\n- name: Enable IP forwarding\n ansible.builtin.copy:\n src: templates/forwarding.conf\n dest: /etc/sysctl.d/forwarding.conf\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 265, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/nginx
3,358
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Install nginx and unzip\n ansible.builtin.apt:\n name: [\"nginx\", \"unzip\"]\n\n- name: Copy httpasswd\n ansible.builtin.copy:\n src: files/htpasswd\n dest: /etc/nginx/htpasswd\n mode: '0600'\n owner: www-data\n group: www-data...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2758, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/ohmyzsh
3,358
[ "no_license" ]
[ { "path": "roles/ohmyzsh/tasks/main.yml", "content": "- name: Install zsh\n ansible.builtin.apt:\n name: ['zsh']\n\n- name: Check if oh-my-zsh is already installed\n ansible.builtin.stat:\n path: \"/{{ users[0]['username'] }}/.oh-my-zsh\"\n register: directory_info\n\n- name: Set variable if direct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 706, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/ohmyzshtheme
3,358
[ "no_license" ]
[ { "path": "roles/ohmyzshtheme/tasks/main.yml", "content": "- name: Create theme\n ansible.builtin.copy:\n src: files/ffsh.zsh-theme\n dest: /{{ users[0]['username'] }}/.oh-my-zsh/custom/themes/ffsh.zsh-theme\n mode: '0644'\n owner: root\n group: root\n- name: Activate theme\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 364, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/prometheus
3,358
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/download.yml", "content": "- name: Detected Architecture\n ansible.builtin.debug:\n var: go_arch\n\n- name: Download node_exporter\n ansible.builtin.get_url:\n url: >\n https://github.com/prometheus/node_exporter/releases/download/v{{ node_exporter_version }}/n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3406, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/radvd
3,358
[ "no_license" ]
[ { "path": "roles/radvd/tasks/main.yml", "content": "- name: Install radvd\n ansible.builtin.apt:\n name: radvd\n- name: Configure radvd\n ansible.builtin.template:\n dest: /etc/radvd.conf\n src: templates/radvd.conf\n owner: root\n group: root\n mode: '0644'\n- name: Restart radvd\n ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 322, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/respondd
3,358
[ "no_license" ]
[ { "path": "roles/respondd/tasks/main.yml", "content": "- name: Clone ffggrz/ext-respondd\n ansible.builtin.git:\n repo: https://github.com/ffggrz/ext-respondd.git\n dest: /opt/ext-respondd/\n force: true\n version: master\n- name: Copy systemd job\n ansible.builtin.copy:\n src: files/respo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1414, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/ssh
3,358
[ "no_license" ]
[ { "path": "roles/ssh/tasks/main.yml", "content": "- name: Set up public ssh keys for root\n ansible.posix.authorized_key:\n user: \"{{ users[0]['username'] }}\"\n state: present\n key: '{{ item }}'\n with_file:\n - files/benjamin_rsa.pub\n - files/felix_imac_rsa.pub\n - files/felix_ipad_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 387, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/tools
3,358
[ "no_license" ]
[ { "path": "roles/tools/files/README.md", "content": "##\n## This Freifunk gateway was configured via Ansible\n##\n\n# Check Batman Status\n\nbatctl -v\n\n## Fix broken batman-adv module\n\nExecute \"fix-batman.sh\" in /root.\n\n# Fastd\n\n## Stop fastd service to prevent clients from connecting\n\nsystemctl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1921, "all_permissive": false }
ansible_role
ffsh/ansible
844e33d89f6250ecdd9643d6ea88bd9733ed2614
1
roles/wireguardexit
3,358
[ "no_license" ]
[ { "path": "roles/wireguardexit/tasks/main.yml", "content": "- name: Check if Wireguard exit should be installed\n ansible.builtin.include_tasks: install.yml\n when: enable_wireguard_exit is defined\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 }, { "path"...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 994, "all_permissive": false }
ansible_role
akabe/ansible-cowrie
82862d4e14ae31f428fb301444e9033de3a52949
1
roles/cowrie
3,358
[ "no_license" ]
[ { "path": "roles/cowrie/tasks/main.yml", "content": "---\n\n- name: yum upgrade\n yum: name=* state=latest\n\n- name: yum install\n yum: name=\"{{ item }}\" state=present\n with_items:\n - gcc\n - python27-pip\n - libffi-devel # required by pyopenssl\n - openssl-devel # required by pyopenssl...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2286, "all_permissive": false }
ansible_role
abendezub/drupal-ansible
ba91d68a6652f29b12dbda9d39f0129af9ba8d58
0
roles/common
3,358
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "---\n- name: Copy the NGINX repository definition\n copy: src=nginx.repo dest=/etc/yum.repos.d/\n \n- name: Copy the EPEL repository definition\n copy: src=epel.repo dest=/etc/yum.repos.d/\n\n- name: Copy Webtatic Repository\n copy: src=webtatic.repo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 659, "all_permissive": false }
ansible_role
abendezub/drupal-ansible
ba91d68a6652f29b12dbda9d39f0129af9ba8d58
0
roles/drupal
3,358
[ "no_license" ]
[ { "path": "roles/drupal/tasks/main.yml", "content": "---\n- name: Download Drupal 7.4.2\n get_url: url=https://ftp.drupal.org/files/projects/drupal-7.42.tar.gz dest=/root/drupal-7.42.tar.gz\n\n- name: Download CiviCRM \n get_url: url:https://download.civicrm.org/civicrm-4.7.2-drupal.tar.gz dest=/root/civi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1411, "all_permissive": false }
ansible_role
abendezub/drupal-ansible
ba91d68a6652f29b12dbda9d39f0129af9ba8d58
0
roles/nginx
3,358
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "---\n- name: Install nginx\n yum: name=nginx state=present \n\n- name: Copy nginx configuration for drupal\n template: src=drupal.conf dest=/etc/nginx/conf.d/drupal.conf\n notify: restart nginx\n\n- name: insert firewalld rule for nginx\n firewalld: po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
dnoliver/algarrobo
ad3a1c8ed13df3abd873f44fdb25f9230b1b0511
0
ansible/roles/init
3,358
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "- name: \"Create wheel group\"\r\n ansible.builtin.group:\r\n name: wheel\r\n state: present\r\n become: true\r\n\r\n- name: \"Make wheel sudo\"\r\n ansible.builtin.lineinfile:\r\n path: /etc/sudoers\r\n state: present\r\n regexp: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1003, "all_permissive": false }
ansible_role
dnoliver/algarrobo
ad3a1c8ed13df3abd873f44fdb25f9230b1b0511
0
ansible/roles/kvm
3,358
[ "no_license" ]
[ { "path": "ansible/roles/kvm/tasks/main.yml", "content": "- name: \"Install kvm\"\r\n ansible.builtin.apt:\r\n update_cache: true\r\n name:\r\n - bridge-utils\r\n - cpu-checker\r\n - libvirt-clients\r\n - libvirt-daemon\r\n - libvirt-daemon-system\r\n - qemu\r\n - q...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 483, "all_permissive": false }
ansible_role
dnoliver/algarrobo
ad3a1c8ed13df3abd873f44fdb25f9230b1b0511
0
ansible/roles/ovs
3,358
[ "no_license" ]
[ { "path": "ansible/roles/ovs/tasks/main.yml", "content": "- name: \"Install ovs\"\r\n ansible.builtin.apt:\r\n update_cache: true\r\n name:\r\n - openvswitch-common\r\n - openvswitch-switch\r\n state: present\r\n become: true\r\n", "license_type": "no_license", "detected_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 174, "all_permissive": false }
ansible_role
dnoliver/algarrobo
ad3a1c8ed13df3abd873f44fdb25f9230b1b0511
0
ansible/roles/vms
3,358
[ "no_license" ]
[ { "path": "ansible/roles/vms/tasks/main.yml", "content": "- name: \"Create switch\"\r\n openvswitch.openvswitch.openvswitch_bridge:\r\n bridge: ovsbr\r\n state: present\r\n become: true\r\n\r\n- name: \"Create tunnel\"\r\n openvswitch.openvswitch.openvswitch_port:\r\n bridge: ovsbr\r\n port: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 655, "all_permissive": false }
ansible_role
quentin-david/ansible
8593f5160acc0318364f0e4da19adac2bfb766ee
0
roles/apache
3,358
[ "no_license" ]
[ { "path": "roles/apache/tasks/main.yml", "content": "- name: Install Apache2\n become: true\n become_method: sudo\n apt:\n name: apache2\n state: present\n\n- name: Apache2 service state\n become: true\n become_method: sudo\n service: name=apache2 state=started enabled=yes\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
quentin-david/ansible
8593f5160acc0318364f0e4da19adac2bfb766ee
0
roles/collectd
3,358
[ "no_license" ]
[ { "path": "roles/collectd/tasks/main.yml", "content": "- name: \"Uninstall munin-node\"\n apt: name=munin-node state=absent purge=yes\n\n- name: \"Install Collectd packages\"\n apt: name={{item}} state=latest autoremove=yes\n with_items:\n - collectd\n - collectd-utils\n\n\n- name: \"Install plugin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1050, "all_permissive": false }
ansible_role
quentin-david/ansible
8593f5160acc0318364f0e4da19adac2bfb766ee
0
roles/django
3,358
[ "no_license" ]
[ { "path": "roles/django/handlers/main.yml", "content": "---\n\n- name: restart apache2\n become: true\n become_method: sudo\n service: name=apache2 state=restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 106 }, { "path": "roles/django/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2107, "all_permissive": false }
ansible_role
sventurtle/khw-playbook
3d1fe8f3d780b514f803933911f1047e27e64763
1
roles/certs
3,318
[ "no_license" ]
[ { "path": "roles/certs/tasks/get_ca.yaml", "content": "- file:\n path: \"{{ KHW_CA }}\"\n state: directory\n mode: 0755\n- name: get ca\n copy:\n src: \"{{ KHW_LOCAL_CFSSL }}ca/ca.pem\"\n dest: \"{{ KHW_CA }}ca.pem\"\n owner: root\n group: root\n mode: 0644\n- name: get ca key\n co...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 4209, "all_permissive": false }
ansible_role
sventurtle/khw-playbook
3d1fe8f3d780b514f803933911f1047e27e64763
1
roles/cfssl
3,318
[ "no_license" ]
[ { "path": "roles/cfssl/tasks/cfssl_genca.yaml", "content": "- file:\n path: \"{{ KHW_LOCAL_CFSSL }}ca/\"\n state: directory\n mode: 0755\n- template:\n src: ca-csr.json.j2\n dest: \"{{ KHW_LOCAL_CFSSL }}ca/ca-csr.json\"\n mode: 0644\n- template:\n src: ca-config.json.j2\n dest: \"{{ ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1040, "all_permissive": false }
ansible_role
sventurtle/khw-playbook
3d1fe8f3d780b514f803933911f1047e27e64763
1
roles/configs
3,318
[ "no_license" ]
[ { "path": "roles/configs/templates/kube-proxy.service.j2", "content": "[Unit]\nDescription=Kubernetes Kube Proxy\nDocumentation=https://github.com/kubernetes/kubernetes\n[Service]\nExecStart={{ KHW_PREFIX }}bin/kube-proxy \\\n --config={{ KHW_CONFIG }}kube-proxy.yaml\nRestart=on-failure\nRestartSec=5\n[Ins...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 9794, "all_permissive": false }