Drop fedora user here too

This commit is contained in:
Kevin Fenzi 2015-10-07 04:16:44 +00:00
parent e3cbbc9771
commit 1f67918ea1
3 changed files with 0 additions and 12 deletions

View file

@ -1,7 +1,5 @@
- name: check/create instance - name: check/create instance
hosts: grafana.cloud.fedoraproject.org hosts: grafana.cloud.fedoraproject.org
user: fedora
sudo: True
gather_facts: False gather_facts: False
vars_files: vars_files:
@ -15,8 +13,6 @@
- name: setup all the things - name: setup all the things
hosts: grafana.cloud.fedoraproject.org hosts: grafana.cloud.fedoraproject.org
user: fedora
sudo: True
gather_facts: True gather_facts: True
vars_files: vars_files:
- /srv/web/infra/ansible/vars/global.yml - /srv/web/infra/ansible/vars/global.yml

View file

@ -1,7 +1,5 @@
- name: check/create instance - name: check/create instance
hosts: taiga.cloud.fedoraproject.org hosts: taiga.cloud.fedoraproject.org
user: fedora
sudo: True
gather_facts: False gather_facts: False
vars_files: vars_files:
@ -16,8 +14,6 @@
- name: setup all the things - name: setup all the things
hosts: taiga.cloud.fedoraproject.org hosts: taiga.cloud.fedoraproject.org
user: fedora user: fedora
sudo: True
gather_facts: True
vars_files: vars_files:
- /srv/web/infra/ansible/vars/global.yml - /srv/web/infra/ansible/vars/global.yml
- /srv/private/ansible/vars.yml - /srv/private/ansible/vars.yml

View file

@ -1,7 +1,5 @@
- name: check/create instance - name: check/create instance
hosts: taigastg.cloud.fedoraproject.org hosts: taigastg.cloud.fedoraproject.org
user: fedora
sudo: True
gather_facts: False gather_facts: False
vars_files: vars_files:
@ -15,8 +13,6 @@
- name: setup all the things - name: setup all the things
hosts: taigastg.cloud.fedoraproject.org hosts: taigastg.cloud.fedoraproject.org
user: fedora
sudo: True
gather_facts: True gather_facts: True
vars_files: vars_files:
- /srv/web/infra/ansible/vars/global.yml - /srv/web/infra/ansible/vars/global.yml