Ubuntu - Cron - Schedule a Cron Job to Run in Every Second Month

0 0 15 */2 * /script/script.sh

The above crontab entry tells cron to invoke the script.sh file on every 15th day of the month in every second month of the year.