mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Don't set rootpw on build* machines, it's set later in their playbooks
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
user: name=root password={{ rootpw }} state=present
|
||||
tags:
|
||||
- rootpw
|
||||
when: not inventory_hostname.startswith('build')
|
||||
|
||||
- name: add ansible root key
|
||||
authorized_key: user=root key="{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user