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
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/gnome
7,197
[ "no_license" ]
[ { "path": "ansible/roles/gnome/tasks/main.yml", "content": "---\n\n# - name: Install Gnome Extensions\n# ansible.builtin.dnf:\n# name: gnome-extensions-app\n# state: present\n\n- name: Add shortcut for Gnome Terminal (1/4)\n become: true\n become_user: \"{{ my_user }}\"\n ansible.builtin.comman...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1521, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/go
7,197
[ "no_license" ]
[ { "path": "ansible/roles/go/tasks/main.yml", "content": "---\n\n- name: Go Lang - Download binaries\n ansible.builtin.get_url:\n url: \"{{ go.url }}\"\n dest: \"{{ go.dest }}\"\n\n- name: Go Lang - Unarchive downloaded file\n become: true\n ansible.builtin.unarchive:\n src: \"{{ go.dest }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1029, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/inkscape
7,197
[ "no_license" ]
[ { "path": "ansible/roles/inkscape/tasks/main.yml", "content": "---\n\n- name: Install Inkscape\n ansible.builtin.dnf:\n name: inkscape\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 90, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/java-jdk
7,197
[ "no_license" ]
[ { "path": "ansible/roles/java-jdk/tasks/main.yml", "content": "---\n\n- name: Java JDK - Download binaries\n ansible.builtin.get_url:\n url: \"{{ jdk.url }}\"\n dest: \"{{ jdk.dest }}\"\n\n- name: Java JDK - Unarchive downloaded file\n become: true\n ansible.builtin.unarchive:\n src: \"{{ jdk.de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 824, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/keepassxc
7,197
[ "no_license" ]
[ { "path": "ansible/roles/keepassxc/tasks/main.yml", "content": "---\n\n- name: Install KeePassXC\n ansible.builtin.dnf:\n name: keepassxc\n state: present", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 92, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/nextcloud
7,197
[ "no_license" ]
[ { "path": "ansible/roles/nextcloud/tasks/main.yml", "content": "---\n\n- name: Install NextCloud Client Dependencies\n become: true\n ansible.builtin.dnf:\n name: qqc2-desktop-style\n state: present\n\n\n- name: Create directory for AppImages (if it not exists)\n become: false\n ansible.builtin.fi...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 460, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/post-install
7,197
[ "no_license" ]
[ { "path": "ansible/roles/post-install/defaults/main.yml", "content": "---\n\npostinstall:\n packages:\n - gnome-boxes\n - musescore\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 65 }, { "path": "ansible/roles/post-install/tasks/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 195, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/printing
7,197
[ "no_license" ]
[ { "path": "ansible/roles/printing/tasks/main.yml", "content": "---\n\n- name: Install Foomatic\n ansible.builtin.dnf:\n name: foomatic\n state: present\n\n- name: Install Gutenprint CUPS\n ansible.builtin.dnf:\n name: gutenprint-cups\n state: present", "license_type": "no_license", "de...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 191, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/pyenv
7,197
[ "no_license" ]
[ { "path": "ansible/roles/pyenv/tasks/main.yml", "content": "---\n\n- name: Installing pyenv\n become: true\n become_user: \"{{ my_user }}\"\n ansible.builtin.command: curl https://pyenv.run | bash\n\n\n- name: Load pyenv at shell startup\n become: true\n become_user: \"{{ my_user }}\"\n ansible.builti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/r
7,197
[ "no_license" ]
[ { "path": "ansible/roles/r/tasks/main.yml", "content": "---\n\n- name: Install R\n ansible.builtin.dnf:\n name: R\n state: present\n\n\n- name: Install R-devel\n ansible.builtin.dnf:\n name: R-devel\n state: present\n\n\n- name: Install R Studio\n ansible.builtin.dnf:\n name: rstudio\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/terminal
7,197
[ "no_license" ]
[ { "path": "ansible/roles/terminal/tasks/main.yml", "content": "---\n\n- name: Coloring the shell prompt\n become: true\n ansible.builtin.template:\n src: files/color_prompt.j2\n dest: /etc/profile.d/color_prompt.sh\n owner: root\n group: root\n mode: '0644'", "license_type": "no_license...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 202, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/vim
7,197
[ "no_license" ]
[ { "path": "ansible/roles/vim/tasks/main.yml", "content": "---\n\n- name: Install Vim and GVIM\n ansible.builtin.dnf:\n name: vim-X11\n state: present", "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
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/vscode
7,197
[ "no_license" ]
[ { "path": "ansible/roles/vscode/tasks/main.yml", "content": "---\n\n- name: Add RPM Signing Key for VSCode\n become: true\n ansible.builtin.rpm_key:\n key: \"https://packages.microsoft.com/keys/microsoft.asc\"\n state: present\n\n\n- name: Add repository for VSCode\n become: true\n ansible.builtin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 6553, "all_permissive": false }
ansible_role
izacarias/linux-post-install
80a6ac8ec4a307792656369455025fa624768043
0
ansible/roles/wine
7,197
[ "no_license" ]
[ { "path": "ansible/roles/wine/tasks/main.yml", "content": "---\n\n- name: Install Wine\n ansible.builtin.dnf:\n name: wine\n state: present\n\n- name: Install Wine\n ansible.builtin.dnf:\n name: winetricks\n state: present", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
calliey1/Ansible_Satellite_Day1
bbdf6692ec2505c58c404af18077029d58794642
0
roles/satellite
7,198
[ "no_license" ]
[ { "path": "roles/satellite/tasks/install_satellite.yml", "content": "---\n## Initial configuration of Satellite Server\n## Enable Standard repos\n- name: enable Repos\n command: subscription-manager repos --enable {{ item }}\n with_items:\n - rhel-7-server-rpms\n - rhel-7-server-satellite-6.3-rpms\n...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 841, "all_permissive": false }
ansible_role
chinaloryu/deploy-kafka-cluster
6afc88fb6810b6395a30dcc9f84660c617052540
0
roles/kafka
7,198
[ "no_license" ]
[ { "path": "roles/kafka/handlers/main.yml", "content": "---\n- name: enable and start kafka\n service:\n name: kafka\n state: restarted\n enabled: yes\n daemon-reload: yes\n\n- name: start kafka exporter\n shell: \"cd /root/exporters && nohup ./kafka_exporter --kafka.server={{ ansible_ssh_node ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3529, "all_permissive": false }
ansible_role
chinaloryu/deploy-kafka-cluster
6afc88fb6810b6395a30dcc9f84660c617052540
0
roles/monitor
7,198
[ "no_license" ]
[ { "path": "roles/monitor/files/prometheus_assistant.py", "content": "#!/bin/env python3\n# -*- coding: UTF-8 -*-\n\nimport requests,json\nimport sys,getopt\n\ndef pro_query(auth_key = '', url = '' ,name = '' ):\n url = url\n name = name\n auth_key = auth_key\n headers = {}\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 9653, "all_permissive": false }
ansible_role
chinaloryu/deploy-kafka-cluster
6afc88fb6810b6395a30dcc9f84660c617052540
0
roles/node
7,198
[ "no_license" ]
[ { "path": "roles/node/handlers/main.yml", "content": "---\n- name: update java environment\n shell: source /etc/profile\n\n- name: start exporter\n shell: /root/exporters/start_exporter.sh", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 }, { "path": "roles/no...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 1698, "all_permissive": false }
ansible_role
chinaloryu/deploy-kafka-cluster
6afc88fb6810b6395a30dcc9f84660c617052540
0
roles/ops
7,198
[ "no_license" ]
[ { "path": "roles/ops/tasks/main.yml", "content": "---\n- name: download packages\n uri:\n url: \"{{ item.url }}\"\n dest: \"{{ item.dest }}\"\n follow_redirects: all\n with_items:\n - { url: \"https://shared-objects.oss-cn-qingdao.aliyuncs.com/jdk-{{ version['java'] }}-linux-x64.rpm\", dest: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1067, "all_permissive": false }
ansible_role
chinaloryu/deploy-kafka-cluster
6afc88fb6810b6395a30dcc9f84660c617052540
0
roles/zookeeper
7,198
[ "no_license" ]
[ { "path": "roles/zookeeper/handlers/main.yml", "content": "---\n- name: enable and start zookeeper\n service:\n name: zookeeper\n state: restarted\n enabled: yes\n daemon-reload: yes\n\n- name: start zk exporter\n shell: \"cd /root/exporters && nohup ./zookeeper-exporter --zk-hosts={{ ansible_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 3114, "all_permissive": false }
ansible_role
novln/ansible-playbook
f76a46008c29506f6da19f4dd63b64d52889c1da
0
roles/common
7,198
[ "no_license" ]
[ { "path": "roles/common/tasks/ntp.yml", "content": "---\n- include: ntp_debian.yml\n when: ansible_lsb.id == \"Debian\"\n\n- include: ntp_archlinux.yml\n when: ansible_lsb.id == \"Archlinux\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 }, { "path": "roles...
{ "task_files": 17, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 21, "total_bytes": 15784, "all_permissive": false }
ansible_role
novln/ansible-playbook
f76a46008c29506f6da19f4dd63b64d52889c1da
0
roles/iptables
7,198
[ "no_license" ]
[ { "path": "roles/iptables/tasks/ports.yml", "content": "---\n- name: write ports configuration\n tags:\n - install\n - iptables\n - update\n template:\n src: ports.conf.j2\n dest: /etc/iptables.d/ports.conf\n notify:\n - restart iptables", "license_type": "no_license", "detected...
{ "task_files": 6, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 10, "total_bytes": 2992, "all_permissive": false }
ansible_role
soofaloofa/zookeeper-ansible
c961fd48abef1020b922d572ace9a83154e7f931
11
roles/exhibitor
7,198
[ "no_license" ]
[ { "path": "roles/exhibitor/tasks/main.yml", "content": "---\n- name: Create Group\n sudo: true\n group: \n name: \"{{exhibitor.group}}\"\n state: present\n\n- name: Create User\n sudo: true\n user: \n name: \"{{exhibitor.user}}\"\n group: \"{{exhibitor.group}}\"\n state: present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2306, "all_permissive": false }
ansible_role
soofaloofa/zookeeper-ansible
c961fd48abef1020b922d572ace9a83154e7f931
11
roles/zookeeper
7,198
[ "no_license" ]
[ { "path": "roles/zookeeper/tasks/main.yml", "content": "---\n- name: Create Group\n sudo: true\n group: \n name: \"{{zookeeper.group}}\"\n state: present\n\n- name: Create User\n sudo: true\n user: \n name: \"{{zookeeper.user}}\"\n group: \"{{zookeeper.group}}\"\n state: present\n\n- name...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1380, "all_permissive": false }
ansible_role
garyservin/andino_ansible_config
a881289b854cba7d4584f6840442fe37b9d2dd0e
3
roles/andino
7,198
[ "permissive" ]
[ { "path": "roles/andino/tasks/02-andino_sources.yaml", "content": "---\n# From:\n# https://github.com/Ekumen-OS/andino/tree/jazzy?tab=readme-ov-file#build-from-source\n- name: Install dependencies\n apt:\n pkg:\n - python3-rosdep\n - python3-catkin-pkg\n - python3-catkin-pkg-modules\n ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 6447, "all_permissive": true }
ansible_role
garyservin/andino_ansible_config
a881289b854cba7d4584f6840442fe37b9d2dd0e
3
roles/ros2
7,198
[ "permissive" ]
[ { "path": "roles/ros2/meta/main.yaml", "content": "galaxy_info:\n role_name: ros2\n author: <NAME>\n description: An Ansible Role that installs ROS 2 (Robot Operating System) on Ubuntu\n # Based on https://github.com/rarrais/ansible-role-ros2\n\n license: Apache 2.0\n\n min_ansible_version: \"2.6\"\n\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 3143, "all_permissive": true }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
exam/roles/dns
7,198
[ "no_license" ]
[ { "path": "exam/roles/dns/templates/named.conf.options.j2", "content": "acl allowed_nets {\n{% for net in allowed_nets %}\n\t{{ net }};\n{% endfor %}\n};\n\noptions {\n\tdirectory \"/var/cache/bind\";\n\tforwarders {\n\t{% for addr in forwarders %}\n\t\t{{ addr }};\n\t{% endfor %}\n\t};\n\tdnssec-validation...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3926, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
exam/roles/grafana
7,198
[ "no_license" ]
[ { "path": "exam/roles/grafana/tasks/main.yaml", "content": "---\n- name: Install required packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - docker.io\n - python3-docker\n\n- name: Run grafana container\n docker_container:\n image: grafana/grafana\n name: grafana\n po...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 281, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
exam/roles/haproxy
7,198
[ "no_license" ]
[ { "path": "exam/roles/haproxy/tasks/main.yaml", "content": "---\n- name: Install haproxy\n apt:\n name: haproxy\n\n- name: Configure haproxy\n template:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n validate: 'haproxy -f %s -c'\n notify:\n - reload haproxy\n\n# replace below with nat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 973, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
exam/roles/influxdb
7,198
[ "no_license" ]
[ { "path": "exam/roles/influxdb/tasks/main.yaml", "content": "---\n- name: Install influxdb packages\n apt:\n name: ['influxdb', 'python3-requests', 'python3-influxdb']\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 108 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 108, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
exam/roles/init
7,198
[ "no_license" ]
[ { "path": "exam/roles/init/templates/netplan.yaml", "content": "network:\n version: 2\n ethernets:\n enp0s8:\n addresses:\n - {{ new_host }}/24\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "exam/roles/init/tasks/main.yaml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 801, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
exam/roles/node_exporter
7,198
[ "no_license" ]
[ { "path": "exam/roles/node_exporter/tasks/main.yaml", "content": "---\n- name: Install node_exporter\n apt:\n name: prometheus-node-exporter\n\n- name: Start node_exporter\n service:\n name: prometheus-node-exporter\n state: started\n enabled: yes\n", "license_type": "no_license", "det...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 187, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
exam/roles/prometheus
7,198
[ "no_license" ]
[ { "path": "exam/roles/prometheus/vars/main.yaml", "content": "---\nsections:\n- name: prometheus\n port: 9090\n targets:\n - localhost\n\n- name: nodes\n port: 9100\n targets:\n - infra01.peril.ttu\n - infra02.peril.ttu\n\n- name: mysql\n port: 9104\n targets:\n - mysql.peril.ttu\n\n#- name: apach...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 750, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
exam/roles/syslog
7,198
[ "no_license" ]
[ { "path": "exam/roles/syslog/tasks/main.yaml", "content": "---\n- name: Configure rsyslog for telegraf\n template:\n src: 10-telegraf.conf\n dest: /etc/rsyslog.d/10-telegraf.conf\n validate: 'rsyslogd -N1 -f %s'\n notify:\n - Restart rsyslog\n", "license_type": "no_license", "detected_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 188, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
exam/roles/telegraf
7,198
[ "no_license" ]
[ { "path": "exam/roles/telegraf/tasks/main.yaml", "content": "---\n- name: Trust telegraf repo key\n apt_key:\n url: https://repos.influxdata.com/influxdb.key\n\n- name: Add telegraf repo\n copy:\n content: \"deb https://repos.influxdata.com/ubuntu bionic stable\\n\"\n dest: /etc/apt/sources.list....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 491, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
lab10/roles/mitm
7,198
[ "no_license" ]
[ { "path": "lab10/roles/mitm/tasks/main.yaml", "content": "---\n- name: Install haproxy\n apt:\n name: haproxy\n\n- name: Configure haproxy\n template:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n notify:\n - reload haproxy\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
lab10/roles/mysql
7,198
[ "no_license" ]
[ { "path": "lab10/roles/mysql/tasks/main.yaml", "content": "- name: Install packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - mysql-server\n - python3-pymysql\n\n- name: Create WordPress database\n mysql_db:\n name: wordpress\n config_file: /etc/mysql/debian.cnf\n\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 700, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
lab7/roles/dns
7,198
[ "no_license" ]
[ { "path": "lab7/roles/dns/tasks/main.yaml", "content": "---\n\n- name: Install bind packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - bind9\n - prometheus-bind-exporter\n\n- name: Configure bind options config\n template:\n src: named.conf.options.j2\n dest: /etc/bind/n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1379, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
lab7/roles/mysql
7,198
[ "no_license" ]
[ { "path": "lab7/roles/mysql/templates/my.cnf", "content": "[client]\nuser=exporter\npassword={{ <PASSWORD> }}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 49 }, { "path": "lab7/roles/mysql/tasks/main.yaml", "content": "- name: Install packages\n apt:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1104, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
lab7/roles/prometheus
7,198
[ "no_license" ]
[ { "path": "lab7/roles/prometheus/tasks/main.yaml", "content": "---\n- name: Install Prometheus\n apt:\n name: prometheus\n\n- name: Add Prometheus config\n template:\n src: prometheus.yml.j2\n dest: /etc/prometheus/prometheus.yml\n notify: restart prometheus\n\n- name: Start Prometheus\n servic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1158, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
lab8/roles/grafana
7,198
[ "no_license" ]
[ { "path": "lab8/roles/grafana/tasks/main.yaml", "content": "---\n- name: Add grafana repo\n copy:\n content: \"deb https://packages.grafana.com/oss/deb stable main\\n\"\n dest: /etc/apt/sources.list.d/grafana.list\n\n- name: Trust grafana repo gpg key\n apt_key:\n url: https://packages.grafana.co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
lab8/roles/influxdb
7,198
[ "no_license" ]
[ { "path": "lab8/roles/influxdb/tasks/main.yaml", "content": "---\n- name: Install influxdb packages\n apt:\n name: ['influxdb', 'python3-requests', 'python3-influxdb']\n\n- name: Create log database\n influxdb_database:\n database_name: logs\n", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 182, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
lab8/roles/telegraf
7,198
[ "no_license" ]
[ { "path": "lab8/roles/telegraf/tasks/main.yaml", "content": "---\n- name: Trust telegraf repo key\n apt_key:\n url: https://repos.influxdata.com/influxdb.key\n\n- name: Add telegraf repo\n copy:\n content: \"deb https://repos.influxdata.com/ubuntu bionic stable\\n\"\n dest: /etc/apt/sources.list....
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 749, "all_permissive": false }
ansible_role
monoidic/ICA0002
151d54cea19c773f8fcdad7488253868c6f164c1
2
lab9/roles/wordpress
7,198
[ "no_license" ]
[ { "path": "lab9/roles/wordpress/tasks/main.yaml", "content": "---\n- name: Install required packages\n apt:\n name: \"{{ packages }}\"\n vars:\n packages:\n - docker.io\n - python3-docker\n\n- name: Run wordpress docker image\n docker_container:\n image: wordpress\n name: wp_container\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 991, "all_permissive": false }
ansible_role
praskrish/ansible_ops_master
a8267fc1fb04ec18593cc226daa90b01f3d22bfa
1
roles/tomcat
7,198
[ "no_license" ]
[ { "path": "roles/tomcat/tasks/main.yml", "content": "---\r\n- name: Install Java 1.7\r\n yum: name=java-1.7.0-openjdk state=present\r\n\r\n- name: add group \"tomcat\"\r\n group: name=tomcat\r\n\r\n- name: add user \"tomcat\"\r\n user: name=tomcat group=tomcat home=/usr/share/tomcat createhome=no\r\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
stackhpc/azimuth-ops-training-infra
ec76aed1e0461f1d711108c76e23fcfa33f2cbe2
0
roles/infra
7,199
[ "no_license" ]
[ { "path": "roles/infra/defaults/main.yml", "content": "# The name of the provisioned node\ninfra_name: azops-control\n\n#####\n# Configuration for the internal network onto which Azimuth AIOs will be provisioned\n#\n# This can use either a pre-existing network, which should already be connected to an\n# ext...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 8369, "all_permissive": false }
ansible_role
stackhpc/azimuth-ops-training-infra
ec76aed1e0461f1d711108c76e23fcfa33f2cbe2
0
roles/inventory_adopt
7,199
[ "no_license" ]
[ { "path": "roles/inventory_adopt/tasks/main.yml", "content": "---\n\n- name: Add host to inventory for each user\n add_host:\n name: \"{{ user.username | replace('_', '-') }}\"\n groups:\n - azops_training_user_hosts\n ansible_host: \"{{ infra_external_ip }}\"\n # Use paramiko as it handle...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 987, "all_permissive": false }
ansible_role
stackhpc/azimuth-ops-training-infra
ec76aed1e0461f1d711108c76e23fcfa33f2cbe2
0
roles/setup_azimuth
7,199
[ "no_license" ]
[ { "path": "roles/setup_azimuth/defaults/main.yml", "content": "---\n\n# The config repository to clone for each user\nazops_training_azimuth_config_repo: https://github.com/stackhpc/azimuth-config.git\n\n# The starting tag for the training repository\n# This is usually one version back from latest so that t...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 11984, "all_permissive": false }
ansible_role
stackhpc/azimuth-ops-training-infra
ec76aed1e0461f1d711108c76e23fcfa33f2cbe2
0
roles/setup_host
7,199
[ "no_license" ]
[ { "path": "roles/setup_host/tasks/main.yml", "content": "---\n\n- name: Install dependencies\n apt:\n update_cache: yes\n name:\n # Required to allow one unprivileged user to become another unprivileged user\n # https://docs.ansible.com/ansible-core/2.16/playbook_guide/playbooks_privilege_e...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1683, "all_permissive": false }
ansible_role
Sapphirine/LCDefaultRatePrediction
887bc0d7b782651d5b3cc0f8db461cb831cdc7f6
0
ansible_playbooks/roles/add-spark-slave
7,199
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/add-spark-slave/defaults/main.yml", "content": "---\n\nspark_home: /usr/local/spark\nhadoop_home: /usr/local/hadoop", "license_type": "no_license", "detected_licenses": [], "size_bytes": 64 }, { "path": "ansible_playbooks/roles/add-spark-slave/tasks/mai...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 876, "all_permissive": false }
ansible_role
Sapphirine/LCDefaultRatePrediction
887bc0d7b782651d5b3cc0f8db461cb831cdc7f6
0
ansible_playbooks/roles/bootstrap-spark-node
7,199
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/bootstrap-spark-node/defaults/main.yml", "content": "anaconda_download_url: 'http://repo.continuum.io/archive/Anaconda2-4.1.1-Linux-x86_64.sh'\nscala_download_url: 'http://downloads.lightbend.com/scala/2.10.6/scala-2.10.6.deb'\nrequirements_path: '../requirements.txt'\nsci...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1611, "all_permissive": false }
ansible_role
Sapphirine/LCDefaultRatePrediction
887bc0d7b782651d5b3cc0f8db461cb831cdc7f6
0
ansible_playbooks/roles/build-instances
7,199
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/build-instances/tasks/main.yml", "content": "---\n- name: Build Spark Instance(s)\n include: build-spark-instances.yml\n when: (build_spark_instances | bool)", "license_type": "no_license", "detected_licenses": [], "size_bytes": 111 }, { "path": "ansi...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3072, "all_permissive": false }
ansible_role
Sapphirine/LCDefaultRatePrediction
887bc0d7b782651d5b3cc0f8db461cb831cdc7f6
0
ansible_playbooks/roles/hadoop-node
7,199
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/hadoop-node/templates/conf/hdfs-site.xml.j2", "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?xml-stylesheet type=\"text/xsl\" href=\"configuration.xsl\"?>\n<configuration>\n <property>\n <name>dfs.replication</name>\n <value>3</value>\n </property>\n <p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 5541, "all_permissive": false }
ansible_role
Sapphirine/LCDefaultRatePrediction
887bc0d7b782651d5b3cc0f8db461cb831cdc7f6
0
ansible_playbooks/roles/spark-node
7,199
[ "no_license" ]
[ { "path": "ansible_playbooks/roles/spark-node/defaults/main.yml", "content": "---\n\nspark_version: 2.0.2-bin-hadoop2.6\nspark_download_url: 'http://d3kbcqa49mib13.cloudfront.net/spark-{{ spark_version }}.tgz'\nspark_home: /usr/local/spark\nhadoop_home: /usr/local/hadoop\nis_master: False\nis_slave: False\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3299, "all_permissive": false }
ansible_role
chapter09/iperf-cron
5108300763d5e4a604ce27f3e591134c881244f4
0
roles/iperf
7,199
[ "no_license" ]
[ { "path": "roles/iperf/tasks/install_iperf.yml", "content": "---\n# Install iperf2 dependencies\n- name: Install iperf\n apt: name=iperf state=present\n become: true\n\n- name: Install pip3\n apt: name=python3-pip state=present\n become: true\n\n- name: Install PyYaml for python\n pip: name=pyyaml exec...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2406, "all_permissive": false }
ansible_role
vloun/signal
70f8fb80da7af1f78d06bf3996c1c236fd757895
1
deploy/ansible/roles/signal-api
7,199
[ "no_license" ]
[ { "path": "deploy/ansible/roles/signal-api/tasks/main.yml", "content": "- include_tasks: 01-src.yml\n- include_tasks: 02-stack.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 58 }, { "path": "deploy/ansible/roles/signal-api/tasks/02-stack.yml", "content":...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1643, "all_permissive": false }
ansible_role
Lune1l/Ethereum-autodeploy
438b6361f34ed3daa32326f27af91fd10541c38b
0
ansible-role/roles/generate_jwt
7,199
[ "no_license" ]
[ { "path": "ansible-role/roles/generate_jwt/tasks/main.yml", "content": "---\n- name: Generate JWT hex key\n command: openssl rand -hex 32\n register: jwt_key_output\n- name: Write JWT hex key to file\n copy:\n content: \"{{ jwt_key_output.stdout }}\"\n dest: /tmp/jwt.hex\n force: yes\n- name: Co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 437, "all_permissive": false }
ansible_role
Lune1l/Ethereum-autodeploy
438b6361f34ed3daa32326f27af91fd10541c38b
0
ansible-role/roles/nethermind
7,199
[ "no_license" ]
[ { "path": "ansible-role/roles/nethermind/tasks/main.yml", "content": "---\n- name: Fetch Nethermind binary\n include_tasks: fetch_nethermind.yml\n- name: Configure Nethermind\n include_tasks: configure.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 134 }, { ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3108, "all_permissive": false }
ansible_role
Lune1l/Ethereum-autodeploy
438b6361f34ed3daa32326f27af91fd10541c38b
0
ansible-role/roles/nimbus
7,199
[ "no_license" ]
[ { "path": "ansible-role/roles/nimbus/tasks/main.yml", "content": "---\n- name: Fetch Nimbus binary\n include_tasks: fetch_nimbus.yml\n- name: Configure Nimbus\n include_tasks: configure.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 }, { "path": "ansib...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2887, "all_permissive": false }
ansible_role
Lune1l/Ethereum-autodeploy
438b6361f34ed3daa32326f27af91fd10541c38b
0
ansible-role/roles/node_exporter
7,199
[ "no_license" ]
[ { "path": "ansible-role/roles/node_exporter/tasks/main.yml", "content": "---\n- name: Download node_exporter install script\n ansible.builtin.get_url:\n url: https://gist.githubusercontent.com/galexrt/44d62a0681146bfdbe98d0b549a01999/raw/88d675dc06a43a03265a607f28222cf21cf07cac/node_exporter.sh\n des...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 351, "all_permissive": false }
ansible_role
Lune1l/Ethereum-autodeploy
438b6361f34ed3daa32326f27af91fd10541c38b
0
ansible-role/roles/system_setup
7,199
[ "no_license" ]
[ { "path": "ansible-role/roles/system_setup/tasks/main.yml", "content": "---\n- name: Create mounting directory\n file:\n path: /mnt/block-volume\n state: directory\n mode: '0755'\n become: true\n- name: Format disk to ext4\n filesystem:\n fstype: ext4\n dev: /dev/sdb\n become: true\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1327, "all_permissive": false }
ansible_role
DmitryV81/HW27_MySQL
ddcbed81d7f721ba916017e1719c5c2ea06c5d4f
0
roles/master
7,199
[ "no_license" ]
[ { "path": "roles/master/tasks/main.yaml", "content": "---\n- name: Install Percona repo\n yum:\n name: https://downloads.percona.com/downloads/percona-release/percona-release-1.0-27/redhat/percona-release-1.0-27.noarch.rpm\n state: present\n- name: install Percona server\n yum:\n name: Percona-Se...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2967, "all_permissive": false }
ansible_role
DmitryV81/HW27_MySQL
ddcbed81d7f721ba916017e1719c5c2ea06c5d4f
0
roles/slave
7,199
[ "no_license" ]
[ { "path": "roles/slave/tasks/main.yaml", "content": "---\n- name: Install Percona repo\n yum:\n name: https://downloads.percona.com/downloads/percona-release/percona-release-1.0-27/redhat/percona-release-1.0-27.noarch.rpm\n state: present\n\n- name: install Percona server\n yum:\n name: Percona-S...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3185, "all_permissive": false }
ansible_role
lexadler/ansible-deploy-web
50092a8e572f7cd59f9b1e9125016d4afcdb087a
0
roles/apache
7,199
[ "no_license" ]
[ { "path": "roles/apache/tasks/purge.yml", "content": "- name: Removing apache2\n apt:\n pkg: ['apache2', 'libapache2-mod-php']\n state: absent\n\n- name: Deleting apache2 folder\n file:\n path: /etc/apache2\n state: absent\n\n- name: Removing our awesome application\n file:\n path: /var/ww...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
lexadler/ansible-deploy-web
50092a8e572f7cd59f9b1e9125016d4afcdb087a
0
roles/haproxy
7,199
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yml", "content": "- name: Including tasks to perform {{action_hint}} on the node\n include_tasks: \"{{action}}.yml\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/haproxy/tasks/purge.yml", "content...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 250, "all_permissive": false }
ansible_role
DarthNoodle/Minecraft-Bedrock-Server
01e7315a4809939ce39f13041477432299ef9d39
0
roles/00-base
7,199
[ "no_license" ]
[ { "path": "roles/00-base/tasks/02.harden.ssh.yml", "content": "---\r\n# https://ryaneschinger.com/blog/securing-a-server-with-ansible/\r\n\r\n#- name: Disallow password authentication\r\n# lineinfile: dest=/etc/ssh/sshd_config\r\n# regexp=\"^PasswordAuthentication\"\r\n# line=\"Pa...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 5719, "all_permissive": false }
ansible_role
DarthNoodle/Minecraft-Bedrock-Server
01e7315a4809939ce39f13041477432299ef9d39
0
roles/01-docker
7,199
[ "no_license" ]
[ { "path": "roles/01-docker/tasks/02.install.yml", "content": "---\r\n\r\n- name: Add Docker GPG Key\r\n apt_key:\r\n url: https://download.docker.com/linux/ubuntu/gpg\r\n state: present\r\n\r\n- name: Add Docker Repo (18 / Bionic)\r\n apt_repository:\r\n repo: deb https://download.docker.com/linu...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1245, "all_permissive": false }
ansible_role
DarthNoodle/Minecraft-Bedrock-Server
01e7315a4809939ce39f13041477432299ef9d39
0
roles/02-minecraft.bedrock
7,199
[ "no_license" ]
[ { "path": "roles/02-minecraft.bedrock/templates/docker-compose.yml.j2", "content": "# {{ ansible_managed }}\n\nversion: '3.3'\n\nservices:\n traefik:\n image: traefik:2.3\n command: >\n --providers.docker=true\n --entryPoints.minecraft-bedrock.address=:19132/udp\n --entryPoints...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 6096, "all_permissive": false }
ansible_role
sameera464/awx-isolated
8a6b0b5525e27ebdc35599ca16bfa1d2b1097343
0
ansible/roles/docker-build
7,199
[ "no_license" ]
[ { "path": "ansible/roles/docker-build/templates/Dockerfile.isolated.j2", "content": "From {{ awx_docker_image }}:{{ awx_docker_tag }}\n\nUSER 0\nRUN sudo yum -y remove nginx\n\nWORKDIR /tmp\n\nCOPY requirements_isolated.txt /tmp/requirements/requirements_isolated.txt\n\nRUN VENV_BASE=/var/lib/awx/venv make ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1159, "all_permissive": false }
ansible_role
Swathichintha/deploy
9a6a1a420c7272c11ce96c56f4a2cd834e87b419
0
project/roles/instance
7,199
[ "no_license" ]
[ { "path": "project/roles/instance/tasks/main.yml", "content": "---\n- name: Launching an EC2 Instance\n local_action: ec2\n instance_type=t2.micro\n image=ami-e1496384\n region=us-east-2\n keypair=aws_cicd\n count=1\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 849, "all_permissive": false }
ansible_role
hmcts/rdo-terraform-azure-palo-alto
d01a7f63001a587706c0f1d06008a6af17c80bb7
3
ansible/roles/palo
7,199
[ "no_license" ]
[ { "path": "ansible/roles/palo/tasks/dmz.yml", "content": "---\n\n- name: Create base configuration from template for DMZ hosts\n template:\n src: dmz-pan-baseline-{{ env_subscripton }}.j2\n dest: \"{{ playbook_dir }}/dmz-pan-baseline-{{ env_subscripton }}.xml\"\n\n- name: Upload base configuration\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2267, "all_permissive": false }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/action
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/action/handlers/main.yml", "content": "---\n# handlers file for action\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 31 }, { "path": "ansible/template-test/roles/action/vars/main.yml", "content"...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 607, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/await_action
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/await_action/tasks/main.yml", "content": "- name: Ensure {{ action_type }} finishes\n uri:\n url: https://schematics.cloud.ibm.com/v2/jobs/{{ action_result.json.activityid }}\n method: GET\n body_format: json\n headers:\n Authorization: Bearer {{ toke...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 957, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/create_schematics_action
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/create_schematics_action/handlers/main.yml", "content": "---\n# handlers file for create_schematics_action\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 49 }, { "path": "ansible/template-test/roles/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 752, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/create_schematics_workspace
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/create_schematics_workspace/defaults/main.yml", "content": "---\n# defaults file for create_schematics_workspace\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 52 }, { "path": "ansible/template-test/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 979, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/delete_schematics_workspace
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/delete_schematics_workspace/defaults/main.yml", "content": "---\n# defaults file for delete_schematics_workspace\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 52 }, { "path": "ansible/template-test/...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 650, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/download_tar
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/download_tar/tasks/main.yml", "content": "---\n# tasks file for download_tar\n- name: Download tar to current directory\n uri:\n url: \"{{craig_url}}/{{template}}\"\n method: POST\n body_format: json\n body: \"{{ override_craig | default({}) }}\"\n stat...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 493, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/get_iam_token
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/get_iam_token/tasks/main.yml", "content": "---\n# tasks file for get_iam_token\n- name: Get IAM Access Token\n uri:\n url: https://iam.cloud.ibm.com/identity/token\n method: POST\n headers:\n Content-Type: application/x-www-form-urlencoded\n body: \"g...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 493, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/get_workspace_data
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/get_workspace_data/defaults/main.yml", "content": "---\n# defaults file for get_workspace_data\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 43 }, { "path": "ansible/template-test/roles/get_workspac...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 589, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/pause
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/pause/tasks/main.yml", "content": "---\n- name: Pause playbook for \"{{ pause_time }}\" minute(s)\n ansible.builtin.pause:\n minutes: \"{{ pause_time }}\"", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 116...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 266, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/run_schematics_action
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/run_schematics_action/defaults/main.yml", "content": "---\n# defaults file for run_schematics_action\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 46 }, { "path": "ansible/template-test/roles/run_sc...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1381, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/update_variablestore
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/update_variablestore/handlers/main.yml", "content": "---\n# handlers file for update_variablestore\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 45 }, { "path": "ansible/template-test/roles/update_v...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 467, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/update_workspace_variables
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/update_workspace_variables/handlers/main.yml", "content": "---\n# handlers file for update_vars_in_workspace\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 49 }, { "path": "ansible/template-test/role...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 738, "all_permissive": true }
ansible_role
IBM/CRAIG
2b2339c71a1358f77f6a156f3c1e48c7ddc31d08
19
ansible/template-test/roles/upload_tar
7,199
[ "permissive" ]
[ { "path": "ansible/template-test/roles/upload_tar/tasks/main.yml", "content": "---\n# tasks file for upload_tar\n- name: Upload {{template}}.tar to Schematics Workspace\n ansible.builtin.shell: \"curl -s --request PUT \\\n --url 'https://schematics.cloud.ibm.com/v1/workspaces/{{ existing_workspa...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1133, "all_permissive": true }
ansible_role
redhat-cop/automate-tower-ha-dr
cc1aa24fc469eca83c6243cde3ae6c423ada40d4
63
roles/samdoran.pgsql-replication
7,199
[ "no_license" ]
[ { "path": "roles/samdoran.pgsql-replication/tasks/pgsql_version.yml", "content": "- name: Get PGSQL version 10.x\n command: \"{{ pgsqlrep_bash }} psql --version\"\n become: true\n become_user: postgres\n changed_when: no\n check_mode: no\n register: pgsql_version_check\n\n- name: Set PGSQL version\n\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 14, "total_bytes": 21377, "all_permissive": false }
ansible_role
redhat-cop/automate-tower-ha-dr
cc1aa24fc469eca83c6243cde3ae6c423ada40d4
63
roles/tower_api
7,199
[ "no_license" ]
[ { "path": "roles/tower_api/tasks/main.yml", "content": "---\n\n- uri:\n method: \"{{ tower_api_method }}\"\n user: \"{{ tower_api_user }}\"\n password: \"{{ <PASSWORD> }}\"\n validate_certs: \"{{ tower_api_validate_certs }}\"\n status_code: \"{{ tower_api_status_codes }}\"\n force_basic_au...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1037, "all_permissive": false }
ansible_role
redhat-cop/automate-tower-ha-dr
cc1aa24fc469eca83c6243cde3ae6c423ada40d4
63
roles/tower_cluster
7,199
[ "no_license" ]
[ { "path": "roles/tower_cluster/tasks/main.yml", "content": "---\n\n- name: set fact for cluster host\n set_fact:\n cluster_host: \"{{ rabbitmq_host | default(ansible_host) }}\"\n\n- name: import misc role to add node to cluster\n import_role:\n name: \"{{tower_installer_current}}/roles/misc\"\n var...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 323, "all_permissive": false }
ansible_role
redhat-cop/automate-tower-ha-dr
cc1aa24fc469eca83c6243cde3ae6c423ada40d4
63
roles/tower_db_active
7,199
[ "no_license" ]
[ { "path": "roles/tower_db_active/tasks/main.yml", "content": "---\n\n- debug:\n msg: \"Setting database to {{ tower_db_active_host | infer_address(hostvars) }}\"\n\n- name: Update Tower postgres.py\n lineinfile:\n dest: /etc/tower/conf.d/postgres.py\n regexp: \"^(.*'HOST':)\"\n line: \"\\\\1 '{...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 486, "all_permissive": false }
ansible_role
redhat-cop/automate-tower-ha-dr
cc1aa24fc469eca83c6243cde3ae6c423ada40d4
63
roles/tower_install
7,199
[ "no_license" ]
[ { "path": "roles/tower_install/future/tower_async.yml", "content": "---\n\n# NOTE must change directory to pickup roles and host/group vars\n- name: run tower installer for version {{ tower_version }}\n command: \"./setup.sh -i {{ tower_install_inventory }} {{ tower_install_extra_vars }} -- {{ tower_vault_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2088, "all_permissive": false }
ansible_role
redhat-cop/automate-tower-ha-dr
cc1aa24fc469eca83c6243cde3ae6c423ada40d4
63
roles/tower_inventory
7,199
[ "no_license" ]
[ { "path": "roles/tower_inventory/tasks/main.yml", "content": "---\n\n- block:\n - assert:\n that: tower_inventory_file is defined\n msg: tower_inventory_file must be passed\n\n - name: check inventory file\n stat:\n path: \"{{ tower_inventory_file }}\"\n register: tower_inventory_file...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 800, "all_permissive": false }
ansible_role
redhat-cop/automate-tower-ha-dr
cc1aa24fc469eca83c6243cde3ae6c423ada40d4
63
roles/tower_postgres_base
7,199
[ "no_license" ]
[ { "path": "roles/tower_postgres_base/tasks/main.yml", "content": "\n- name: include vars normally in group vars all in the installer\n include_vars:\n file: \"{{ tower_installer_current }}/group_vars/all\"\n\n- name: import postgres role vars\n import_role:\n name: \"{{tower_installer_current}}/role...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2803, "all_permissive": false }
ansible_role
redhat-cop/automate-tower-ha-dr
cc1aa24fc469eca83c6243cde3ae6c423ada40d4
63
roles/tower_replication_preflight
7,199
[ "no_license" ]
[ { "path": "roles/tower_replication_preflight/tasks/main.yml", "content": "---\n\n- name: PostgreSQL streaming replication pre-preflight check\n block:\n - name: ensure there is only one database in main database group\n fail:\n msg: \"Multiple hosts or none in primary database group. hosts: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1810, "all_permissive": false }
ansible_role
redhat-cop/automate-tower-ha-dr
cc1aa24fc469eca83c6243cde3ae6c423ada40d4
63
roles/tower_secret_key
7,199
[ "no_license" ]
[ { "path": "roles/tower_secret_key/tasks/push.yml", "content": "---\n\n- name: ensure tower configuration\n file:\n state: directory\n path: /etc/tower\n mode: 0750\n\n- name: deploy secret to tower\n copy:\n content: \"{{ tower_secret_key_value }}\"\n dest: \"/etc/tower/SECRET_KEY\"\n mo...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2263, "all_permissive": false }
ansible_role
redhat-cop/automate-tower-ha-dr
cc1aa24fc469eca83c6243cde3ae6c423ada40d4
63
roles/tower_service
7,199
[ "no_license" ]
[ { "path": "roles/tower_service/tasks/stop.yml", "content": "---\n\n- name: tower service stop block\n become: true\n block:\n \n - wait_for_connection:\n timeout: 10\n register: tower_available\n ignore_errors: yes\n\n - name: Stop tower\n command: ansible-tower-service stop\n when: no...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 508, "all_permissive": false }
ansible_role
rjsaran/infrastructure-as-code
e100b284c04fed0ad2c0a775b753d6c3afd1db15
1
ansible/roles/docker-swarm
7,199
[ "permissive" ]
[ { "path": "ansible/roles/docker-swarm/tasks/main.yml", "content": "---\n- name: Set Docker Swarm Manager Authorized Key (For Jenkins Access)\n authorized_key:\n user: 'ubuntu'\n state: present\n key: \"{{ lookup('file', '{{ docker_swarm_manager_public_key_file }}') }}\"\n become: true\n when: do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 273, "all_permissive": true }
ansible_role
rjsaran/infrastructure-as-code
e100b284c04fed0ad2c0a775b753d6c3afd1db15
1
ansible/roles/jenkins-master
7,199
[ "permissive" ]
[ { "path": "ansible/roles/jenkins-master/templates/setup_csrf.groovy.j2", "content": "import hudson.security.csrf.DefaultCrumbIssuer\nimport jenkins.model.Jenkins\n\ndef instance = Jenkins.instance\n\nif(instance.getCrumbIssuer() != null) {\n instance.setCrumbIssuer(null)\n\n instance.save()\n}\n", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2013, "all_permissive": true }
ansible_role
rjsaran/infrastructure-as-code
e100b284c04fed0ad2c0a775b753d6c3afd1db15
1
ansible/roles/jenkins-slave
7,199
[ "permissive" ]
[ { "path": "ansible/roles/jenkins-slave/tasks/main.yml", "content": "---\n- name: Create jenkins group\n group:\n name: '{{ jenkins_user }}'\n state: present\n become: true\n\n- name: Create jenkins user with root privileges\n user:\n name: '{{ jenkins_user }}'\n group: '{{ jenkins_group }}'\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1069, "all_permissive": true }
ansible_role
rjsaran/infrastructure-as-code
e100b284c04fed0ad2c0a775b753d6c3afd1db15
1
ansible/roles/users
7,199
[ "permissive" ]
[ { "path": "ansible/roles/users/defaults/main.yml", "content": "---\nsudo_users:\n - ramjeet", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 27 }, { "path": "ansible/roles/users/tasks/main.yml", "content": "---\n- name: Make sure we have...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 744, "all_permissive": true }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/basic
7,199
[ "no_license" ]
[ { "path": "roles/basic/tasks/main.yml", "content": "---\n- name: Setting up server's timezone\n timezone:\n name: \"{{ timezone }}\"\n\n- name: is hashicorp list exist\n stat:\n path: /etc/apt/sources.list.d/hashicorp.list\n register: hashi_repo\n\n- name: create hashicorp list file\n file:\n p...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1205, "all_permissive": false }
ansible_role
habibimustafa/ansible-vagrant-nomad-cluster
1a1bc037ad20beeda0abd6764fad785b69ab7781
0
roles/consul-acl
7,199
[ "no_license" ]
[ { "path": "roles/consul-acl/tasks/main.yml", "content": "---\n- name: Put reset ACL script\n template:\n src: script.consul-reset-acl.j2\n dest: /usr/local/bin/consul-reset-acl\n mode: 0755\n\n- name: Put Consul ACL block\n blockinfile:\n path: /etc/consul.d/consul.hcl\n insertafter:\n b...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 6806, "all_permissive": false }