Cleaned up indents and schtuff, run is clean
This commit is contained in:
parent
dc71942497
commit
efa62ad66d
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
- name: Setting up ubergeek
|
||||||
user:
|
user:
|
||||||
name: ubergeek
|
name: ubergeek
|
||||||
groups: tilde,sudo
|
groups: tilde,sudo
|
||||||
|
|
|
@ -1,70 +1,86 @@
|
||||||
#This play configs apapche for us
|
#This play configs apapche for us
|
||||||
---
|
---
|
||||||
name: Deploy 000-default.conf
|
- name: Deploy 000-default.conf
|
||||||
- copy:
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/000-default.conf
|
src: ../files/etc/apache2/sites-available/000-default.conf
|
||||||
dest: /etc/apache2/sites/available/000-default.conf
|
dest: /etc/apache2/sites-available/000-default.conf
|
||||||
name: Deploy default-ssl.conf
|
|
||||||
- copy:
|
- name: Deploy default-ssl.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/default-ssl.conf
|
src: ../files/etc/apache2/sites-available/default-ssl.conf
|
||||||
dest: /etc/apache2/sites/available/default-ssl.conf
|
dest: /etc/apache2/sites-available/default-ssl.conf
|
||||||
name: Deploy ftp.summit.ttm.sh.conf
|
|
||||||
- copy:
|
- name: Deploy ftp.summit.ttm.sh.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/ftp.summit.ttm.sh.conf
|
src: ../files/etc/apache2/sites-available/ftp.summit.ttm.sh.conf
|
||||||
dest: /etc/apache2/sites/available/ftp.summit.ttm.sh.conf
|
dest: /etc/apache2/sites-available/ftp.summit.ttm.sh.conf
|
||||||
name: Deploy ftp.summit.ttm.sh-le-ssl.conf
|
|
||||||
- copy:
|
- name: Deploy ftp.summit.ttm.sh-le-ssl.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/ftp.summit.ttm.sh-le-ssl.conf
|
src: ../files/etc/apache2/sites-available/ftp.summit.ttm.sh-le-ssl.conf
|
||||||
dest: /etc/apache2/sites/available/ftp.summit.ttm.sh-le-ssl.conf
|
dest: /etc/apache2/sites-available/ftp.summit.ttm.sh-le-ssl.conf
|
||||||
name: Deploy mail.thunix.cf.conf
|
|
||||||
- copy:
|
- name: Deploy mail.thunix.cf.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/mail.thunix.cf.conf
|
src: ../files/etc/apache2/sites-available/mail.thunix.cf.conf
|
||||||
dest: /etc/apache2/sites/available/mail.thunix.cf.conf
|
dest: /etc/apache2/sites-available/mail.thunix.cf.conf
|
||||||
name: Deploy mail.thunix.cf-le-ssl.conf
|
|
||||||
- copy:
|
- name: Deploy mail.thunix.cf-le-ssl.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/mail.thunix.cf-le-ssl.conf
|
src: ../files/etc/apache2/sites-available/mail.thunix.cf-le-ssl.conf
|
||||||
dest: /etc/apache2/sites/available/mail.thunix.cf-le-ssl.conf
|
dest: /etc/apache2/sites-available/mail.thunix.cf-le-ssl.conf
|
||||||
name: Deploy ny.dyniform.net.conf
|
|
||||||
- copy:
|
- name: Deploy ny.dyniform.net.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/ny.dyniform.net.conf
|
src: ../files/etc/apache2/sites-available/ny.dyniform.net.conf
|
||||||
dest: /etc/apache2/sites/available/ny.dyniform.net.conf
|
dest: /etc/apache2/sites-available/ny.dyniform.net.conf
|
||||||
name: Deploy summit-nosite.conf
|
|
||||||
- copy:
|
- name: Deploy summit-nosite.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/summit-nosite.conf
|
src: ../files/etc/apache2/sites-available/summit-nosite.conf
|
||||||
dest: /etc/apache2/sites/available/summit-nosite.conf
|
dest: /etc/apache2/sites-available/summit-nosite.conf
|
||||||
name: Deploy summit.ttm.sh.conf
|
|
||||||
- copy:
|
- name: Deploy summit.ttm.sh.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/summit.ttm.sh.conf
|
src: ../files/etc/apache2/sites-available/summit.ttm.sh.conf
|
||||||
dest: /etc/apache2/sites/available/summit.ttm.sh.conf
|
dest: /etc/apache2/sites-available/summit.ttm.sh.conf
|
||||||
name: Deploy summit.ttm.sh-le-ssl.conf
|
|
||||||
- copy:
|
- name: Deploy summit.ttm.sh-le-ssl.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/summit.ttm.sh-le-ssl.conf
|
src: ../files/etc/apache2/sites-available/summit.ttm.sh-le-ssl.conf
|
||||||
dest: /etc/apache2/sites/available/summit.ttm.sh-le-ssl.conf
|
dest: /etc/apache2/sites-available/summit.ttm.sh-le-ssl.conf
|
||||||
name: Deploy thunix.cf.conf
|
|
||||||
- copy:
|
- name: Deploy thunix.cf.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/thunix.cf.conf
|
src: ../files/etc/apache2/sites-available/thunix.cf.conf
|
||||||
dest: /etc/apache2/sites/available/thunix.cf.conf
|
dest: /etc/apache2/sites-available/thunix.cf.conf
|
||||||
name: Deploy thunix.cf-le-ssl.conf
|
|
||||||
- copy:
|
- name: Deploy thunix.cf-le-ssl.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/thunix.cf-le-ssl.conf
|
src: ../files/etc/apache2/sites-available/thunix.cf-le-ssl.conf
|
||||||
dest: /etc/apache2/sites/available/thunix.cf-le-ssl.conf
|
dest: /etc/apache2/sites-available/thunix.cf-le-ssl.conf
|
||||||
name: Deploy thunix.tilde.chat.conf
|
|
||||||
- copy:
|
- name: Deploy thunix.tilde.chat.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/thunix.tilde.chat.conf
|
src: ../files/etc/apache2/sites-available/thunix.tilde.chat.conf
|
||||||
dest: /etc/apache2/sites/available/thunix.tilde.chat.conf
|
dest: /etc/apache2/sites-available/thunix.tilde.chat.conf
|
||||||
name: Deploy www.summit.ttm.sh.conf
|
|
||||||
- copy:
|
- name: Deploy www.summit.ttm.sh.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/www.summit.ttm.sh.conf
|
src: ../files/etc/apache2/sites-available/www.summit.ttm.sh.conf
|
||||||
dest: /etc/apache2/sites/available/www.summit.ttm.sh.conf
|
dest: /etc/apache2/sites-available/www.summit.ttm.sh.conf
|
||||||
name: Deploy www.summit.ttm.sh-le-ssl.conf
|
|
||||||
- copy:
|
- name: Deploy www.summit.ttm.sh-le-ssl.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/www.summit.ttm.sh-le-ssl.conf
|
src: ../files/etc/apache2/sites-available/www.summit.ttm.sh-le-ssl.conf
|
||||||
dest: /etc/apache2/sites/available/www.summit.ttm.sh-le-ssl.conf
|
dest: /etc/apache2/sites-available/www.summit.ttm.sh-le-ssl.conf
|
||||||
name: Deploy www.thunix.cf.conf
|
|
||||||
- copy:
|
- name: Deploy www.thunix.cf.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/www.thunix.cf.conf
|
src: ../files/etc/apache2/sites-available/www.thunix.cf.conf
|
||||||
dest: /etc/apache2/sites/available/www.thunix.cf.conf
|
dest: /etc/apache2/sites-available/www.thunix.cf.conf
|
||||||
name: Deploy www.thunix.cf-le-ssl.conf
|
|
||||||
- copy:
|
- name: Deploy www.thunix.cf-le-ssl.conf
|
||||||
|
copy:
|
||||||
src: ../files/etc/apache2/sites-available/www.thunix.cf-le-ssl.conf
|
src: ../files/etc/apache2/sites-available/www.thunix.cf-le-ssl.conf
|
||||||
dest: /etc/apache2/sites/available/www.thunix.cf-le-ssl.conf
|
dest: /etc/apache2/sites-available/www.thunix.cf-le-ssl.conf
|
||||||
|
|
|
@ -5,4 +5,3 @@
|
||||||
- include: users.yml
|
- include: users.yml
|
||||||
- include: apache.yml
|
- include: apache.yml
|
||||||
- include: codedeploy.yml
|
- include: codedeploy.yml
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Install apache and accoutrements www, irrespective of what role they might have
|
# Install apache and accoutrements www, irrespective of what role they might have
|
||||||
---
|
---
|
||||||
- name: Install wwww packages
|
- name: Install packages
|
||||||
apt: name={{ item }} state=present
|
apt: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- apache2
|
- apache2
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
- user:
|
- user:
|
||||||
name: amcclure
|
name: amcclure
|
||||||
groups: tilde, sudo
|
groups: sudo
|
||||||
state: present
|
state: present
|
||||||
skeleton: /etc/skel
|
skeleton: /etc/skel
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
|
|
Loading…
Reference in New Issue