Disable this for now, breaks copr playbooks
This commit is contained in:
parent
87955fd2dd
commit
937700d3eb
1 changed files with 4 additions and 4 deletions
|
@ -27,10 +27,10 @@
|
||||||
- name: enable the service
|
- name: enable the service
|
||||||
action: service name=ntpd state=running enabled=true
|
action: service name=ntpd state=running enabled=true
|
||||||
|
|
||||||
- name: edit hostname to be instance name - prefix hostbase var if it exists
|
#- name: edit hostname to be instance name - prefix hostbase var if it exists
|
||||||
action: shell hostname {{ hostbase }}`curl -s http://169.254.169.254/latest/meta-data/instance-id`
|
# action: shell hostname {{ hostbase }}`curl -s http://169.254.169.254/latest/meta-data/instance-id`
|
||||||
tags:
|
# tags:
|
||||||
- config
|
# - config
|
||||||
|
|
||||||
- name: add ansible root key
|
- name: add ansible root key
|
||||||
action: authorized_key user=root key="{{ item }}"
|
action: authorized_key user=root key="{{ item }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue