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
taiju/my-computer-playbook
daf63d09b6008529937205026344330c85490cbe
3
roles/my-computer
7,360
[ "no_license" ]
[ { "path": "roles/my-computer/files/.bash_profile", "content": "export GOPATH=$HOME/gopath\nexport PATH=$HOME/bin:$GOPATH:$GOPATH/bin:$PATH\ntest -x /usr/bin/emacs && exec /usr/bin/emacs\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 }, { "path": "roles/my-co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 6, "total_bytes": 7398, "all_permissive": false }
ansible_role
Abeax12/infra-automation
66be4d3c50ed55d10406300e2bef472d251187e1
0
ansible/roles/mail-server
7,360
[ "no_license" ]
[ { "path": "ansible/roles/mail-server/tasks/main.yml", "content": "- name: Install Postfix\n apt:\n name: postfix\n state: present\n\n- name: Configure Postfix\n template:\n src: templates/postfix-main.cf.j2\n dest: /etc/postfix/main.cf\n notify: restart postfix\n\n- name: Install Dovecot\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 275, "all_permissive": false }
ansible_role
twshli/ansible-demo
2755a933086ff8e3dc669ab318e6744c2a25714f
0
roles/install_toolkit
7,360
[ "no_license" ]
[ { "path": "roles/install_toolkit/tasks/main.yml", "content": "---\n\n- name: Install Tool\n yum:\n name: \"{{ toolkit }}\"\n state: present\n become: true\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 93 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 93, "all_permissive": false }
ansible_role
rjshrjndrn/ansible
6808a8ee796efeed11265292fb99eceb533f99d5
1
roles/base
7,360
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "---\n#essential tasks. Should run on all nodes\n - name: Creating DevOps group\n group: name=devops state=present\n\n - name: Creating DevOps user\n user:\n name: devops\n comment: DevOps User\n uid: 2001\n group: devops\n\n - name: inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 383, "all_permissive": false }
ansible_role
rjshrjndrn/ansible
6808a8ee796efeed11265292fb99eceb533f99d5
1
roles/mysql
7,360
[ "no_license" ]
[ { "path": "roles/mysql/defaults/main.yml", "content": "---\n# defaults file for mysql in debian\nmysql_user: mysql\nmysql_port: 3306\nmysql_datadir: /var/lib/mysql\nmysql_bind: 127.0.0.1\nmysql_pkg: mariadb-server\nmysql_pid: /var/run/mysqld/mysqld.pid\nmysql_socket: /var/run/mysqld/mysql.sock\nmysql_cnfpat...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 1614, "all_permissive": false }
ansible_role
rjshrjndrn/ansible
6808a8ee796efeed11265292fb99eceb533f99d5
1
roles/nginx
7,360
[ "no_license" ]
[ { "path": "roles/nginx/tasks/configure.yml", "content": "---\n - name: configuring Nginx\n template:\n src: default.conf.j2\n dest: /etc/nginx/conf.d/default.conf\n mode: 0644\n notify:\n - restart nginx service\n - name: create home page for nginx to serve\n copy:\n src: index.html...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 996, "all_permissive": false }
ansible_role
bventosi/awx_labo_windows_borja
b0004c6d847be2a105481d082db0492d78c82894
0
roles/apache
7,360
[ "no_license" ]
[ { "path": "roles/apache/defaults/main.yml", "content": "---\n# defaults file for apache\napache_packages:\n - telnet", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "roles/apache/templates/template_ejemplo.j2", "content": "nombre={{ ansible_hos...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 420, "all_permissive": false }
ansible_role
dorfsmay/ansible-demo
07d6b888ca4678ed6677d099ee5291e80cda6e1a
0
roles/container-pythonhttp
7,360
[ "no_license" ]
[ { "path": "roles/container-pythonhttp/tasks/main.yaml", "content": "---\n- name: container start/stop\n containers.podman.podman_container:\n name: pythonhttp\n image: docker.io/dorfsmay/pythonhttp\n ports: \"8080:8080\"\n state: \"{{ state }}\"\n", "license_type": "no_license", "detect...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 181, "all_permissive": false }
ansible_role
AshDevilRed/semaphore_ansible
43cecdc45112d4187b61753ffcbff009a3f7cd47
0
roles/hardening
7,360
[ "no_license" ]
[ { "path": "roles/hardening/vars/main.yml", "content": "---\n\n######################### Fail2Ban ##########################\n\n# Par défaut on bloquera 1heure un utilisateur après 5 tentatives échoués en 10 minutes.\n\n# Finir par \"m\" pour minutes, ou laisser vide pour les secondes\nbantime: \"60m\"\n\nma...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 9474, "all_permissive": false }
ansible_role
AshDevilRed/semaphore_ansible
43cecdc45112d4187b61753ffcbff009a3f7cd47
0
roles/orchestrator
7,360
[ "no_license" ]
[ { "path": "roles/orchestrator/templates/postfailover.py.j2", "content": "#!/usr/bin/python3\n# Python Script for postfailover \n# Update ProxySQL mysql_servers table\n# 3 arguments (ORC_FAILED_HOST / ORC_SUCCESSOR_HOST / ORC_COMMAND)\n# Copyright (C) 2020 OpenXtrem \n\nimport sys\nimport os\nimport datetime...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 11857, "all_permissive": false }
ansible_role
AshDevilRed/semaphore_ansible
43cecdc45112d4187b61753ffcbff009a3f7cd47
0
roles/percona
7,360
[ "no_license" ]
[ { "path": "roles/percona/vars/main.yml", "content": "---\n\nPercona_deb_repo: \"https://repo.percona.com/apt/percona-release_latest.{{ ansible_lsb.codename }}_all.deb\"\n\nPercona_rpm_repo: \"https://repo.percona.com/yum/percona-release-latest.noarch.rpm\"\nPercona_key: \"https://www.percona.com/downloads/p...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 19322, "all_permissive": false }
ansible_role
AshDevilRed/semaphore_ansible
43cecdc45112d4187b61753ffcbff009a3f7cd47
0
roles/redis-sentinel
7,360
[ "no_license" ]
[ { "path": "roles/redis-sentinel/templates/sentinel.conf.j2", "content": "port {{ redis_sentinel_port }}\n#bind {{ ansible_host }}\n\nsupervised systemd\n\nlogfile \"/var/log/redis/sentinel.log\"\ndir \"/etc/redis\"\n\n# Pour les problèmes de NAT utiliser plutôt \"ansible_default_ipv4\"\n{% for _host in grou...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5159, "all_permissive": false }
ansible_role
AshDevilRed/semaphore_ansible
43cecdc45112d4187b61753ffcbff009a3f7cd47
0
roles/redis-server
7,360
[ "no_license" ]
[ { "path": "roles/redis-server/vars/main.yml", "content": "---\n\nredis_dir: \"{% if ansible_distribution == 'Debian' %}/etc/redis/conf.d{% else %}/etc/redis.conf.d{% endif %}\"\n\nredis_conf: \"{% if ansible_distribution == 'Debian' %}/etc/redis/redis.conf{% else %}/etc/redis.conf{% endif %}\"\n\nredis_logr...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2120, "all_permissive": false }
ansible_role
AshDevilRed/semaphore_ansible
43cecdc45112d4187b61753ffcbff009a3f7cd47
0
roles/utils
7,360
[ "no_license" ]
[ { "path": "roles/utils/tasks/ntp.yml", "content": "---\n\n- name: Installation de ntpdate sur Debian (option)\n become: yes\n apt:\n name: \"{{ NtpClient_Packages }}\"\n state: latest\n when: use_chrony is not defined and ( use_ntpdate is defined and use_ntpdate != 0 ) and ansible_distribution == \...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 11727, "all_permissive": false }
ansible_role
hxp-plus/vsftpd-ansible
0299bc0563471e5c22c2113b26c816372dad926f
1
roles/vsftpd
7,364
[ "no_license" ]
[ { "path": "roles/vsftpd/vars/main.yml", "content": "---\n# vars file for vsftpd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/vsftpd/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - vsftpd\n",...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1361, "all_permissive": false }
ansible_role
rhaeldms/home-hap
07c351ba9cd43669331bc9400a509be46204649d
0
ansible/roles/home_assistant
7,364
[ "no_license" ]
[ { "path": "ansible/roles/home_assistant/tasks/main.yml", "content": "---\n# Tarefas para configurar a VM do projeto Home-Hap via Ansible\n\n- name: Atualizar pacotes do sistema\n apt:\n update_cache: yes\n upgrade: dist\n tags: atualizacao\n\n- name: Instalar pacotes essenciais\n apt:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2977, "all_permissive": false }
ansible_role
boernd/ansible-18178
35ccaa66e10997ac55155d03c40132a005481b20
0
roles/test
7,364
[ "no_license" ]
[ { "path": "roles/test/handlers/main.yml", "content": "---\n- name: execute handler\n include: handlerlogic.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 56 }, { "path": "roles/test/tasks/main.yml", "content": "---\n- name: task one\n shell: echo task ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 426, "all_permissive": false }
ansible_role
marcmenn/ansible-pi
ef34cae3cbd63ca6617462ee43d1a0b11a8570fa
0
roles/partition
7,364
[ "no_license" ]
[ { "path": "roles/partition/tasks/main.yml", "content": "- parted:\n device: \"{{ partitionDevice }}\"\n state: present\n label: gpt\n fs_type: ext4\n number: 1\n name: \"Ensuring backup parition\"\n\n- filesystem:\n dev: \"{{ partitionDevice }}1\"\n fstype: ext4\n resizefs: yes\n n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 266, "all_permissive": false }
ansible_role
marcmenn/ansible-pi
ef34cae3cbd63ca6617462ee43d1a0b11a8570fa
0
roles/repartition
7,364
[ "no_license" ]
[ { "path": "roles/repartition/tasks/main.yml", "content": "- parted:\n device: \"{{ partitionDevice }}\"\n unit: MiB\n register: info\n name: \"Getting partition info\"\n\n- parted:\n device: \"{{ partitionDevice }}\"\n number: \"{{ item.num }}\"\n state: absent\n label: gpt\n loop: \"{{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 336, "all_permissive": false }
ansible_role
marcmenn/ansible-pi
ef34cae3cbd63ca6617462ee43d1a0b11a8570fa
0
roles/time-machine
7,364
[ "no_license" ]
[ { "path": "roles/time-machine/tasks/main.yml", "content": "# This role basically follows instructions from https://mudge.name/2019/11/12/using-a-raspberry-pi-for-time-machine/\n# and https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X\n# You need to have an ext4 partition beforehan...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3380, "all_permissive": false }
ansible_role
TransfigurationTemplates/monitored-wordpress-server
131331dba93e4dde80e2df84c5e48bba53634d24
0
roles/wordpress-monitored
7,364
[ "no_license" ]
[ { "path": "roles/wordpress-monitored/templates/traefik.toml.j2", "content": "defaultEntryPoints = [\"http\", \"https\"]\n\n[entryPoints]\n [entryPoints.dashboard]\n address = \":8080\"\n [entryPoints.dashboard.auth]\n [entryPoints.dashboard.auth.basic]\n users = [\"{{ traefik_htpasswd }}\...
{ "task_files": 12, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 14513, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/agama
7,364
[ "no_license" ]
[ { "path": "roles/agama/tasks/apt.yaml", "content": "- name: Create system user agama\n ansible.builtin.user:\n name: agama\n state: present\n system: true\n\n- name: Create /opt/agama directory owned by user agama\n ansible.builtin.file:\n path: /opt/agama\n state: directory\n owner: aga...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2324, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/agama_client
7,364
[ "no_license" ]
[ { "path": "roles/agama_client/tasks/main.yaml", "content": "- name: Create user agama-client\n ansible.builtin.user:\n name: agama-client\n state: present\n system: true\n\n- name: Install fping\n ansible.builtin.apt:\n name: fping\n state: present\n\n- name: Deploy agama-client script\n a...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 3655, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/bind
7,364
[ "no_license" ]
[ { "path": "roles/bind/tasks/main.yaml", "content": "- name: Install bind9\n ansible.builtin.apt:\n name: bind9\n\n- name: Install dnspython\n ansible.builtin.apt:\n name: python3-dnspython\n\n- name: Deploy master zone file\n ansible.builtin.template:\n src: ../templates/master_zone.j2\n dest...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 7234, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/docker
7,364
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Install docker\n ansible.builtin.apt:\n name: docker.io\n\n- name: Install python3-docker\n ansible.builtin.apt:\n name: python3-docker\n\n- name: Start and enable docker\n ansible.builtin.service:\n name: docker\n state: started\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 260, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/facts
7,364
[ "no_license" ]
[ { "path": "roles/facts/tasks/main.yaml", "content": "- name: Gather facts\n ansible.builtin.debug:\n msg: \"Gathered facts for {{ inventory_hostname }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 101 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 101, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/grafana
7,364
[ "no_license" ]
[ { "path": "roles/grafana/templates/grafana.ini.j2", "content": "[server]\nroot_url = http://grafana:{{ modified_port }}/grafana\nserve_from_sub_path = true\n[security]\nadmin_user = {{ grafana_user }}\nadmin_password = {{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 8861, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/haproxy
7,364
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yaml", "content": "- name: Install HAProxy package\n ansible.builtin.apt:\n name: haproxy\n\n- name: Deploy HAProxy config\n ansible.builtin.template:\n src: ../templates/haproxy.conf.j2\n dest: /etc/haproxy/haproxy.cfg\n notify: Restart haproxy\n\n- name: Sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1356, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/influxdb
7,364
[ "no_license" ]
[ { "path": "roles/influxdb/templates/influxdb.conf.j2", "content": "[meta]\n dir = \"/var/lib/influxdb/meta\"\n[data]\n dir = \"/var/lib/influxdb/data\"\n wal-dir = \"/var/lib/influxdb/wal\"\n series-id-set-cache-size = 100\n query-log-enabled = false\n[coordinator]\n[retention]\n[shard-precreation]\n[m...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3765, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/init
7,364
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yaml", "content": "- name: Update APT cache\n ansible.builtin.apt:\n cache_valid_time: 86400\n\n- name: Install prometheus node on all machines\n ansible.builtin.apt:\n name: prometheus-node-exporter\n\n- name: Start and enable the prometheus-node-exporter service\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1465, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/keepalived
7,364
[ "no_license" ]
[ { "path": "roles/keepalived/handlers/main.yaml", "content": "- name: Restart keepalived\n ansible.builtin.service:\n name: keepalived\n state: restarted\n\n- name: Reload systemd daemons\n ansible.builtin.systemd:\n daemon_reload: yes\n", "license_type": "no_license", "detected_licenses":...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2991, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/mysql
7,364
[ "no_license" ]
[ { "path": "roles/mysql/templates/mysql.cron.j2", "content": "{% if inventory_hostname == mysql_backup_host %}\n15 0 * * * backup mysqldump agama > /home/backup/mysql/agama.sql\n17 0 * * * backup duplicity --no-encryption full /home/backup/mysql/ rsync://azelensky7d4@backup.{{ domain_name }}/mysql\n{% en...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 5014, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/nginx
7,364
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "- name: Install package nginx\n ansible.builtin.apt:\n name: nginx\n\n- name: Deploy the nginx config\n ansible.builtin.template:\n src: ../files/default.j2\n dest: /etc/nginx/sites-enabled/default\n notify: Restart Nginx\n\n- name: Force ngin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1932, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/prometheus
7,364
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yaml", "content": "- name: Install Prometheus\n ansible.builtin.apt:\n name: prometheus\n\n- name: Deploy prometheus config\n ansible.builtin.template:\n src: ../templates/prometheus_conf.j2\n dest: /etc/prometheus/prometheus.yml\n notify: Restart prometheu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 9362, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/resolv
7,364
[ "no_license" ]
[ { "path": "roles/resolv/tasks/main.yaml", "content": "- name: Stop and disable systemd-resolved service\n ansible.builtin.service:\n name: systemd-resolved\n state: stopped\n enabled: false\n\n- name: Deploy resolv.conf file\n vars:\n address: \"{{ hostvars[groups['dns_servers'][0]]['ansible_d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 512, "all_permissive": false }
ansible_role
azelensky7d4/ica0002
b06b781397bb9720809ff5287c604edc4c4cf04c
0
roles/uwsgi
7,364
[ "no_license" ]
[ { "path": "roles/uwsgi/tasks/main.yaml", "content": "- name: Install uWSGI packages\n ansible.builtin.apt:\n name:\n - uwsgi\n - uwsgi-plugin-python3\n state: present\n notify: Restart uWSGI\n\n- name: Copy the uWSGI config to the server\n ansible.builtin.template:\n src: ../templates/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 498, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/agama
7,364
[ "no_license" ]
[ { "path": "roles/agama/tasks/main.yaml", "content": "- name: opt/agama directory\n ansible.builtin.file:\n name: /opt/agama\n state: directory\n\n- name: Download Agama dockerfile\n ansible.builtin.get_url:\n url: https://raw.githubusercontent.com/---/agama/master/Dockerfile\n dest: /opt/agama...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1607, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/backup
7,364
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yaml", "content": "- name: Make user backup\n ansible.builtin.user:\n name: backup\n createhome: yes\n home: /home/backup\n shell: /bin/bash\n generate_ssh_key: yes\n# force: yes\n\n- name: Make folder backup/restore\n ansible.builtin.file:\n path: /...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 676, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/bind
7,364
[ "no_license" ]
[ { "path": "roles/bind/templates/named.conf.options.j2", "content": "acl lan {\n {% for ip in local_ips -%}\n {{ ip }};\n {% endfor -%}\n};\n\noptions {\n directory \"/var/cache/bind\";\n\n forwarders {\n {% for ip in forwarders -%}\n {{ ip }};\n {% endfor -%...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3978, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/bind_exporter
7,364
[ "no_license" ]
[ { "path": "roles/bind_exporter/tasks/main.yaml", "content": "- name: Install Bind Exporter \n ansible.builtin.apt:\n name: prometheus-bind-exporter\n state: latest\n\n- name: Make sure exporter is running\n ansible.builtin.service:\n name: prometheus-bind-exporter\n state: started\n\n", "l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 228, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/dns_records
7,364
[ "no_license" ]
[ { "path": "roles/dns_records/tasks/main.yaml", "content": "\n- name: Set A records\n community.general.nsupdate:\n key_name: \"dns_update_key\"\n key_algorithm: \"hmac-sha256\"\n key_secret: \"{{ dns_update_key }}\"\n server: \"localhost\"\n zone: \"{{ domain_name }}.{{ root_name }}\"\n r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 865, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/docker
7,364
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Install Docker package\n ansible.builtin.apt:\n name:\n - docker.io\n - python3-docker\n\n- name: Docker service start\n ansible.builtin.service:\n name: docker\n state: started\n enabled: yes\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/grafana
7,364
[ "no_license" ]
[ { "path": "roles/grafana/handlers/main.yaml", "content": "---\n- name: restart grafana\n ansible.builtin.command: docker restart grafana\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 }, { "path": "roles/grafana/templates/main.yaml.j2", "content": "apiVe...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 16376, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/haproxy
7,364
[ "no_license" ]
[ { "path": "roles/haproxy/templates/prometheus-haproxy-exporter.j2", "content": "ARGS=\"--haproxy.scrape-uri='http://localhost:{{ haproxy_port }}/stats;csv'\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 76 }, { "path": "roles/haproxy/tasks/main.yaml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 877, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/influxdb
7,364
[ "no_license" ]
[ { "path": "roles/influxdb/handlers/main.yaml", "content": "- name: restart influxd\n ansible.builtin.service:\n name: influxd.service\n state: restarted\n\n- name: restart telegraf\n ansible.builtin.service:\n name: telegraf.service\n state: restarted\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1190, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/influxdb_backup
7,364
[ "no_license" ]
[ { "path": "roles/influxdb_backup/tasks/main.yaml", "content": "# Make folder backup/influxdb\n- name: Make folder backup/influxdb\n ansible.builtin.file:\n path: /home/backup/influxdb\n state: directory\n recurse: yes\n owner: backup\n mode: '0700'\n\n# Make file /etc/cron.d/influxdb-backup\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 366, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/influxdb_exporter
7,364
[ "no_license" ]
[ { "path": "roles/influxdb_exporter/tasks/main.yaml", "content": "- name: Copy influx_stats_exporter_linux_amd64\n ansible.builtin.copy:\n src: influx_stats_exporter_linux_amd64\n dest: /usr/local/bin/influx_stats_exporter_linux_amd64\n mode: '0755'\n\n- name: Copy prometheus-influxdb-stats-exporte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 774, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/iptables
7,364
[ "no_license" ]
[ { "path": "roles/iptables/tasks/main.yaml", "content": "---\n- name: Install Iptables-persistent\n ansible.builtin.apt:\n name: iptables-persistent\n state: latest\n\n- name: Upload rule\n ansible.builtin.template:\n src: mangle\n dest: /etc/iptables/rules.v4\n\n- name: Upload mangle\n ansibl...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 450, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/keepalived
7,364
[ "no_license" ]
[ { "path": "roles/keepalived/templates/keepalived.conf.j2", "content": "global_defs {\n enable_script_security\n}\n\nvrrp_script check_haproxy { \n script \"/home/keepalived_script/vrrp_script\"\n weight 20\n interval 1\n}\n\nvrrp_instance agama {\n interface ens3\n virtual_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3633, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/mysql
7,364
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "- name: Install MySQL server\n ansible.builtin.apt:\n name: \n - mysql-server\n - python3-pymysql\n\n- name: Copy new config for MySQL\n ansible.builtin.template:\n src: override.cnf.j2\n dest: /etc/mysql/mysql.conf.d/override.cnf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1562, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/mysql_backup
7,364
[ "no_license" ]
[ { "path": "roles/mysql_backup/handlers/main.yaml", "content": "- name: restart mysql\n ansible.builtin.service:\n name: mysql.service\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/mysql_backup/templates/mysql-bac...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1554, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/mysql_exporter
7,364
[ "no_license" ]
[ { "path": "roles/mysql_exporter/handlers/main.yaml", "content": "- name: restart mysql\n ansible.builtin.service:\n name: mysql.service\n state: restarted\n\n- name: restart mysqld export\n ansible.builtin.service:\n name: prometheus-mysqld-exporter.service\n state: restarted\n", "license_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1408, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/nginx
7,364
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "- name: HTTP client packages\n ansible.builtin.apt:\n name: nginx\n state: latest\n\n- name: Copy new index.html page\n ansible.builtin.template:\n src: index.html.j2\n dest: /var/www/html/index.html\n\n- name: Copy default config from local...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2156, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/nginx_exporter
7,364
[ "no_license" ]
[ { "path": "roles/nginx_exporter/tasks/main.yaml", "content": "- name: Install MySQL Exporter\n ansible.builtin.apt:\n name: prometheus-nginx-exporter\n\n- name: Copy default config from local to host\n ansible.builtin.template:\n src: exporter.j2\n dest: /etc/nginx/sites-enabled/exporter\n notif...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 618, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/node_exporter
7,364
[ "no_license" ]
[ { "path": "roles/node_exporter/tasks/main.yaml", "content": "- name: Install Node Exporter package\n ansible.builtin.apt:\n name: prometheus-node-exporter\n\n- name: Start node exporter automatically with boot\n ansible.builtin.service:\n name: prometheus-node-exporter\n enabled: yes\n state: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 248, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/pinger
7,364
[ "no_license" ]
[ { "path": "roles/pinger/handlers/main.yaml", "content": "- name: reload pinger\n ansible.builtin.systemd:\n name: pinger.service \n state: restarted\n daemon_reload: yes\n\n#- name: reload pinger\n# ansible.builtin.service:\n# name: pinger\n# state: reloaded\n", "license_type": "no_l...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1168, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/prometheus
7,364
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yaml", "content": "- name: Install Prometheus package\n ansible.builtin.apt:\n name: prometheus\n\n- name: Update Prometheus config\n ansible.builtin.template:\n src: prometheus.yml\n dest: /etc/prometheus/prometheus.yml\n notify: restart prometheus\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 520, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/rsyslog
7,364
[ "no_license" ]
[ { "path": "roles/rsyslog/handlers/main.yaml", "content": "- name: restart rsyslog\n ansible.builtin.service:\n name: rsyslog.service\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "roles/rsyslog/tasks/main.yaml", "co...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 386, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/systemd-resolved
7,364
[ "no_license" ]
[ { "path": "roles/systemd-resolved/tasks/main.yaml", "content": "---\n- name: Stop default DNS\n ansible.builtin.service:\n name: systemd-resolved\n state: stopped\n enabled: no\n\n- name: Replace resolv.conf\n template:\n src: resolv.conf.j2\n dest: /etc/resolv.conf\n\n", "license_type"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/users
7,364
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yaml", "content": "- name: Make user user1\n ansible.builtin.user:\n name: user1\n\n- name: Make user user2\n ansible.builtin.user:\n name: user2\n\n- name: Set authorized key for user1 without validating the TLS/SSL certificates\n ansible.posix.authorized_key:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
IrishIRL/ansible-infrastructure-deployment-course-work
24d8afa0b86db298c44f303da24dcb2a2d9cc1e7
0
roles/uwsgi
7,364
[ "no_license" ]
[ { "path": "roles/uwsgi/tasks/main.yaml", "content": "- name: Make user agama\n ansible.builtin.apt:\n name: \n - uwsgi\n - uwsgi-plugin-python3\n - python3-pymysql\n\n- name: Start automatically with boot\n ansible.builtin.service:\n name: uwsgi.service \n enabled: yes\n stat...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 522, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
Ansible Test/nectar/roles/openstack-common
7,364
[ "no_license" ]
[ { "path": "Ansible Test/nectar/roles/openstack-common/tasks/main.yaml", "content": "---\n# Install dependencies on the host\n- name: Install pip\n become: yes\n apt:\n name: ['python-pip']\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n# sudo apt-get update; sudo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 923, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
Ansible Test/nectar/roles/openstack-instance
7,364
[ "no_license" ]
[ { "path": "Ansible Test/nectar/roles/openstack-instance/tasks/main.yaml", "content": "---\n# Create an instance on NeCTAR\n- name: Create an instance\n os_server:\n name: '{{ item.name }}'\n image: '{{ instance_image }}'\n key_name: '{{ instance_key_name }}'\n flavor: '{{ instance_flavor }}'\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1519, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
Ansible Test/set-env/roles/common
7,364
[ "no_license" ]
[ { "path": "Ansible Test/set-env/roles/common/tasks/main.yaml", "content": "- name: Gather facts\r\n setup:\r\n gather_subset: all\r\n- name: Add server Configuration in instance\r\n become: yes\r\n lineinfile:\r\n path: /etc/environment\r\n line: \"http_proxy=\\\"http://wwwproxy.unimelb.edu.au:8...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1230, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
Ansible Test/set-env/roles/git
7,364
[ "no_license" ]
[ { "path": "Ansible Test/set-env/roles/git/tasks/main.yaml", "content": "---\r\n# Cloning git repository\r\n- copy: \r\n src: ~/.ssh/id_rsa.pub \r\n dest: /home/ubuntu/.ssh\r\n\r\n- copy: \r\n src: ~/.ssh/id_rsa\r\n dest: /home/ubuntu/.ssh\r\n\r\n- copy: \r\n src: ~/.ssh/config\r\n dest: /h...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 686, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
Ansible/CouchDB/roles/master
7,364
[ "no_license" ]
[ { "path": "Ansible/CouchDB/roles/master/tasks/main.yaml", "content": "- name: mkdir the /home/ubuntu/couchdb/master/data\r\n file:\r\n path: /home/ubuntu/couchdb/master/data\r\n state: directory\r\n owner: ubuntu\r\n group: ubuntu\r\n \r\n\r\n- name: Restart docker service\r\n raw: sudo sys...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
Ansible/CouchDB/roles/slave2
7,364
[ "no_license" ]
[ { "path": "Ansible/CouchDB/roles/slave2/tasks/main.yaml", "content": "- name: mkdir the /home/ubuntu/couchdb/slave/data\r\n become: yes\r\n file:\r\n path: /home/ubuntu/couchdb/slave/data\r\n state: directory\r\n owner: ubuntu\r\n group: ubuntu\r\n \r\n- name: Restart docker service\r\n ra...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 559, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
Ansible/harvester/roles/common
7,364
[ "no_license" ]
[ { "path": "Ansible/harvester/roles/common/tasks/main.yaml", "content": "\r\n- name: Install python3\r\n become: yes\r\n apt:\r\n name: ['python3']\r\n state: latest\r\n update_cache: yes\r\n \r\n- name: Install python3-pip\r\n become: yes\r\n apt:\r\n name: ['python3-pip']\r\n state: l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 493, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
CCC2020-Team53/Ansible/set-env/roles/docker
7,364
[ "no_license" ]
[ { "path": "CCC2020-Team53/Ansible/set-env/roles/docker/tasks/main.yaml", "content": "#Team 53\r\n#Melbourne\r\n#@author: <NAME>(1045290), <NAME>(1057606), <NAME>(1041953), <NAME>(1042890), <NAME>(1168062)\r\n- name: Uninstall old version of docker\r\n tags: 'docker'\r\n become: yes\r\n apt:\r\n name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1600, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
CCC2020-Team53/Ansible/set-env/roles/git
7,364
[ "no_license" ]
[ { "path": "CCC2020-Team53/Ansible/set-env/roles/git/tasks/main.yaml", "content": "#Team 53\r\n#Melbourne\r\n#@author: <NAME>(1045290), <NAME>(1057606), <NAME>(1041953), <NAME>(1042890), <NAME>(1168062)\r\n# Cloning git repository\r\n- copy: \r\n src: ~/.ssh/id_rsa.pub \r\n dest: /home/ubuntu/.ssh\r\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 755, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
CCC2020-Team53/Ansible/set-env/roles/install-dependencies
7,364
[ "no_license" ]
[ { "path": "CCC2020-Team53/Ansible/set-env/roles/install-dependencies/tasks/main.yaml", "content": "#Team 53\r\n#Melbourne\r\n#@author: <NAME>(1045290), <NAME>(1057606), <NAME>(1041953), <NAME>(1042890), <NAME>(1168062)\r\n- name: Install python3\r\n become: yes\r\n apt:\r\n name: ['python3']\r\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 608, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
CCC2020-Team53/Ansible/set-env/roles/mount-volume
7,364
[ "no_license" ]
[ { "path": "CCC2020-Team53/Ansible/set-env/roles/mount-volume/tasks/main.yaml", "content": "# Team 53\r\n#Melbourne\r\n#@author: <NAME>(1045290), <NAME>(1057606), <NAME>(1041953), <NAME>(1042890), <NAME>(1168062)\r\n \r\n - name: mkdir the mount point\r\n become: yes\r\n shell: |\r\n mkfs.ext4 /dev/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 655, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
CCC2020-Team53/Ansible/web-app/roles/common
7,364
[ "no_license" ]
[ { "path": "CCC2020-Team53/Ansible/web-app/roles/common/tasks/main.yaml", "content": "#Team 53\r\n#Melbourne\r\n#@author: <NAME>(1045290), <NAME>(1057606), <NAME>(1041953), <NAME>(1042890), <NAME>(1168062)\r\n- name: Install 1\r\n raw: pip3 install dash==1.12.0\r\n \r\n- name: Install 2\r\n raw: pip3 in...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 757, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
CCC2020-Team53/Ansible/web-app/roles/git
7,364
[ "no_license" ]
[ { "path": "CCC2020-Team53/Ansible/web-app/roles/git/tasks/main.yaml", "content": "#Team 53\r\n#Melbourne\r\n#@author: <NAME>(1045290), <NAME>(1057606), <NAME>(1041953), <NAME>(1042890), <NAME>(1168062)\r\n\r\n- copy: \r\n src: ~/.ssh/id_rsa.pub \r\n dest: /home/ubuntu/.ssh\r\n\r\n- copy: \r\n src: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 744, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
CouchDB/roles/master
7,364
[ "no_license" ]
[ { "path": "CouchDB/roles/master/tasks/main.yaml", "content": "#make dir for master node\r\n#- name: mkdir the /opt/workspace/master/data\r\n# file:\r\n# path: /home/ubuntu/couchdb/master/data\r\n# state: directory\r\n# owner: ubuntu\r\n# group: ubuntu\r\n- name: Restart docker service\r\n raw:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 967, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
CouchDB/roles/slave1
7,364
[ "no_license" ]
[ { "path": "CouchDB/roles/slave1/tasks/main.yaml", "content": "- name: mkdir the /home/ubuntu/couchdb/slave/data\r\n become: yes\r\n file:\r\n path: /home/ubuntu/couchdb/slave/data\r\n state: directory\r\n owner: ubuntu\r\n group: ubuntu\r\n- name: Restart docker service\r\n raw: sudo systemct...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1139, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
CouchDB/roles/slave2
7,364
[ "no_license" ]
[ { "path": "CouchDB/roles/slave2/tasks/main.yaml", "content": "- name: mkdir the /home/ubuntu/couchdb/slave/data\r\n become: yes\r\n file:\r\n path: /home/ubuntu/couchdb/slave/data\r\n state: directory\r\n owner: ubuntu\r\n group: ubuntu\r\n \r\n- name: Restart docker service\r\n raw: sudo ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1282, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
HarvesterDeploy/roles/common
7,364
[ "no_license" ]
[ { "path": "HarvesterDeploy/roles/common/tasks/main.yaml", "content": "\n---\n# Install dependencies on the host\n- name: Install pip \n become: yes\n apt:\n name: ['python-pip']\n state: latest\n \n when: ansible_distribution == 'Ubuntu'\n\n\n- name: Update python \n become: yes\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 467, "all_permissive": false }
ansible_role
gaurang96/Cluster-and-Cloud-Project
426b56426bf2aade1a70f15b8ddda1d1e6e9d583
0
HarvesterDeploy/roles/git
7,364
[ "no_license" ]
[ { "path": "HarvesterDeploy/roles/git/tasks/main.yaml", "content": "---\n# Cloning git repository\n- copy: \n src: ~/.ssh/id_rsa.pub \n dest: /home/ubuntu/.ssh\n\n- copy: \n src: ~/.ssh/id_rsa\n dest: /home/ubuntu/.ssh\n\n- copy: \n src: ~/.ssh/config\n dest: /home/ubuntu/.ssh\n\n\n- git:\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 401, "all_permissive": false }
ansible_role
carletes/turing-pi-2-cluster
6eea8e7e29a4f9c42afb2b46c74d34009fca0470
0
ansible/roles/iotest
7,364
[ "no_license" ]
[ { "path": "ansible/roles/iotest/tasks/main.yml", "content": "---\n- name: Copy `fio` job\n ansible.builtin.template:\n src: job.fio.j2\n dest: \"{{ k3s_data_dir }}/job.fio\"\n\n- name: Run `fio`\n ansible.builtin.command:\n cmd: fio \"{{ k3s_data_dir }}/job.fio\"\n register: fio_result\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 691, "all_permissive": false }
ansible_role
carletes/turing-pi-2-cluster
6eea8e7e29a4f9c42afb2b46c74d34009fca0470
0
ansible/roles/k3s_agent
7,364
[ "no_license" ]
[ { "path": "ansible/roles/k3s_agent/tasks/main.yml", "content": "---\n- name: Install k3s config file\n block:\n - name: Create config dir\n ansible.builtin.file:\n path: \"{{ k3s_config_file | dirname }}\"\n mode: 0755\n owner: root\n group: root\n state: director...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2186, "all_permissive": false }
ansible_role
carletes/turing-pi-2-cluster
6eea8e7e29a4f9c42afb2b46c74d34009fca0470
0
ansible/roles/k3s_node
7,364
[ "no_license" ]
[ { "path": "ansible/roles/k3s_node/tasks/main.yml", "content": "---\n- name: Set hostname\n ansible.builtin.hostname:\n name: '{{ ansible_host }}'\n\n- name: Add cluster node entries in `/etc/hosts`\n ansible.builtin.lineinfile:\n path: /etc/hosts\n create: true\n line: \"{{ hostvars[item]['ans...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3217, "all_permissive": false }
ansible_role
carletes/turing-pi-2-cluster
6eea8e7e29a4f9c42afb2b46c74d34009fca0470
0
ansible/roles/k3s_server
7,364
[ "no_license" ]
[ { "path": "ansible/roles/k3s_server/tasks/main.yml", "content": "---\n- name: Configure Kubernetes API\n block:\n - name: Create kube-apiserver audit directory\n ansible.builtin.file:\n path: \"{{ kube_apiserver_audit_log_file | dirname }}\"\n mode: 0700\n owner: root\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4174, "all_permissive": false }
ansible_role
carletes/turing-pi-2-cluster
6eea8e7e29a4f9c42afb2b46c74d34009fca0470
0
ansible/roles/k8s_controller
7,364
[ "no_license" ]
[ { "path": "ansible/roles/k8s_controller/tasks/kubeadm.yml", "content": "---\n- name: Install kubeadm configuration\n block:\n - name: Create kubeadm configuration directory\n ansible.builtin.file:\n path: /etc/kubernetes\n owner: root\n group: root\n mode: 0755\n ...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2934, "all_permissive": false }
ansible_role
carletes/turing-pi-2-cluster
6eea8e7e29a4f9c42afb2b46c74d34009fca0470
0
ansible/roles/k8s_node
7,364
[ "no_license" ]
[ { "path": "ansible/roles/k8s_node/tasks/main.yml", "content": "---\n- name: System-level setup\n import_tasks: system.yml\n\n- name: Prepare Kubernetes installation\n import_tasks: kubernetes.yml\n\n- name: Prepare Cilium installation\n import_tasks: cilium.yml\n", "license_type": "no_license", "...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6060, "all_permissive": false }
ansible_role
devboard/devboard-notify
0edac7b2bf30e2dd9229dc7ebeb9a7a64a5bb60e
0
etc/provisioning/roles/symfony2
7,364
[ "no_license" ]
[ { "path": "etc/provisioning/roles/symfony2/tasks/main.yml", "content": "---\n- name: add symlink for application folder\n file: src=/vagrant dest={{ parameters.applications[0].path }} state=link\n sudo: yes\n\n# Remove cache folders\n- file: path=\"{{ item }}\" state=absent\n sudo: yes\n with_items:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1394, "all_permissive": false }
ansible_role
tjmcs/dn-kafka
cf15b7bea84c9f98e982e611fb4d1845b9b17dac
0
roles/modify-connectors
7,364
[ "no_license" ]
[ { "path": "roles/modify-connectors/tasks/add-connector.yml", "content": "# (c) 2016 DataNexus Inc. All Rights Reserved\n---\n# Contains tasks to add connectors to the cluster; first set a few\n# facts that we'll be using later in this role\n- set_fact:\n kfka_nodes: \"{{kafka_nodes | map('extract', host...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 20402, "all_permissive": false }
ansible_role
tjmcs/dn-kafka
cf15b7bea84c9f98e982e611fb4d1845b9b17dac
0
roles/modify-topics
7,364
[ "no_license" ]
[ { "path": "roles/modify-topics/tasks/main.yml", "content": "# (c) 2016 DataNexus Inc. All Rights Reserved\n---\n# Contains tasks to create new topics or delete existing ones\n- block:\n # First, sort out the appropriate command that should be used to modify\n # topics on this cluster\n - name: Find kafk...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 6924, "all_permissive": false }
ansible_role
timur-ovchinnikov/taskG5
eecf8a2d6f1038ecd5ac1ec8837970a7a6c68325
0
ansible/roles/filebeat
7,364
[ "no_license" ]
[ { "path": "ansible/roles/filebeat/tasks/main.yml", "content": "- name: Add Elastic APT key\n apt_key:\n url: https://artifacts.elastic.co/GPG-KEY-elasticsearch\n state: present\n\n- name: Add Elastic APT repository\n apt_repository:\n repo: deb https://artifacts.elastic.co/packages/7.x/apt stable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 903, "all_permissive": false }
ansible_role
SAMARA-REDYY-JUNNA/expense-ansible-roles1-tf
853af67689f975cb03021446f9e1d25673f73a09
0
roles/backend
7,364
[ "no_license" ]
[ { "path": "roles/backend/tasks/main.yaml", "content": "# - name: disable default nodejs\n# ansible.builtin.command: dnf module disable nodejs -y\n\n# - name: enable nodejs:20\n# ansible.builtin.command: dnf module enable nodejs:20 -y\n\n# - name: install nodejs\n# ansible.builtin.dnf:\n# name: \"{...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 3669, "all_permissive": false }
ansible_role
SAMARA-REDYY-JUNNA/expense-ansible-roles1-tf
853af67689f975cb03021446f9e1d25673f73a09
0
roles/common
7,364
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yaml", "content": "# - name: delete app directory\n# ansible.builtin.file:\n# path: \"{{ app_location }}\"\n# state: absent\n# # ignore_errors: yes cd\n\n# - name: create app directory\n# ansible.builtin.file:\n# path: \"{{ app_location }}\"\n# state: d...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2147, "all_permissive": false }
ansible_role
SAMARA-REDYY-JUNNA/expense-ansible-roles1-tf
853af67689f975cb03021446f9e1d25673f73a09
0
roles/frontend
7,364
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yaml", "content": "\n# - name: install nginx\n# ansible.builtin.dnf:\n# name: nginx\n# state: latest\n\n# - name: start and enable nginx\n# ansible.builtin.service:\n# name: nginx\n# state: started\n# enabled: yes\n\n# # - name: delete default web...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1998, "all_permissive": false }
ansible_role
Brunooacks/Ansible---Slack-o_Projeto_Final
f80624a127a487522e4f9725279666d1cbf78e69
0
projeto_iaac/roles/slacko
7,366
[ "no_license" ]
[ { "path": "projeto_iaac/roles/slacko/handlers/main.yml", "content": "---\n# handlers file for slacko\n\n- name: \"enable mongodb\"\n systemd:\n name: mongodb\n state: started\n enabled: yes\n\n- name: \"Start slacko-api.service\"\n systemd:\n name: slacko-api.service\n state: started\n e...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1366, "all_permissive": false }
ansible_role
hafizhfadh/postansible
ba3d7b73351cd3711eef6bea15c327ffe223796a
0
playbooks/roles/percona_postgresql_cluster
7,366
[ "no_license" ]
[ { "path": "playbooks/roles/percona_postgresql_cluster/templates/patroni.yml.j2", "content": "scope: \"{{ cluster_name }}\"\nnamespace: /service/\nname: \"{{ inventory_hostname }}\"\n\nrestapi:\n listen: 0.0.0.0:8008\n connect_address: \"{{ ansible_host }}:8008\"\n\netcd:\n hosts: \n - http://172.28.0....
{ "task_files": 5, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 5407, "all_permissive": false }
ansible_role
SVIELCOM/Home_B12.10
88a3b6d08d435156c410da25ee43359f23e3fe81
0
ansible/roles/docker
7,366
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n\n- name: Install apt-transport-https\n when: ansible_os_family == \"Debian\"\n apt:\n name: \"apt-transport-https\"\n state: present\n update_cache: yes\n\n- name: Add Docker APT GPG key\n when: ansible_o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1610, "all_permissive": false }
ansible_role
fklucas82/unsorted-netapp
1709c44b94481196c84bf39d8338bb7b53db1318
0
NetApp_CIFS_Provision/ansible/roles/ad_move_servers_ou
7,366
[ "no_license" ]
[ { "path": "NetApp_CIFS_Provision/ansible/roles/ad_move_servers_ou/tasks/main.yml", "content": "- name: Move AD computer object to servers OU\r\n import_tasks: move_ad_computer.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "NetApp_CIFS_Provisi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 286, "all_permissive": false }
ansible_role
fklucas82/unsorted-netapp
1709c44b94481196c84bf39d8338bb7b53db1318
0
NetApp_CIFS_Provision/ansible/roles/add_group_members
7,366
[ "no_license" ]
[ { "path": "NetApp_CIFS_Provision/ansible/roles/add_group_members/tasks/add_group_members.yml", "content": "- name: Add members\r\n win_domain_group_membership:\r\n name: \"{{ vserver }}_{{ item.share_name }}_{{ item.permission }}\"\r\n state: present\r\n members: \"{{ item.userorgroup }}\"\r\n wi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
fklucas82/unsorted-netapp
1709c44b94481196c84bf39d8338bb7b53db1318
0
NetApp_CIFS_Provision/ansible/roles/add_groups_to_share
7,366
[ "no_license" ]
[ { "path": "NetApp_CIFS_Provision/ansible/roles/add_groups_to_share/tasks/main.yml", "content": "- name: Add AD Groups to Share\r\n import_tasks: set_acls.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 60 }, { "path": "NetApp_CIFS_Provision/ansible/roles/add_g...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1740, "all_permissive": false }
ansible_role
fklucas82/unsorted-netapp
1709c44b94481196c84bf39d8338bb7b53db1318
0
NetApp_CIFS_Provision/ansible/roles/create_cifs
7,366
[ "no_license" ]
[ { "path": "NetApp_CIFS_Provision/ansible/roles/create_cifs/tasks/main.yml", "content": "- name: Create CIFS Server\r\n import_tasks: create_cifs.yml", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "NetApp_CIFS_Provision/ansible/roles/create_cifs/ta...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 544, "all_permissive": false }
ansible_role
fklucas82/unsorted-netapp
1709c44b94481196c84bf39d8338bb7b53db1318
0
NetApp_CIFS_Provision/ansible/roles/create_dns
7,366
[ "no_license" ]
[ { "path": "NetApp_CIFS_Provision/ansible/roles/create_dns/tasks/create_dns.yml", "content": " - name: create dns\r\n na_ontap_dns:\r\n state: present\r\n domains: \"{{ dns_domain }}\"\r\n nameservers: \"{{ nameservers }}\"\r\n vserver: \"{{ vserver }}\"\r\n hostname: \"{{ hostna...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 452, "all_permissive": false }