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
ark10806/hadoop-examples
ecbb27d6282080fb6d74bd5b25ccbd7f9444875a
0
ansible/build-hadoop-1/roles/namenode-pubkey
8,063
[ "no_license" ]
[ { "path": "ansible/build-hadoop-1/roles/namenode-pubkey/tasks/main.yml", "content": "- name: Check id_rsa\n stat:\n path: \"/home/{{ uname }}/.ssh/id_rsa.pub\"\n register: isPubkey\n\n- debug:\n msg: \"{{ isPubkey.stat.exists }}\"\n\n- name: make pubkey\n command: ssh-keygen -q -t rsa -f /home/{{ u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 439, "all_permissive": false }
ansible_role
ark10806/hadoop-examples
ecbb27d6282080fb6d74bd5b25ccbd7f9444875a
0
ansible/build-hadoop-1/roles/propagate-key
8,063
[ "no_license" ]
[ { "path": "ansible/build-hadoop-1/roles/propagate-key/tasks/main.yml", "content": "- name: put pubkey in datanodes\n lineinfile:\n path: \"/home/{{ uname }}/.ssh/authorized_keys\"\n line: \"{{ hostvars['nn0']['namenode_pubkey']['stdout'] }}\"", "license_type": "no_license", "detected_licenses...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 159, "all_permissive": false }
ansible_role
ark10806/hadoop-examples
ecbb27d6282080fb6d74bd5b25ccbd7f9444875a
0
ansible/build-hadoop-1/roles/user-add
8,063
[ "no_license" ]
[ { "path": "ansible/build-hadoop-1/roles/user-add/tasks/main.yml", "content": "- name: Create User \"{{ uname }}\"\n become: yes\n user:\n name: \"{{ uname }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n shell: \"/bin/bash\"\n\n- name: mod hi sudo\n become: yes\n command: u...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 713, "all_permissive": false }
ansible_role
ark10806/hadoop-examples
ecbb27d6282080fb6d74bd5b25ccbd7f9444875a
0
ansible/build-hadoop-1/roles/user-del
8,063
[ "no_license" ]
[ { "path": "ansible/build-hadoop-1/roles/user-del/tasks/main.yml", "content": "- name: Userdel \"hi\"\n become: yes\n user:\n name: hi\n remove: yes\n state: absent\n force: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 104 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 104, "all_permissive": false }
ansible_role
ark10806/hadoop-examples
ecbb27d6282080fb6d74bd5b25ccbd7f9444875a
0
ansible/build-hadoop-1/roles/vimrc-conf
8,063
[ "no_license" ]
[ { "path": "ansible/build-hadoop-1/roles/vimrc-conf/tasks/main.yml", "content": "- name: Conf vimrc\n blockinfile:\n dest: \"~/.vimrc\"\n create: yes\n marker: '\" {mark} ANSIBLE MANAGED BLOCK\"'\n block: \"syntax on\n \\nset nu\n \\nset mouse=a\n \\nset tabstop=2\n \\nset ai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 328, "all_permissive": false }
ansible_role
ni032mas/ansible
557d319b2d825977cb99d6e2a14afefc32260f80
0
roles/nginx
8,063
[ "no_license" ]
[ { "path": "roles/nginx/handlers/main.yml", "content": "---\n# handlers file for ./roles/nginx\n- name: Restart Nginx\n ansible.builtin.systemd_service:\n name: nginx.service\n state: restarted\n become: true\n- name: Reload Nginx service\n ansible.builtin.systemd_service:\n name: nginx.service\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 1665, "all_permissive": false }
ansible_role
ni032mas/ansible
557d319b2d825977cb99d6e2a14afefc32260f80
0
roles/postgresql
8,063
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "---\n# tasks file for ./roles/postgresql\n- name: Configure PostgreSQL\n become: true\n block:\n - name: Ensure PostgreSQL is installed\n apt:\n name: postgresql\n state: present\n - name: Ensure /data directory exists with ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4275, "all_permissive": false }
ansible_role
maydin82/ocp-agnostic-install
d48fa59e2deeafa8a15f44e39eff5593ec50ed9b
0
roles/agnosticiso
8,067
[ "no_license" ]
[ { "path": "roles/agnosticiso/vars/main.yml", "content": "---\n# vars file for agnosticiso", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "roles/agnosticiso/templates/install-config.yaml.j2", "content": "apiVersion: v1\nbaseDomain: {{ baseDomain...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 2670, "all_permissive": false }
ansible_role
maydin82/ocp-agnostic-install
d48fa59e2deeafa8a15f44e39eff5593ec50ed9b
0
roles/webserver
8,067
[ "no_license" ]
[ { "path": "roles/webserver/tasks/main.yml", "content": "---\n# tasks file for webserver\n\n- name: install required packages for webserver\n yum:\n name:\n - podman\n - firewalld\n - wget\n state: present\n\n- name: Make sure firewalld is running\n systemd:\n state: started\n na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2868, "all_permissive": false }
ansible_role
nabarunsen/ansible-haproxy
130588dfae03af443fadd0d01af8d7059b941daa
0
roles/runtime-env
8,067
[ "no_license" ]
[ { "path": "roles/runtime-env/tasks/main.yml", "content": "---\n- name: Disable selinux\n selinux:\n state: disabled\n when: ansible_os_family == \"CentOS\"\n\n- name: Disable selinux in config file\n lineinfile:\n dest: /etc/selinux/config\n state: present\n regexp: '^SELINUX='\n line: 'SE...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 291, "all_permissive": false }
ansible_role
nabarunsen/ansible-haproxy
130588dfae03af443fadd0d01af8d7059b941daa
0
roles/yum-repo
8,067
[ "no_license" ]
[ { "path": "roles/yum-repo/tasks/main.yml", "content": "---\n- name: Install epel\n when: ansible_os_family == \"CentOS\"\n yum:\n name: epel-release\n state: latest\n \n- name: Remove mirror fastest mirrors\n when: ansible_os_family == \"CentOS\" and yum_proxy != \"\"\n file: path=/etc/yum/plug...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 279, "all_permissive": false }
ansible_role
Rylon/ansible_role_debugging
36ab2b4d5b511a6ce2c8de3818a712fc45a524ab
0
roles/user
8,067
[ "no_license" ]
[ { "path": "roles/user/defaults/main.yml", "content": "---\nuser_state: present\nuser_groups: []\nuser_sudoers: false\nuser_keys: []\nuser_shell: /bin/bash\nuser_uid: false\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 124 }, { "path": "roles/user/te...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 8, "total_bytes": 7559, "all_permissive": false }
ansible_role
Oscarlind/hetzner
185ff6a40fa2c913d11092eef83c77028c2e35d8
0
roles/hetzner-hardening
8,067
[ "no_license" ]
[ { "path": "roles/hetzner-hardening/files/user-list.yml", "content": "---\nusers:\n - username: oscar\n key: /home/olindhol/.ssh/id_rsa.pub\n - username: mille", "license_type": "no_license", "detected_licenses": [], "size_bytes": 90 }, { "path": "roles/hetzner-hardening/tasks/main.y...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1734, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Edge
fea70fa22c35dddd4cb36528d6c20dd2ad39242c
1
roles/kiosk_mode
8,067
[ "no_license" ]
[ { "path": "roles/kiosk_mode/files/kiosk.desktop.j2", "content": "[Desktop Entry]\nType=Application\nName=Inductive Automation Ignition\nExec=firefox --kiosk http://localhost:8088 --display=:0\nOnlyShowIn=GNOME;\nAutostartCondition=GSettings org.gnome.desktop.background show-desktop-icons", "license_type...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2993, "all_permissive": false }
ansible_role
shadowman-lab/Ansible-Edge
fea70fa22c35dddd4cb36528d6c20dd2ad39242c
1
roles/shadowman_edge_simulation
8,067
[ "no_license" ]
[ { "path": "roles/shadowman_edge_simulation/tasks/main.yml", "content": "---\n- name: Install podman\n ansible.builtin.dnf:\n name: podman\n state: present\n\n- name: Allocate subuids for user\n subuid:\n user: \"{{ ansible_user }}\"\n become: true\n register: subuids\n\n- name: Allocate subgids...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1928, "all_permissive": false }
ansible_role
kamalrgnair/lamp_wordpress_ansible
7d58cb9faa2bda18c659a696f764e48d29b5d463
0
roles/lamp
8,067
[ "no_license" ]
[ { "path": "roles/lamp/handlers/main.yml", "content": "---\n- name: \"restart_httpd_service\"\n service:\n name: httpd\n state: restarted\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/lamp/vars/main.yml", "content": "###########...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2660, "all_permissive": false }
ansible_role
kamalrgnair/lamp_wordpress_ansible
7d58cb9faa2bda18c659a696f764e48d29b5d463
0
roles/wordpress
8,067
[ "no_license" ]
[ { "path": "roles/wordpress/tasks/main.yml", "content": "###############Installing WordPress##########\n\n - name: \"Downloading latest wordpress\"\n get_url:\n url: \"{{ wordpress_latest}}\"\n dest: \"/home/{{ username }}/latest.zip\" \n \n - name: \"Extracting Wor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1572, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
etcd/roles/cluster
8,067
[ "no_license" ]
[ { "path": "etcd/roles/cluster/defaults/main.yml", "content": "---\netcd_cluster_id: etcd_cluster_gg\netcd_local: 127.0.0.1\netcd_port_client: 2379\netcd_port_cluster: 2380\netcd_cluster: \"{% for host in groups[etcd] %}{{hostvars[host]['inventory_hostname']}}={{etcd_scheme}}://{% if etcd_use_ips %}{{hostvar...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1890, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
rabbitmq/roles/cluster
8,067
[ "no_license" ]
[ { "path": "rabbitmq/roles/cluster/tasks/main.yml", "content": "---\n\n- include: init.yml\n- include: cluster.yml\n- include: security.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 72 }, { "path": "rabbitmq/roles/cluster/tasks/cluster.yml", "content": "...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 2767, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
redis/roles/cluster
8,067
[ "no_license" ]
[ { "path": "redis/roles/cluster/defaults/main.yml", "content": "---\nredis_master: 192.168.88.141\nredis_port_m: 6379\nredis_port_s: 6380\nredis_workdir: /opt/redis\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 98 }, { "path": "redis/roles/cluster/tasks/init.y...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2909, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
redis/roles/sentinel
8,067
[ "no_license" ]
[ { "path": "redis/roles/sentinel/tasks/init.yml", "content": "---\n\n- name: install redis\n yum:\n name: redis\n state: present\n\n- name: enable redis\n service: \n name: redis\n enabled: yes\n\n- name: enable redis-sentinel\n service: \n name: redis-sentinel\n enabled: yes\n\n- name: ...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2039, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/account
8,067
[ "no_license" ]
[ { "path": "sys6/roles/account/tasks/main.yml", "content": "---\n\n- name: Check user with UID 0 except root\n shell: \"awk -F: '($3 == 0) { print $1 }' /etc/passwd |grep -v root\"\n register: username\n changed_when: false\n failed_when: false\n\n- name: disable user with UID 0 except root\n shell: \"/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1158, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/auditd
8,067
[ "no_license" ]
[ { "path": "sys6/roles/auditd/tasks/main.yml", "content": "---\n\n- name: set the audit rules\n copy: \n src: audit6.rules\n dest: /etc/audit/audit.rules\n owner: root\n group: root\n mode: 0640\n\n- name: modify audit log num \n lineinfile: \n backrefs: yes\n state: present\n dest:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 738, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/fileinfo
8,067
[ "no_license" ]
[ { "path": "sys6/roles/fileinfo/tasks/main.yml", "content": "---\n\n- name: set permissions and owner for rhel6\n file:\n path: \"{{ item.i_path }}\"\n owner: root\n group: root\n mode: \"{{ item.i_mode }}\"\n with_items:\n - { i_path: '/tmp', i_mode: '1777' }\n - { i_path: '/var/tmp', i_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 924, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/firewall
8,067
[ "no_license" ]
[ { "path": "sys6/roles/firewall/tasks/main.yml", "content": "---\n\n- name: check iptables service\n stat:\n path: /etc/init.d/iptables\n register: iptables_service\n\n- name: disable iptables service\n service:\n name: iptables\n state: stopped\n enabled: no\n when: \n - iptables_service....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 496, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/kdump
8,067
[ "no_license" ]
[ { "path": "sys6/roles/kdump/tasks/main.yml", "content": "---\n\n- name: modify kdump.conf\n lineinfile:\n backrefs: yes\n dest: /etc/kdump.conf\n regexp: \"^path\"\n line: \"path /kdump\"\n\n- name: create /kdump directory\n file:\n dest: /kdump\n state: directory\n mode: 0755\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 315, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/ntp
8,067
[ "no_license" ]
[ { "path": "sys6/roles/ntp/handlers/main.yml", "content": "---\n\n- name: restart ntpd\n service:\n name: ntpd\n state: restarted\n\n- name: restart chronyd\n service: \n name: chronyd\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 },...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 779, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/other
8,067
[ "no_license" ]
[ { "path": "sys6/roles/other/tasks/main.yml", "content": "---\n\n- name: modify logfile rotate\n lineinfile:\n backrefs: yes\n dest: /etc/logrotate.conf\n state: present\n regexp: \"^rotate 4\"\n line: \"rotate 24\"\n \n- name: modify crontab config\n lineinfile:\n backrefs: yes \n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 652, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/password
8,067
[ "no_license" ]
[ { "path": "sys6/roles/password/tasks/main.yml", "content": "- name: set password aging (PASS_MAX_DAYS)\n lineinfile:\n backrefs: yes\n dest: /etc/login.defs\n state: present\n regexp: \"^PASS_MAX_DAYS\"\n line: \"PASS_MAX_DAYS 90\"\n \n\n- name: set password aging (PASS_MIN_DAYS)\n linein...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1637, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/physical
8,067
[ "no_license" ]
[ { "path": "sys6/roles/physical/tasks/main.yml", "content": "---\n\n- name: disable usb storage\n lineinfile:\n create: yes\n owner: root\n group: root\n mode: 0644\n dest: /etc/modprobe.d/usb-storage.conf\n line: \"install usb-storage /bin/true\"\n\n- name: disable control+alt+delete\n l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 451, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/profile
8,067
[ "no_license" ]
[ { "path": "sys6/roles/profile/tasks/main.yml", "content": "---\n\n- name: set histtimeformat with profile\n lineinfile:\n create: yes\n owner: root\n group: root\n mode: 0644\n dest: /etc/profile.d/myhistory.sh\n line: \"export HISTTIMEFORMAT=\\\"%F %T \\\"\"\n\n- name: set prompt_command...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 940, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/runlevel
8,067
[ "no_license" ]
[ { "path": "sys6/roles/runlevel/tasks/main.yml", "content": "---\n\n- name: set runlevel 3\n lineinfile:\n dest: /etc/inittab\n state: present\n regexp: \"^id:\"\n line: \"id:3:initdefault:\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 133 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 133, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/selinux
8,067
[ "no_license" ]
[ { "path": "sys6/roles/selinux/tasks/main.yml", "content": "---\n\n\n- name: add libselinux-python package \n copy: \n src: libselinux-python-2.0.94-7.el6.x86_64.rpm\n dest: /tmp/libselinux-python-2.0.94-7.el6.x86_64.rpm\n\n- name: install libselinux-python package\n yum:\n name: /tmp/libselinux-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 617, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/service
8,067
[ "no_license" ]
[ { "path": "sys6/roles/service/tasks/main.yml", "content": "---\n\n- name: disable and stop services \n service:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n with_items:\n - acpid\n - autofs\n - avahi-daemon\n - bluetooth\n - cups\n - dnsmasq\n - firstboot\n - i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 635, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/ssh
8,067
[ "no_license" ]
[ { "path": "sys6/roles/ssh/tasks/main.yml", "content": "---\n\n- name: set ssh port to 22\n lineinfile:\n backrefs: yes\n state: present\n dest: /etc/ssh/sshd_config\n regexp: \"^[#]{0,1}Port.*\" \n line: \"Port 22\"\n\n- name: set ssh protocol to 2\n lineinfile:\n backrefs: yes\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1159, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys6/roles/yum
8,067
[ "no_license" ]
[ { "path": "sys6/roles/yum/tasks/main.yml", "content": "---\n\n- name: add centos6 baseline repo\n copy:\n src: centos6.repo\n dest: /etc/yum.repos.d/centos6.repo\n\n- name: add yum-plugin-priorities package \n copy: \n src: yum-plugin-priorities-1.1.30-40.el6.noarch.rpm\n dest: /tmp/yum-plug...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys7/roles/auditd
8,067
[ "no_license" ]
[ { "path": "sys7/roles/auditd/tasks/main.yml", "content": "---\n\n- name: set the audit rules\n copy: \n src: audit7.rules\n dest: /etc/audit/rules.d/audit.rules\n owner: root\n group: root\n mode: 0640\n\n- name: modify audit log num \n lineinfile: \n backrefs: yes\n state: present\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 719, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys7/roles/banner
8,067
[ "no_license" ]
[ { "path": "sys7/roles/banner/tasks/main.yml", "content": "---\n\n- name: copy banner file\n copy:\n src: issue\n dest: /etc/{{ item }}\n with_items:\n - issue\n - issue.net\n - motd\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 132 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 132, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys7/roles/dns
8,067
[ "no_license" ]
[ { "path": "sys7/roles/dns/tasks/main.yml", "content": "---\n\n- name: set network dns\n lineinfile:\n dest: /etc/resolv.conf\n line: \"nameserver {{ item }}\"\n with_items: \n - \"{{ dnsipset }}\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys7/roles/firewall
8,067
[ "no_license" ]
[ { "path": "sys7/roles/firewall/tasks/main.yml", "content": "---\n\n- name: check firewalld service\n stat:\n path: /usr/lib/systemd/system/firewalld.service\n register: firewall_service\n\n- name: disable firewalld service\n service:\n name: firewalld\n state: stopped\n enabled: no\n when: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 270, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys7/roles/kernel
8,067
[ "no_license" ]
[ { "path": "sys7/roles/kernel/tasks/main.yml", "content": "---\n\n- name: sysctl configure\n sysctl:\n name: \"{{ item.i_name }}\"\n value: \"{{ item.i_nu }}\"\n state: present\n sysctl_file: /etc/sysctl.d/mysysctl.conf\n with_items:\n - { i_name: 'net.ipv4.tcp_max_syn_backlog', i_nu: '4096'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1138, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys7/roles/ntp
8,067
[ "no_license" ]
[ { "path": "sys7/roles/ntp/tasks/main.yml", "content": "---\n\n- name: install chrony\n yum:\n name: chrony\n state: present\n\n- name: set chrony config\n copy: \n backup: yes\n src: chrony.conf\n dest: /etc/chrony.conf\n owner: root\n group: root\n mode: 0644\n\n- name: enable chr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 316, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys7/roles/physical
8,067
[ "no_license" ]
[ { "path": "sys7/roles/physical/tasks/main.yml", "content": "---\n\n- name: disable usb storage\n lineinfile:\n create: yes\n owner: root\n group: root\n mode: 0644\n dest: /etc/modprobe.d/usb-storage.conf\n line: \"install usb-storage /bin/true\"\n\n- name: check ctrl-atl-del \n shell: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys7/roles/runlevel
8,067
[ "no_license" ]
[ { "path": "sys7/roles/runlevel/tasks/main.yml", "content": "---\n\n- name: check runlevel\n shell: \"systemctl get-default\"\n changed_when: false\n failed_when: false\n register: runlevel\n\n- name: set runlevel 3\n shell: \"systemctl set-default multi-user.target\"\n when:\n - runlevel.stdout != ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 255, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys7/roles/selinux
8,067
[ "no_license" ]
[ { "path": "sys7/roles/selinux/tasks/main.yml", "content": "---\n\n\n- name: add libselinux-python package \n copy: \n src: libselinux-python-2.5-11.el7.x86_64.rpm\n dest: /tmp/libselinux-python-2.5-11.el7.x86_64.rpm\n\n- name: install libselinux-python package\n yum:\n name: /tmp/libselinux-pyth...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys7/roles/service
8,067
[ "no_license" ]
[ { "path": "sys7/roles/service/tasks/main.yml", "content": "---\n\n- name: disable and stop forbid services for rhel7\n service:\n name: \"{{ item }}\"\n state: stopped\n enabled: no\n with_items:\n - autofs\n - dnsmasq\n - firewalld\n - rhnsd\n - rhsmcertd\n - bluetooth\n - c...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 782, "all_permissive": false }
ansible_role
gydtc/gg_ansible
217208c990f2c54ff0932511dbd79fb1b9202e15
0
sys7/roles/yum
8,067
[ "no_license" ]
[ { "path": "sys7/roles/yum/tasks/main.yml", "content": "---\n\n- name: add centos7 baseline repo\n copy:\n src: centos7.repo\n dest: /etc/yum.repos.d/centos7.repo\n\n- name: add yum-plugin-priorities package \n copy: \n src: yum-plugin-priorities-1.1.31-42.el7.noarch.rpm\n dest: /tmp/yum-plug...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 553, "all_permissive": false }
ansible_role
worldofprasanna/DailyTracker
c1141d76131b6b871843105f15ba2a08b62d6780
0
ansible/roles/app_deploy
8,067
[ "no_license" ]
[ { "path": "ansible/roles/app_deploy/tasks/main.yml", "content": "---\n - name: create necessary directories\n file: path={{app_root_path}} state=directory\n sudo: yes\n\n - debug: msg=\"src - {{local_app_path}}/{{app_name}}-development.zip , dest - {{app_root_path}}/\"\n\n - name: Copying the ror a...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 770, "all_permissive": false }
ansible_role
imalik8088/terraform-and-treafik-stuff
7fb3bd93128586c5d87ac28c11c02c8d37d60a72
0
ansible/roles/common
8,067
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: add aliases\n blockinfile:\n path: /home/admin/.bashrc\n block: |\n alias ll=\"ls -al\"\n alias dps=\"docker ps\"\n alias dim=\"docker images\"\n alias dpl=\"docker logs -f $1\"\n alias dcps=\"docker-co...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 239, "all_permissive": false }
ansible_role
imalik8088/terraform-and-treafik-stuff
7fb3bd93128586c5d87ac28c11c02c8d37d60a72
0
ansible/roles/treafik
8,067
[ "no_license" ]
[ { "path": "ansible/roles/treafik/templates/docker-compose.yml", "content": "version: '2'\nservices:\n proxy:\n image: traefik:latest\n command: --web --docker --docker.domain=docker.localhost --logLevel=DEBUG --docker.endpoint=unix:///var/run/docker.sock\n ports:\n - 80:80\n - 443:443\n -...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1316, "all_permissive": false }
ansible_role
vasilly/osx-ansible-setup
db66a9796c276b1fbfe43aa2d3d4fa104bacd31f
0
roles/dev-tools
8,066
[ "no_license" ]
[ { "path": "roles/dev-tools/tasks/npm_modules_install.yml", "content": "- name: Install npm packages globally.\n npm:\n name: \"{{ item }}\"\n global: yes\n\n with_items: \"{{ npm_modules }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 120 }, { "path"...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2273, "all_permissive": false }
ansible_role
vasilly/osx-ansible-setup
db66a9796c276b1fbfe43aa2d3d4fa104bacd31f
0
roles/git
8,066
[ "no_license" ]
[ { "path": "roles/git/templates/bash_profile.j2", "content": "# Git Alias\nalias gs='git status'\nalias gpr='git pull --rebase'\nalias push='git push'\nalias gds='git diff --staged'\nalias gap='git add -p'\nalias gcm='git commit -m'\nalias oneline='git log --oneline'\n# Other Alias\nalias brewup='brew update...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2636, "all_permissive": false }
ansible_role
vasilly/osx-ansible-setup
db66a9796c276b1fbfe43aa2d3d4fa104bacd31f
0
roles/mac-preferences
8,066
[ "no_license" ]
[ { "path": "roles/mac-preferences/tasks/main.yml", "content": "- name: Enable Tab/Cancel in Mac dialogs\n shell: defaults write NSGlobalDomain AppleKeyboardUIMode -int 3\n\n- name: Require password immediately after screen saver begins\n shell: defaults write com.apple.screensaver askForPassword -int 1\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1920, "all_permissive": false }
ansible_role
jcontreras549/azure_test
317443eba27cd29a6c6ee71d18820f22c8bacf13
0
roles/Azure_Blob_Storage
8,066
[ "no_license" ]
[ { "path": "roles/Azure_Blob_Storage/vars/vars_task_directory.yml", "content": "---\nazure_rg : Blob2023\nazure_storage_account_name : testaccountnt005\ncontainer_name : srec", "license_type": "no_license", "detected_licenses": [], "size_bytes": 91 }, { "path": "roles/Azure_Blob_Storage/v...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1746, "all_permissive": false }
ansible_role
manyabu/ubuntu
04eb8b3b618663120781472ee44e5e2cdd13da3f
0
provisioning/roles/vagrant
8,066
[ "no_license" ]
[ { "path": "provisioning/roles/vagrant/tasks/main.yml", "content": "---\n- name: Add repository due to install emacs25\n become: true\n apt_repository:\n repo: ppa:kelleyk/emacs\n state: present\n\n- name: Update apt cache\n become: true\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Inst...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1384, "all_permissive": false }
ansible_role
davyvandelaar/codecrusaders
a130e54d4cb9a7a3f6daf38c9644e8a507b3f5ec
0
VMware-Horizon-View-with-Ansible-and-Powershell/roles/role_horizon_view_create
8,066
[ "no_license" ]
[ { "path": "VMware-Horizon-View-with-Ansible-and-Powershell/roles/role_horizon_view_create/tasks/main.yml", "content": "---\n- name: create desktop pool\n create_hv_desktoppool:\n hv_server: \"{{ your_connection_server }}\"\n hv_password: \"{{ <PASSWORD> }}\"\n hv_username: \"{{ your_admin_user }}\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4757, "all_permissive": false }
ansible_role
davyvandelaar/codecrusaders
a130e54d4cb9a7a3f6daf38c9644e8a507b3f5ec
0
VMware-Horizon-View-with-Ansible-and-Powershell/roles/role_ldap_securitygroup_create
8,066
[ "no_license" ]
[ { "path": "VMware-Horizon-View-with-Ansible-and-Powershell/roles/role_ldap_securitygroup_create/defaults/main.yml", "content": "---\n# defaults file for role_bdp_services_ldap_secgroup_create\n\n# do not change\nansible_python_interpreter: /home/autouser/virtual-env/bin/python\n\n# ansible connections\nansi...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 960, "all_permissive": false }
ansible_role
manojpaul2012/ansible-gke
9bff8e4cfe6c9f623094e2a12767cb3ddce1dbd9
0
roles/k8s
8,066
[ "no_license" ]
[ { "path": "roles/k8s/tasks/main.yaml", "content": "---\n- name: create k8s cluster\n google.cloud.gcp_container_cluster:\n name: \"{{ cluster_name }}\"\n initial_node_count: \"{{ initial_node_count}}\"\n location: \"{{ zone }}\"\n network: \"{{ network.name }}\"\n project: \"{{ project_id }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 811, "all_permissive": false }
ansible_role
VTRyo/handson-amazonlinux
790352e46dba23c86bbf9b3fdaf074a0f5641a53
0
ansible/roles/common
8,066
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "- name: yum install bacepackage\n yum: name={{ item }} state=present\n with_items:\n - vim\n - zsh\n - git\n - tree\n - htop\n - mlocate\n - telnet\n - yum-plugin-changelog\n\n\n- name: change timezone to Asia/Tokyo\n ti...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 262, "all_permissive": false }
ansible_role
VTRyo/handson-amazonlinux
790352e46dba23c86bbf9b3fdaf074a0f5641a53
0
ansible/roles/h2o
8,066
[ "no_license" ]
[ { "path": "ansible/roles/h2o/tasks/main.yml", "content": "- name: copy yum.repo h2o\n copy:\n src: \"roles/h2o/files/bintray-tatsushid-h2o-rpm.repo\"\n dest: \"/etc/yum.repos.d/\"\n\n- name: install h2o\n yum: name=h2o state=present\n\n- name: service start h2o\n service: name=h2o enabled=yes state...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 458, "all_permissive": false }
ansible_role
VTRyo/handson-amazonlinux
790352e46dba23c86bbf9b3fdaf074a0f5641a53
0
ansible/roles/php
8,066
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "- name: install remi\n yum: name={{ item }} state=present\n with_items:\n - \"https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm\"\n - \"http://rpms.famillecollet.com/enterprise/remi-release-6.rpm\"\n\n- name: install php ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 817, "all_permissive": false }
ansible_role
amitvashisttech/devops-accenture-2020Oct12
84cc75e210be587ee8c9507f8157386be3171a2d
0
04-Ansible/07-Roles/Roles/apache
8,066
[ "no_license" ]
[ { "path": "04-Ansible/07-Roles/Roles/apache/vars/main.yml", "content": "---\n# vars file for apache\ndoc_root: \"/var/www/html\"\nadmin: \"<NAME>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 69 }, { "path": "04-Ansible/07-Roles/Roles/apache/tasks/main.yml", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 871, "all_permissive": false }
ansible_role
amitvashisttech/devops-accenture-2020Oct12
84cc75e210be587ee8c9507f8157386be3171a2d
0
04-Ansible/07-Roles/Roles/server-common
8,066
[ "no_license" ]
[ { "path": "04-Ansible/07-Roles/Roles/server-common/tasks/firewall.yaml", "content": "---\n\n- name: Stop Firewall on REDHAT Based Nodes\n service: name=firewalld state=stopped enabled=False\n when: ansible_os_family == \"RedHat\"\n\n\n- name: Stop Firewall on Debian Based Nodes\n service: name=ufw state=...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 632, "all_permissive": false }
ansible_role
amitvashisttech/devops-accenture-2020Oct12
84cc75e210be587ee8c9507f8157386be3171a2d
0
04-Ansible/07-Roles/Roles/tomcat
8,066
[ "no_license" ]
[ { "path": "04-Ansible/07-Roles/Roles/tomcat/vars/main.yml", "content": "---\n# vars file for tomcat\ndoc_tomcat: \"/opt/SP/apps/tomcat\"\ndoc_root: \"/var/www/html\"\nadmin: \"Tomcat-Deployment-Test-01\"\ntomcat_url: \"https://mirrors.estointernet.in/apache/tomcat/tomcat-8/v8.5.59/bin/apache-tomcat-8.5.59.t...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1079, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/collections/ansible_collections/ejsmit/containers/roles/nextcloud
8,066
[ "no_license" ]
[ { "path": "ansible/collections/ansible_collections/ejsmit/containers/roles/nextcloud/templates/traefik-nextcloud.yml", "content": "\nhttp:\n routers:\n\n # nextcloudhttp_route:\n # entryPoints:\n # - \"http\"\n # middlewares:\n # - https_redirect\n # service: nextcloud_service\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 8026, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/collections/ansible_collections/ejsmit/containers/roles/podman
8,066
[ "no_license" ]
[ { "path": "ansible/collections/ansible_collections/ejsmit/containers/roles/podman/tasks/main.yml", "content": "---\n\n- name: Install podman\n apt:\n name:\n - podman\n - buildah\n - skopeo\n - dnsmasq\n - golang-github-containernetworking-plugin-dnsname\n\n# finally fixed in ub...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1805, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/collections/ansible_collections/ejsmit/containers/roles/samba-pi
8,066
[ "no_license" ]
[ { "path": "ansible/collections/ansible_collections/ejsmit/containers/roles/samba-pi/defaults/main.yml", "content": "---\n\n\nsamba_image: \"docker.io/dperson/samba:latest\"\nsamba_data: /mnt/disk2/shares\nsamba_ports:\n - \"445:445\"\nsamba_volumes:\n - \"{{samba_data}}:/shares\"\nsamba_users: -u \"exampl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1251, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/collections/ansible_collections/ejsmit/containers/roles/traefik
8,066
[ "no_license" ]
[ { "path": "ansible/collections/ansible_collections/ejsmit/containers/roles/traefik/templates/traefik.toml", "content": "\n[log]\n level = \"DEBUG\"\n\n[accessLog]\n\n[api]\n insecure = false\n debug = true\n dashboard = true\n\n[providers]\n [providers.file]\n watch = true\n directory = \"/config...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 3548, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/collections/ansible_collections/ejsmit/containers/roles/vaultwarden
8,066
[ "no_license" ]
[ { "path": "ansible/collections/ansible_collections/ejsmit/containers/roles/vaultwarden/defaults/main.yml", "content": "---\n\n\nvaultwarden_image: \"docker.io/vaultwarden/server:latest\"\nvaultwarden_volume: /mnt/disk2/data\n\nvaultwarden_admin_token: \"<PASSWORD>\"\n\n", "license_type": "no_license", ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3503, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/create-user
8,066
[ "no_license" ]
[ { "path": "ansible/roles/create-user/defaults/main.yml", "content": "\npassword_hash: \"<PASSWORD>\"\ndefault_key: \"/.ssh/id_ed25519.pub\"\nname: \"deploy\"\npassword_sudo: yes\nuser_groups: ''\n\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1772, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/file-tools
8,066
[ "no_license" ]
[ { "path": "ansible/roles/file-tools/tasks/main.yml", "content": "\n- name: install rclone and gocryptfs\n apt:\n name:\n - fuse3\n - rclone\n - gocryptfs\n - sshfs\n state: latest\n\n- name: create rclone config directory\n file:\n path: /root/.config/rclone\n state: direct...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 587, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/gpg
8,066
[ "no_license" ]
[ { "path": "ansible/roles/gpg/tasks/root.yml", "content": "- name: ensure root .gnupg exists exists\n ansible.builtin.file:\n path: /root/.gnupg\n owner: root\n group: root\n mode: '0700'\n state: 'directory'\n\n- name: ensure a basic gpg config file exists\n ansible.builtin.stat:\n path:...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 3927, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/logwatch
8,066
[ "no_license" ]
[ { "path": "ansible/roles/logwatch/tasks/main.yml", "content": "---\n- name: install logwatch\n apt:\n name: logwatch\n state: latest\n\n- name: create conf/logfiles directory\n file:\n path: /etc/logwatch/conf/logfiles\n state: directory\n mode: 0755\n\n- name: create conf/services director...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 980, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/mount-usb-ext4
8,066
[ "no_license" ]
[ { "path": "ansible/roles/mount-usb-ext4/defaults/main.yml", "content": "---\n\n# override per host when needed\nexternal_disk: \"data\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 59 }, { "path": "ansible/roles/mount-usb-ext4/tasks/main.yml", "content": "...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 462, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/packages
8,066
[ "no_license" ]
[ { "path": "ansible/roles/packages/tasks/main.yml", "content": "\n\n- name: Run the equivalent of \"apt update\"\n apt:\n update_cache: yes\n update_cache_retries: 2\n upgrade: no\n ignore_errors: yes\n\n- name: Run the equivalent of \"apt dist-upgrade\"\n apt:\n update_cache: no\n upgrade:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 764, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/pihole
8,066
[ "no_license" ]
[ { "path": "ansible/roles/pihole/tasks/main.yml", "content": "\n- name: Create pihole backup script\n template:\n src: pihole_backup.sh\n dest: /usr/local/bin/pihole_backup.sh\n owner: root\n group: root\n mode: '0755'\n\n- cron:\n name: \"PiHole Backup\"\n minute: \"0\"\n hour: \"5\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 886, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/postfix-relay
8,066
[ "no_license" ]
[ { "path": "ansible/roles/postfix-relay/tasks/main.yml", "content": "---\n- name: Ensure postfix is installed.\n package:\n name: \n - postfix \n - libsasl2-modules\n state: present\n\n- name: Create postfix mail relay password file\n copy:\n content: \"[{{isp_email_server}}] {{isp_email...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2659, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/setup-raspbian
8,066
[ "no_license" ]
[ { "path": "ansible/roles/setup-raspbian/tasks/main.yml", "content": "\n# requires playbook reboot and wait handler.\n\n- name: set static ip\n blockinfile:\n path: /etc/dhcpcd.conf\n block: |\n interface eth0\n static domain_name={{static_nameserver_search|join(',')}}\n static ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2017, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/setup-ubuntu-cloud
8,066
[ "no_license" ]
[ { "path": "ansible/roles/setup-ubuntu-cloud/tasks/main.yml", "content": "\n# requires playbook reboot and wait handler.\n\n- name: Disable cloud-init networking for static ip\n copy:\n dest: /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg\n content: \"network: {config: disabled}\"\n when: enabl...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3282, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/ssh-certs
8,066
[ "no_license" ]
[ { "path": "ansible/roles/ssh-certs/tasks/host.yml", "content": "---\n\n# create local temp\n\n- name: Create local temporary directory\n ansible.builtin.tempfile:\n state: directory\n suffix: sshcert\n register: certtemp\n\n- name: Copy CA private key to temp\n copy:\n src: \"~/.private/apps/ssh...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5064, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/telegram
8,066
[ "no_license" ]
[ { "path": "ansible/roles/telegram/tasks/main.yml", "content": "---\n\n- name: ensure telegram config directory exists\n ansible.builtin.file:\n path: /etc/telegram\n owner: root\n group: root\n mode: '0755'\n state: 'directory'\n\n- name: install telegram-notify\n copy:\n src: files/tele...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 703, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/ufw
8,066
[ "no_license" ]
[ { "path": "ansible/roles/ufw/tasks/main.yml", "content": "---\n- name: install ufw\n apt:\n name: ufw\n state: present\n\n- name: disable and reset firewall\n ufw:\n state: reset\n\n- name: set default policy\n ufw:\n policy: \"{{item.policy}}\"\n direction: \"{{item.direction}}\"\n with_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 943, "all_permissive": false }
ansible_role
ejsmit/infrastructure
6971faf4c08608abfa1b47fcde32503e00f17f24
0
ansible/roles/unattended-upgrades-raspbian
8,066
[ "no_license" ]
[ { "path": "ansible/roles/unattended-upgrades-raspbian/tasks/main.yml", "content": "---\n\n\n- name: install unattended upgrade packages\n apt:\n name:\n - unattended-upgrades\n state: latest\n when: ansible_lsb.id == 'Raspbian'\n\n\n- name: install auto update configuration files\n copy:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 382, "all_permissive": false }
ansible_role
mogi86/milky_way
5caae224689fe93cd360a62309c782a3e39e1276
0
ansible/roles/composer
8,066
[ "no_license" ]
[ { "path": "ansible/roles/composer/tasks/main.yml", "content": "- name: install composer\n shell: /bin/bash -lc \"curl -s https://getcomposer.org/installer | php\"\n tags: composer\n\n- name: move composer\n shell: /bin/bash -lc \"mv ./composer.phar /usr/local/bin/composer\"\n tags: composer\n", "lic...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 223, "all_permissive": false }
ansible_role
mogi86/milky_way
5caae224689fe93cd360a62309c782a3e39e1276
0
ansible/roles/laravel
8,066
[ "no_license" ]
[ { "path": "ansible/roles/laravel/tasks/main.yml", "content": "- name: copy .env\n command: cp /var/www/milky_way/.env.example /var/www/milky_way/.env\n tags: laravel\n\n- name: exec composer install\n composer:\n command: install\n working_dir: /var/www/milky_way\n tags: laravel\n\n- name: key gen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 464, "all_permissive": false }
ansible_role
mogi86/milky_way
5caae224689fe93cd360a62309c782a3e39e1276
0
ansible/roles/php
8,066
[ "no_license" ]
[ { "path": "ansible/roles/php/tasks/main.yml", "content": "# amazon linux2\n#- name: amazon-linux-extras\n# command: amazon-linux-extras install lamp-mariadb10.2-php7.2 php7.2\n# tags: php\n#\n#- name: install php\n# yum: name={{item}}\n# with_items:\n# - php\n# - php-cli\n# - php-gd\n# - php...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1892, "all_permissive": false }
ansible_role
rakinulhaque/Ansible
caaf3355f695d7887f4b0d90bf74cebc1a9c46b3
0
roleBasedDeoloyment/roles/nginx
8,069
[ "no_license" ]
[ { "path": "roleBasedDeoloyment/roles/nginx/tasks/main.yml", "content": "---\n - name: Update apt cache\n apt:\n update_cache: yes\n become: yes\n \n - name: Install Nginx\n apt:\n name: nginx\n state: present\n become: yes\n - name: Add Node.js subdomai...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 829, "all_permissive": false }
ansible_role
rakinulhaque/Ansible
caaf3355f695d7887f4b0d90bf74cebc1a9c46b3
0
roleBasedDeoloyment/roles/node
8,069
[ "no_license" ]
[ { "path": "roleBasedDeoloyment/roles/node/tasks/main.yml", "content": "---\n - name: Update apt cache\n apt:\n update_cache: yes\n become: yes\n\n - name: Install Node.js dependencies\n npm:\n path: /home/vagrant/nodeProject/\n become: no\n\n - name: Install nodemo...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 484, "all_permissive": false }
ansible_role
rakinulhaque/Ansible
caaf3355f695d7887f4b0d90bf74cebc1a9c46b3
0
roleBasedDeoloyment/roles/packages
8,069
[ "no_license" ]
[ { "path": "roleBasedDeoloyment/roles/packages/tasks/main.yml", "content": "---\n - name: Update apt cache\n apt:\n update_cache: yes\n become: yes\n \n - name: Configure dpkg\n command: dpkg --configure -a\n become: yes\n\n - name: Packages\n apt:\n name: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 862, "all_permissive": false }
ansible_role
rakinulhaque/Ansible
caaf3355f695d7887f4b0d90bf74cebc1a9c46b3
0
roleBasedDeoloyment/roles/python
8,069
[ "no_license" ]
[ { "path": "roleBasedDeoloyment/roles/python/tasks/main.yml", "content": "---\n - name: Update apt cache\n apt:\n update_cache: yes\n become: yes\n\n - name: Create Python virtual environment\n command: python3 -m venv /home/vagrant/pythonProject/venv\n\n - name: Install Django...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 611, "all_permissive": false }
ansible_role
maxime67/DOC-deployment
2ca4baeb3c08f62f90f27eeb4c288aed58873a6a
0
roles/nodejs
8,069
[ "no_license" ]
[ { "path": "roles/nodejs/templates/env.user.j2", "content": "MONGOURL={{ database_url_user }}", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "roles/nodejs/templates/env.admin.j2", "content": "MONGOURL={{ database_url_admin }}", "license_type...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4278, "all_permissive": false }
ansible_role
AlexDiego/ansible_lab
ea5b72f0256a1a2438e3b34b9b351d47ceb0cf3c
0
roles/base
8,069
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for simone\n ansible.posix.authorized_key:\n user: simone\n key: \"<KEY>\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 97, "all_permissive": false }
ansible_role
AlexDiego/ansible_lab
ea5b72f0256a1a2438e3b34b9b351d47ceb0cf3c
0
roles/db_servers
8,069
[ "no_license" ]
[ { "path": "roles/db_servers/tasks/main.yml", "content": "- name: install mariadb - CentOS\n tags: centos, db, mariadb\n dnf:\n name:\n - mariadb\n - mariadb-server\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: install mariadb - Ubuntu\n tags: ubuntu, db, mariadb\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 329, "all_permissive": false }
ansible_role
AlexDiego/ansible_lab
ea5b72f0256a1a2438e3b34b9b351d47ceb0cf3c
0
roles/web_servers
8,069
[ "no_license" ]
[ { "path": "roles/web_servers/tasks/main.yml", "content": "- name: install apache package, php module and update dnf cache - CentOS\n tags: apache, apache2, centos, httpd\n dnf:\n name:\n - httpd\n - php\n state: latest\n when: ansible_distribution == \"CentOS\"\n\n- name: start and enable...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1169, "all_permissive": false }
ansible_role
AlexDiego/ansible_lab
ea5b72f0256a1a2438e3b34b9b351d47ceb0cf3c
0
roles/workstations
8,069
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.8.0/terraform_1.8.0_linux_386.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 267, "all_permissive": false }
ansible_role
frossatti/ansible
a17e1fa5980bbe85e9931e56a278cb20794fccf4
0
roles/puppet
8,069
[ "no_license" ]
[ { "path": "roles/puppet/tasks/main.yml", "content": "---\n# tasks file for puppet\n- include_tasks: agent.yml\n- include_tasks: agent.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 82 }, { "path": "roles/puppet/tasks/agent.yml", "content": "---\n- name: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 657, "all_permissive": false }
ansible_role
Devcastops/dco-consul-ansible
a6ca434053a5270865dfeca7bc7bc39a01b384cc
0
consul/roles/agent
8,069
[ "permissive" ]
[ { "path": "consul/roles/agent/tasks/main.yaml", "content": "---\n\n- name: Create agent Directory\n file:\n path: \"{{item}}\"\n state: directory\n mode: \"0750\"\n owner: \"{{ consul_user }}\"\n group: \"{{ consul_group }}\"\n with_items: \n - \"{{ config_dir }}/consul\"\n\n- name: load t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1516, "all_permissive": true }
ansible_role
Devcastops/dco-consul-ansible
a6ca434053a5270865dfeca7bc7bc39a01b384cc
0
consul/roles/base
8,069
[ "permissive" ]
[ { "path": "consul/roles/base/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - consul_base\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 70 }, { "path": "consul/roles/base/templates/common-config....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2936, "all_permissive": true }
ansible_role
Devcastops/dco-consul-ansible
a6ca434053a5270865dfeca7bc7bc39a01b384cc
0
consul/roles/client
8,069
[ "permissive" ]
[ { "path": "consul/roles/client/templates/5-consul-bootstrap.sh.j2", "content": "#!/bin/bash\n\n# get vault token\n\nJWT=$(curl -H \"Metadata-Flavor: Google\" --data-urlencode \"audience=vault/client\" --data-urlencode \"format=full\" 'http://metadata/computeMetadata/v1/instance/service-accounts/default/iden...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2270, "all_permissive": true }
ansible_role
Devcastops/dco-consul-ansible
a6ca434053a5270865dfeca7bc7bc39a01b384cc
0
consul/roles/encryption
8,069
[ "permissive" ]
[ { "path": "consul/roles/encryption/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - consul_encryption\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 76 }, { "path": "consul/roles/encryption/defaul...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1863, "all_permissive": true }