- name: create the job config.xml files
sudo: true
template:
src={{ item }}
dest={{ conf_jenkins_home }}/jobs/{{ item | basename | replace(".xml.j2", "") }}/config.xml
owner=jenkins
group=jenkins
mode=0600
with_fileglob:
- ../templates/jobs/*
notify: restart Jenkins
And install SonarQube plugins... - name: install sonar plugins
sudo: true
get_url:
url={{ item.value.url }}
dest=/opt/sonarqube/extensions/plugins
owner={{ ansible_ssh_user }}
group={{ ansible_ssh_user }}
mode=0755
with_dict: "{{ sonarqube_plugins }}"
Just in case you are a smart kid in high school, or helping one, Do Not Skip Calculus 1 in college based on taking the material in high school. This can be a very dangerous mistake.
If you are really confident, then get the syllabus for Calculus I from the college, and do problems from the textbook. Taking Calculus II as a first semester freshman can be very tough.
Do this only if you are confident and bored with Calculus I. Rushing foundation studies is the wrong choice for most students. I made this mistake, and thought I received honors on my engineering degree (and was a Masters student in my fourth year) -- Calculus II was the lowest grade on my transcript. Good luck.